summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn2012-11-272-1/+45
* virtio-rng: do not use g_assert_cmpintPaolo Bonzini2012-11-271-2/+1Star
* tests: make threadpool cancellation test looserPaolo Bonzini2012-11-271-2/+5
* Update version for 1.3.0-rc1Anthony Liguori2012-11-261-1/+1
* virtio-rng: fix typos, commentsAmit Shah2012-11-262-7/+6Star
* virtio-rng: disable timer on device removalAmit Shah2012-11-261-0/+2
* virtio-rng: remove extra request for entropyAmit Shah2012-11-261-7/+0Star
* virtio-rng: use virtqueue_get_avail_bytes, fix migrationAmit Shah2012-11-261-64/+12Star
* i8259: Fix PIC_COMMON() macroAndreas Färber2012-11-261-1/+1
* qapi: handle visitor->type_size() in QapiDeallocVisitorStefan Hajnoczi2012-11-261-0/+6
* target-i386: cpu: add missing flags to Haswell CPU modelEduardo Habkost2012-11-261-2/+3
* vl.c: Fix broken -usb optionPeter Maydell2012-11-261-8/+4Star
* qom: make object_finalize staticPaolo Bonzini2012-11-262-10/+1Star
* qdev: simplify (de)allocation of busesPaolo Bonzini2012-11-264-16/+3Star
* qom: make object_delete usable for statically-allocated objectsPaolo Bonzini2012-11-262-1/+13
* qdev: move bus removal to object_unparentPaolo Bonzini2012-11-263-3/+27
* qom: fix refcount of non-heap-allocated objectsPaolo Bonzini2012-11-261-1/+1
* hmp: do not crash on invalid SCSI hotplugPaolo Bonzini2012-11-261-1/+7
* qom: dynamic_cast of NULL is always NULLPaolo Bonzini2012-11-261-2/+2
* tests: add thread pool unit testsPaolo Bonzini2012-11-262-0/+215
* tests: add AioContext unit testsPaolo Bonzini2012-11-262-0/+669
* aio: avoid livelock behavior for Win32Paolo Bonzini2012-11-261-1/+4
* q35: Add kvmclock supportJan Kiszka2012-11-261-0/+3
* q35: Fix non-PCI IRQ processing in ich9_lpc_update_apicJan Kiszka2012-11-261-2/+4
* q35: Suppress SMM BIOS initialization under KVMJan Kiszka2012-11-261-0/+7
* ich9: Add i82801b11 dmi-to-pci bridgeJason Baron2012-11-262-0/+126
* q35: Introduce q35 pc based chipset emulatorIsaku Yamahata2012-11-265-1/+682
* ich9: Add smbusJason Baron2012-11-262-1/+160
* ich9: Add the lpc chipJason Baron2012-11-262-0/+524
* ich9: Add acpi support and definitionsJason Baron2012-11-265-1/+582
* pc/piix_pci: factor out smram/pam logicIsaku Yamahata2012-11-264-53/+200
* pc_piix: Move kvm irq routing functions out of pc_piix.cJason Baron2012-11-263-43/+44
* pc: Move ioapic_init() from pc_piix.c to pc.cJason Baron2012-11-263-24/+27
* pc, pc_piix: split out pc nic initializationIsaku Yamahata2012-11-263-8/+17
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-11-261-4/+4
|\
| * Legacy qemu-kvm options have no argumentBruce Rogers2012-11-231-4/+4
* | Merge remote-tracking branch 'kraxel/usb.72' into stagingAnthony Liguori2012-11-264-80/+116
|\ \
| * | usb-redir: Don't handle interrupt output packets asyncHans de Goede2012-11-211-12/+14
| * | usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede2012-11-211-65/+71
| * | usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede2012-11-211-0/+2
| * | usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede2012-11-211-4/+21
| * | uhci: Fix double unlinkHans de Goede2012-11-211-1/+0Star
| * | uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede2012-11-211-0/+4
| * | uhci: Add a completions_only flag for async completionsHans de Goede2012-11-211-4/+10
| |/
* | Merge remote-tracking branch 'spice/spice.v64' into stagingAnthony Liguori2012-11-262-1/+36
|\ \
| * | spice: add new spice-server callbacks to ui/spice-display.cGerd Hoffmann2012-11-211-0/+35
| * | Fix the inconsistency in x509-dh-key-file parameterLei Li2012-11-211-1/+1
| |/
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2012-11-264-8/+34
|\ \
| * | ide: Fix status register after short PRDsKevin Wolf2012-11-211-0/+1
| * | ide: Fix crash with too long PRDKevin Wolf2012-11-211-0/+12