summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-12PPC: Add GS MSR definitionAlexander Graf1-0/+2
2011-05-12PPC: Make MPC8544DS emulation work w/o KVMAlexander Graf1-17/+74
2011-05-12PPC: Make MPC8544DS obey -cpu switchAlexander Graf1-1/+5
2011-05-10Fix off-by-one error in sizing pSeries hcall tableDavid Gibson1-2/+2
2011-05-09ppc64: Fix out-of-tree buildsAndreas Färber1-0/+2
2011-05-09kvm: ppc: warn user on PAGE_SIZE mismatchAlexander Graf1-0/+5
2011-05-09kvm: ppc: detect old headersAlexander Graf2-1/+33
2011-05-09monitor: add PPC BookE SPRsScott Wood5-13/+296
2011-05-09kvm: ppc: fixes for KVM_SET_SREGS on initScott Wood1-3/+30
2011-05-09ppc64: Don't try to build sPAPR RTAS on DarwinAndreas Färber1-1/+1
2011-05-09Place pseries vty devices at addresses more similar to existing machinesDavid Gibson3-3/+7
2011-05-09Make pSeries 'model' property more closely resemble real hardwareDavid Gibson1-1/+1
2011-05-09pseries: Increase maximum CPUs to 256Anton Blanchard1-1/+1
2011-05-09usb-linux: Add missing break statementStefan Weil1-0/+1
2011-05-09usb-musb: uninline functionsGerd Hoffmann1-4/+4
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson5-5/+7
2011-05-08target-i386: Privatize some i386-specific interrupt names.Richard Henderson3-7/+8
2011-05-08target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson3-2/+4
2011-05-08irq: Remove CPU_INTERRUPT_TIMER.Richard Henderson2-2/+0
2011-05-08target-sparc: Do not check CPU_INTERRUPT_TIMER.Richard Henderson1-3/+0
2011-05-08target-mips: Do not check CPU_INTERRUPT_TIMER.Richard Henderson1-4/+0
2011-05-08irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson2-4/+9
2011-05-08irq: Introduce CPU_INTERRUPT_TGT_* defines.Richard Henderson2-12/+59
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori19-298/+545
2011-05-05Merge remote-tracking branch 'kraxel/usb.7.pull' into stagingAnthony Liguori8-149/+445
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-04usb: mass storage fixGerd Hoffmann1-0/+1
2011-05-04usb: move complete callback to port opsGerd Hoffmann7-34/+34
2011-05-04musb: get musb state via container_of()Gerd Hoffmann1-20/+34
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann1-1/+1
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann1-4/+8
2011-05-04uhci: switch to QTAILQGerd Hoffmann1-48/+15
2011-05-04usb: control buffer fixesHans de Goede2-1/+7
2011-05-04usb-linux: Add support for buffering iso out usb packetsHans de Goede1-51/+101
2011-05-04usb-linux: We only need to keep track of 15 endpointsHans de Goede1-3/+3
2011-05-04usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede1-1/+5