aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-02vhost-user: Adopt new backend namingMaxime Coquelin
2023-03-02libvhost-user: Adopt new backend namingMaxime Coquelin
2023-03-02docs: vhost-user: replace _SLAVE_ with _BACKEND_Maxime Coquelin
2023-03-02hw/timer/hpet: Fix expiration time overflowAkihiko Odaki
2023-03-02virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert
2023-03-02vhost-user-rng: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-03-02vhost-user-i2c: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-03-02vhost-user-gpio: Configure vhost_dev when connectingAkihiko Odaki
2023-03-02backends/vhost-user: remove the ioeventfd checkAlex Bennée
2023-03-02virtio-net: clear guest_announce feature if no cvq backendEugenio Pérez
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin
2023-03-02Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin
2023-03-02Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin
2023-03-02Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin
2023-03-02Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin
2023-03-02hw/smbios: fix field corruption in type 4 tableJulia Suvorova
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-02target/loongarch: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-02target/i386: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-01Merge patch series "target/riscv: some vector_helper.c cleanups"Palmer Dabbelt
2023-03-01target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfigDaniel Henrique Barboza
2023-03-01target/riscv/vector_helper.c: create vext_set_tail_elems_1s()Daniel Henrique Barboza
2023-03-01Merge patch series "RISCVCPUConfig related cleanups"Palmer Dabbelt
2023-03-01target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfigDaniel Henrique Barboza
2023-03-01target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointersDaniel Henrique Barboza
2023-03-01target/riscv/csr.c: simplify mctr()Daniel Henrique Barboza
2023-03-01target/riscv/csr.c: use env_archcpu() in ctr()Daniel Henrique Barboza
2023-03-01Merge patch series "target/riscv: Add support for Svadu extension"Palmer Dabbelt
2023-03-01target/riscv: Export Svadu propertyWeiwei Li
2023-03-01target/riscv: Add *envcfg.HADE related check in address translationWeiwei Li
2023-03-01target/riscv: Add *envcfg.PBMTE related check in address translationWeiwei Li
2023-03-01target/riscv: Add csr support for svaduWeiwei Li
2023-03-01target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and h...Weiwei Li
2023-03-01target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc...Weiwei Li
2023-03-01hw/riscv: Move the dtb load bits outside of create_fdt()Bin Meng
2023-03-01hw/riscv: Skip re-generating DT nodes for a given DTBBin Meng
2023-03-01target/riscv: Add support for Zicond extensionWeiwei Li
2023-03-01RISC-V: XTheadMemPair: Remove register restrictions for store-pairChristoph Müllner
2023-03-01target/riscv: Fix checking of whether instruciton at 'pc_next' spans pagesShaobo Song
2023-03-01Merge patch series "target/riscv: Various fixes to gdbstub and CSR access"Palmer Dabbelt
2023-03-01target/riscv: Group all predicate() routines togetherBin Meng
2023-03-01target/riscv: Drop priv level check in mseccfg predicate()Bin Meng
2023-03-01target/riscv: Allow debugger to access sstc CSRsBin Meng
2023-03-01target/riscv: Allow debugger to access {h, s}stateen CSRsBin Meng
2023-03-01target/riscv: Allow debugger to access seed CSRBin Meng
2023-03-01target/riscv: Allow debugger to access user timer and counter CSRsBin Meng
2023-03-01target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xmlBin Meng