Age | Commit message (Expand) | Author | Files | Lines |
2012-09-17 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -7/+5 |
2012-09-14 | kvm: Fix warning from static code analysis | Stefan Weil | 1 | -7/+5 |
2012-09-11 | kvm: Rename irqchip_inject_ioctl to irq_set_ioctl | Jan Kiszka | 1 | -5/+5 |
2012-09-11 | kvm: Stop flushing coalesced MMIO on vmexit | Jan Kiszka | 1 | -2/+0 |
2012-09-11 | kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create() | Peter Maydell | 1 | -4/+5 |
2012-09-10 | kvm: Introduce kvm_has_intx_set_mask | Jan Kiszka | 1 | -0/+8 |
2012-09-10 | kvm: Introduce kvm_irqchip_update_msi_route | Jan Kiszka | 1 | -0/+42 |
2012-09-09 | kvm: Clean up irqfd API | Jan Kiszka | 1 | -14/+4 |
2012-09-09 | qemu: Use valgrind annotations to mark kvm guest memory as defined | Christian Borntraeger | 1 | -0/+7 |
2012-08-09 | kvm: Decouple 'GSI routing' from 'kernel irqchip' | Peter Maydell | 1 | -1/+2 |
2012-08-09 | kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' | Peter Maydell | 1 | -0/+1 |
2012-08-09 | kvm: Decouple 'irqfds usable' from 'kernel irqchip' | Peter Maydell | 1 | -1/+2 |
2012-08-09 | kvm: Move kvm_allows_irq0_override() to target-i386, fix return type | Peter Maydell | 1 | -5/+0 |
2012-08-09 | kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq() | Peter Maydell | 1 | -3/+3 |
2012-08-09 | kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' | Peter Maydell | 1 | -1/+6 |
2012-08-09 | kvm: Check if smp_cpus exceeds max cpus supported by kvm | Dunrong Huang | 1 | -0/+29 |
2012-07-18 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -7/+24 |
2012-07-12 | virtio: move common irqfd handling out of virtio-pci | Paolo Bonzini | 1 | -0/+10 |
2012-07-12 | memory: pass EventNotifier, not eventfd | Paolo Bonzini | 1 | -6/+13 |
2012-07-10 | s390: autodetect map private | Christian Borntraeger | 1 | -0/+13 |
2012-06-29 | kvm: Don't abort on kvm_irqchip_add_msi_route() | Alex Williamson | 1 | -1/+1 |
2012-06-15 | kvm: add missing include files | Paolo Bonzini | 1 | -0/+2 |
2012-06-06 | kvm: Fix build for non-CAP_IRQ_ROUTING targets | Jan Kiszka | 1 | -5/+11 |
2012-05-21 | kvm: Introduce kvm_irqchip_add/remove_irqfd | Jan Kiszka | 1 | -0/+30 |
2012-05-21 | kvm: Make kvm_irqchip_commit_routes an internal service | Jan Kiszka | 1 | -12/+14 |
2012-05-21 | kvm: Publicize kvm_irqchip_release_virq | Jan Kiszka | 1 | -1/+1 |
2012-05-21 | kvm: Introduce kvm_irqchip_add_msi_route | Jan Kiszka | 1 | -0/+31 |
2012-05-21 | kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route | Jan Kiszka | 1 | -1/+1 |
2012-05-16 | kvm: Enable in-kernel irqchip support by default | Jan Kiszka | 1 | -1/+1 |
2012-05-16 | kvm: Add support for direct MSI injections | Jan Kiszka | 1 | -3/+19 |
2012-05-16 | kvm: Introduce basic MSI support for in-kernel irqchips | Jan Kiszka | 1 | -1/+138 |
2012-05-16 | kvm: Refactor KVMState::max_gsi to gsi_count | Jan Kiszka | 1 | -4/+4 |
2012-05-10 | kvm: Fix dirty tracking with large kernel page size | David Gibson | 1 | -2/+12 |
2012-04-12 | kvm: set gsi_bits and max_gsi correctly | Jason Baron | 1 | -1/+1 |
2012-04-12 | kvm: Drop unused kvm_pit_in_kernel | Jan Kiszka | 1 | -6/+0 |
2012-04-12 | kvm: allow arbitrarily sized mmio ioeventfd | Michael S. Tsirkin | 1 | -7/+8 |
2012-03-15 | kvm: Comparison with ioctl number macros needs to be unsigned | David Gibson | 1 | -1/+4 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -27/+27 |
2012-03-09 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -1/+1 |
2012-03-08 | Spelling fixes in comments (it's -> its) | Stefan Weil | 1 | -1/+1 |
2012-03-07 | kvm: fill in padding to help valgrind | Michael S. Tsirkin | 1 | -0/+2 |
2012-03-07 | kvm: Add kvm_has_pit_state2 helper | Jan Kiszka | 1 | -0/+10 |
2012-03-01 | Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging | Anthony Liguori | 1 | -3/+12 |
2012-03-01 | Merge remote-tracking branch 'qemu-kvm/memory/core' into staging | Anthony Liguori | 1 | -1/+96 |
2012-03-01 | kvm: fix unaligned slots | Avi Kivity | 1 | -3/+12 |
2012-02-29 | memory: support stateless memory listeners | Avi Kivity | 1 | -0/+16 |
2012-02-29 | memory: allow MemoryListeners to observe a specific address space | Avi Kivity | 1 | -1/+1 |
2012-02-29 | memory: move ioeventfd ops to MemoryListener | Avi Kivity | 1 | -0/+78 |
2012-02-29 | memory: switch memory listeners to a QTAILQ | Avi Kivity | 1 | -0/+1 |
2012-02-18 | kvm: Set cpu_single_env only once | Jan Kiszka | 1 | -5/+0 |