messages from 2023-03-03 02:42:11 to 2023-03-03 11:29:22 UTC [more...]
[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
2023-03-03 11:28 UTC (8+ messages)
[PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2
2023-03-03 11:24 UTC (2+ messages)
[PATCH v2 0/6] Deprecate support for 32-bit x86 and arm hosts
2023-03-03 11:24 UTC (10+ messages)
` [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
Is the fix for "DMA MMIO reentrancy" in qemu stable now?
2023-03-03 11:13 UTC (3+ messages)
[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
2023-03-03 11:03 UTC (2+ messages)
[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
2023-03-03 10:56 UTC (6+ messages)
` [PATCH RESEND v6 1/5] memory: Reference as->current_map directly in memory commit
` [PATCH RESEND v6 2/5] rcu: Introduce rcu_read_is_locked()
` [PATCH RESEND v6 3/5] memory: Introduce memory_region_transaction_do_commit()
` [PATCH RESEND v6 4/5] memory: Add sanity check in address_space_to_flatview
` [PATCH RESEND v6 5/5] migration: Reduce time of loading non-iterable vmstate
[PATCH 0/5] iotests: make meson aware of individual I/O tests
2023-03-03 10:45 UTC (13+ messages)
` [PATCH 2/5] iotests: allow test discovery before building
` [PATCH 4/5] iotests: print TAP protocol version when reporting tests
` [PATCH 5/5] iotests: register each I/O test separately with meson
[PATCH v6 0/5] migration: reduce time of loading non-iterable vmstate
2023-03-03 10:39 UTC (6+ messages)
` [PATCH v6 1/5] memory: Reference as->current_map directly in memory commit
` [PATCH v6 2/5] rcu: Introduce rcu_read_is_locked()
` [PATCH v6 3/5] memory: Introduce memory_region_transaction_do_commit()
` [PATCH v6 4/5] memory: Add sanity check in address_space_to_flatview
` [PATCH v6 5/5] migration: Reduce time of loading non-iterable vmstate
[PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator
2023-03-03 10:33 UTC (2+ messages)
[PATCH v2 0/7] hw/net/eepro100: Finish QDev conversion
2023-03-03 10:32 UTC (5+ messages)
[PATCH v2] vfio: Fix vfio_get_dev_region() trace event
2023-03-03 10:31 UTC (4+ messages)
[PATCH 1/6] Add the Android Emulator hypervisor driver (AEHD) accelerator
2023-03-03 10:25 UTC (12+ messages)
` [PATCH 3/6] Add the aehd-apic device type
` [PATCH 4/6] Add the aehd-ioapic "
` [PATCH 5/6] Add the aehd-i8259 "
` [PATCH 6/6] Add the AEHD implementation
[PATCH v3 0/6] Deprecate support for 32-bit x86 and arm hosts
2023-03-03 10:21 UTC (8+ messages)
` [PATCH v3 1/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v3 2/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v3 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v3 4/6] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
` [PATCH v3 5/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v3 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs
[PATCH v3 0/6] hw/cxl: Poison get, inject, clear
2023-03-03 10:03 UTC (7+ messages)
` [PATCH v3 4/6] hw/cxl: QMP based poison injection support
` [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support
[PATCH v4.5 00/29] gdbstub/next: re-organise and split build
2023-03-03 9:45 UTC (33+ messages)
` [PATCH v4.5 01/29] gdbstub/internals.h: clean up include guard
` [PATCH v4.5 02/29] gdbstub: fix-up copyright and license files
` [PATCH v4.5 03/29] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v4.5 04/29] gdbstub: clean-up indent on gdb_exit
` [PATCH v4.5 05/29] gdbstub: define separate user/system structures
` [PATCH v4.5 06/29] gdbstub: move GDBState to shared internals header
` [PATCH v4.5 07/29] includes: move tb_flush into its own header
` [PATCH v4.5 08/29] gdbstub: move fromhex/tohex routines to internals
` [PATCH v4.5 09/29] gdbstub: make various helpers visible to the rest of the module
` [PATCH v4.5 10/29] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v4.5 11/29] gdbstub: move chunks of user code into own files
` [PATCH v4.5 12/29] gdbstub: rationalise signal mapping in softmmu
` [PATCH v4.5 13/29] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v4.5 14/29] gdbstub: specialise handle_query_attached
` [PATCH v4.5 15/29] gdbstub: specialise target_memory_rw_debug
` [PATCH v4.5 16/29] gdbstub: introduce gdb_get_max_cpus
` [PATCH v4.5 17/29] gdbstub: specialise stub_can_reverse
` [PATCH v4.5 18/29] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v4.5 19/29] gdbstub: don't use target_ulong while handling registers
` [PATCH v4.5 20/29] gdbstub: move register helpers into standalone include
` [PATCH v4.5 21/29] gdbstub: move syscall handling to new file
` [PATCH v4.5 22/29] gdbstub: only compile gdbstub twice for whole build
` [PATCH v4.5 23/29] testing: probe gdb for supported architectures ahead of time
` [PATCH v4.5 24/29] include: split target_long definition from cpu-defs
` [PATCH v4.5 25/29] gdbstub: split out softmmu/user specifics for syscall handling
` [PATCH v4.5 26/29] gdbstub: Remove gdb_do_syscallv
` [PATCH v4.5 27/29] gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
` [PATCH v4.5 28/29] gdbstub: Build syscall.c once
` [PATCH v4.5 29/29] gdbstub: move update guest debug to accel ops
regression: insmod module failed in VM with nvdimm on
2023-03-03 9:42 UTC (3+ messages)
` regression: insmod module failed in VM with nvdimm on #forregzbot
Emulating graviton G3
2023-03-03 9:36 UTC
[PATCH 0/4] user-created PHB cleanup
2023-03-03 9:33 UTC (12+ messages)
` [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
` [PATCH 2/4] pnv_phb4_pec: Only export existing PHBs to the device tree
` [PATCH 3/4] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
` [PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs
[PATCH v2] tcg: Include "qemu/timer.h" for profile_getclock
2023-03-03 9:30 UTC (2+ messages)
[PATCH v5 0/7] Pegasos2 fixes and audio output support
2023-03-03 9:17 UTC (5+ messages)
` [PATCH v5 4/7] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH v5 7/7] hw/audio/via-ac97: Basic implementation of audio playback
[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
2023-03-03 9:16 UTC (12+ messages)
Future of icount discussion for next KVM call?
2023-03-03 9:12 UTC (5+ messages)
[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
2023-03-03 9:10 UTC (6+ messages)
[PATCH] scsi: megasas: Internal cdbs have 16-byte length
2023-03-03 9:02 UTC (2+ messages)
[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
2023-03-03 8:58 UTC (17+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features
[PULL 00/59] Fifth RISC-V PR for QEMU 8.0
2023-03-03 8:37 UTC (60+ messages)
` [PULL 01/59] target/riscv: introduce riscv_cpu_cfg()
` [PULL 02/59] target/riscv: do not mask unsupported QEMU extensions in write_misa()
` [PULL 03/59] target/riscv: allow MISA writes as experimental
` [PULL 04/59] target/riscv: remove RISCV_FEATURE_DEBUG
` [PULL 05/59] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PULL 06/59] target/riscv: remove RISCV_FEATURE_EPMP
` [PULL 07/59] target/riscv: remove RISCV_FEATURE_PMP
` [PULL 08/59] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PULL 09/59] target/riscv: remove RISCV_FEATURE_MMU
` [PULL 10/59] target/riscv/cpu: remove CPUArchState::features and friends
` [PULL 11/59] target/riscv: Fix the relationship between Zfhmin and Zfh
` [PULL 12/59] target/riscv: Fix the relationship between Zhinxmin and Zhinx
` [PULL 13/59] target/riscv: Simplify the check for Zfhmin and Zhinxmin
` [PULL 14/59] target/riscv: Add cfg properties for Zv* extensions
` [PULL 15/59] target/riscv: Fix relationship between V, Zve*, F and D
` [PULL 16/59] target/riscv: Add property check for Zvfh{min} extensions
` [PULL 17/59] target/riscv: Indent fixes in cpu.c
` [PULL 18/59] target/riscv: Simplify check for Zve32f and Zve64f
` [PULL 19/59] target/riscv: Replace check for F/D to Zve32f/Zve64d in trans_rvv.c.inc
` [PULL 20/59] target/riscv: Remove redundunt check for zve32f and zve64f
` [PULL 21/59] target/riscv: Add support for Zvfh/zvfhmin extensions
` [PULL 22/59] target/riscv: Fix check for vector load/store instructions when EEW=64
` [PULL 23/59] target/riscv: Simplify check for EEW = 64 in trans_rvv.c.inc
` [PULL 24/59] target/riscv: Expose properties for Zv* extensions
` [PULL 25/59] target/riscv: gdbstub: Check priv spec version before reporting CSR
` [PULL 26/59] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
` [PULL 27/59] target/riscv: Use g_assert() for the predicate() NULL check
` [PULL 28/59] target/riscv: gdbstub: Minor change for better readability
` [PULL 29/59] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
` [PULL 30/59] target/riscv: Coding style fixes in csr.c
` [PULL 31/59] target/riscv: Use 'bool' type for read_only
` [PULL 32/59] target/riscv: Simplify {read, write}_pmpcfg() a little bit
` [PULL 33/59] target/riscv: Simplify getting RISCVCPU pointer from env
` [PULL 34/59] target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
` [PULL 35/59] target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
` [PULL 36/59] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
` [PULL 37/59] target/riscv: Allow debugger to access user timer and counter CSRs
` [PULL 38/59] target/riscv: Allow debugger to access seed CSR
` [PULL 39/59] target/riscv: Allow debugger to access {h, s}stateen CSRs
` [PULL 40/59] target/riscv: Allow debugger to access sstc CSRs
` [PULL 41/59] target/riscv: Drop priv level check in mseccfg predicate()
` [PULL 42/59] target/riscv: Group all predicate() routines together
` [PULL 43/59] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
` [PULL 44/59] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
` [PULL 45/59] target/riscv: Add support for Zicond extension
` [PULL 46/59] hw/riscv: Skip re-generating DT nodes for a given DTB
` [PULL 47/59] hw/riscv: Move the dtb load bits outside of create_fdt()
` [PULL 48/59] target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc extensions
` [PULL 49/59] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
` [PULL 50/59] target/riscv: Add csr support for svadu
` [PULL 51/59] target/riscv: Add *envcfg.PBMTE related check in address translation
` [PULL 52/59] target/riscv: Add *envcfg.HADE "
` [PULL 53/59] target/riscv: Export Svadu property
` [PULL 54/59] target/riscv/csr.c: use env_archcpu() in ctr()
` [PULL 55/59] target/riscv/csr.c: simplify mctr()
` [PULL 56/59] target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
` [PULL 57/59] target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig
` [PULL 58/59] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
` [PULL 59/59] target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfig
[PATCH v4 00/26] gdbstub/next: re-organise and split build
2023-03-03 8:33 UTC (3+ messages)
` [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
[PATCH] hw/acpi: Set memory regions to native endian as a work around
2023-03-03 8:22 UTC (11+ messages)
[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
2023-03-03 8:11 UTC (2+ messages)
[PATCH 0/9] mirror: allow switching from background to active mode
2023-03-03 7:47 UTC (8+ messages)
` [PATCH 8/9] mirror: return the remaining dirty bytes upon query
[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-03-03 7:46 UTC (3+ messages)
[PATCH v6 00/12] Refactor cryptodev
2023-03-03 7:25 UTC (5+ messages)
` [PATCH v6 09/12] cryptodev: Account statistics
` "
[PATCH v2 0/6] target/i386: Support new Intel platform Instructions in CPUID enumeration
2023-03-03 6:59 UTC (7+ messages)
` [PATCH v2 1/6] target/i386: Add support for CMPCCXADD "
` [PATCH v2 2/6] target/i386: Add support for AMX-FP16 "
` [PATCH v2 3/6] target/i386: Add support for AVX-IFMA "
` [PATCH v2 4/6] target/i386: Add support for AVX-VNNI-INT8 "
` [PATCH v2 5/6] target/i386: Add support for AVX-NE-CONVERT "
` [PATCH v2 6/6] target/i386: Add support for PREFETCHIT0/1 "
[PATCH 0/2] Risc-V CPU state by hart ID
2023-03-03 6:50 UTC (3+ messages)
` [PATCH 1/2] target/riscv: cpu: Implement get_arch_id callback
` [PATCH 2/2] hw: intc: Use cpu_by_arch_id to fetch CPU state
[PULL 0/5] loongarch-to-apply queue
2023-03-03 2:41 UTC (5+ messages)
` [PULL 1/5] hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASE
` [PULL 2/5] loongarch: Add smbios command line option
` [PULL 3/5] docs/system/loongarch: update loongson3.rst and rename it to virt.rst
` [PULL 4/5] target/loongarch: Implement Chip Configuraiton Version Register(0x0000)
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).