summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-19Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori4-18/+22
2012-11-19Merge remote-tracking branch 'amit/loadvm-irq-inj-fix' into stagingAnthony Liguori1-10/+44
2012-11-19Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori23-377/+510
2012-11-19Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2-4/+48
2012-11-19rng-random: only build on POSIX platformsAnthony Liguori1-1/+2
2012-11-19Makefile: Add missing dependency (fix parallel builds)Stefan Weil1-0/+2
2012-11-19tests: link in stubsPaolo Bonzini1-2/+2
2012-11-19libcacard: link in stubsPaolo Bonzini1-1/+1
2012-11-19libcacard: make unnesting rules available to Makefile.objsPaolo Bonzini1-1/+1
2012-11-18tci: Support deposit operationsStefan Weil3-2/+48
2012-11-18tci: Fix build breakage (unresolved symbol tcg_out_tb_finalize)Stefan Weil1-1/+4
2012-11-18tci: fix build breakage for target MIPSStefan Weil1-3/+4
2012-11-18build: replace weak symbols with a static libraryPaolo Bonzini18-89/+89
2012-11-17libseccomp: require version 1.0.0Blue Swirl1-1/+1
2012-11-17Merge branch 'vga.1' of git://git.kraxel.org/qemuBlue Swirl3-6/+7
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin3-11/+0
2012-11-17TCG: Use gen_opparam_buf from context instead of global variable.Evgeny Voevodin1-5/+6
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin17-94/+97
2012-11-17TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin3-146/+146
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin17-106/+109
2012-11-17tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin1-0/+6
2012-11-17target-cris/translate.c: Code style clean-upEvgeny Voevodin1-2500/+2540
2012-11-16rng-egd: don't use gslist_free_fullAnthony Liguori1-5/+14
2012-11-16virtio-rng-pci: create a default backend if none existsAnthony Liguori2-0/+15
2012-11-16virtio-rng: add rate limiting supportAnthony Liguori3-8/+64
2012-11-16virtio-rng: hardware random number generator deviceAmit Shah9-0/+341