summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-05CPUPhysMemoryClient: Fix typo in phys memory client registrationAlex Williamson1-1/+1
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka1-0/+1
2011-05-05MSI: Robust resource releaseJan Kiszka3-9/+12
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil1-0/+9
2011-05-05eepro100: Support byte read access to general control registerStefan Weil1-0/+3
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil1-2/+32
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil1-17/+16
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil1-2/+18
2011-05-05eepro100: Fix endianness issuesStefan Weil1-44/+97
2011-05-05eepro100: Pad received short framesStefan Weil1-1/+25
2011-05-05eepro100: Remove unused structure elementStefan Weil1-3/+3
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil1-7/+6
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil1-5/+9
2011-04-07wdt_i6300esb: convert to pci_register_bar_simple()Avi Kivity1-27/+15
2011-04-07usb-ohci: convert to pci_register_bar_simple()Avi Kivity1-9/+1
2011-04-07pcnet-pci: convert to pci_register_bar_simple()Avi Kivity1-15/+1
2011-04-07ich/ahci: convert to pci_register_bar_simple()Avi Kivity3-14/+1
2011-04-07hda-intel: convert to pci_register_bar_simple() (partial)Avi Kivity1-11/+1
2011-04-07hda-intel: convert to pci_register_bar_simple()Avi Kivity1-10/+1
2011-04-07eepro100: convert to pci_register_bar_simple()Avi Kivity1-30/+13
2011-04-07cirrus-vga: convert to pci_register_bar_simple()Avi Kivity1-11/+2
2011-04-07rtl8139: convert to pci_register_bar_simple()Avi Kivity1-10/+1
2011-04-07pci: add pci_register_bar_simple() APIAvi Kivity2-0/+20
2011-04-07cirrus_vga: flag on-device ram for dirty loggingMichael S. Tsirkin1-5/+11
2011-04-07vhost: optimize out no-change assignmentMichael S. Tsirkin1-0/+54
2011-04-06vhost: skip memory which needs dirty loggingMichael S. Tsirkin1-0/+4
2011-04-06kvm: halve number of set memory calls for vgaMichael S. Tsirkin1-23/+36
2011-04-06cpu: add set_memory flag to request dirty loggingMichael S. Tsirkin4-13/+29
2011-04-01piix_pci: load path clean upIsaku Yamahata1-8/+4
2011-04-01piix_pci: optimize set irq pathIsaku Yamahata1-17/+84
2011-04-01piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata1-11/+27
2011-04-01pci: add accessor function to get irq levelsIsaku Yamahata2-0/+8
2011-03-28cirrus_vga: remove unneeded resetStefan Weil1-1/+0
2011-03-28vhost: fix dirty page handlingMichael S. Tsirkin1-1/+3
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin1-0/+3
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin1-8/+8
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin2-7/+7
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata3-7/+7
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata1-1/+1
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata5-8/+8
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata2-1/+2
2011-03-26report that QEMU process was killed by a signalGleb Natapov3-4/+25
2011-03-26rtl8139: add vlan tag insertionBenjamin Poirier1-15/+60
2011-03-26rtl8139: add vlan tag extractionBenjamin Poirier1-14/+52
2011-03-26rtl8139: cleanup FCS calculationBenjamin Poirier1-17/+3
2011-03-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell1-3/+1
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell1-6/+7
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori8-27/+52
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell1-9/+26
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori1-2/+0