aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-12hw/bonito.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+5
2011-06-12hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-06-12hw/ac97.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-5/+4
2011-06-12vmware_vga.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-7/+6
2011-06-12ide/piix: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-22/+10
2011-06-12apb_pci: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-7/+6
2011-06-12dec_pci: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-19/+7
2011-06-12eepro100: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-41/+33
2011-06-12usb-uhci: convert to PCIDEviceInfo to initialize idsIsaku Yamahata1-29/+17
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata2-14/+39
2011-06-12CPUPhysMemoryClient: batch addresses in catchupAlex Williamson1-6/+33
2011-05-16ich/ahci: fix uninitialized memory useMichael S. Tsirkin1-2/+2
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin393-6353/+32099
2011-05-05CPUPhysMemoryClient: Pass guest physical address not region offsetAlex Williamson1-4/+12
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-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas1-0/+4
2011-05-03qemu-progress.c: printf isn't signal safeJes Sorensen1-1/+6
2011-05-03ide/atapi: fix set but unusedAlon Levy1-3/+1
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah1-1/+7
2011-05-03atapi: Move comment to proper placeAmit Shah1-1/+1
2011-05-03qemu-img resize: Fix option parsingKevin Wolf1-2/+11
2011-05-03lm32: add Milkymist Minimac2 supportMichael Walle5-176/+168
2011-05-03milkymist-sysctl: fix timersMichael Walle1-19/+7
2011-05-03milkymist-vgafb: fix console resizingMichael Walle1-0/+3
2011-05-03lm32: fix exception handlingMichael Walle2-31/+1
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini2-3/+3
2011-05-02fix crash in migration, 32-bit userspace on 64-bit hostMichael Tokarev1-1/+14
2011-05-02kvm: Install specialized interrupt handlerJan Kiszka1-0/+11
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka2-2/+16
2011-05-02Break up user and system cpu_interrupt implementationsJan Kiszka1-4/+10
2011-05-02kvm: create kvmclock when one of the flags are presentGlauber Costa1-1/+5
2011-05-02kvm: add kvmclock to its second bitGlauber Costa1-1/+1
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka1-6/+8
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa1-29/+49
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack1-12/+1
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack1-1/+1
2011-05-02linux-user: Fix compilation for "old" linux versionsStefan Weil1-0/+12
2011-04-29Merge branch 'patches' of git://qemu.weilnetz.de/git/qemuBlue Swirl2-28/+128