Age | Commit message (Expand) | Author |
2023-03-02 | vhost-user-gpio: Configure vhost_dev when connecting | Akihiko Odaki |
2023-03-02 | virtio-net: clear guest_announce feature if no cvq backend | Eugenio PĂ©rez |
2023-03-02 | Revert "hw/i386: pass RNG seed via setup_data entry" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: return modified setup_data only if read as memory, not as file" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: use typedef for SetupData struct" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: reinitialize RNG seed on system reboot" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: re-initialize RNG seed when selecting kernel" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: do not re-randomize RNG seed on snapshot load" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: don't let decompressed kernel image clobber setup_data" | Michael S. Tsirkin |
2023-03-02 | hw/smbios: fix field corruption in type 4 table | Julia Suvorova |
2023-03-01 | hw/riscv: Move the dtb load bits outside of create_fdt() | Bin Meng |
2023-03-01 | hw/riscv: Skip re-generating DT nodes for a given DTB | Bin Meng |
2023-03-01 | hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus() | Daniel Henrique Barboza |
2023-03-01 | Merge branch 'xenfv-kvm-15' of git://git.infradead.org/users/dwmw2/qemu into ... | Paolo Bonzini |
2023-03-01 | qapi: Add 'acpi' field to 'query-machines' output | Peter Krempa |
2023-03-01 | hw/xen: Subsume xen_be_register_common() into xen_be_init() | David Woodhouse |
2023-03-01 | kvm/i386: Add xen-evtchn-max-pirq property | David Woodhouse |
2023-03-01 | hw/xen: Support MSI mapping to PIRQ | David Woodhouse |
2023-03-01 | hw/xen: Support GSI mapping to PIRQ | David Woodhouse |
2023-03-01 | hw/xen: Implement emulated PIRQ hypercall support | David Woodhouse |
2023-03-01 | i386/xen: Implement HYPERVISOR_physdev_op | David Woodhouse |
2023-03-01 | hw/xen: Automatically add xen-platform PCI device for emulated Xen guests | David Woodhouse |
2023-03-01 | hw/xen: Add basic ring handling to xenstore | David Woodhouse |
2023-03-01 | hw/xen: Add xen_xenstore device for xenstore emulation | David Woodhouse |
2023-03-01 | hw/xen: Add backend implementation of interdomain event channel support | David Woodhouse |
2023-03-01 | i386/xen: handle PV timer hypercalls | Joao Martins |
2023-03-01 | hw/xen: Implement GNTTABOP_query_size | David Woodhouse |
2023-03-01 | i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson | David Woodhouse |
2023-03-01 | hw/xen: Support mapping grant frames | David Woodhouse |
2023-03-01 | hw/xen: Add xen_gnttab device for grant table emulation | David Woodhouse |
2023-03-01 | hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback | David Woodhouse |
2023-03-01 | hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback | David Woodhouse |
2023-03-01 | i386/xen: add monitor commands to test event injection | Joao Martins |
2023-03-01 | hw/xen: Implement EVTCHNOP_reset | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_bind_vcpu | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_bind_interdomain | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_alloc_unbound | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_send | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_bind_ipi | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_bind_virq | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_unmask | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_close | David Woodhouse |
2023-03-01 | hw/xen: Implement EVTCHNOP_status | David Woodhouse |
2023-03-01 | hw/xen: Add xen_evtchn device for event channel emulation | David Woodhouse |
2023-03-01 | i386/xen: manage and save/restore Xen guest long_mode setting | David Woodhouse |
2023-03-01 | i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode | David Woodhouse |
2023-03-01 | hw/xen: Add xen_overlay device for emulating shared xenheap pages | David Woodhouse |
2023-03-01 | xen-platform: allow its creation with XEN_EMULATE mode | Joao Martins |
2023-03-01 | xen-platform: exclude vfio-pci from the PCI platform unplug | Joao Martins |
2023-03-01 | xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation | David Woodhouse |