aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-17hw/lan9118: Add save/load supportPeter Maydell1-23/+103
2012-01-17arm: Remove incorrect comment in arm_timerMark Langsdorf1-3/+0
2012-01-17vexpress, realview: Add (dummy) L2 cache controllerPeter Maydell2-0/+3
2012-01-17usb-redir: Improve some debugging messagesHans de Goede1-5/+8
2012-01-17usb-redir: Try to keep our buffer size near the target sizeHans de Goede1-3/+27
2012-01-17usb-redir: Pre-fill our isoc input buffer before sending pkts to the hostHans de Goede1-0/+16
2012-01-17usb-redir: Dynamically adjust iso buffering size based on ep intervalHans de Goede1-5/+48
2012-01-17usb-redir: Clear iso / irq error when stopping the streamHans de Goede1-2/+4
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann6-7/+22
2012-01-17usb: add max_packet_size to USBEndpointGerd Hoffmann4-30/+44
2012-01-17usb/debug: add usb_ep_dumpGerd Hoffmann3-0/+44