368 Commits (cb8d4c8f54b8271f642f02382eec29d468bb1c77)

Author SHA1 Message Date
Alexey Kardashevskiy 752ced0488 kvm: fix incorrect length in a loop over kvm dirty pages map 14 years ago
Jan Kiszka 78021d6d8d kvm: Actually remove software breakpoints from list on cleanup 14 years ago
Andreas Färber f100f0b38f cpus: Pass CPUState to run_on_cpu() 14 years ago
Andreas Färber c08d7424d6 cpus: Pass CPUState to qemu_cpu_kick() 14 years ago
Andreas Färber 60e82579c7 cpus: Pass CPUState to qemu_cpu_is_self() 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Avi Kivity f6790af6bc memory: use AddressSpace for MemoryListener filtering 14 years ago
Avi Kivity 95d2994a2f memory: manage coalesced mmio via a MemoryListener 14 years ago
Avi Kivity ad1ff3d99a kvm: drop no-op MemoryListener callbacks 14 years ago
Avi Kivity d22b096ef6 kvm: use separate MemoryListeners for memory and I/O 14 years ago
Stefan Weil 6d1cc3210c kvm: Fix warning from static code analysis 14 years ago
Jan Kiszka e333cd6949 kvm: Rename irqchip_inject_ioctl to irq_set_ioctl 14 years ago
Jan Kiszka 683d4b5d9f kvm: Stop flushing coalesced MMIO on vmexit 14 years ago
Peter Maydell 8732fbd2af kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create() 14 years ago
Jan Kiszka 3ab7384244 kvm: Introduce kvm_has_intx_set_mask 14 years ago
Jan Kiszka cc57407e96 kvm: Introduce kvm_irqchip_update_msi_route 14 years ago
Jan Kiszka b131c74a0e kvm: Clean up irqfd API 14 years ago
Christian Borntraeger 62fe83318d qemu: Use valgrind annotations to mark kvm guest memory as defined 14 years ago
Peter Maydell f3e1bed8da kvm: Decouple 'GSI routing' from 'kernel irqchip' 14 years ago
Peter Maydell 614e41bc26 kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' 14 years ago
Peter Maydell cc7e0ddf5a kvm: Decouple 'irqfds usable' from 'kernel irqchip' 14 years ago
Peter Maydell 1d31f66bbc kvm: Move kvm_allows_irq0_override() to target-i386, fix return type 14 years ago
Peter Maydell 3889c3fab1 kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq() 14 years ago
Peter Maydell 7ae26bd484 kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' 14 years ago
Dunrong Huang 3ed444e949 kvm: Check if smp_cpus exceeds max cpus supported by kvm 14 years ago
Paolo Bonzini 15b2bd1847 virtio: move common irqfd handling out of virtio-pci 14 years ago
Paolo Bonzini 753d5e14c4 memory: pass EventNotifier, not eventfd 14 years ago
Christian Borntraeger fdec991857 s390: autodetect map private 14 years ago
Alex Williamson df410675e5 kvm: Don't abort on kvm_irqchip_add_msi_route() 14 years ago
Paolo Bonzini ebd063d150 kvm: add missing include files 14 years ago
Jan Kiszka d3d3bef0a0 kvm: Fix build for non-CAP_IRQ_ROUTING targets 14 years ago
Jan Kiszka 39853bbc49 kvm: Introduce kvm_irqchip_add/remove_irqfd 14 years ago
Jan Kiszka e7b2030862 kvm: Make kvm_irqchip_commit_routes an internal service 14 years ago
Jan Kiszka 1e2aa8be09 kvm: Publicize kvm_irqchip_release_virq 14 years ago
Jan Kiszka 92b4e48982 kvm: Introduce kvm_irqchip_add_msi_route 14 years ago
Jan Kiszka 1df186df35 kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route 14 years ago
Jan Kiszka a24b9106fa kvm: Enable in-kernel irqchip support by default 14 years ago
Jan Kiszka 4a3adebb18 kvm: Add support for direct MSI injections 14 years ago
Jan Kiszka 04fa27f5ae kvm: Introduce basic MSI support for in-kernel irqchips 14 years ago
Jan Kiszka 4e2e4e6355 kvm: Refactor KVMState::max_gsi to gsi_count 14 years ago
David Gibson 3145fcb605 kvm: Fix dirty tracking with large kernel page size 14 years ago
Jason Baron bc8c6788b6 kvm: set gsi_bits and max_gsi correctly 14 years ago
Jan Kiszka c73b00973b kvm: Drop unused kvm_pit_in_kernel 14 years ago
Michael S. Tsirkin 4b8f1c88e9 kvm: allow arbitrarily sized mmio ioeventfd 14 years ago
David Gibson 92e4b519e0 kvm: Comparison with ioctl number macros needs to be unsigned 14 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 14 years ago
Stefan Weil 93148aa5c3 Spelling fixes in comments (it's -> its) 14 years ago
Michael S. Tsirkin 7e680753cf kvm: fill in padding to help valgrind 14 years ago
Jan Kiszka 8a7c73932e kvm: Add kvm_has_pit_state2 helper 14 years ago
Avi Kivity 8f6f962b99 kvm: fix unaligned slots 14 years ago