qemu.git
2024-02-14 Leo Yanhw/virtio: Support set_config() callback in vhost-user...
2024-02-14 Alex Bennéedocs/system: add a basic enumeration of vhost-user...
2024-02-14 Manos Pitsidianakishw/virtio: add vhost-user-snd and vhost-user-snd-pci...
2024-02-14 Alex Bennéehw/virtio: derive vhost-user-i2c from vhost-user-base
2024-02-14 Alex Bennéehw/virtio: derive vhost-user-gpio from vhost-user-base
2024-02-14 Alex Bennéehw/virtio: derive vhost-user-rng from vhost-user-base
2024-02-14 Alex Bennéehw/virtio: convert vhost-user-base to async shutdown
2024-02-14 Alex Bennéevirtio: split into vhost-user-base and vhost-user-device
2024-02-09 Peter MaydellMerge tag 'pull-riscv-to-apply-20240209' of https:...
2024-02-09 Peter MaydellMerge tag 'migration-staging-pull-request' of https...
2024-02-09 Daniel Henrique... target/riscv: add rv32i, rv32e and rv64e CPUs
2024-02-09 Daniel Henrique... target/riscv/cpu.c: add riscv_bare_cpu_init()
2024-02-09 LIU Zhiweitarget/riscv: Enable xtheadsync under user mode
2024-02-09 Heinrich Schuchardtqemu-options: enable -smbios option on RISC-V
2024-02-09 Heinrich Schuchardttarget/riscv: SMBIOS support for RISC-V virt machine
2024-02-09 Heinrich Schuchardtsmbios: function to set default processor family
2024-02-09 Heinrich Schuchardtsmbios: add processor-family option
2024-02-09 Conor Dooleytarget/riscv: support new isa extension detection devic...
2024-02-09 Conor Dooleytarget/riscv: use misa_mxl_max to populate isa string...
2024-02-09 Rob Bradfordtarget/riscv: Expose Zaamo and Zalrsc extensions
2024-02-09 Rob Bradfordtarget/riscv: Check 'A' and split extensions for atomic...
2024-02-09 Rob Bradfordtarget/riscv: Add Zaamo and Zalrsc extension infrastructure
2024-02-09 Daniel Henrique... hw/riscv/virt.c: use g_autofree in create_fdt_*
2024-02-09 Daniel Henrique... hw/riscv/virt.c: use g_autofree in virt_machine_init()
2024-02-09 Daniel Henrique... hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
2024-02-09 Daniel Henrique... hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
2024-02-09 Daniel Henrique... hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()
2024-02-09 Daniel Henrique... hw/riscv/numa.c: use g_autofree in socket_fdt_write_dis...
2024-02-09 Daniel Henrique... hw/riscv/virt-acpi-build.c: fix leak in build_rhct()
2024-02-09 LIU Zhiweitarget/riscv: Use RISCVException as return type for...
2024-02-09 LIU Zhiweitarget/riscv: FCSR doesn't contain vxrm and vxsat
2024-02-09 Akihiko Odakitarget/riscv: Validate misa_mxl_max only once
2024-02-09 Akihiko Odakitarget/riscv: Move misa_mxl_max to class
2024-02-09 Akihiko Odakitarget/riscv: Remove misa_mxl validation
2024-02-09 Daniel Henrique... target/riscv/kvm: get/set vector vregs[]
2024-02-09 Daniel Henrique... target/riscv/kvm: initialize 'vlenb' via get-reg-list
2024-02-09 Daniel Henrique... target/riscv/kvm: change kvm_reg_id to uint64_t
2024-02-09 Daniel Henrique... target/riscv/cpu.c: remove cpu->cfg.vlen
2024-02-09 Daniel Henrique... trans_rvv.c.inc: use vext_get_vlmax() in trans_vrgather...
2024-02-09 Daniel Henrique... target/riscv: change vext_get_vlmax() arguments
2024-02-09 Daniel Henrique... target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
2024-02-09 Daniel Henrique... target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb...
2024-02-09 Daniel Henrique... target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
2024-02-09 Daniel Henrique... target/riscv/vector_helper.c: use 'vlenb'
2024-02-09 Daniel Henrique... target/riscv/insn_trans/trans_rvvk.c.inc: use 'vlenb'
2024-02-09 Daniel Henrique... target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
2024-02-09 Daniel Henrique... target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu...
2024-02-09 Daniel Henrique... target/riscv/gdbstub.c: use 'vlenb' instead of shifting...
2024-02-09 Daniel Henrique... target/riscv/csr.c: use 'vlenb' instead of 'vlen'
2024-02-09 Daniel Henrique... target/riscv: add 'vlenb' field in cpu->cfg
2024-02-09 Alvin Changtarget/riscv: Implement optional CSR mcontext of debug...
2024-02-09 Daniel Henrique... target/riscv/cpu.c: move 'marchid' to riscv_cpu_propert...
2024-02-09 Daniel Henrique... target/riscv/cpu.c: move 'mimpid' to riscv_cpu_properties[]
2024-02-09 Daniel Henrique... target/riscv/cpu.c: move 'mvendorid' to riscv_cpu_prope...
2024-02-09 Daniel Henrique... target/riscv: remove riscv_cpu_options[]
2024-02-09 Daniel Henrique... target/riscv: move 'cboz_blocksize' to riscv_cpu_proper...
2024-02-09 Daniel Henrique... target/riscv: move 'cbop_blocksize' to riscv_cpu_proper...
2024-02-09 Daniel Henrique... target/riscv: move 'cbom_blocksize' to riscv_cpu_proper...
2024-02-09 Daniel Henrique... target/riscv: create finalize_features() for KVM
2024-02-09 Daniel Henrique... target/riscv: move 'elen' to riscv_cpu_properties[]
2024-02-09 Daniel Henrique... target/riscv: move 'vlen' to riscv_cpu_properties[]
2024-02-09 Daniel Henrique... target/riscv: rework 'vext_spec'
2024-02-09 Daniel Henrique... target/riscv: rework 'priv_spec'
2024-02-09 Daniel Henrique... target/riscv: move 'pmp' to riscv_cpu_properties[]
2024-02-09 Daniel Henrique... target/riscv: move 'mmu' to riscv_cpu_properties[]
2024-02-09 Daniel Henrique... target/riscv: move 'pmu-mask' and 'pmu-num' to riscv_cp...
2024-02-09 Daniel Henrique... target/riscv: make riscv_cpu_is_vendor() public
2024-02-09 Daniel Henrique... target/riscv/cpu_cfg.h: remove unused fields
2024-02-09 Rob Bradfordtarget/riscv: Add step to validate 'B' extension
2024-02-09 Rob Bradfordtarget/riscv: Add infrastructure for 'B' MISA extension
2024-02-09 Rob Bradfordtarget/riscv: Check for 'A' extension on all atomic...
2024-02-08 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2024-02-08 Peter MaydellMerge tag 'pull-tcg-20240205-2' of https://gitlab.com...
2024-02-08 Peter MaydellMerge tag 'pull-request-2024-02-06' of https://gitlab...
2024-02-08 Peter MaydellMerge tag 'mem-2024-02-06-v3' of https://github.com...
2024-02-08 Stefan Hajnoczivirtio-blk: avoid using ioeventfd state in irqfd condit...
2024-02-07 Hanna Czenczekvirtio-blk: Use ioeventfd_attach in start_ioeventfd
2024-02-07 Hanna Czenczekvirtio: Re-enable notifications after drain
2024-02-07 Hanna Czenczekvirtio-scsi: Attach event vq notifier with no_poll
2024-02-07 Kevin Wolfblkio: Respect memory-alignment for bounce buffer alloc...
2024-02-07 Kevin Wolfscsi: Don't ignore most usb-storage properties
2024-02-07 Stefan Hajnoczivirtio-blk: do not use C99 mixed declarations
2024-02-07 Daniel P. Berrangéiotests: give tempdir an identifying name
2024-02-07 Daniel P. Berrangéiotests: fix leak of tmpdir in dry-run mode
2024-02-07 Hanna Czenczekscsi: Await request purging
2024-02-07 Hanna Czenczekblock-backend: Allow concurrent context changes
2024-02-07 Stefan Hajnoczimonitor: use aio_co_reschedule_self()
2024-02-07 Stefan Hajnoczivirtio-blk: declare VirtIOBlock::rq with a type
2024-02-07 Stefan Hajnoczivirtio-blk: add vq_rq[] bounds check in virtio_blk_dma_...
2024-02-07 Stefan Hajnoczivirtio-blk: clarify that there is at least 1 virtqueue
2024-02-07 Stefan Hajnoczivirtio-blk: enforce iothread-vq-mapping validation
2024-02-07 Peter Xuci: Update comment for migration-compat-aarch64
2024-02-07 Peter Xuci: Remove tag dependency for build-previous-qemu
2024-02-07 Peter Xutests/migration-test: Stick with gicv3 in aarch64 test
2024-02-07 Fabiano Rosasmigration/multifd: Add a synchronization point for...
2024-02-07 Fabiano Rosasmigration/multifd: Unify multifd and TLS connection...
2024-02-07 Fabiano Rosasmigration/multifd: Move multifd_send_setup into migrati...
2024-02-07 Fabiano Rosasmigration/multifd: Move multifd_send_setup error handli...
2024-02-07 Fabiano Rosasmigration/multifd: Remove p->running
2024-02-07 Fabiano Rosasmigration/multifd: Join the TLS thread
next