aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-20prep_pci: Update I/O to MemoryRegion opsAndreas Färber
2012-01-20prep_pci: Simplify I/O endiannessAndreas Färber
2012-01-20prep: qdev'ify Raven host bridge (PCIDevice)Andreas Färber
2012-01-20prep: Use ISA m48t59Andreas Färber
2012-01-20prep: Fix offset of BIOS MemoryRegionAndreas Färber
2012-01-19Merge remote-tracking branch 'spice/spice.v47' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2012-01-19Merge remote-tracking branch 'kraxel/usb.37' into stagingAnthony Liguori
2012-01-19kvm: Activate in-kernel irqchip supportJan Kiszka
2012-01-19kvm: x86: Add user space part for in-kernel IOAPICJan Kiszka
2012-01-19kvm: x86: Add user space part for in-kernel i8259Jan Kiszka
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka
2012-01-19memory: Introduce memory_region_init_reservationJan Kiszka
2012-01-19ioapic: Factor out base class for KVM reuseJan Kiszka
2012-01-19ioapic: Drop post-load irr initializationJan Kiszka
2012-01-19i8259: Factor out base class for KVM reuseJan Kiszka
2012-01-19i8259: Completely privatize PicStateJan Kiszka
2012-01-19apic: Open-code timer save/restoreJan Kiszka
2012-01-19apic: Factor out base class for KVM reuseJan Kiszka
2012-01-19apic: Introduce apic_report_irq_deliveredJan Kiszka
2012-01-19apic: Inject external NMI events via LINT1Jan Kiszka
2012-01-19apic: Stop timer on resetJan Kiszka
2012-01-19kvm: Move kvmclock into hw/kvm folderJan Kiszka
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld
2012-01-19Makefile: Remove generated headers on cleanAndreas Färber
2012-01-19Makefile: Exclude tests/Makefile in unconfigured treeAndreas Färber
2012-01-19lm32: Fix mixup of uint32 and uint32_tAndreas Färber
2012-01-19tests: Silence gtester in MakefileStefan Weil
2012-01-19qemu-tool: Fix mixup of int64 and int64_tAndreas Färber
2012-01-18block: use proper qerrors in qmp_block_resizeStefan Hajnoczi
2012-01-18qerror: restore alphabetical order over qerrorsStefan Hajnoczi
2012-01-18qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi
2012-01-18qmp: Add missing gcc format attribute and fix format stringStefan Weil
2012-01-18qapi: Convert block_set_io_throttleLuiz Capitulino
2012-01-18qapi: Convert changeLuiz Capitulino
2012-01-18qerror: Extend QERR_DEVICE_ENCRYPTEDLuiz Capitulino
2012-01-18qapi: Introduce change-vnc-passwordLuiz Capitulino
2012-01-18monitor: expose readline stateAnthony Liguori
2012-01-18qapi: Convert ejectLuiz Capitulino
2012-01-18block: eject_device(): Use error_set()Luiz Capitulino
2012-01-18qapi: Convert expire_passwordLuiz Capitulino
2012-01-18qapi: Convert set_passwordLuiz Capitulino
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino
2012-01-17qxl: Slot sanity check in qxl_phys2virt() is off by one, fixMarkus Armbruster