messages from 2023-06-27 16:13:55 to 2023-06-28 09:31:24 UTC [more...]
[PATCH 0/8] colo migration cleanups
2023-06-28 9:30 UTC (3+ messages)
` [PATCH 2/8] colo: Setup ram cache in normal migration path
[PULL 0/7] hw/nvme updates
2023-06-28 9:25 UTC (8+ messages)
` [PULL 1/7] hw/nvme: add comment for nvme-ns properties
` [PULL 2/7] hw/nvme: consider COPY command in nvme_aio_err
` [PULL 3/7] hw/nvme: check maximum copy length (MCL) for COPY
` [PULL 4/7] hw/nvme: fix verification of number of ruhis
` [PULL 5/7] hw/nvme: verify uniqueness of reclaim unit handle identifiers
` [PULL 6/7] hw/nvme: add placement handle list ranges
` [PULL 7/7] docs: update hw/nvme documentation for TP4146
[PULL 00/33] UI patches
2023-06-28 9:22 UTC (7+ messages)
` [PULL 04/33] virtio-gpu: Optimize 2D resource data transfer
` [PULL 10/33] ui/gtk: set the area of the scanout texture correctly
[PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
2023-06-28 9:20 UTC (43+ messages)
` [PATCH v3 03/36] gitlab: reduce testing scope of check-gcov
` [PATCH v3 04/36] docs/devel: remind developers to run CI container pipeline when updating images
` [PATCH v3 05/36] tests/tcg: add mechanism to handle plugin arguments
` [PATCH v3 06/36] qemu-keymap: properly check return from xkb_keymap_mod_get_index
` [PATCH v3 07/36] scripts/oss-fuzz: add a suppression for keymap
` [PATCH v3 08/36] tests/qtests: clean-up and fix leak in generic_fuzz
` [PATCH v3 09/36] tests/docker: add test-fuzz
` [PATCH v3 11/36] tests/lcitool: update to latest version
` [PATCH v3 12/36] tests/lcitool: Bump fedora container versions
` [PATCH v3 15/36] tests/docker: convert riscv64-cross to lcitool
` [PATCH v3 16/36] tests/avocado: update firmware to enable sbsa-ref/max
` [PATCH v3 17/36] plugins: force slow path when plugins instrument memory ops
` [PATCH v3 18/36] plugins: fix memory leak while parsing options
` [PATCH v3 19/36] plugins: update lockstep to use g_memdup2
` [PATCH v3 20/36] docs/devel: add some front matter to the devel index
` [PATCH v3 21/36] include/migration: mark vmstate_register() as a legacy function
` [PATCH v3 22/36] include/hw/qdev-core: fixup kerneldoc annotations
` [PATCH v3 23/36] docs/devel/qom.rst: Correct code style
` [PATCH v3 24/36] docs/devel: split qom-api reference into new file
` [PATCH v3 25/36] docs/devel: introduce some key concepts for QOM development
` [PATCH v3 26/36] gdbstub: lightly refactor connection to avoid snprintf
` [PATCH v3 27/36] gdbstub: Permit reverse step/break to provide stop response
` [PATCH v3 28/36] gdbstub: clean-up vcont handling to avoid goto
` [PATCH v3 29/36] linux-user: Expose do_guest_openat() and do_guest_readlink()
` [PATCH v3 30/36] linux-user: Add "safe" parameter to do_guest_openat()
` [PATCH v3 31/36] linux-user: Emulate /proc/self/smaps
` [PATCH v3 32/36] gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
` [PATCH v3 33/36] gdbstub: Report the actual qemu-user pid
` [PATCH v3 35/36] docs: Document security implications of debugging
` [PATCH v3 36/36] tests/tcg: Add a test for info proc mappings
[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
2023-06-28 9:14 UTC (18+ messages)
` [PATCH v6 01/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v6 02/15] target/riscv: Refactor vector-vector translation macro
` [PATCH v6 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v6 04/15] target/riscv: Add Zvbc ISA extension support
` [PATCH v6 05/15] target/riscv: Move vector translation checks
` [PATCH v6 06/15] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v6 07/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v6 08/15] target/riscv: Add Zvbb ISA extension support
` [PATCH v6 09/15] target/riscv: Add Zvkned "
` [PATCH v6 10/15] target/riscv: Add Zvknh "
` [PATCH v6 11/15] target/riscv: Add Zvksh "
` [PATCH v6 12/15] target/riscv: Add Zvkg "
` [PATCH v6 13/15] crypto: Create sm4_subword
` [PATCH v6 14/15] crypto: Add SM4 constant parameter CK
` [PATCH v6 15/15] target/riscv: Add Zvksed ISA extension support
[PATCH] pc-bios/s390-ccw: Get rid of the the __u* types
2023-06-28 8:35 UTC (4+ messages)
[PATCH] net: add initial support for AF_XDP network backend
2023-06-28 8:25 UTC (14+ messages)
[PATCH v5 00/19] target/riscv, KVM: fixes and enhancements
2023-06-28 8:14 UTC (29+ messages)
` [PATCH v5 01/19] target/riscv: skip features setup for KVM CPUs
` [PATCH v5 02/19] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v5 03/19] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH v5 04/19] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH v5 05/19] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH v5 06/19] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v5 07/19] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v5 08/19] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH v5 09/19] linux-headers: Update to v6.4-rc1
` [PATCH v5 10/19] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v5 11/19] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v5 12/19] target/riscv: add KVM specific MISA properties
` [PATCH v5 13/19] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v5 14/19] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v5 15/19] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v5 16/19] target/riscv/cpu.c: create KVM mock properties
` [PATCH v5 17/19] target/riscv: update multi-letter extension KVM properties
` [PATCH v5 18/19] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v5 19/19] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM
[PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host
2023-06-28 7:55 UTC (3+ messages)
[PATCH v3 0/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr
2023-06-28 7:51 UTC (11+ messages)
` [PATCH v3 1/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
` [PATCH v3 2/8] target/sparc: Fix npc comparison in sparc_tr_insn_start
` [PATCH v3 3/8] target/sparc: Drop inline markers from translate.c
` [PATCH v3 4/8] target/sparc: Introduce DYNAMIC_PC_LOOKUP
` [PATCH v3 5/8] target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches
` [PATCH v3 6/8] target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL
` [PATCH v3 7/8] target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
` [PATCH v3 8/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI
[PATCH] linux-user/elfload: Fix /proc/cpuinfo features: on s390x
2023-06-28 7:49 UTC (2+ messages)
[PATCH 00/12] block: more fixes to coroutine_fn marking
2023-06-28 7:47 UTC (4+ messages)
` [PATCH 09/12] vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK
[PATCH] target/ppc: Only generate decodetree files when TCG is enabled
2023-06-28 7:46 UTC (2+ messages)
[PATCH v2 0/3] block: remove separate bdrv_file_open callback
2023-06-28 7:40 UTC (3+ messages)
` [PATCH v2 3/3] "
[PATCH v2 0/2] vfio/migration: Make VFIO migration non-experimental
2023-06-28 7:31 UTC (3+ messages)
` [PATCH v2 1/2] vfio/migration: Reset bytes_transferred properly
` [PATCH v2 2/2] vfio/migration: Make VFIO migration non-experimental
[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
2023-06-28 7:30 UTC (5+ messages)
` [PULL 52/53] vhost_net: add an assertion for TAP client backends
[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
2023-06-28 6:19 UTC (3+ messages)
` [PATCH v3 01/16] MAINTAINERS: Update Roman Bolshakov email address
[PATCH v2] contrib/gitdm: add domain-map for Cestc
2023-06-28 7:22 UTC
[PATCH 0/4] target/ppc: Catch invalid real address accesses
2023-06-28 7:17 UTC (14+ messages)
ARI and igb emulation
2023-06-28 7:15 UTC (6+ messages)
[PATCH v2 0/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr
2023-06-28 7:05 UTC (4+ messages)
` [PATCH v2 3/8] target/sparc: Drop inline markers from translate.c
[PATCH 0/4] target/arm: Fix SME full tile indexing
2023-06-28 6:54 UTC (3+ messages)
[PATCH] linux-user: Fix do_shmat type errors
2023-06-28 6:47 UTC (2+ messages)
[PATCH v6 0/3] Implement the watchdog timer of HiFive 1 rev b
2023-06-28 6:42 UTC (3+ messages)
` [PATCH v6 2/3] hw/riscv: sifive_e: Support "
[PATCH v3] acpi/tests/bios-tables-test: make iasl tool handling simpler
2023-06-28 6:35 UTC (5+ messages)
[PATCH v2 0/4] target/riscv: Misc header cleanups
2023-06-28 6:32 UTC (5+ messages)
` [PATCH v2 1/4] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH v2 2/4] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH v2 3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH v2 4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
[PATCH v2 00/17] Support smp.clusters for x86
2023-06-28 6:21 UTC (5+ messages)
` [PATCH v2 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c
[PATCH] i386/WHPX: Fix error message when fail to set ProcessorCount
2023-06-28 6:19 UTC (3+ messages)
[PATCH 0/7] Add new CPU model EmeraldRapids and GraniteRapids
2023-06-28 6:11 UTC (4+ messages)
` [PATCH 7/7] target/i386: Add new CPU model GraniteRapids
[PATCH 0/4] target/ppc: Fixes for instruction-related
2023-06-28 5:56 UTC (2+ messages)
[PATCH v2] vdpa: Return -EINVAL if device ack is VIRTIO_NET_ERR
2023-06-28 4:09 UTC (2+ messages)
[PATCH 0/3] vfio/migration: Make VFIO migration non-experimental
2023-06-28 3:09 UTC (10+ messages)
` [PATCH 3/3] "
[PATCH v3 0/4] hw/smbios: Cleanup topology related variables
2023-06-28 3:00 UTC (9+ messages)
` [PATCH v3 1/4] machine: Add helpers to get cores/threads per socket
` [PATCH v3 3/4] hw/smbios: Fix thread count in type4
[PATCH v3 0/3] VFIO migration related refactor and bug fix
2023-06-28 2:26 UTC (7+ messages)
` [PATCH v3 3/3] vfio/migration: vfio/migration: Refactor and fix print of "Migration disabled"
[PATCH v2 0/4] target/ppc: Catch invalid real address accesses
2023-06-28 1:28 UTC (8+ messages)
` [PATCH v2 3/4] target/ppc: Make checkstop actually stop the system
` [PATCH v2 4/4] target/ppc: Implement attn instruction on BookS 64-bit processors
[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
2023-06-28 1:03 UTC (7+ messages)
` [PATCH v3 09/14] target/ppc: Move patching nip from exception handler to helper_scv
[PATCH] virtio-gpu: replace the surface with null surface when resetting
2023-06-27 22:44 UTC
[PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)
2023-06-27 22:32 UTC (3+ messages)
[PATCH] virtio-gpu: do not replace surface when scanout is disabled
2023-06-27 22:11 UTC
[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
2023-06-27 21:13 UTC (7+ messages)
` [RFC 2/7] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
[PATCH] docs/migration: Update postcopy bits
2023-06-27 20:02 UTC
[PATCH v4 00/24] qemu patches for 64-bit NBD extensions
2023-06-27 19:42 UTC (3+ messages)
` [PATCH v4 24/24] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
[RFC PATCH 0/9] ui: guest displays multiple connectors suppport and hotplug in
2023-06-27 18:22 UTC (4+ messages)
` [RFC PATCH 6/9] ui/gtk: Add a new parameter to assign connectors/monitors to GFX VCs
[PATCH v5 09/15] target/riscv: Add Zvkned ISA extension support
2023-06-27 17:29 UTC (7+ messages)
` [PATCH v5 10/15] target/riscv: Add Zvknh "
` [PATCH v5 11/15] target/riscv: Add Zvksh "
` [PATCH v5 12/15] target/riscv: Add Zvkg "
` [PATCH v5 13/15] crypto: Create sm4_subword
` [PATCH v5 14/15] crypto: Add SM4 constant parameter CK
` [PATCH v5 15/15] target/riscv: Add Zvksed ISA extension support
[PATCH v5 00/15] Add RISC-V vector cryptographic instruction set support
2023-06-27 17:17 UTC (9+ messages)
` [PATCH v5 01/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v5 02/15] target/riscv: Refactor vector-vector translation macro
` [PATCH v5 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v5 04/15] target/riscv: Add Zvbc ISA extension support
` [PATCH v5 05/15] target/riscv: Move vector translation checks
` [PATCH v5 06/15] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v5 07/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v5 08/15] target/riscv: Add Zvbb ISA extension support
[PATCH v5] Emulate dip switch language layout settings on SUN keyboard
2023-06-27 17:18 UTC (15+ messages)
` [PATCH v6] "
` Ping: "
` [PATCH v7] "
` [PATCH v8] "
[PATCH v3 00/36] maintainer omnibus: testing, fuzz, plugins, documentation (pre-PR)
2023-06-27 16:22 UTC (3+ messages)
` [PATCH v3 17/36] plugins: force slow path when plugins instrument memory ops
[PATCH v2 0/5] Migration deprecated parts
2023-06-27 16:21 UTC (5+ messages)
` [PATCH v2 1/5] migration: Use proper indentation for migration.json
` [PATCH v2 5/5] migration: Deprecate old compression method
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).