summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-26ich9: Add smbusJason Baron2-1/+160
2012-11-26ich9: Add the lpc chipJason Baron2-0/+524
2012-11-26ich9: Add acpi support and definitionsJason Baron5-1/+582
2012-11-26pc/piix_pci: factor out smram/pam logicIsaku Yamahata4-53/+200
2012-11-26pc_piix: Move kvm irq routing functions out of pc_piix.cJason Baron3-43/+44
2012-11-26pc: Move ioapic_init() from pc_piix.c to pc.cJason Baron3-24/+27
2012-11-26pc, pc_piix: split out pc nic initializationIsaku Yamahata3-8/+17
2012-11-26Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-4/+4
2012-11-26Merge remote-tracking branch 'kraxel/usb.72' into stagingAnthony Liguori4-80/+116
2012-11-26Merge remote-tracking branch 'spice/spice.v64' into stagingAnthony Liguori2-1/+36
2012-11-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori4-8/+34
2012-11-26Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori1-0/+7
2012-11-26vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea1-1/+1
2012-11-24chardev: Use real-time clock for open timerJan Kiszka1-2/+2
2012-11-24Build system fix distclean error for pixmanWenchao Xia1-1/+1
2012-11-24block: Fix regression for MinGW (assertion caused by short string)Stefan Weil1-1/+2
2012-11-24tci: Fix type of tci_read_labelRichard Henderson1-2/+2
2012-11-24target-mips: remove POOL48A from the microMIPS decodingAurelien Jarno1-1/+0
2012-11-24tcg: mark local temps as MEM in dead_temp()Aurelien Jarno1-1/+1
2012-11-24target-mips: Clean up microMIPS32 major opcode陳韋任 (Wei-Ren Chen)1-7/+17
2012-11-24target-mips: Add comments on POOL32Axf encoding陳韋任 (Wei-Ren Chen)1-0/+17
2012-11-24target-openrisc: remove conflicting definitions from cpu.hAurelien Jarno1-18/+0
2012-11-24tcg/arm: fix cross-endian qemu_st16Aurelien Jarno1-2/+18
2012-11-24tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno1-36/+42
2012-11-23Legacy qemu-kvm options have no argumentBruce Rogers1-4/+4
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede1-12/+14
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede1-65/+71
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede1-0/+2
2012-11-21usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede1-4/+21
2012-11-21uhci: Fix double unlinkHans de Goede1-1/+0
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede1-0/+4
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede1-4/+10
2012-11-21spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann1-0/+35
2012-11-21Fix the inconsistency in x509-dh-key-file parameterLei Li1-1/+1
2012-11-21ide: Fix status register after short PRDsKevin Wolf1-0/+1
2012-11-21ide: Fix crash with too long PRDKevin Wolf1-0/+12
2012-11-21use int64_t for return values from rbd instead of intStefan Priebe1-2/+2
2012-11-21vdi: don't override libuuid symbolsStefan Hajnoczi1-6/+3
2012-11-21block: add bdrv_reopen() support for raw hdev, floppy, and cdromJeff Cody1-0/+16
2012-11-21qemu-sockets: Fix parsing of the inet option 'to'.Anthony PERARD1-2/+3
2012-11-21tcg/ppc: Fix !softmmu casemalc1-4/+8
2012-11-20tap: reset vnet header size on openMichael S. Tsirkin1-0/+7
2012-11-19Update version for 1.3.0-rc0 releasev1.3.0-rc0Anthony Liguori1-1/+1
2012-11-19audio/audio_pt_int: Clarify licensingmalc1-0/+1
2012-11-19audio/wavcapture: Clarify licensingmalc1-0/+1
2012-11-19tcg/ppc: Remove unused s_bits variablemalc1-3/+0
2012-11-19Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori10-10/+395
2012-11-19Merge remote-tracking branch 'bonzini/build-urgent' into stagingAnthony Liguori3-4/+6
2012-11-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori32-142/+556
2012-11-19Merge remote-tracking branch 'kraxel/usb.71' into stagingAnthony Liguori7-63/+139