Age | Commit message (Expand) | Author |
2011-06-12 | hw/sh_pci.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/rtl8139.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/qxl.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/piix_pci.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/piix4.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/pcnet-pci.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ne2000.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ivshmem.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ioh3420.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/intel-hda.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ide/via.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ide/ich.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/gt64xxx.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/grackle_pci.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/es1370.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/e1000.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/cirrus_vga.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/bonito.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | hw/ac97.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | vmware_vga.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | ide/piix: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | apb_pci: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | dec_pci: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | eepro100: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | usb-uhci: convert to PCIDEviceInfo to initialize ids | Isaku Yamahata |
2011-06-12 | pci: move ids of config space into PCIDeviceInfo | Isaku Yamahata |
2011-06-12 | CPUPhysMemoryClient: batch addresses in catchup | Alex Williamson |
2011-05-16 | ich/ahci: fix uninitialized memory use | Michael S. Tsirkin |
2011-05-05 | Merge remote branch 'origin/master' into pci | Michael S. Tsirkin |
2011-05-05 | CPUPhysMemoryClient: Pass guest physical address not region offset | Alex Williamson |
2011-05-05 | CPUPhysMemoryClient: Fix typo in phys memory client registration | Alex Williamson |
2011-05-05 | pci: Add class 0x403 as 'audio controller' | Jan Kiszka |
2011-05-05 | MSI: Robust resource release | Jan Kiszka |
2011-05-05 | eepro100: Support 32 bit read/write access to flash register | Stefan Weil |
2011-05-05 | eepro100: Support byte read access to general control register | Stefan Weil |
2011-05-05 | eepro100: Support byte/word read/write access to MDI control register | Stefan Weil |
2011-05-05 | eepro100: Support byte/word writes to pointer register | Stefan Weil |
2011-05-05 | eepro100: Support byte/word writes to port address | Stefan Weil |
2011-05-05 | eepro100: Fix endianness issues | Stefan Weil |
2011-05-05 | eepro100: Pad received short frames | Stefan Weil |
2011-05-05 | eepro100: Remove unused structure element | Stefan Weil |
2011-05-05 | eepro100: Remove type casts which are no longer needed | Stefan Weil |
2011-05-05 | eepro100: Avoid duplicate debug messages | Stefan Weil |
2011-05-03 | NBD: Avoid leaking a couple of strings when the NBD device is closed | Nick Thomas |
2011-05-03 | qemu-progress.c: printf isn't signal safe | Jes Sorensen |
2011-05-03 | ide/atapi: fix set but unused | Alon Levy |
2011-05-03 | atapi: Explain why we need a 'media not present' state | Amit Shah |