summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MSI: Robust resource releaseJan Kiszka2011-05-053-9/+12
* eepro100: Support 32 bit read/write access to flash registerStefan Weil2011-05-051-0/+9
* eepro100: Support byte read access to general control registerStefan Weil2011-05-051-0/+3
* eepro100: Support byte/word read/write access to MDI control registerStefan Weil2011-05-051-2/+32
* eepro100: Support byte/word writes to pointer registerStefan Weil2011-05-051-17/+16
* eepro100: Support byte/word writes to port addressStefan Weil2011-05-051-2/+18
* eepro100: Fix endianness issuesStefan Weil2011-05-051-44/+97
* eepro100: Pad received short framesStefan Weil2011-05-051-1/+25
* eepro100: Remove unused structure elementStefan Weil2011-05-051-3/+3
* eepro100: Remove type casts which are no longer neededStefan Weil2011-05-051-7/+6
* eepro100: Avoid duplicate debug messagesStefan Weil2011-05-051-5/+9
* wdt_i6300esb: convert to pci_register_bar_simple()Avi Kivity2011-04-071-27/+15
* usb-ohci: convert to pci_register_bar_simple()Avi Kivity2011-04-071-9/+1
* pcnet-pci: convert to pci_register_bar_simple()Avi Kivity2011-04-071-15/+1
* ich/ahci: convert to pci_register_bar_simple()Avi Kivity2011-04-073-14/+1
* hda-intel: convert to pci_register_bar_simple() (partial)Avi Kivity2011-04-071-11/+1
* hda-intel: convert to pci_register_bar_simple()Avi Kivity2011-04-071-10/+1
* eepro100: convert to pci_register_bar_simple()Avi Kivity2011-04-071-30/+13
* cirrus-vga: convert to pci_register_bar_simple()Avi Kivity2011-04-071-11/+2
* rtl8139: convert to pci_register_bar_simple()Avi Kivity2011-04-071-10/+1
* pci: add pci_register_bar_simple() APIAvi Kivity2011-04-072-0/+20
* cirrus_vga: flag on-device ram for dirty loggingMichael S. Tsirkin2011-04-071-5/+11
* vhost: optimize out no-change assignmentMichael S. Tsirkin2011-04-071-0/+54
* vhost: skip memory which needs dirty loggingMichael S. Tsirkin2011-04-061-0/+4
* kvm: halve number of set memory calls for vgaMichael S. Tsirkin2011-04-061-23/+36
* cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin2011-04-064-13/+29
* piix_pci: load path clean upIsaku Yamahata2011-04-011-8/+4
* piix_pci: optimize set irq pathIsaku Yamahata2011-04-011-17/+84
* piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata2011-04-011-11/+27
* pci: add accessor function to get irq levelsIsaku Yamahata2011-04-012-0/+8
* cirrus_vga: remove unneeded resetStefan Weil2011-03-281-1/+0
* 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
* report that QEMU process was killed by a signalGleb Natapov2011-03-263-4/+25
* 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/+3
* severe memory leak caused by broken palette_destroy() functionUlrich Obergfell2011-03-251-3/+1
* vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell2011-03-251-6/+7
* Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-03-248-27/+52
|\
| * char: Prevent multiple devices opening same chardevAmit Shah2011-03-213-1/+11
| * 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/+0
| * virtio-serial-bus: Simplify handle_output() functionAmit Shah2011-03-211-9/+3
OpenPOWER on IntegriCloud