aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-20prep_pci: Simplify I/O endiannessAndreas Färber1-5/+1
2012-01-20prep: qdev'ify Raven host bridge (PCIDevice)Andreas Färber1-9/+46
2012-01-20prep: Use ISA m48t59Andreas Färber1-1/+1
2012-01-20prep: Fix offset of BIOS MemoryRegionAndreas Färber1-2/+2
2012-01-19Merge remote-tracking branch 'spice/spice.v47' into stagingAnthony Liguori1-1/+1
2012-01-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+7
2012-01-19Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori16-371/+657
2012-01-19Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori9-75/+193
2012-01-19Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori25-471/+3973
2012-01-19kvm: Activate in-kernel irqchip supportJan Kiszka2-1/+8
2012-01-19kvm: x86: Add user space part for in-kernel IOAPICJan Kiszka3-2/+129
2012-01-19kvm: x86: Add user space part for in-kernel i8259Jan Kiszka4-5/+178
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka5-6/+191
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka6-3/+14
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka3-0/+168
2012-01-19memory: Introduce memory_region_init_reservationJan Kiszka2-0/+52
2012-01-19ioapic: Factor out base class for KVM reuseJan Kiszka4-115/+218
2012-01-19ioapic: Drop post-load irr initializationJan Kiszka1-12/+0
2012-01-19i8259: Factor out base class for KVM reuseJan Kiszka4-129/+254
2012-01-19i8259: Completely privatize PicStateJan Kiszka2-10/+14
2012-01-19apic: Open-code timer save/restoreJan Kiszka3-20/+67
2012-01-19apic: Factor out base class for KVM reuseJan Kiszka5-299/+406
2012-01-19apic: Introduce apic_report_irq_deliveredJan Kiszka3-4/+10
2012-01-19apic: Inject external NMI events via LINT1Jan Kiszka3-1/+13
2012-01-19apic: Stop timer on resetJan Kiszka1-0/+2
2012-01-19kvm: Move kvmclock into hw/kvm folderJan Kiszka5-5/+6
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka5-9/+16
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld4-0/+123
2012-01-19Makefile: Remove generated headers on cleanAndreas Färber1-0/+1
2012-01-19Makefile: Exclude tests/Makefile in unconfigured treeAndreas Färber1-0/+2
2012-01-19lm32: Fix mixup of uint32 and uint32_tAndreas Färber1-1/+1
2012-01-19tests: Silence gtester in MakefileStefan Weil1-1/+1
2012-01-19qemu-tool: Fix mixup of int64 and int64_tAndreas Färber1-2/+2
2012-01-18block: use proper qerrors in qmp_block_resizeStefan Hajnoczi4-10/+37
2012-01-18qerror: restore alphabetical order over qerrorsStefan Hajnoczi2-78/+78
2012-01-18qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi3-3/+24
2012-01-18qmp: Add missing gcc format attribute and fix format stringStefan Weil1-3/+4
2012-01-18qapi: Convert block_set_io_throttleLuiz Capitulino7-41/+60
2012-01-18qapi: Convert changeLuiz Capitulino9-98/+181
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino3-3/+5
2012-01-18qapi: Introduce change-vnc-passwordLuiz Capitulino3-0/+27
2012-01-18monitor: expose readline stateAnthony Liguori2-3/+13
2012-01-18qapi: Convert ejectLuiz Capitulino7-22/+39
2012-01-18block: eject_device(): Use error_set()Luiz Capitulino1-8/+22
2012-01-18qapi: Convert expire_passwordLuiz Capitulino8-47/+80
2012-01-18qapi: Convert set_passwordLuiz Capitulino7-63/+97
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino3-12/+10
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster1-1/+1
2012-01-17arm: make the number of GIC interrupts configurableMark Langsdorf5-49/+87