qemu.git
2023-10-16 Stefan HajnocziMerge tag 'mem-2023-10-12' of https://github.com/davidh...
2023-10-12 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231012-1' of https...
2023-10-12 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-10-12 Stefan HajnocziMerge tag 'qga-pull-2023-10-11' of https://github.com...
2023-10-12 David Hildenbrandvirtio-mem: Mark memslot alias memory regions unmergeable
2023-10-12 David Hildenbrandmemory,vhost: Allow for marking memory device memory...
2023-10-12 David Hildenbrandvirtio-mem: Expose device memory dynamically via multip...
2023-10-12 David Hildenbrandvirtio-mem: Update state to match bitmap as soon as...
2023-10-12 David Hildenbrandvirtio-mem: Pass non-const VirtIOMEM via virtio_mem_ran...
2023-10-12 David Hildenbrandmemory: Clarify mapping requirements for RamDiscardManager
2023-10-12 David Hildenbrandmemory-device,vhost: Support automatic decision on...
2023-10-12 David Hildenbrandvhost: Add vhost_get_max_memslots()
2023-10-12 David Hildenbrandkvm: Add stub for kvm_get_max_memslots()
2023-10-12 David Hildenbrandmemory-device,vhost: Support memory devices that dynami...
2023-10-12 David Hildenbrandmemory-device: Track required and actually used memslot...
2023-10-12 David Hildenbrandstubs: Rename qmp_memory_device.c to memory_device.c
2023-10-12 David Hildenbrandmemory-device: Support memory devices with multiple...
2023-10-12 David Hildenbrandvhost: Return number of free memslots
2023-10-12 David Hildenbrandkvm: Return number of free memslots
2023-10-12 David Hildenbrandsoftmmu/physmem: Fixup qemu_ram_block_from_host() docum...
2023-10-12 David Hildenbrandvhost: Remove vhost_backend_can_merge() callback
2023-10-12 David Hildenbrandvhost: Rework memslot filtering and fix "used_memslot...
2023-10-12 Max Choutarget/riscv: Fix vfwmaccbf16.vf
2023-10-12 Daniel Henrique... target/riscv: deprecate capital 'Z' CPU properties
2023-10-12 Richard W.M... target/riscv: Use env_archcpu for better performance
2023-10-12 Daniel Henrique... target/riscv/tcg: remove RVG warning
2023-10-12 Daniel Henrique... target/riscv/kvm: support KVM_GET_REG_LIST
2023-10-12 Daniel Henrique... target/riscv/kvm: improve 'init_multiext_cfg' error msg
2023-10-12 Clément Chigotgdbstub: replace exit calls with proper shutdown for...
2023-10-12 Clément Chigothw/char: riscv_htif: replace exit calls with proper...
2023-10-12 Clément Chigothw/misc/sifive_test.c: replace exit calls with proper...
2023-10-12 Clément Chigotsoftmmu: pass the main loop status to gdb "Wxx" packet
2023-10-12 Clément Chigotsoftmmu: add means to pass an exit code when requesting...
2023-10-12 Daniel Henrique... target/riscv/tcg-cpu.c: add extension properties for...
2023-10-12 Daniel Henrique... target/riscv: add riscv_cpu_get_name()
2023-10-12 Daniel Henrique... target/riscv/cpu: move priv spec functions to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv/cpu.c: export isa_edata_arr[]
2023-10-12 Daniel Henrique... target/riscv/tcg: move riscv_cpu_add_misa_properties...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
2023-10-12 Daniel Henrique... target/riscv/tcg: introduce tcg_cpu_instance_init()
2023-10-12 Daniel Henrique... target/riscv/cpu.c: export set_misa()
2023-10-12 Daniel Henrique... target/riscv/kvm: do not use riscv_cpu_add_misa_propert...
2023-10-12 Daniel Henrique... target/riscv: move KVM only files to kvm subdir
2023-10-12 Daniel Henrique... target/riscv: introduce KVM AccelCPUClass
2023-10-12 Daniel Henrique... target/riscv: remove kvm-stub.c
2023-10-12 Daniel Henrique... target/riscv: make riscv_add_satp_mode_properties(...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_add_kvm_properties() to...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: mark extensions arrays as 'const'
2023-10-12 Daniel Henrique... target/riscv: move 'host' CPU declaration to kvm.c
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add .instance_post_init()
2023-10-12 Daniel Henrique... target/riscv: move riscv_tcg_ops to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_validate_set_extensions...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_realize_tcg() to TCG:...
2023-10-12 Daniel Henrique... target/riscv: introduce TCG AccelCPUClass
2023-10-12 Alvin Changdisas/riscv: Fix the typo of inverted order of pmpaddr1...
2023-10-12 liguang.zhangtarget/riscv: Clear CSR values at reset and sync MPSTAT...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: consider user option with RVG
2023-10-12 Daniel Henrique... target/riscv/cpu.c: honor user choice in cpu_cfg_ext_au...
2023-10-12 Daniel Henrique... target/riscv: use isa_ext_update_enabled() in init_max_...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
2023-10-12 Daniel Henrique... target/riscv/cpu.c: use cpu_cfg_ext_auto_update() durin...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
2023-10-12 Daniel Henrique... target/riscv: make CPUCFG() macro public
2023-10-12 Daniel Henrique... target/riscv/cpu.c: use offset in isa_ext_is_enabled...
2023-10-12 Daniel Henrique... target/riscv: deprecate the 'any' CPU type
2023-10-12 Daniel Henrique... avocado, risc-v: add tuxboot tests for 'max' CPU
2023-10-12 Daniel Henrique... target/riscv: add 'max' CPU type
2023-10-12 Daniel Henrique... target/riscv/cpu.c: limit cfg->vext_spec log message
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split vendor exts from riscv_cpu_ex...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split non-ratified exts from riscv_...
2023-10-12 Daniel Henrique... target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cp...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split kvm prop handling to its...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: skip 'bool' check when filtering...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split CPU options from riscv_cpu_ex...
2023-10-11 Philippe Mathieu... cpus: Remove unused smp_cores/smp_threads declarations
2023-10-11 Thomas Huthscripts/xml-preprocess: Make sure this script is invoke...
2023-10-11 Olaf Heringroms: use PYTHON to invoke python
2023-10-11 Thomas HuthMAINTAINERS: Add some unowned files to the SBSA-REF...
2023-10-11 Philippe Mathieu... MAINTAINERS: Add section for overall sensors
2023-10-11 Cornelia HuckMAINTAINERS: add standard-headers to Hosts/LINUX
2023-10-11 Thomas HuthMAINTAINERS: Add the CI-related doc files to the CI...
2023-10-11 Thomas HuthMAINTAINERS: Add include folder to the hw/char/ section
2023-10-11 Thomas HuthMAINTAINERS: Add unowned RISC-V related files to the...
2023-10-11 Thomas HuthMAINTAINERS: Add g364fb and ds1225y to the Jazz section
2023-10-11 Pierre LabatutFix compilation when UFFDIO_REGISTER is not set.
2023-10-11 Stefan HajnocziMerge tag 'pull-omnibus-111023-1' of https://gitlab...
2023-10-11 Stefan HajnocziMerge tag 'migration-20231011-pull-request' of https...
2023-10-11 Stefan HajnocziMerge tag 'audio-pull-request' of https://gitlab.com...
2023-10-11 Daniel Xuqapi: qga: Clarify when out-data and err-data are populated
2023-10-11 Daniel Xuqga: Fix memory leak when output stream is unused
2023-10-11 Akihiko Odakiqga: Remove platform GUID definitions
2023-10-11 Jianlin LiUpdate AMD memory encryption document links.
2023-10-11 Peter Xumigration: Add migration_rp_wait|kick()
2023-10-11 Peter Xumigration: Remember num of ramblocks to sync during...
2023-10-11 Peter Xuqemufile: Always return a verbose error
2023-10-11 Peter Xumigration: Introduce migrate_has_error()
2023-10-11 Peter Xumigration: Display error in query-migrate irrelevant...
2023-10-11 Markus Armbrustermigration/rdma: Replace flawed device detail dump by...
next