aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qdev: Fix regression in "pci_add ... storage if=virtio, ..."Markus Armbruster2009-06-161-1/+0
* Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori2009-06-151-4/+8
* etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias2009-06-156-20/+10
* Add rtc reset function.Gleb Natapov2009-06-141-0/+19
* Add static to local machine declaration.Stefan Weil2009-06-131-1/+1
* Don't use cpu_index as apic_id.Gleb Natapov2009-06-133-13/+40
* Apic creation should not depend on pciGleb Natapov2009-06-131-8/+2
* Add -no-virtio-balloon command-line optionEduardo Habkost2009-06-131-1/+1
* Fix SDL include path.Stefan Weil2009-06-131-1/+1
* Avoid a gcc 3 format warningBlue Swirl2009-06-132-12/+4
* Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl2009-06-131-0/+1
* Fix signedness problemsBlue Swirl2009-06-131-3/+3
* xen nic: check tx queue after connect.Gerd Hoffmann2009-06-131-0/+2
* include inttypes.h in xen.hGerd Hoffmann2009-06-131-0/+1
* xen: adapt to qemu_machine changesGerd Hoffmann2009-06-131-1/+1
* xen_disk: move sanity check to the correct placeGerd Hoffmann2009-06-131-4/+5
* ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias2009-06-121-26/+25
* ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias2009-06-111-2/+7
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-1127-61/+95
* Fix stellaris ethernetPaul Brook2009-06-111-2/+2
* Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka2009-06-111-8/+8
* Merge branch 'net-queue'Anthony Liguori2009-06-1018-175/+299
|\
| * virtio-net: Increase filter and control limitsAlex Williamson2009-06-091-2/+2
| * virtio-net: Add new RX filter controlsAlex Williamson2009-06-092-8/+46
| * virtio-net: MAC filter optimizationAlex Williamson2009-06-091-4/+25
| * virtio-net: Fix MAC filter overflow handlingAlex Williamson2009-06-091-8/+23
| * virtio-net: reorganize receive_filter()Alex Williamson2009-06-091-8/+11
| * virtio-net: Use a byte to store RX mode flagsAlex Williamson2009-06-091-7/+12
| * virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson2009-06-091-1/+8
| * virtio-net: implement rx packet queueingMark McLoughlin2009-06-091-1/+4
| * net: add return value to packet receive handlerMark McLoughlin2009-06-0915-65/+94
| * net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-0915-67/+67
| * net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-0916-25/+25
| * net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-0916-22/+24
| * net: Improve parameter error reportingJan Kiszka2009-06-091-3/+4
* | Fix Sparse warningBlue Swirl2009-06-091-1/+1
* | Remove unused and misnamed field and variableBlue Swirl2009-06-092-10/+0
* | Update irqs on reset and device loadBlue Swirl2009-06-092-1/+11
* | Register reset functions for e1000 and rtl8139Blue Swirl2009-06-092-8/+17
|/
* qdev: c99 initilaizers for bus_type_namesGerd Hoffmann2009-06-081-5/+5
* xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann2009-06-081-1/+1
* xen nic: use qemu_mallocGerd Hoffmann2009-06-081-2/+2
* xen: net backend doesn't need linux headers.Gerd Hoffmann2009-06-061-2/+0
* Fix typoPaul Brook2009-06-061-1/+1
* qdev: add monitor command to dump the tree.Gerd Hoffmann2009-06-053-0/+90
* Record device property typesPaul Brook2009-06-055-19/+77
* Remove ARM NVIC initialization hackPaul Brook2009-06-042-6/+1
* qdev: kill DeviceState->nameGerd Hoffmann2009-06-042-3/+1
* microblaze: Fix loading of petalogix s3adsp1800 dtb.Edgar E. Iglesias2009-06-031-9/+11
* Stellaris qdev conversionPaul Brook2009-06-034-51/+97