summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-06-14Add rtc reset function.Gleb Natapov1-0/+19
2009-06-13Add static to local machine declaration.Stefan Weil1-1/+1
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov3-13/+40
2009-06-13Apic creation should not depend on pciGleb Natapov1-8/+2
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost1-1/+1
2009-06-13Fix SDL include path.Stefan Weil1-1/+1
2009-06-13Avoid a gcc 3 format warningBlue Swirl2-12/+4
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl1-0/+1
2009-06-13Fix signedness problemsBlue Swirl1-3/+3
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann1-0/+2
2009-06-13include inttypes.h in xen.hGerd Hoffmann1-0/+1
2009-06-13xen: adapt to qemu_machine changesGerd Hoffmann1-1/+1
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann1-4/+5
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