Age | Commit message (Expand) | Author | Files | Lines |
2012-10-30 | i386: kvm: filter CPUID feature words earlier, on cpu.c | Eduardo Habkost | 1 | -0/+1 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -1/+1 |
2012-10-22 | memory: manage coalesced mmio via a MemoryListener | Avi Kivity | 1 | -2/+0 |
2012-09-10 | kvm: Introduce kvm_has_intx_set_mask | Jan Kiszka | 1 | -0/+1 |
2012-09-10 | kvm: Introduce kvm_irqchip_update_msi_route | Jan Kiszka | 1 | -0/+1 |
2012-09-09 | kvm: Clean up irqfd API | Jan Kiszka | 1 | -4/+2 |
2012-08-09 | kvm: Add documentation comment for kvm_irqchip_in_kernel() | Peter Maydell | 1 | -0/+11 |
2012-08-09 | kvm: Decouple 'GSI routing' from 'kernel irqchip' | Peter Maydell | 1 | -0/+10 |
2012-08-09 | kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' | Peter Maydell | 1 | -0/+11 |
2012-08-09 | kvm: Decouple 'irqfds usable' from 'kernel irqchip' | Peter Maydell | 1 | -0/+11 |
2012-08-09 | kvm: Move kvm_allows_irq0_override() to target-i386, fix return type | Peter Maydell | 1 | -2/+0 |
2012-08-09 | kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq() | Peter Maydell | 1 | -1/+1 |
2012-08-09 | kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' | Peter Maydell | 1 | -0/+13 |
2012-07-18 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -0/+2 |
2012-07-12 | virtio: move common irqfd handling out of virtio-pci | Paolo Bonzini | 1 | -0/+2 |
2012-07-10 | s390: autodetect map private | Christian Borntraeger | 1 | -0/+2 |
2012-05-21 | kvm: Introduce kvm_irqchip_add/remove_irqfd | Jan Kiszka | 1 | -0/+3 |
2012-05-21 | kvm: Make kvm_irqchip_commit_routes an internal service | Jan Kiszka | 1 | -1/+0 |
2012-05-21 | kvm: Publicize kvm_irqchip_release_virq | Jan Kiszka | 1 | -0/+1 |
2012-05-21 | kvm: Introduce kvm_irqchip_add_msi_route | Jan Kiszka | 1 | -4/+6 |
2012-05-21 | kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route | Jan Kiszka | 1 | -1/+1 |
2012-05-16 | kvm: Introduce basic MSI support for in-kernel irqchips | Jan Kiszka | 1 | -0/+1 |
2012-04-12 | kvm: Drop unused kvm_pit_in_kernel | Jan Kiszka | 1 | -2/+0 |
2012-04-12 | kvm: allow arbitrarily sized mmio ioeventfd | Michael S. Tsirkin | 1 | -1/+2 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -30/+30 |
2012-03-07 | kvm: Add kvm_has_pit_state2 helper | Jan Kiszka | 1 | -0/+1 |
2012-02-08 | kvm: Implement kvm_irqchip_in_kernel like kvm_enabled | Jan Kiszka | 1 | -3/+5 |
2012-01-19 | kvm: x86: Add user space part for in-kernel APIC | Jan Kiszka | 1 | -0/+4 |
2012-01-19 | kvm: x86: Establish IRQ0 override control | Jan Kiszka | 1 | -0/+2 |
2012-01-19 | kvm: Introduce core services for in-kernel irqchip support | Jan Kiszka | 1 | -0/+8 |
2011-12-20 | kvm: switch kvm slots to use host virtual address instead of ram_addr_t | Avi Kivity | 1 | -2/+2 |
2011-06-20 | kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid | Jan Kiszka | 1 | -1/+1 |
2011-03-16 | kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit | Jan Kiszka | 1 | -2/+0 |
2011-03-15 | kvm: Rename kvm_arch_process_irqchip_events to async_events | Jan Kiszka | 1 | -1/+1 |
2011-02-14 | kvm: Make kvm_state globally available | Jan Kiszka | 1 | -0/+1 |
2011-02-14 | Introduce log_start/log_stop in CPUPhysMemoryClient | Anthony PERARD | 1 | -3/+0 |
2011-02-14 | kvm: Drop return values from kvm_arch_pre/post_run | Jan Kiszka | 1 | -3/+2 |
2011-02-14 | kvm: Provide sigbus services arch-independently | Jan Kiszka | 1 | -2/+5 |
2011-01-23 | kvm: Consolidate must-have capability checks | Jan Kiszka | 1 | -0/+10 |
2011-01-23 | kvm: Drop smp_cpus argument from init functions | Jan Kiszka | 1 | -2/+2 |
2011-01-10 | kvm: test for ioeventfd support on old kernels | Stefan Hajnoczi | 1 | -0/+1 |
2010-10-20 | MCE: Relay UCR MCE to guest | Marcelo Tosatti | 1 | -0/+3 |
2010-10-20 | Add RAM -> physical addr mapping in MCE simulation | Huang Ying | 1 | -0/+6 |
2010-08-10 | Add function to assign ioeventfd to MMIO. | Cam Macdonell | 1 | -0/+1 |
2010-06-28 | kvm: Enable XSAVE live migration support | Sheng Yang | 1 | -0/+2 |
2010-06-28 | kvm: Extend kvm_arch_get_supported_cpuid() to support index | Sheng Yang | 1 | -1/+1 |
2010-06-13 | Move stdbool.h | Paul Brook | 1 | -1/+0 |
2010-05-11 | Do not stop VM if emulation failed in userspace. | Gleb Natapov | 1 | -0/+2 |
2010-05-11 | kvm: enable smp > 1 | Marcelo Tosatti | 1 | -0/+2 |
2010-04-26 | KVM: x86: Add debug register saving and restoring | Jan Kiszka | 1 | -0/+1 |