summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Revert "ioapic: when switches to level trigger mode, interrupts raised repeat...Aurelien Jarno2011-04-041-1/+0Star
* s390x: fix s390-virtio-serialAlexander Graf2011-04-042-5/+5
* virtio: use generic name when possibleAlexander Graf2011-04-042-0/+5
* w32: Fix compilation (wrong include file)Stefan Weil2011-04-041-2/+1Star
* e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf2011-04-041-3/+18
* ioapic: when switches to level trigger mode, interrupts raised repeatedly.Isaku Yamahata2011-04-031-0/+1
* hw/vexpress.c: Add model of ARM Versatile Express boardPeter Maydell2011-04-031-0/+224
* ccid: add ccid-card-emulated deviceAlon Levy2011-04-021-0/+595
* ccid: add passthru card deviceAlon Levy2011-04-021-0/+340
* usb-ccid: add CCID busAlon Levy2011-04-022-0/+1478
* hw/versatilepb, realview: Fix condition for instantiation of onboard NICPeter Maydell2011-04-012-3/+3
* pcnet: Fix sign extension: make ipxe work with >2G RAMMichael Brown2011-04-011-15/+15
* lsi53c895a: add support for ABORT messagesBernhard Kohl2011-04-011-0/+57
* fix build errors when we enable acpi_piix4 debugWen Congyang2011-04-011-2/+3
* Add SLOF-based partition firmware for pSeries machine, allowing more boot opt...David Gibson2011-04-012-4/+109
* Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2011-04-012-1/+193
* Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2011-04-012-0/+87
* Implement PAPR virtual SCSI interface (ibmvscsi)Ben Herrenschmidt2011-04-015-0/+1455
* Implement PAPR CRQ hypercallsBen Herrenschmidt2011-04-013-1/+173
* Implement sPAPR Virtual LAN (ibmveth)David Gibson2011-04-013-0/+543
* Implement TCE translation for sPAPR VIODavid Gibson2011-04-013-1/+272
* Add (virtual) interrupt to PAPR virtual tty deviceDavid Gibson2011-04-013-4/+16
* Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson2011-04-013-1/+44
* Implement the PAPR (pSeries) virtualized interrupt controller (xics)David Gibson2011-04-014-0/+554
* Implement assorted pSeries hcalls and RTAS methodsDavid Gibson2011-04-013-1/+80
* Implement hcall based RTAS for pSeries machinesDavid Gibson2011-04-014-11/+222
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-012-4/+285
* Implement the bus structure for PAPR virtual IODavid Gibson2011-04-015-18/+447
* Start implementing pSeries logical partition machineDavid Gibson2011-04-013-0/+611
* Add POWER7 support for ppcDavid Gibson2011-04-012-0/+36
* vhost: fix dirty page handlingMichael S. Tsirkin2011-03-281-1/+3
* virtio-serial: don't crash on invalid inputMichael S. Tsirkin2011-03-281-0/+3
* e1000: check buffer availabilityMichael S. Tsirkin2011-03-281-8/+8
* virtio-pci: fix bus master work around on loadMichael S. Tsirkin2011-03-282-7/+7
* pci: use uint8_t for devfn_minIsaku Yamahata2011-03-283-7/+7
* pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata2011-03-281-1/+1
* pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata2011-03-285-8/+8
* pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata2011-03-282-1/+2
* rtl8139: add vlan tag insertionBenjamin Poirier2011-03-261-15/+60
* rtl8139: add vlan tag extractionBenjamin Poirier2011-03-261-14/+52
* rtl8139: cleanup FCS calculationBenjamin Poirier2011-03-261-17/+3Star
* Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-03-246-27/+47
|\
| * char: Prevent multiple devices opening same chardevAmit Shah2011-03-211-1/+6
| * virtio-console: Keep chardev open for other users after hot-unplugAmit Shah2011-03-211-1/+5
| * virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah2011-03-211-1/+0Star
| * virtio-serial-bus: Simplify handle_output() functionAmit Shah2011-03-211-9/+3Star
| * virtio-serial: Enable ioeventfdAmit Shah2011-03-211-0/+3
| * virtio-serial: Disallow generic ports at id 0Amit Shah2011-03-211-0/+9
| * virtio-serial: Use a struct to pass config information from proxyAmit Shah2011-03-214-15/+21
* | vmmouse: Register vmstate via qdevJan Kiszka2011-03-221-1/+1