aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias1-26/+25
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias1-2/+7
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann27-61/+95
2009-06-11Fix stellaris ethernetPaul Brook1-2/+2
2009-06-11Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka1-8/+8
2009-06-10Merge branch 'net-queue'Anthony Liguori18-175/+299
2009-06-09Fix Sparse warningBlue Swirl1-1/+1
2009-06-09Remove unused and misnamed field and variableBlue Swirl2-10/+0
2009-06-09Update irqs on reset and device loadBlue Swirl2-1/+11
2009-06-09Register reset functions for e1000 and rtl8139Blue Swirl2-8/+17
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson1-2/+2
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson2-8/+46
2009-06-09virtio-net: MAC filter optimizationAlex Williamson1-4/+25
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson1-8/+23
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson1-8/+11
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson1-7/+12
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson1-1/+8
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin1-1/+4
2009-06-09net: add return value to packet receive handlerMark McLoughlin15-65/+94
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin15-67/+67
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin16-25/+25
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin16-22/+24
2009-06-09net: Improve parameter error reportingJan Kiszka1-3/+4
2009-06-08qdev: c99 initilaizers for bus_type_namesGerd Hoffmann1-5/+5
2009-06-08xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann1-1/+1
2009-06-08xen nic: use qemu_mallocGerd Hoffmann1-2/+2
2009-06-06xen: net backend doesn't need linux headers.Gerd Hoffmann1-2/+0
2009-06-06Fix typoPaul Brook1-1/+1
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann3-0/+90
2009-06-05Record device property typesPaul Brook5-19/+77
2009-06-04Remove ARM NVIC initialization hackPaul Brook2-6/+1
2009-06-04qdev: kill DeviceState->nameGerd Hoffmann2-3/+1
2009-06-03microblaze: Fix loading of petalogix s3adsp1800 dtb.Edgar E. Iglesias1-9/+11
2009-06-03Stellaris qdev conversionPaul Brook4-51/+97
2009-06-02Implement multiple samplers on stellaris ADCPaul Brook1-19/+31
2009-05-30Use relative path for biosPaul Brook13-111/+214
2009-05-27Allow monitor interaction when using migrate -execChris Lalancette1-0/+1
2009-05-27e1000: Ignore reset commandKevin Wolf1-2/+9
2009-05-27microblaze: Conditionalize FDT features.Edgar E. Iglesias1-2/+17
2009-05-26microblaze: Add petalogix s3a1800dsp MMU linux ref-design.Edgar E. Iglesias2-0/+234
2009-05-26xilinx: Add ethlite emulation.Edgar E. Iglesias1-0/+235
2009-05-26xilinx: Add uartlite emulation.Edgar E. Iglesias1-0/+218
2009-05-26xilinx: Add OPB timer.Edgar E. Iglesias1-0/+224
2009-05-26xilinx: Add interrupt controller.Edgar E. Iglesias1-0/+167
2009-05-26microblaze: Add CPU interrupt wrapper logic.Edgar E. Iglesias1-0/+50
2009-05-26Remove qdev irq sink handlingPaul Brook18-43/+27
2009-05-23ETRAX: Removed unused struct entry and fixed Windows build.Stefan Weil1-1/+0
2009-05-23Add common BusStatePaul Brook30-135/+229
2009-05-22Fix lance segfaultsPaul Brook1-3/+6
2009-05-22serial: fix lost character after sysrqJason Wessel1-0/+2