summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-08Introduce -machine command option.Anthony PERARD
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson
2011-05-08target-i386: Privatize some i386-specific interrupt names.Richard Henderson
2011-05-08target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson
2011-05-08irq: Remove CPU_INTERRUPT_TIMER.Richard Henderson
2011-05-08target-sparc: Do not check CPU_INTERRUPT_TIMER.Richard Henderson
2011-05-08target-mips: Do not check CPU_INTERRUPT_TIMER.Richard Henderson
2011-05-08irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson
2011-05-08irq: Introduce CPU_INTERRUPT_TGT_* defines.Richard Henderson
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-05-05Merge remote-tracking branch 'kraxel/usb.7.pull' into stagingAnthony Liguori
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-05CPUPhysMemoryClient: Pass guest physical address not region offsetAlex Williamson
2011-05-05CPUPhysMemoryClient: Fix typo in phys memory client registrationAlex Williamson
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka
2011-05-05MSI: Robust resource releaseJan Kiszka
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil
2011-05-05eepro100: Support byte read access to general control registerStefan Weil
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil
2011-05-05eepro100: Fix endianness issuesStefan Weil
2011-05-05eepro100: Pad received short framesStefan Weil
2011-05-05eepro100: Remove unused structure elementStefan Weil
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil
2011-05-04usb: mass storage fixGerd Hoffmann
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04musb: get musb state via container_of()Gerd Hoffmann
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann
2011-05-04uhci: switch to QTAILQGerd Hoffmann
2011-05-04usb: control buffer fixesHans de Goede
2011-05-04usb-linux: Add support for buffering iso out usb packetsHans de Goede
2011-05-04usb-linux: We only need to keep track of 15 endpointsHans de Goede
2011-05-04usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede
2011-05-04usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede
2011-05-04usb-linux: Add support for buffering iso usb packetsHans de Goede
2011-05-04usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede
2011-05-04usb-linux: introduce a usb_linux_alt_setting functionHans de Goede
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann
2011-05-03Make spice dummy functions inline to fix calls not checking return valuesJes Sorensen
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas
2011-05-03qemu-progress.c: printf isn't signal safeJes Sorensen
2011-05-03ide/atapi: fix set but unusedAlon Levy
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah
2011-05-03atapi: Move comment to proper placeAmit Shah
2011-05-03qemu-img resize: Fix option parsingKevin Wolf