Age | Commit message (Expand) | Author | Files | Lines |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson | 1 | -1/+1 |
2023-09-20 | i386: spelling fixes | Michael Tokarev | 2 | -2/+2 |
2023-09-07 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 2 | -0/+2 |
2023-09-07 | sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targets | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-09-07 | sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-08-31 | hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h' | Philippe Mathieu-Daudé | 2 | -1/+19 |
2023-08-31 | hw/i386: Remove unuseful kvmclock_create() stub | Philippe Mathieu-Daudé | 1 | -1/+3 |
2023-08-02 | Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into staging | Richard Henderson | 1 | -4/+11 |
2023-08-01 | hw/xen: prevent guest from binding loopback event channel to itself | David Woodhouse | 1 | -2/+9 |
2023-08-01 | hw/xen: fix off-by-one in xen_evtchn_set_gsi() | David Woodhouse | 1 | -2/+2 |
2023-08-01 | hw/xen: Clarify (lack of) error handling in transaction_commit() | David Woodhouse | 1 | -1/+11 |
2023-06-20 | meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-06-07 | hw/xen: Fix broken check for invalid state in xs_be_open() | David Woodhouse | 1 | -1/+1 |
2023-06-07 | hw/xen: Simplify emulated Xen platform init | David Woodhouse | 2 | -22/+21 |
2023-06-05 | hw/timer/i8254_common: Share "iobase" property via base class | Bernhard Beschow | 1 | -1/+0 |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi | 1 | -1/+1 |
2023-05-30 | hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore | Stefan Hajnoczi | 1 | -1/+1 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 2 | -0/+2 |
2023-03-07 | hw/xen: Implement soft reset for emulated gnttab | David Woodhouse | 2 | -2/+25 |
2023-03-07 | hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore | David Woodhouse | 1 | -0/+16 |
2023-03-07 | hw/xen: Add emulated implementation of XenStore operations | David Woodhouse | 1 | -4/+269 |
2023-03-07 | hw/xen: Add emulated implementation of grant table operations | David Woodhouse | 1 | -3/+296 |
2023-03-07 | hw/xen: Hook up emulated implementation for event channel operations | David Woodhouse | 1 | -0/+15 |
2023-03-07 | hw/xen: Add xenstore operations to allow redirection to internal emulation | Paul Durrant | 2 | -10/+1 |
2023-03-07 | hw/xen: Create initial XenStore nodes | Paul Durrant | 1 | -0/+70 |
2023-03-07 | hw/xen: Implement core serialize/deserialize methods for xenstore_impl | David Woodhouse | 3 | -6/+599 |
2023-03-07 | hw/xen: Implement XenStore permissions | Paul Durrant | 3 | -20/+249 |
2023-03-07 | hw/xen: Watches on XenStore transactions | David Woodhouse | 1 | -1/+150 |
2023-03-07 | hw/xen: Implement XenStore transactions | David Woodhouse | 1 | -6/+144 |
2023-03-07 | hw/xen: Implement XenStore watches | David Woodhouse | 1 | -15/+238 |
2023-03-07 | hw/xen: Add basic XenStore tree walk and write/read/directory support | David Woodhouse | 1 | -7/+520 |
2023-03-07 | hw/xen: Add xenstore wire implementation and implementation stubs | David Woodhouse | 5 | -8/+1054 |
2023-03-01 | kvm/i386: Add xen-evtchn-max-pirq property | David Woodhouse | 1 | -10/+11 |
2023-03-01 | hw/xen: Support MSI mapping to PIRQ | David Woodhouse | 4 | -7/+280 |
2023-03-01 | hw/xen: Support GSI mapping to PIRQ | David Woodhouse | 2 | -1/+59 |
2023-03-01 | hw/xen: Implement emulated PIRQ hypercall support | David Woodhouse | 4 | -5/+308 |
2023-03-01 | i386/xen: Implement HYPERVISOR_physdev_op | David Woodhouse | 2 | -0/+36 |
2023-03-01 | hw/xen: Add basic ring handling to xenstore | David Woodhouse | 1 | -3/+251 |
2023-03-01 | hw/xen: Add xen_xenstore device for xenstore emulation | David Woodhouse | 4 | -0/+274 |
2023-03-01 | hw/xen: Add backend implementation of interdomain event channel support | David Woodhouse | 2 | -7/+352 |
2023-03-01 | i386/xen: handle PV timer hypercalls | Joao Martins | 2 | -0/+33 |
2023-03-01 | hw/xen: Implement GNTTABOP_query_size | David Woodhouse | 2 | -0/+21 |
2023-03-01 | i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson | David Woodhouse | 2 | -0/+36 |
2023-03-01 | hw/xen: Support mapping grant frames | David Woodhouse | 3 | -2/+75 |
2023-03-01 | hw/xen: Add xen_gnttab device for grant table emulation | David Woodhouse | 3 | -0/+130 |
2023-03-01 | hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback | David Woodhouse | 1 | -14/+66 |
2023-03-01 | hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback | David Woodhouse | 2 | -0/+101 |
2023-03-01 | i386/xen: add monitor commands to test event injection | Joao Martins | 3 | -0/+172 |
2023-03-01 | hw/xen: Implement EVTCHNOP_reset | David Woodhouse | 2 | -0/+33 |
2023-03-01 | hw/xen: Implement EVTCHNOP_bind_vcpu | David Woodhouse | 2 | -0/+42 |