aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-06-13Add static to local machine declaration.Stefan Weil
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov
2009-06-13Apic creation should not depend on pciGleb Natapov
2009-06-13Add -no-virtio-balloon command-line optionEduardo Habkost
2009-06-13Fix SDL include path.Stefan Weil
2009-06-13Avoid a gcc 3 format warningBlue Swirl
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl
2009-06-13Fix signedness problemsBlue Swirl
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann
2009-06-13include inttypes.h in xen.hGerd Hoffmann
2009-06-13xen: adapt to qemu_machine changesGerd Hoffmann
2009-06-13xen_disk: move sanity check to the correct placeGerd Hoffmann
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-06-11Fix stellaris ethernetPaul Brook
2009-06-11Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka
2009-06-10Merge branch 'net-queue'Anthony Liguori
2009-06-09Fix Sparse warningBlue Swirl
2009-06-09Remove unused and misnamed field and variableBlue Swirl
2009-06-09Update irqs on reset and device loadBlue Swirl
2009-06-09Register reset functions for e1000 and rtl8139Blue Swirl
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson
2009-06-09virtio-net: MAC filter optimizationAlex Williamson
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-06-09net: Improve parameter error reportingJan Kiszka
2009-06-08qdev: c99 initilaizers for bus_type_namesGerd Hoffmann
2009-06-08xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann
2009-06-08xen nic: use qemu_mallocGerd Hoffmann
2009-06-06xen: net backend doesn't need linux headers.Gerd Hoffmann
2009-06-06Fix typoPaul Brook
2009-06-05qdev: add monitor command to dump the tree.Gerd Hoffmann
2009-06-05Record device property typesPaul Brook
2009-06-04Remove ARM NVIC initialization hackPaul Brook
2009-06-04qdev: kill DeviceState->nameGerd Hoffmann
2009-06-03microblaze: Fix loading of petalogix s3adsp1800 dtb.Edgar E. Iglesias
2009-06-03Stellaris qdev conversionPaul Brook
2009-06-02Implement multiple samplers on stellaris ADCPaul Brook
2009-05-30Use relative path for biosPaul Brook
2009-05-27Allow monitor interaction when using migrate -execChris Lalancette
2009-05-27e1000: Ignore reset commandKevin Wolf