Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri May 31 2024 17:20:29 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH] chardev: add path option for pty backend
,
Octavian Purdila
,
2024/05/31
[PATCH v2 0/8] hw/riscv/virt.c: aplic/imsic DT fixes
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 1/8] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 2/8] hw/riscv/virt.c: add aplic nodename helper
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 3/8] hw/riscv/virt.c: rename aplic nodename to 'interrupt-controller'
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 4/8] hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible'
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 5/8] hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation'
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 6/8] hw/riscv/virt.c: change imsic nodename to 'interrupt-controller'
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 7/8] hw/riscv/virt.c: imsics DT: add 'qemu, imsics' to 'compatible'
,
Daniel Henrique Barboza
,
2024/05/31
[PATCH v2 8/8] hw/riscv/virt.c: imsics DT: add '#msi-cells'
,
Daniel Henrique Barboza
,
2024/05/31
[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
,
dongwon . kim
,
2024/05/31
[RFC PATCH v2 1/2] ui/gtk: Factor out tab window creation into a separate
,
dongwon . kim
,
2024/05/31
[PATCH RFC v2 2/2] ui/gtk: Add a new parameter to assign connectors/monitors
,
dongwon . kim
,
2024/05/31
[PATCH v3 0/2] Fix NBD+TLS regression in presence of iothread
,
Eric Blake
,
2024/05/31
[PATCH v3 2/2] iotests: test NBD+TLS+iothread
,
Eric Blake
,
2024/05/31
[PATCH v3 1/2] qio: Inherit follow_coroutine_ctx across TLS
,
Eric Blake
,
2024/05/31
[RFC PATCH v2 0/6] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
,
Max Chou
,
2024/05/31
[RFC PATCH v2 1/6] target/riscv: Separate vector segment ld/st instructions
,
Max Chou
,
2024/05/31
[RFC PATCH v2 3/6] target/riscv: Inline vext_ldst_us and corresponding function for performance
,
Max Chou
,
2024/05/31
[RFC PATCH v2 2/6] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
,
Max Chou
,
2024/05/31
[RFC PATCH v2 4/6] target/riscv: Add check_probe_[read|write] helper functions
,
Max Chou
,
2024/05/31
[RFC PATCH v2 5/6] target/riscv: rvv: Optimize v[l|s]e8.v with limitations
,
Max Chou
,
2024/05/31
[RFC PATCH v2 6/6] target/riscv: rvv: Optimize vl8re8.v/vs8r.v with limitations
,
Max Chou
,
2024/05/31
Re: [PATCH v6 5/8] hw/misc/stm32l4x5_rcc: Handle Register Updates
,
Peter Maydell
,
2024/05/31
[PATCH] accel/kvm: Fix two lines with hard-coded tabs
,
Peter Maydell
,
2024/05/31
Re: [PATCH 5/7] target/i386: Split out gdb-internal.h
,
Alex Bennée
,
2024/05/31
Re: [PATCH 3/7] accel/tcg: Return the TranslationBlock from cpu_unwind_state_data
,
Alex Bennée
,
2024/05/31
Re: [PATCH 2/7] accel/tcg: Set CPUState.plugin_ra before all plugin callbacks
,
Alex Bennée
,
2024/05/31
Re: [PATCH] plugins: Ensure register handles are not NULL
,
Alex Bennée
,
2024/05/31
[PATCH] hw/cxl: Fix read from bogus memory
,
Ira Weiny
,
2024/05/31
Re: [PATCH] hw/cxl: Fix read from bogus memory
,
Peter Maydell
,
2024/05/31
Re: [PATCH v3 00/27] qemu-img: refersh options and --help handling, cleanups
,
Michael Tokarev
,
2024/05/31
[PATCH v3 0/4] backends/hostmem: Report more errors on failures
,
Michal Privoznik
,
2024/05/31
[PATCH v3 2/4] osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
,
Michal Privoznik
,
2024/05/31
[PATCH v3 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
Michal Privoznik
,
2024/05/31
Re: [PATCH v3 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH v3 3/4] backends/hostmem: Report error on qemu_madvise() failures
,
Michal Privoznik
,
2024/05/31
[PATCH v3 4/4] backends/hostmem: Report error when memory size is unaligned
,
Michal Privoznik
,
2024/05/31
Re: [PATCH v3 4/4] backends/hostmem: Report error when memory size is unaligned
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH] scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI
,
Peter Maydell
,
2024/05/31
Re: [PATCH] scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH] accel/tcg: nochain should disable goto_ptr
,
NiuGenen
,
2024/05/31
Re: [PATCH] accel/tcg: nochain should disable goto_ptr
,
Richard Henderson
,
2024/05/31
[PATCH] hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-buffer
,
Peter Maydell
,
2024/05/31
Re: [PATCH] hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-buffer
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH] hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-buffer
,
Edgar E. Iglesias
,
2024/05/31
[PULL 00/43] target-arm queue
,
Peter Maydell
,
2024/05/31
[PULL 01/43] hw/intc/arm_gic: Fix set pending of PPIs
,
Peter Maydell
,
2024/05/31
[PULL 03/43] hw/arm/xilinx_zynq: Add cache controller
,
Peter Maydell
,
2024/05/31
[PULL 16/43] target/arm: Convert SRSHL, URSHL to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 02/43] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
,
Peter Maydell
,
2024/05/31
[PULL 04/43] hw/arm/xilinx_zynq: Support up to two CPU cores
,
Peter Maydell
,
2024/05/31
[PULL 10/43] target/arm: Inline scalar SUQADD and USQADD
,
Peter Maydell
,
2024/05/31
[PULL 14/43] target/arm: Convert SSHL, USHL to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 20/43] target/arm: Convert SQRSHL, UQRSHL to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 22/43] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 11/43] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
,
Peter Maydell
,
2024/05/31
[PULL 06/43] arm/sbsa-ref: move to Neoverse-N2 as default
,
Peter Maydell
,
2024/05/31
[PULL 30/43] target/arm: Convert SRHADD, URHADD to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 32/43] target/arm: Convert SABA, SABD, UABA, UABD to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 31/43] target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 07/43] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Peter Maydell
,
2024/05/31
[PULL 13/43] target/arm: Convert SUQADD, USQADD to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 21/43] target/arm: Convert ADD, SUB (vector) to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 26/43] target/arm: Convert SHADD, UHADD to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 33/43] target/arm: Convert MUL, PMUL to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 38/43] target/arm: Convert FCSEL to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 39/43] target/arm: Disable SVE extensions when SVE is disabled
,
Peter Maydell
,
2024/05/31
[PULL 40/43] docs/system/target-arm: Re-alphabetize board list
,
Peter Maydell
,
2024/05/31
[PULL 42/43] target/arm: Implement FEAT WFxT and enable for '-cpu max'
,
Peter Maydell
,
2024/05/31
[PULL 09/43] target/arm: Convert SUQADD and USQADD to gvec
,
Peter Maydell
,
2024/05/31
[PULL 08/43] target/arm: Assert oprsz in range when using vfp.qc
,
Peter Maydell
,
2024/05/31
[PULL 05/43] tests/avocado: update sbsa-ref firmware
,
Peter Maydell
,
2024/05/31
[PULL 17/43] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Peter Maydell
,
2024/05/31
[PULL 18/43] target/arm: Convert SQSHL, UQSHL to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 25/43] target/arm: Convert SHADD, UHADD to gvec
,
Peter Maydell
,
2024/05/31
[PULL 19/43] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
,
Peter Maydell
,
2024/05/31
[PULL 28/43] target/arm: Convert SHSUB, UHSUB to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 12/43] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 15/43] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Peter Maydell
,
2024/05/31
[PULL 24/43] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
,
Peter Maydell
,
2024/05/31
[PULL 23/43] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
,
Peter Maydell
,
2024/05/31
[PULL 29/43] target/arm: Convert SRHADD, URHADD to gvec
,
Peter Maydell
,
2024/05/31
[PULL 34/43] target/arm: Convert MLA, MLS to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 37/43] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree
,
Peter Maydell
,
2024/05/31
[PULL 27/43] target/arm: Convert SHSUB, UHSUB to gvec
,
Peter Maydell
,
2024/05/31
[PULL 41/43] accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
,
Peter Maydell
,
2024/05/31
[PULL 35/43] target/arm: Tidy SQDMULH, SQRDMULH (vector)
,
Peter Maydell
,
2024/05/31
[PULL 43/43] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/31
[PULL 36/43] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Peter Maydell
,
2024/05/31
Re: [PULL 00/43] target-arm queue
,
Richard Henderson
,
2024/05/31
[PATCH] machine: allow early use of machine_require_guest_memfd
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH 2/2] target/arm: Implement FEAT WFxT and enable for '-cpu max'
,
Peter Maydell
,
2024/05/31
[PATCH 0/1] hw/arm/sbsa-ref: switch to 1GHz timer frequency
,
Marcin Juszkiewicz
,
2024/05/31
[PATCH 1/1] hw/arm/sbsa-ref: switch to 1GHz timer frequency
,
Marcin Juszkiewicz
,
2024/05/31
Re: [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
,
Duan, Zhenzhong
,
2024/05/31
Re: [PATCH v5 19/65] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
,
Duan, Zhenzhong
,
2024/05/31
[PATCH 0/6] host/i386: require x86-64-v2 ISA
,
Paolo Bonzini
,
2024/05/31
[PATCH 2/6] meson: assume x86-64-v2 baseline ISA
,
Paolo Bonzini
,
2024/05/31
[PATCH 3/6] host/i386: assume presence of CMOV
,
Paolo Bonzini
,
2024/05/31
[PATCH 1/6] host/i386: nothing looks at CPUINFO_SSE4
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH 1/6] host/i386: nothing looks at CPUINFO_SSE4
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH 4/6] host/i386: assume presence of SSE2
,
Paolo Bonzini
,
2024/05/31
[PATCH 5/6] host/i386: assume presence of SSSE3
,
Paolo Bonzini
,
2024/05/31
[PATCH 6/6] host/i386: assume presence of POPCNT
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH 0/6] host/i386: require x86-64-v2 ISA
,
Richard Henderson
,
2024/05/31
Re: [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
,
Duan, Zhenzhong
,
2024/05/31
[QEMU][master][PATCH v2 1/1] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue
,
Shiva sagar Myana
,
2024/05/31
RE: [QEMU][master][PATCH v2 1/1] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue
,
Boddu, Sai Pavan
,
2024/05/31
[PATCH v2 0/4] backends/hostmem: Report more errors on failures
,
Michal Privoznik
,
2024/05/31
[PATCH v2 2/4] osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
,
Michal Privoznik
,
2024/05/31
Re: [PATCH v2 2/4] osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH v2 2/4] osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
,
David Hildenbrand
,
2024/05/31
Re: [PATCH v2 2/4] osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH v2 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
Michal Privoznik
,
2024/05/31
Re: [PATCH v2 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH v2 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
David Hildenbrand
,
2024/05/31
Re: [PATCH v2 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH v2 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
David Hildenbrand
,
2024/05/31
Re: [PATCH v2 1/4] osdep: Make qemu_madvise() to set errno in all cases
,
Michal Prívozník
,
2024/05/31
[PATCH v2 3/4] backends/hostmem: Report error on qemu_madvise() failures
,
Michal Privoznik
,
2024/05/31
Re: [PATCH v2 3/4] backends/hostmem: Report error on qemu_madvise() failures
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH v2 3/4] backends/hostmem: Report error on qemu_madvise() failures
,
David Hildenbrand
,
2024/05/31
[PATCH v2 4/4] backends/hostmem: Report error when memory size is unaligned
,
Michal Privoznik
,
2024/05/31
Re: [PATCH v2 4/4] backends/hostmem: Report error when memory size is unaligned
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH] cxl: Get rid of unused cfmw_list
,
Li Zhijian
,
2024/05/31
[PATCH v4 00/10] Support persistent reservation operations
,
Changqi Lu
,
2024/05/30
[PATCH v4 01/10] block: add persistent reservation in/out api
,
Changqi Lu
,
2024/05/30
[PATCH v4 02/10] block/raw: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/30
[PATCH v4 03/10] scsi/constant: add persistent reservation in/out protocol constants
,
Changqi Lu
,
2024/05/30
[PATCH v4 04/10] scsi/util: add helper functions for persistent reservation types conversion
,
Changqi Lu
,
2024/05/30
[PATCH v4 05/10] hw/scsi: add persistent reservation in/out api for scsi device
,
Changqi Lu
,
2024/05/30
[PATCH v4 06/10] block/nvme: add reservation command protocol constants
,
Changqi Lu
,
2024/05/30
[PATCH v4 07/10] hw/nvme: add helper functions for converting reservation types
,
Changqi Lu
,
2024/05/30
[PATCH v4 08/10] hw/nvme: enable ONCS and rescap function
,
Changqi Lu
,
2024/05/30
[PATCH v4 09/10] hw/nvme: add reservation protocal command
,
Changqi Lu
,
2024/05/30
Re: [PATCH v4 09/10] hw/nvme: add reservation protocal command
,
Minwoo Im
,
2024/05/31
[PATCH v4 10/10] block/iscsi: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/30
[PATCH v3 0/6] Implement icount=auto using TCG Plugins
,
Pierrick Bouvier
,
2024/05/30
[PATCH v3 1/6] sysemu: add set_virtual_time to accel ops
,
Pierrick Bouvier
,
2024/05/30
[PATCH v3 2/6] qtest: use cpu interface in qtest_clock_warp
,
Pierrick Bouvier
,
2024/05/30
[PATCH v3 4/6] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
,
Pierrick Bouvier
,
2024/05/30
Re: [PATCH v3 4/6] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
,
Philippe Mathieu-Daudé
,
2024/05/31
[PATCH v3 3/6] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
,
Pierrick Bouvier
,
2024/05/30
[PATCH v3 5/6] plugins: add time control API
,
Pierrick Bouvier
,
2024/05/30
[PATCH v3 6/6] contrib/plugins: add ips plugin example for cost modeling
,
Pierrick Bouvier
,
2024/05/30
Re: [PATCH v3 0/6] Implement icount=auto using TCG Plugins
,
Alex Bennée
,
2024/05/31
[PATCH 0/5] cpus: a few tweaks to CPU realization
,
Alex Bennée
,
2024/05/30
[PATCH 3/5] cpu-target: don't set cpu->thread_id to bogus value
,
Alex Bennée
,
2024/05/30
Re: [PATCH 3/5] cpu-target: don't set cpu->thread_id to bogus value
,
Pierrick Bouvier
,
2024/05/30
[PATCH 1/5] hw/core: expand on the alignment of CPUState
,
Alex Bennée
,
2024/05/30
Re: [PATCH 1/5] hw/core: expand on the alignment of CPUState
,
Pierrick Bouvier
,
2024/05/30
[PATCH 2/5] cpu: move Qemu[Thread|Cond] setup into common code
,
Alex Bennée
,
2024/05/30
Re: [PATCH 2/5] cpu: move Qemu[Thread|Cond] setup into common code
,
Pierrick Bouvier
,
2024/05/30
Re: [PATCH 2/5] cpu: move Qemu[Thread|Cond] setup into common code
,
Reinoud Zandijk
,
2024/05/31
[PATCH 5/5] core/cpu-common: initialise plugin state before thread creation
,
Alex Bennée
,
2024/05/30
Re: [PATCH 5/5] core/cpu-common: initialise plugin state before thread creation
,
Pierrick Bouvier
,
2024/05/30
Re: [PATCH 5/5] core/cpu-common: initialise plugin state before thread creation
,
Alex Bennée
,
2024/05/31
Re: [PATCH 5/5] core/cpu-common: initialise plugin state before thread creation
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH 5/5] core/cpu-common: initialise plugin state before thread creation
,
Alex Bennée
,
2024/05/31
[PATCH 4/5] plugins: remove special casing for cpu->realized
,
Alex Bennée
,
2024/05/30
Re: [PATCH 4/5] plugins: remove special casing for cpu->realized
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 0/6] Implement icount=auto using TCG Plugins
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 1/6] sysemu: add set_virtual_time to accel ops
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 2/6] qtest: use cpu interface in qtest_clock_warp
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 4/6] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 3/6] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 6/6] contrib/plugins: add ips plugin example for cost modeling
,
Pierrick Bouvier
,
2024/05/30
[PATCH v2 5/6] plugins: add time control API
,
Pierrick Bouvier
,
2024/05/30
Re: [PATCH v2 0/6] Implement icount=auto using TCG Plugins
,
Pierrick Bouvier
,
2024/05/30
Re: [PATCH 1/2] accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt
,
Peter Maydell
,
2024/05/30
[RFC PATCH 0/1] vhost-user: Add SHMEM_MAP/UNMAP requests
,
Albert Esteve
,
2024/05/30
[RFC PATCH 1/1] vhost-user: add shmem mmap request
,
Albert Esteve
,
2024/05/30
[PATCH v2 0/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH v2 1/3] target/mips: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH v2 2/3] target/riscv: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH v2 3/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Itaru Kitayama
,
2024/05/30
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Peter Maydell
,
2024/05/30
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Philippe Mathieu-Daudé
,
2024/05/30
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Itaru Kitayama
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Gavin Shan
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Jean-Philippe Brucker
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Ard Biesheuvel
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Peter Maydell
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Jean-Philippe Brucker
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Itaru Kitayama
,
2024/05/31
Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
,
Jean-Philippe Brucker
,
2024/05/31
[PATCH] tests/avocado: Update LoongArch bios file
,
Song Gao
,
2024/05/30
[PATCH v1 0/8] PRI support for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 1/8] pcie: add a helper to declare the PRI capability for a pcie device
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 3/8] pcie: add a way to get the outstanding page request allocation (pri) from the config space.
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 6/8] intel_iommu: declare PRI constants and structures
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 5/8] pci: add a PCI-level API for PRI
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 4/8] pci: declare structures and IOMMU operation for PRI
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 2/8] pcie: helper functions to check to check if PRI is enabled
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 8/8] intel_iommu: add PRI operations support
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PATCH v1 7/8] intel_iommu: declare registers for PRI
,
CLEMENT MATHIEU--DRIF
,
2024/05/30
[PULL 0/2] NBD patches for 2024-05-30
,
Eric Blake
,
2024/05/30
[PULL 1/2] qio: Inherit follow_coroutine_ctx across TLS
,
Eric Blake
,
2024/05/30
[PULL 2/2] iotests: test NBD+TLS+iothread
,
Eric Blake
,
2024/05/30
Re: [PULL 0/2] NBD patches for 2024-05-30
,
Eric Blake
,
2024/05/31
Re: [PULL 0/2] NBD patches for 2024-05-30
,
Peter Maydell
,
2024/05/31
Re: [PATCH v4 0/3] hw/riscv/virt: pflash improvements
,
Andrea Bolognani
,
2024/05/30
Re: [PATCH v4 0/3] hw/riscv/virt: pflash improvements
,
Sunil V L
,
2024/05/31
[PATCH v2 0/4] allow to deprecate objects and devices
,
Gerd Hoffmann
,
2024/05/30
[PATCH v2 3/4] usb/hub: deprecate, don't build by default
,
Gerd Hoffmann
,
2024/05/30
[PATCH v2 2/4] usb: add config options for the hub and hid devices
,
Gerd Hoffmann
,
2024/05/30
[PATCH v2 4/4] vga/cirrus: deprecate, don't build by default
,
Gerd Hoffmann
,
2024/05/30
Re: [PATCH v2 4/4] vga/cirrus: deprecate, don't build by default
,
BALATON Zoltan
,
2024/05/30
Re: [PATCH v2 4/4] vga/cirrus: deprecate, don't build by default
,
Mark Cave-Ayland
,
2024/05/30
Re: [PATCH v2 4/4] vga/cirrus: deprecate, don't build by default
,
Gerd Hoffmann
,
2024/05/30
[PATCH v2 1/4] qom: allow to mark objects (including devices) as deprecated.
,
Gerd Hoffmann
,
2024/05/30
Re: [PATCH v2 1/4] qom: allow to mark objects (including devices) as deprecated.
,
Eric Blake
,
2024/05/30
[Semihosting Tests PATCH v2 0/3] add SYS_GET_CMDLINE test
,
Alex Bennée
,
2024/05/30
[Semihosting Tests PATCH v2 2/3] update includes for bare metal compiling
,
Alex Bennée
,
2024/05/30
[Semihosting Tests PATCH v2 3/3] add SYS_GET_CMDLINE test
,
Alex Bennée
,
2024/05/30
[Semihosting Tests PATCH v2 1/3] .editorconfig: add code conventions for tooling
,
Alex Bennée
,
2024/05/30
Re: [Semihosting Tests PATCH v2 1/3] .editorconfig: add code conventions for tooling
,
Brian Cain
,
2024/05/30
Re: [Semihosting Tests PATCH v2 1/3] .editorconfig: add code conventions for tooling
,
Alex Bennée
,
2024/05/31
Re: [Semihosting Tests PATCH v2 1/3] .editorconfig: add code conventions for tooling
,
Peter Maydell
,
2024/05/31
Re: [Semihosting Tests PATCH v2 0/3] add SYS_GET_CMDLINE test
,
Peter Maydell
,
2024/05/30
[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 03/31] memory: Introduce memory_region_init_ram_guest_memfd()
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 05/31] i386/sev: Move sev_launch_update to separate class method
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 10/31] i386/sev: Add snp_kvm_init() override for SNP class
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 10/31] i386/sev: Add snp_kvm_init() override for SNP class
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 04/31] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 04/31] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 07/31] i386/sev: Introduce 'sev-snp-guest' object
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 07/31] i386/sev: Introduce 'sev-snp-guest' object
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 06/31] i386/sev: Move sev_launch_finish to separate class method
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 09/31] i386/sev: Add sev_kvm_init() override for SEV class
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 09/31] i386/sev: Add sev_kvm_init() override for SEV class
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 08/31] i386/sev: Add a sev_snp_enabled() helper
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 11/31] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 13/31] i386/sev: Add a class method to determine KVM VM type for SNP guests
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 17/31] i386/sev: Set CPU state to protected once SNP guest payload is finalized
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 12/31] i386/sev: Don't return launch measurements for SEV-SNP guests
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 15/31] i386/sev: Add the SNP launch start context
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 14/31] i386/sev: Update query-sev QAPI format to handle SEV-SNP
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 21/31] i386/sev: Extract build_kernel_loader_hashes
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 16/31] i386/sev: Add handling to encrypt/finalize guest launch data
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 24/31] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 22/31] i386/sev: Reorder struct declarations
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 22/31] i386/sev: Reorder struct declarations
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header
,
Liam Merwick
,
2024/05/31
Re: [PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header
,
Liam Merwick
,
2024/05/31
[PATCH v4 27/31] hw/i386/sev: Use guest_memfd for legacy ROMs
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 27/31] hw/i386/sev: Use guest_memfd for legacy ROMs
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 26/31] i386/sev: Invoke launch_updata_data() for SNP class
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 19/31] i386/sev: Add support for populating OVMF metadata pages
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 23/31] i386/sev: Allow measured direct kernel boot on SNP
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 23/31] i386/sev: Allow measured direct kernel boot on SNP
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 25/31] i386/sev: Invoke launch_updata_data() for SEV class
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 25/31] i386/sev: Invoke launch_updata_data() for SEV class
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 30/31] i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 28/31] hw/i386: Add support for loading BIOS using guest_memfd
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 28/31] hw/i386: Add support for loading BIOS using guest_memfd
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 29/31] hw/i386/sev: Allow use of pflash in conjunction with -bios
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 29/31] hw/i386/sev: Allow use of pflash in conjunction with -bios
,
Paolo Bonzini
,
2024/05/31
[PATCH v4 31/31] i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guests
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 01/31] i386/sev: Replace error_report with error_setg
,
Pankaj Gupta
,
2024/05/30
[PATCH v4 02/31] linux-headers: Update to current kvm/next
,
Pankaj Gupta
,
2024/05/30
Re: [PATCH v4 02/31] linux-headers: Update to current kvm/next
,
Liam Merwick
,
2024/05/31
Re: [PATCH v4 02/31] linux-headers: Update to current kvm/next
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
,
Paolo Bonzini
,
2024/05/31
Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
,
Gupta, Pankaj
,
2024/05/31
Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
,
Paolo Bonzini
,
2024/05/31
[PATCH v2] vnc: increase max display size
,
Gerd Hoffmann
,
2024/05/30
Re: [PATCH v2] vnc: increase max display size
,
Daniel P . Berrangé
,
2024/05/31
[PATCH] stdvga: fix screen blanking
,
Gerd Hoffmann
,
2024/05/30
[RFC v2 0/7] Introduce SMP Cache Topology
,
Zhao Liu
,
2024/05/30
[RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
,
Zhao Liu
,
2024/05/30
[RFC v2 2/7] hw/core: Define cache topology for machine
,
Zhao Liu
,
2024/05/30
[RFC v2 3/7] hw/core: Add cache topology options in -smp
,
Zhao Liu
,
2024/05/30
[RFC v2 4/7] i386/cpu: Support thread and module level cache topology
,
Zhao Liu
,
2024/05/30
[RFC v2 6/7] i386/pc: Support cache topology in -smp for PC machine
,
Zhao Liu
,
2024/05/30
[RFC v2 5/7] i386/cpu: Update cache topology with machine's configuration
,
Zhao Liu
,
2024/05/30
[RFC v2 7/7] qemu-options: Add the cache topology description of -smp
,
Zhao Liu
,
2024/05/30
[PATCH v2 0/4] tests/qtest/migration-test: Improve shared
,
Nicholas Piggin
,
2024/05/30
[PATCH v2 1/4] tests/qtest/migration-test: Use regular file file for shared-memory tests
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH v2 1/4] tests/qtest/migration-test: Use regular file file for shared-memory tests
,
Prasad Pandit
,
2024/05/31
[PATCH v2 2/4] tests/qtest/migration-test: Enable test_mode_reboot
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH v2 2/4] tests/qtest/migration-test: Enable test_mode_reboot
,
Fabiano Rosas
,
2024/05/31
[PATCH v2 3/4] tests/qtest/migration-test: Fix and enable test_ignore_shared
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH v2 3/4] tests/qtest/migration-test: Fix and enable test_ignore_shared
,
Dr. David Alan Gilbert
,
2024/05/30
[PATCH v2 4/4] tests/qtest/migration-test: Add a postcopy memfile test
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH v2 4/4] tests/qtest/migration-test: Add a postcopy memfile test
,
Peter Xu
,
2024/05/31
Re: [PATCH v2 4/4] tests/qtest/migration-test: Add a postcopy memfile test
,
Fabiano Rosas
,
2024/05/31
[PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Daniel Henrique Barboza
,
2024/05/30
Re: [PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Andrew Jones
,
2024/05/30
Re: [PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Andrew Jones
,
2024/05/30
Re: [PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Daniel Henrique Barboza
,
2024/05/30
Re: [PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
,
Conor Dooley
,
2024/05/30
Failed to hot-plug device to pxb bridge
,
Gao,Shiyuan
,
2024/05/30
[PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH 1/4] hw/s390x: Introduce the @dump-s390-skeys QMP command
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH 2/4] hw/s390x: Introduce the 'dump_s390_skeys' HMP command
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH 3/4] hw/s390x: Deprecate the HMP 'dump_skeys' command
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH 4/4] hw/s390x: Deprecate the QMP @dump-skeys command
,
Philippe Mathieu-Daudé
,
2024/05/30
Re: [PATCH 4/4] hw/s390x: Deprecate the QMP @dump-skeys command
,
Thomas Huth
,
2024/05/31
Re: [PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
,
Anton Johansson
,
2024/05/30
Re: [PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
,
Thomas Huth
,
2024/05/31
Re: [PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
,
Dr. David Alan Gilbert
,
2024/05/31
Re: [PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
,
Thomas Huth
,
2024/05/31
[PATCH v3 0/4] tests/qtest/migration-test: Improve and enable on ppc64
,
Nicholas Piggin
,
2024/05/30
[PATCH v3 1/4] tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
,
Nicholas Piggin
,
2024/05/30
[PATCH v3 3/4] tests/qtest/migration-test: Enable on ppc64 TCG
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH v3 3/4] tests/qtest/migration-test: Enable on ppc64 TCG
,
Prasad Pandit
,
2024/05/31
[PATCH v3 4/4] tests/qtest/migration-test: Use custom asm bios for ppc64
,
Nicholas Piggin
,
2024/05/30
[PATCH v3 2/4] tests/qtest/migration-test: Quieten ppc64 QEMU warnings
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH v3 2/4] tests/qtest/migration-test: Quieten ppc64 QEMU warnings
,
Prasad Pandit
,
2024/05/31
[PATCH 0/2] qapi: Remove deprecated events
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH 1/2] hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event
,
Philippe Mathieu-Daudé
,
2024/05/30
Re: [PATCH 1/2] hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event
,
Harsh Prateek Bora
,
2024/05/30
[PATCH 2/2] trace: Remove deprecated 'vcpu' field from QMP trace events
,
Philippe Mathieu-Daudé
,
2024/05/30
[RFC v2 PATCH] docs: Enhance documentation for iommu bypass
,
Aaron Lu
,
2024/05/30
[PATCH] qga: Remove deprecated 'blacklist' argument / config key
,
Philippe Mathieu-Daudé
,
2024/05/30
Re: [PATCH] qga: Remove deprecated 'blacklist' argument / config key
,
Konstantin Kostiuk
,
2024/05/30
[RFC v3 0/2] target/loongarch: Add loongson binary translation feature
,
Bibo Mao
,
2024/05/30
[RFC v3 1/2] target/loongarch: Add loongson binary translation feature
,
Bibo Mao
,
2024/05/30
[RFC v3 2/2] target/loongarch: Implement lbt registers save/restore function
,
Bibo Mao
,
2024/05/30
[PATCH v2] tests/libqos: Add loongarch virt machine node
,
Bibo Mao
,
2024/05/29
Re: [PATCH v2] tests/libqos: Add loongarch virt machine node
,
gaosong
,
2024/05/31
[PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Salil Mehta
,
2024/05/29
[PATCH V12 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/29
Re: [PATCH V12 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Harsh Prateek Bora
,
2024/05/30
[PATCH V12 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Salil Mehta
,
2024/05/29
[PATCH V12 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/29
[PATCH V12 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
,
Salil Mehta
,
2024/05/29
[PATCH V12 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Salil Mehta
,
2024/05/29
[PATCH V12 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/29
[PATCH V12 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/29
[PATCH V12 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Salil Mehta
,
2024/05/29
[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM
,
dongwon . kim
,
2024/05/29
[PATCH v2] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Nam Cao
,
2024/05/29
Re: [PATCH v2] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Jonathan Cameron
,
2024/05/31
Re: [PATCH v2] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Nam Cao
,
2024/05/31
[PATCH] Use "void *" as parameter for functions that are used for aio_set_event_notifier()
,
Thomas Huth
,
2024/05/29
Re: [PATCH] Use "void *" as parameter for functions that are used for aio_set_event_notifier()
,
Stefan Hajnoczi
,
2024/05/29
Re: [PATCH] Use "void *" as parameter for functions that are used for aio_set_event_notifier()
,
Thomas Huth
,
2024/05/31
[PATCH RISU] risugen/arm: Refine prefetch and memory hintspace patterns
,
Richard Henderson
,
2024/05/29
Re: [PATCH RISU] risugen/arm: Refine prefetch and memory hintspace patterns
,
Peter Maydell
,
2024/05/30
[RFC v6 00/26] vfio-user client
,
John Levon
,
2024/05/29
[PATCH 06/26] vfio: add region cache
,
John Levon
,
2024/05/29
[PATCH 15/26] vfio-user: get region info
,
John Levon
,
2024/05/29
[PATCH 11/26] vfio-user: connect vfio proxy to remote server
,
John Levon
,
2024/05/29
[PATCH 13/26] vfio-user: define socket send functions
,
John Levon
,
2024/05/29
[PATCH 04/26] vfio: add vfio_attach_device_by_iommu_type()
,
John Levon
,
2024/05/29
[PATCH 14/26] vfio-user: get device info
,
John Levon
,
2024/05/29
[PATCH 01/26] vfio/container: pass MemoryRegion to DMA operations
,
John Levon
,
2024/05/29
[PATCH 08/26] vfio: add device IO ops vector
,
John Levon
,
2024/05/29
[PATCH 12/26] vfio-user: define socket receive functions
,
John Levon
,
2024/05/29
[PATCH 03/26] vfio/container: support VFIO_DMA_UNMAP_FLAG_ALL
,
John Levon
,
2024/05/29
[PATCH 07/26] vfio: add VFIO base abstract class
,
John Levon
,
2024/05/29
[PATCH 10/26] vfio-user: add vfio-user class and container
,
John Levon
,
2024/05/29
[PATCH 05/26] vfio: add vfio_prepare_device()
,
John Levon
,
2024/05/29
[PATCH 09/26] vfio-user: introduce vfio-user protocol specification
,
John Levon
,
2024/05/29
[PATCH 18/26] vfio-user: get and set IRQs
,
John Levon
,
2024/05/29
[PATCH 20/26] vfio-user: proxy container connect/disconnect
,
John Levon
,
2024/05/29
[PATCH 24/26] vfio-user: pci reset
,
John Levon
,
2024/05/29
[PATCH 26/26] vfio-user: add coalesced posted writes
,
John Levon
,
2024/05/29
[PATCH 17/26] vfio-user: pci_user_realize PCI setup
,
John Levon
,
2024/05/29
[PATCH 19/26] vfio-user: forward msix BAR accesses to server
,
John Levon
,
2024/05/29
[PATCH 16/26] vfio-user: region read/write
,
John Levon
,
2024/05/29
[PATCH 25/26] vfio-user: add 'x-msg-timeout' option that specifies msg wait times
,
John Levon
,
2024/05/29
[PATCH 02/26] vfio/container: pass listener_begin/commit callbacks
,
John Levon
,
2024/05/29
[PATCH 22/26] vfio-user: no-mmap DMA support
,
John Levon
,
2024/05/29
[PATCH 23/26] vfio-user: dma read/write operations
,
John Levon
,
2024/05/29
[PATCH 21/26] vfio-user: dma map/unmap operations
,
John Levon
,
2024/05/29
[PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext.
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 1/6] target/riscv: Remove obsolete sfence.vm instruction
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 2/6] target/riscv: Add Control Transfer Records CSR definitions.
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs.
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 4/6] target/riscv: Add support to record CTR entries.
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 5/6] target/riscv: Add CTR sctrclr instruction.
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs.
,
Rajnesh Kanwal
,
2024/05/29
[PATCH 00/10] testing/next: purging centos and more lcitool
,
Alex Bennée
,
2024/05/29
[PATCH 02/10] docs/devel: update references to centos to non-versioned container
,
Alex Bennée
,
2024/05/29
Re: [PATCH 02/10] docs/devel: update references to centos to non-versioned container
,
Thomas Huth
,
2024/05/29
[PATCH 03/10] tests/vm: update centos.aarch64 image to 9
,
Alex Bennée
,
2024/05/29
[PATCH 01/10] ci: remove centos-steam-8 customer runner
,
Alex Bennée
,
2024/05/29
[PATCH 04/10] tests/vm: remove plain centos image
,
Alex Bennée
,
2024/05/29
[PATCH 06/10] docs/ci: clean-up references for consistency
,
Alex Bennée
,
2024/05/29
[PATCH 07/10] tests/lcitool: bump to latest version
,
Alex Bennée
,
2024/05/29
Re: [PATCH 07/10] tests/lcitool: bump to latest version
,
Thomas Huth
,
2024/05/29
Re: [PATCH 07/10] tests/lcitool: bump to latest version
,
Alex Bennée
,
2024/05/29
[PATCH 10/10] tests/avocado: update sbsa-ref firmware
,
Alex Bennée
,
2024/05/29
[PATCH 08/10] tests/lcitool: generate package lists for ansible
,
Alex Bennée
,
2024/05/29
[PATCH 05/10] scripts/ci: remove CentOS bits from common build-environment
,
Alex Bennée
,
2024/05/29
[PATCH 09/10] scripts/ci: drive ubuntu/build-environment.yml from lcitool
,
Alex Bennée
,
2024/05/29
[PATCH] accel: Restrict probe_access*() functions to TCG
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH] accel: Restrict probe_access*() functions to TCG
,
Richard Henderson
,
2024/05/29
[PATCH 0/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 1/3] target/mips: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 2/3] target/riscv: Restrict semihosting to TCG
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 3/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH 3/3] semihosting: Restrict to TCG
,
Paolo Bonzini
,
2024/05/30
Re: [PATCH 3/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
Re: [PATCH 3/3] semihosting: Restrict to TCG
,
Paolo Bonzini
,
2024/05/30
Re: [PATCH 3/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
Re: [PATCH 3/3] semihosting: Restrict to TCG
,
Alex Bennée
,
2024/05/30
Re: [PATCH 0/3] semihosting: Restrict to TCG
,
Richard Henderson
,
2024/05/29
Re: [PATCH 0/3] semihosting: Restrict to TCG
,
Alex Bennée
,
2024/05/29
Re: [PATCH 0/3] semihosting: Restrict to TCG
,
Paolo Bonzini
,
2024/05/30
Re: [PATCH 0/3] semihosting: Restrict to TCG
,
Philippe Mathieu-Daudé
,
2024/05/30
[PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
,
Jiaxun Yang
,
2024/05/29
Re: [PATCH] target/mips: Remove unused 'hw/misc/mips_itu.h' header
,
Aleksandar Rikalo
,
2024/05/30
[PATCH 0/5] s390x: Add Full Boot Order Support
,
jrossi
,
2024/05/29
[PATCH 1/5] s390x: Create include files for s390x IPL definitions
,
jrossi
,
2024/05/29
[PATCH 2/5] s390x: Add loadparm to CcwDevice
,
jrossi
,
2024/05/29
[PATCH 3/5] s390x: Build IPLB chain for multiple boot devices
,
jrossi
,
2024/05/29
[PATCH 4/5] s390x: Add boot device fallback infrastructure
,
jrossi
,
2024/05/29
[PATCH 5/5] s390x: Enable and document boot device fallback on panic
,
jrossi
,
2024/05/29
[RFC PATCH] cpus: split qemu_init_vcpu and delay vCPU thread creation
,
Alex Bennée
,
2024/05/29
Re: [RFC PATCH] cpus: split qemu_init_vcpu and delay vCPU thread creation
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [RFC PATCH] cpus: split qemu_init_vcpu and delay vCPU thread creation
,
Alex Bennée
,
2024/05/29
Re: [RFC PATCH] cpus: split qemu_init_vcpu and delay vCPU thread creation
,
Pierrick Bouvier
,
2024/05/30
Re: [RFC PATCH] cpus: split qemu_init_vcpu and delay vCPU thread creation
,
Alex Bennée
,
2024/05/30
Re: [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v2 3/6] hppa: Add support for an emulated TOC/NMI button.
,
Helge Deller
,
2024/05/29
[PATCH v8 0/8] xen: Support grant mappings
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 2/8] xen: mapcache: Unmap first entries in buckets
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 3/8] xen: Add xen_mr_is_memory()
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 7/8] xen: mapcache: Add support for grant mappings
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v8 8/8] hw/arm: xen: Enable use of grant mappings
,
Edgar E. Iglesias
,
2024/05/29
Re: [PATCH for-9.1 0/7] target/i386/kvm: Cleanup the kvmclock feature name
,
Zhao Liu
,
2024/05/29
[PATCH] hw/net: prevent potential NULL dereference
,
Oleg Sviridov
,
2024/05/29
Re: [PATCH] hw/net: prevent potential NULL dereference
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH] hw/net: prevent potential NULL dereference
,
Олег Свиридов
,
2024/05/30
Re: [PATCH] hw/net: prevent potential NULL dereference
,
David Gibson
,
2024/05/29
Re: [PATCH] hw/net: prevent potential NULL dereference
,
Peter Maydell
,
2024/05/30
Re: [PATCH] hw/net: prevent potential NULL dereference
,
David Gibson
,
2024/05/31
[PATCH v2] hw/net: prevent potential NULL dereference
,
Oleg Sviridov
,
2024/05/31
[PATCH] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Nam Cao
,
2024/05/29
Re: [PATCH] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Nam Cao
,
2024/05/29
Re: [PATCH] pci-bridge/xio3130_downstream: fix invalid link speed and link width
,
Nam Cao
,
2024/05/29
[PATCH] hw/s390x: prevent potential NULL dereference
,
Oleg Sviridov
,
2024/05/29
Re: [PATCH] hw/s390x: prevent potential NULL dereference
,
Philippe Mathieu-Daudé
,
2024/05/29
[QEMU][PATCH 1/1] hw/net/can: Fix sorting of the tx queue
,
Shiva sagar Myana
,
2024/05/29
Re: [QEMU][PATCH 1/1] hw/net/can: Fix sorting of the tx queue
,
Francisco Iglesias
,
2024/05/30
[PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Thomas Huth
,
2024/05/29
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH] io/channel-socket: Fix -fsanitize=undefined problem with latest Clang
,
Peter Maydell
,
2024/05/29
[PATCH v4 0/4] hw/nvme: FDP and SR-IOV enhancements
,
Minwoo Im
,
2024/05/29
Message not available
[PATCH v4 1/4] hw/nvme: add Identify Endurance Group List
,
Minwoo Im
,
2024/05/29
Message not available
[PATCH v4 4/4] hw/nvme: Expand VI/VQ resource to uint32
,
Minwoo Im
,
2024/05/29
Message not available
[PATCH v4 3/4] hw/nvme: Allocate sec-ctrl-list as a dynamic array
,
Minwoo Im
,
2024/05/29
Message not available
[PATCH v4 2/4] hw/nvme: separate identify data for sec. ctrl list
,
Minwoo Im
,
2024/05/29
[PULL 00/22] s390x, build-oss-fuzz and Clang -fsanitize=undefined fixes
,
Thomas Huth
,
2024/05/29
[PULL 01/22] target/s390x: Do not use unwind for per_check_exception
,
Thomas Huth
,
2024/05/29
[PULL 03/22] target/s390x: Update CR9 bits
,
Thomas Huth
,
2024/05/29
[PULL 02/22] target/s390x: Move cpu_get_tb_cpu_state out of line
,
Thomas Huth
,
2024/05/29
[PULL 05/22] target/s390x: Disable conditional branch-to-next for PER
,
Thomas Huth
,
2024/05/29
[PULL 04/22] target/s390x: Record separate PER bits in TB flags
,
Thomas Huth
,
2024/05/29
[PULL 06/22] target/s390x: Introduce help_goto_indirect
,
Thomas Huth
,
2024/05/29
[PULL 07/22] target/s390x: Simplify help_branch
,
Thomas Huth
,
2024/05/29
[PULL 08/22] target/s390x: Split per_breaking_event from per_branch_*
,
Thomas Huth
,
2024/05/29
[PULL 09/22] target/s390x: Raise exception from helper_per_branch
,
Thomas Huth
,
2024/05/29
[PULL 10/22] target/s390x: Raise exception from per_store_real
,
Thomas Huth
,
2024/05/29
[PULL 11/22] target/s390x: Fix helper_per_ifetch flags
,
Thomas Huth
,
2024/05/29
[PULL 12/22] target/s390x: Simplify per_ifetch, per_check_exception
,
Thomas Huth
,
2024/05/29
[PULL 13/22] target/s390x: Adjust check of noreturn in translate_one
,
Thomas Huth
,
2024/05/29
[PULL 15/22] fuzz: specify audiodev for usb-audio
,
Thomas Huth
,
2024/05/29
[PULL 14/22] tests/tcg/s390x: Add per.S
,
Thomas Huth
,
2024/05/29
[PULL 18/22] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Thomas Huth
,
2024/05/29
[PULL 17/22] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
,
Thomas Huth
,
2024/05/29
[PULL 16/22] fuzz: disable leak-detection for oss-fuzz builds
,
Thomas Huth
,
2024/05/29
[PULL 19/22] scripts/update-linux-headers.sh: Fix the path of setup_data.h
,
Thomas Huth
,
2024/05/29
[PULL 22/22] qapi: Do not cast function pointers
,
Thomas Huth
,
2024/05/29
[PULL 20/22] qemu-keymap: Make references to allocations static
,
Thomas Huth
,
2024/05/29
[PULL 21/22] lockable: Do not cast function pointers
,
Thomas Huth
,
2024/05/29
Re: [PULL 00/22] s390x, build-oss-fuzz and Clang -fsanitize=undefined fixes
,
Richard Henderson
,
2024/05/29
Re: tests/avocado: Add LoongArch machine start test
,
Thomas Huth
,
2024/05/29
Re: tests/avocado: Add LoongArch machine start test
,
gaosong
,
2024/05/30
Re: tests/avocado: Add LoongArch machine start test
,
Jiaxun Yang
,
2024/05/30
Re: tests/avocado: Add LoongArch machine start test
,
gaosong
,
2024/05/30
Re: tests/avocado: Add LoongArch machine start test
,
Jiaxun Yang
,
2024/05/31
Re: tests/avocado: Add LoongArch machine start test
,
gaosong
,
2024/05/31
[PATCH 0/7] Live migration acceleration with UADK
,
Shameer Kolothum
,
2024/05/29
[PATCH 1/7] docs/migration: add uadk compression feature
,
Shameer Kolothum
,
2024/05/29
RE: [PATCH 1/7] docs/migration: add uadk compression feature
,
Liu, Yuan1
,
2024/05/30
RE: [PATCH 1/7] docs/migration: add uadk compression feature
,
Shameerali Kolothum Thodi
,
2024/05/30
RE: [PATCH 1/7] docs/migration: add uadk compression feature
,
Liu, Yuan1
,
2024/05/30
[PATCH 2/7] configure: Add uadk option
,
Shameer Kolothum
,
2024/05/29
[PATCH 3/7] migration/multifd: add uadk compression framework
,
Shameer Kolothum
,
2024/05/29
Re: [PATCH 3/7] migration/multifd: add uadk compression framework
,
Markus Armbruster
,
2024/05/29
RE: [PATCH 3/7] migration/multifd: add uadk compression framework
,
Shameerali Kolothum Thodi
,
2024/05/30
[PATCH 4/7] migration/multifd: Add UADK initialization
,
Shameer Kolothum
,
2024/05/29
[PATCH 5/7] migration/multifd: Add UADK based compression and decompression
,
Shameer Kolothum
,
2024/05/29
[PATCH 6/7] migration/multifd: Switch to no compression when no hardware support
,
Shameer Kolothum
,
2024/05/29
[PATCH 7/7] tests/migration-test: add uadk compression test
,
Shameer Kolothum
,
2024/05/29
Re: [PATCH] linux-user: Add ioctl for BLKBSZSET
,
Michael Vogt
,
2024/05/29
Re: [PATCH] linux-user: Add ioctl for BLKBSZSET
,
Richard Henderson
,
2024/05/29
[PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test
,
Zhao Liu
,
2024/05/29
[PATCH 1/8] tests/unit/test-smp-parse: Fix comments of drawers and books case
,
Zhao Liu
,
2024/05/29
[PATCH 2/8] tests/unit/test-smp-parse: Fix comment of parameters=1 case
,
Zhao Liu
,
2024/05/29
[PATCH 3/8] tests/unit/test-smp-parse: Fix an invalid topology case
,
Zhao Liu
,
2024/05/29
[PATCH 4/8] tests/unit/test-smp-parse: Use default parameters=0 when not set in -smp
,
Zhao Liu
,
2024/05/29
[PATCH 5/8] tests/unit/test-smp-parse: Make test cases aware of module level
,
Zhao Liu
,
2024/05/29
[PATCH 6/8] tests/unit/test-smp-parse: Test "modules" parameter in -smp
,
Zhao Liu
,
2024/05/29
[PATCH 7/8] tests/unit/test-smp-parse: Test "modules" and "dies" combination case
,
Zhao Liu
,
2024/05/29
[PATCH 8/8] tests/unit/test-smp-parse: Test the full 8-levels topology hierarchy
,
Zhao Liu
,
2024/05/29
RE: [PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test
,
Ma, Yongwei
,
2024/05/29
[PATCH v5 00/23] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH v5 01/23] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 01/23] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
,
Igor Mammedov
,
2024/05/29
[PATCH v5 02/23] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 02/23] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
,
Igor Mammedov
,
2024/05/29
[PATCH v5 03/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 03/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
,
Igor Mammedov
,
2024/05/29
[PATCH v5 04/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 04/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
,
Igor Mammedov
,
2024/05/29
[PATCH v5 05/23] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 05/23] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
,
Igor Mammedov
,
2024/05/29
[PATCH v5 06/23] hw/acpi/ich9: Remove 'memory-hotplug-support' property
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 06/23] hw/acpi/ich9: Remove 'memory-hotplug-support' property
,
Igor Mammedov
,
2024/05/29
[PATCH v5 07/23] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 07/23] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
,
Igor Mammedov
,
2024/05/29
[PATCH v5 08/23] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 08/23] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
,
Igor Mammedov
,
2024/05/29
[PATCH v5 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
,
Igor Mammedov
,
2024/05/29
[PATCH v5 11/23] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 11/23] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
,
Igor Mammedov
,
2024/05/29
[PATCH v5 09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
,
Igor Mammedov
,
2024/05/29
Re: [PATCH v5 09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
,
Igor Mammedov
,
2024/05/29
[PATCH v5 12/23] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 12/23] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
,
Igor Mammedov
,
2024/05/29
[PATCH v5 13/23] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 13/23] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
,
Igor Mammedov
,
2024/05/29
[PATCH v5 14/23] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 14/23] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
,
Igor Mammedov
,
2024/05/29
[PATCH v5 15/23] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 15/23] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
,
Igor Mammedov
,
2024/05/29
[PATCH v5 16/23] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 16/23] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
,
Igor Mammedov
,
2024/05/29
[PATCH v5 17/23] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 17/23] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
,
Igor Mammedov
,
2024/05/29
[PATCH v5 18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
,
Igor Mammedov
,
2024/05/29
Re: [PATCH v5 18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
,
Igor Mammedov
,
2024/05/29
[PATCH v5 19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field
,
Igor Mammedov
,
2024/05/29
Re: [PATCH v5 19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field
,
Igor Mammedov
,
2024/05/29
[PATCH v5 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Thomas Huth
,
2024/05/29
Re: [PATCH v5 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Zhao Liu
,
2024/05/29
Re: [PATCH v5 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Igor Mammedov
,
2024/05/29
[PATCH v5 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
,
Thomas Huth
,
2024/05/29
Re: [PATCH v5 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
,
Zhao Liu
,
2024/05/29
[PATCH v5 22/23] target/i386: Remove X86CPU::kvm_no_smi_migration field
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 22/23] target/i386: Remove X86CPU::kvm_no_smi_migration field
,
Thomas Huth
,
2024/05/29
[PATCH v5 23/23] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v5 23/23] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE
,
Igor Mammedov
,
2024/05/29
Re: [PATCH v5 00/23] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH] qemu/bitops.h: Locate changed bits
,
Tong Ho
,
2024/05/29
Re: [PATCH] qemu/bitops.h: Locate changed bits
,
Wang, Lei
,
2024/05/29
Re: [PATCH] qemu/bitops.h: Locate changed bits
,
Peter Maydell
,
2024/05/29
Re: [PATCH] qemu/bitops.h: Locate changed bits
,
Ho, Tong
,
2024/05/29
Re: [PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH] tests/qtest/migrate-test: Add a postcopy memfile test
,
Nicholas Piggin
,
2024/05/29
Re: [PATCH] tests/qtest/migrate-test: Add a postcopy memfile test
,
Fabiano Rosas
,
2024/05/29
Re: [PATCH] tests/qtest/migrate-test: Add a postcopy memfile test
,
Peter Xu
,
2024/05/29
Re: [PATCH] tests/qtest/migrate-test: Add a postcopy memfile test
,
Fabiano Rosas
,
2024/05/29
Re: [PATCH] tests/qtest/migrate-test: Add a postcopy memfile test
,
Nicholas Piggin
,
2024/05/30
Re: [PATCH V1 19/26] physmem: preserve ram blocks for cpr
,
Peter Xu
,
2024/05/28
Re: [PATCH V1 19/26] physmem: preserve ram blocks for cpr
,
Steven Sistare
,
2024/05/29
Re: [PATCH V1 19/26] physmem: preserve ram blocks for cpr
,
Peter Xu
,
2024/05/29
Re: [PATCH V1 19/26] physmem: preserve ram blocks for cpr
,
Steven Sistare
,
2024/05/30
Re: [PATCH V1 19/26] physmem: preserve ram blocks for cpr
,
Peter Xu
,
2024/05/30
Re: [PATCH V1 19/26] physmem: preserve ram blocks for cpr
,
Steven Sistare
,
2024/05/31
Re: [PATCH V1 17/26] machine: memfd-alloc option
,
Peter Xu
,
2024/05/28
Re: [PATCH V1 17/26] machine: memfd-alloc option
,
Steven Sistare
,
2024/05/29
Re: [PATCH V1 17/26] machine: memfd-alloc option
,
Peter Xu
,
2024/05/29
Re: [PATCH V1 17/26] machine: memfd-alloc option
,
Steven Sistare
,
2024/05/30
Re: [PATCH V1 17/26] machine: memfd-alloc option
,
Peter Xu
,
2024/05/30
Re: [PATCH V1 17/26] machine: memfd-alloc option
,
Steven Sistare
,
2024/05/31
[PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part 1b)
,
Richard Henderson
,
2024/05/28
[PATCH v3 04/33] target/arm: Convert SUQADD and USQADD to gvec
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 04/33] target/arm: Convert SUQADD and USQADD to gvec
,
Peter Maydell
,
2024/05/30
[PATCH v3 03/33] target/arm: Assert oprsz in range when using vfp.qc
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 03/33] target/arm: Assert oprsz in range when using vfp.qc
,
Peter Maydell
,
2024/05/30
[PATCH v3 05/33] target/arm: Inline scalar SUQADD and USQADD
,
Richard Henderson
,
2024/05/28
[PATCH v3 01/33] target/arm: Diagnose UNPREDICTABLE operands to PLD, PLDW, PLI
,
Richard Henderson
,
2024/05/28
[PATCH v3 02/33] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Richard Henderson
,
2024/05/28
[PATCH v3 09/33] target/arm: Convert SSHL, USHL to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 11/33] target/arm: Convert SRSHL, URSHL to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 10/33] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 10/33] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Peter Maydell
,
2024/05/30
[PATCH v3 12/33] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 12/33] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Peter Maydell
,
2024/05/30
[PATCH v3 13/33] target/arm: Convert SQSHL, UQSHL to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 16/33] target/arm: Convert ADD, SUB (vector) to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 19/33] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
,
Richard Henderson
,
2024/05/28
[PATCH v3 06/33] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
,
Richard Henderson
,
2024/05/28
[PATCH v3 18/33] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
,
Richard Henderson
,
2024/05/28
[PATCH v3 14/33] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v3 08/33] target/arm: Convert SUQADD, USQADD to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 07/33] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 15/33] target/arm: Convert SQRSHL, UQRSHL to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 20/33] target/arm: Convert SHADD, UHADD to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v3 21/33] target/arm: Convert SHADD, UHADD to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 23/33] target/arm: Convert SHSUB, UHSUB to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 25/33] target/arm: Convert SRHADD, URHADD to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 17/33] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 24/33] target/arm: Convert SRHADD, URHADD to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v3 27/33] target/arm: Convert SABA, SABD, UABA, UABD to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 28/33] target/arm: Convert MUL, PMUL to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 22/33] target/arm: Convert SHSUB, UHSUB to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v3 32/33] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 32/33] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree
,
Peter Maydell
,
2024/05/30
[PATCH v3 26/33] target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 29/33] target/arm: Convert MLA, MLS to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v3 30/33] target/arm: Tidy SQDMULH, SQRDMULH (vector)
,
Richard Henderson
,
2024/05/28
[PATCH v3 31/33] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 31/33] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Peter Maydell
,
2024/05/30
[PATCH v3 33/33] target/arm: Convert FCSEL to decodetree
,
Richard Henderson
,
2024/05/28
Re: [PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part 1b)
,
Peter Maydell
,
2024/05/30
[PATCH 1/1] tests/avocado: update sbsa-ref firmware
,
Marcin Juszkiewicz
,
2024/05/28
Re: [PATCH 1/1] tests/avocado: update sbsa-ref firmware
,
Leif Lindholm
,
2024/05/29
Re: [PATCH 1/1] tests/avocado: update sbsa-ref firmware
,
Marcin Juszkiewicz
,
2024/05/29
Re: [PATCH 1/1] tests/avocado: update sbsa-ref firmware
,
Alex Bennée
,
2024/05/29
[PATCH 0/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
,
Michal Privoznik
,
2024/05/28
[PATCH 1/3] osdep: Make qemu_madvise() to set errno in all cases
,
Michal Privoznik
,
2024/05/28
Re: [PATCH 1/3] osdep: Make qemu_madvise() to set errno in all cases
,
David Hildenbrand
,
2024/05/28
[PATCH 2/3] backends/hostmem: Warn on qemu_madvise() failures
,
Michal Privoznik
,
2024/05/28
[PATCH 3/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
,
Michal Privoznik
,
2024/05/28
Re: [PATCH 3/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
,
David Hildenbrand
,
2024/05/28
Re: [PATCH 3/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
,
Michal Prívozník
,
2024/05/29
Re: [PATCH 3/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
,
David Hildenbrand
,
2024/05/29
Re: [PATCH 3/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
,
Richard Henderson
,
2024/05/28
Re: [PATCH v5] linux-aio: add IO_CMD_FDSYNC command support
,
Kevin Wolf
,
2024/05/28
Re: [PATCH] block/copy-before-write: use uint64_t for timeout in nanoseconds
,
Kevin Wolf
,
2024/05/28
[PATCH 0/6] accel: Restrict TCG plugin (un)registration to TCG accel
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH 1/6] system/runstate: Remove unused 'qemu/plugin.h' header
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH 2/6] accel/tcg: Move common declarations to 'internal-common.h'
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH 3/6] accel: Clarify accel_cpu_common_[un]realize() use unassigned vCPU
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH 4/6] accel: Introduce accel_cpu_common_[un]realize_assigned() handlers
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH 5/6] accel: Restrict TCG plugin (un)registration to TCG accel
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH 6/6] accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/
,
Philippe Mathieu-Daudé
,
2024/05/28
Re: [PATCH 0/6] accel: Restrict TCG plugin (un)registration to TCG accel
,
Richard Henderson
,
2024/05/28
Re: [PATCH 0/6] accel: Restrict TCG plugin (un)registration to TCG accel
,
Pierrick Bouvier
,
2024/05/28
[PULL v2 00/42] target-arm queue
,
Peter Maydell
,
2024/05/28
[PULL 04/42] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
,
Peter Maydell
,
2024/05/28
[PULL 02/42] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Peter Maydell
,
2024/05/28
[PULL 03/42] hw/arm/npcm7xx: remove setting of mp-affinity
,
Peter Maydell
,
2024/05/28
[PULL 05/42] hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>
,
Peter Maydell
,
2024/05/28
[PULL 06/42] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Peter Maydell
,
2024/05/28
[PULL 01/42] xlnx_dpdma: fix descriptor endianness bug
,
Peter Maydell
,
2024/05/28
[PULL 08/42] docs/system: Remove ADC from raspi documentation
,
Peter Maydell
,
2024/05/28
[PULL 07/42] hw: arm: Remove use of tabs in some source files
,
Peter Maydell
,
2024/05/28
[PULL 09/42] target/arm: Use PLD, PLDW, PLI not NOP for t32
,
Peter Maydell
,
2024/05/28
[PULL 12/42] target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)
,
Peter Maydell
,
2024/05/28
[PULL 11/42] target/arm: Fix decode of FMOV (hp) vs MOVI
,
Peter Maydell
,
2024/05/28
[PULL 15/42] target/arm: Convert Cryptographic AES to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 16/42] target/arm: Convert Cryptographic 3-register SHA to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 18/42] target/arm: Convert Cryptographic 3-register SHA512 to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 13/42] target/arm: Split out gengvec.c
,
Peter Maydell
,
2024/05/28
[PULL 14/42] target/arm: Split out gengvec64.c
,
Peter Maydell
,
2024/05/28
[PULL 17/42] target/arm: Convert Cryptographic 2-register SHA to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 19/42] target/arm: Convert Cryptographic 2-register SHA512 to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 21/42] target/arm: Convert Cryptographic 3-register, imm2 to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 22/42] target/arm: Convert XAR to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 25/42] target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 24/42] target/arm: Convert FMULX to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 20/42] target/arm: Convert Cryptographic 4-register to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 10/42] target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)
,
Peter Maydell
,
2024/05/28
[PULL 27/42] target/arm: Introduce vfp_load_reg16
,
Peter Maydell
,
2024/05/28
[PULL 26/42] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 23/42] target/arm: Convert Advanced SIMD copy to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 29/42] target/arm: Convert FNMUL to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 28/42] target/arm: Expand vfp neg and abs inline
,
Peter Maydell
,
2024/05/28
[PULL 30/42] target/arm: Convert FMLA, FMLS to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 33/42] target/arm: Convert FRECPS, FRSQRTS to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 39/42] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 34/42] target/arm: Convert FADDP to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 35/42] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 37/42] target/arm: Convert ADDP to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 41/42] target/arm: Convert FMLAL, FMLSL to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 31/42] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 36/42] target/arm: Use gvec for neon faddp, fmaxp, fminp
,
Peter Maydell
,
2024/05/28
[PULL 38/42] target/arm: Use gvec for neon padd
,
Peter Maydell
,
2024/05/28
[PULL 32/42] target/arm: Convert FABD to decodetree
,
Peter Maydell
,
2024/05/28
[PULL 40/42] target/arm: Use gvec for neon pmax, pmin
,
Peter Maydell
,
2024/05/28
[PULL 42/42] target/arm: Convert disas_simd_3same_logic to decodetree
,
Peter Maydell
,
2024/05/28
Re: [PULL v2 00/42] target-arm queue
,
Richard Henderson
,
2024/05/28
[PULL v2 0/7] Block jobs patches for 2024-04-29
,
Vladimir Sementsov-Ogievskiy
,
2024/05/28
[PULL v2 7/7] iotests/pylintrc: allow up to 10 similar lines
,
Vladimir Sementsov-Ogievskiy
,
2024/05/28
Re: [PULL v2 0/7] Block jobs patches for 2024-04-29
,
Richard Henderson
,
2024/05/28
Re: [PATCH] iotests/pylintrc: allow up to 10 similar lines
,
Vladimir Sementsov-Ogievskiy
,
2024/05/28
Re: [PATCH] iotests/pylintrc: allow up to 10 similar lines
,
Kevin Wolf
,
2024/05/28
[PATCH v2 0/2] backup: allow specifying minimum cluster size
,
Fiona Ebner
,
2024/05/28
[PATCH v2 1/2] copy-before-write: allow specifying minimum cluster size
,
Fiona Ebner
,
2024/05/28
[PATCH v2 2/2] backup: add minimum cluster size to performance options
,
Fiona Ebner
,
2024/05/28
[PATCH v6 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 02/12] libvhost-user: fail vu_message_write() if sendmsg() is failing
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 06/12] contrib/vhost-user-*: use QEMU bswap helper functions
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 05/12] contrib/vhost-user-blk: fix bind() using the right size of the address
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 04/12] vhost-user-server: do not set memory fd non-blocking
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 07/12] vhost-user: enable frontends on any POSIX system
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 08/12] libvhost-user: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 09/12] contrib/vhost-user-blk: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/28
[PATCH v6 10/12] hostmem: add a new memory backend based on POSIX shm_open()
,
Stefano Garzarella
,
2024/05/28
Re: [PATCH v6 10/12] hostmem: add a new memory backend based on POSIX shm_open()
,
Markus Armbruster
,
2024/05/29
Re: [PATCH v6 10/12] hostmem: add a new memory backend based on POSIX shm_open()
,
Stefano Garzarella
,
2024/05/29
[PATCH v6 12/12] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
,
Stefano Garzarella
,
2024/05/28
Re: [PATCH v6 12/12] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH v6 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
Stefano Garzarella
,
2024/05/28
[PATCH] Issue #2294 | Machine microvm doesn't run under Xen accel for x86_64
,
Will Gyda
,
2024/05/28
Re: [PATCH] Issue #2294 | Machine microvm doesn't run under Xen accel for x86_64
,
Paolo Bonzini
,
2024/05/29
Re: [PATCH] Issue #2294 | Machine microvm doesn't run under Xen accel for x86_64
,
Vilhelm Gyda
,
2024/05/29
Re: [PATCH] Issue #2294 | Machine microvm doesn't run under Xen accel for x86_64
,
Manos Pitsidianakis
,
2024/05/29
Re: [PATCH] Issue #2294 | Machine microvm doesn't run under Xen accel for x86_64
,
Manos Pitsidianakis
,
2024/05/29
Re: [PATCH] Issue #2294 | Machine microvm doesn't run under Xen accel for x86_64
,
Vilhelm Gyda
,
2024/05/29
[PATCH 0/4] allow to deprecate objects and devices
,
Gerd Hoffmann
,
2024/05/28
[PATCH 1/4] qom: allow to mark objects (including devices) as deprecated.
,
Gerd Hoffmann
,
2024/05/28
[PATCH 2/4] usb: add config options for the hub and hid devices
,
Gerd Hoffmann
,
2024/05/28
Re: [PATCH 2/4] usb: add config options for the hub and hid devices
,
Thomas Huth
,
2024/05/28
[PATCH 3/4] usb/ohci-pci: deprecate, don't build by default
,
Gerd Hoffmann
,
2024/05/28
Re: [PATCH 3/4] usb/ohci-pci: deprecate, don't build by default
,
Thomas Huth
,
2024/05/28
Re: [PATCH 3/4] usb/ohci-pci: deprecate, don't build by default
,
Helge Deller
,
2024/05/28
Re: [PATCH 3/4] usb/ohci-pci: deprecate, don't build by default
,
Paolo Bonzini
,
2024/05/28
Re: [PATCH 3/4] usb/ohci-pci: deprecate, don't build by default
,
Mark Cave-Ayland
,
2024/05/28
[PATCH 4/4] usb/hub: deprecate, don't build by default
,
Gerd Hoffmann
,
2024/05/28
[PATCH v2] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
,
Cindy Lu
,
2024/05/28
Re: [PATCH v2] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
,
Peter Maydell
,
2024/05/30
[PATCH v4 0/3] Add extioi virt extension support
,
Song Gao
,
2024/05/28
[PATCH v4 2/3] hw/loongarch/virt: Use MemTxAttrs interface for misc ops
,
Song Gao
,
2024/05/28
[PATCH v4 3/3] hw/loongarch/virt: Enable extioi virt extension
,
Song Gao
,
2024/05/28
[PATCH v4 1/3] hw/intc/loongarch_extioi: Add extioi virt extension definition
,
Song Gao
,
2024/05/28
[PATCH v2 0/4] MAINTAINERS: update kraxel's entries.
,
Gerd Hoffmann
,
2024/05/28
[PATCH v2 4/4] MAINTAINERS: drop spice+ui maintainership
,
Gerd Hoffmann
,
2024/05/28
[PATCH v2 1/4] MAINTAINERS: drop audio maintainership
,
Gerd Hoffmann
,
2024/05/28
Re: [PATCH v2 1/4] MAINTAINERS: drop audio maintainership
,
Manos Pitsidianakis
,
2024/05/28
Re: [PATCH v2 1/4] MAINTAINERS: drop audio maintainership
,
Gerd Hoffmann
,
2024/05/28
Re: [PATCH v2 1/4] MAINTAINERS: drop audio maintainership
,
Volker Rümelin
,
2024/05/29
[PATCH v2 3/4] MAINTAINERS: drop virtio-gpu maintainership
,
Gerd Hoffmann
,
2024/05/28
[PATCH v2 2/4] MAINTAINERS: drop usb maintainership
,
Gerd Hoffmann
,
2024/05/28
Re: [PATCH v2 2/4] MAINTAINERS: drop usb maintainership
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH] tests/qtest: Add numa test for loongarch system
,
Bibo Mao
,
2024/05/28
Re: [PATCH] tests/qtest: Add numa test for loongarch system
,
Thomas Huth
,
2024/05/29
Re: [PATCH] tests/qtest: Add numa test for loongarch system
,
gaosong
,
2024/05/31
[PATCH RESEND v2 0/3] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Chao Du
,
2024/05/28
[PATCH RESEND v2 1/3] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/05/28
Re: [PATCH RESEND v2 1/3] target/riscv/kvm: add software breakpoints support
,
Andrew Jones
,
2024/05/28
[PATCH RESEND v2 2/3] target/riscv/kvm: handle the exit with debug reason
,
Chao Du
,
2024/05/28
[PATCH RESEND v2 3/3] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Chao Du
,
2024/05/28
[PATCH 0/3] RISC-V: ACPI: Namespace updates
,
Sunil V L
,
2024/05/28
[PATCH 1/3] gpex-acpi: Support PCI link devices outside the host bridge
,
Sunil V L
,
2024/05/28
[PATCH 2/3] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
,
Sunil V L
,
2024/05/28
[PATCH 3/3] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
,
Sunil V L
,
2024/05/28
[PATCH v2 0/3] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Chao Du
,
2024/05/28
[PATCH v2 1/3] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/05/28
[PATCH v2 3/3] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Chao Du
,
2024/05/28
[PATCH v2 2/3] target/riscv/kvm: handle the exit with debug reason
,
Chao Du
,
2024/05/28
[PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/28
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Markus Armbruster
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Markus Armbruster
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Markus Armbruster
,
2024/05/29
[PATCH v4 00/11] Power11 support for QEMU
,
Aditya Gupta
,
2024/05/28
[PATCH v4 01/11] ppc: Add Power11 DD2.0 processor
,
Aditya Gupta
,
2024/05/28
Re: [PATCH v4 01/11] ppc: Add Power11 DD2.0 processor
,
Harsh Prateek Bora
,
2024/05/30
Re: [PATCH v4 01/11] ppc: Add Power11 DD2.0 processor
,
Aditya Gupta
,
2024/05/30
Re: [PATCH v4 01/11] ppc: Add Power11 DD2.0 processor
,
Harsh Prateek Bora
,
2024/05/30
[PATCH v4 03/11] target/ppc: Introduce 'PowerPCCPUClass::logical_pvr'
,
Aditya Gupta
,
2024/05/28
[PATCH v4 02/11] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/05/28
Re: [PATCH v4 02/11] ppc/pseries: Add Power11 cpu type
,
Harsh Prateek Bora
,
2024/05/30
Re: [PATCH v4 02/11] ppc/pseries: Add Power11 cpu type
,
Cédric Le Goater
,
2024/05/30
[PATCH v4 05/11] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/05/28
Re: [PATCH v4 05/11] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Cédric Le Goater
,
2024/05/28
Re: [PATCH v4 05/11] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/05/30
[PATCH v4 06/11] ppc/pnv: Add HOMER for POWER11
,
Aditya Gupta
,
2024/05/28
[PATCH v4 04/11] target/ppc: Fix regression due to Power10 and Power11 having same PCR
,
Aditya Gupta
,
2024/05/28
[PATCH v4 07/11] ppc/pnv: Add a LPC controller for POWER11
,
Aditya Gupta
,
2024/05/28
[PATCH v4 08/11] ppc/pnv: Add OCC for Power11
,
Aditya Gupta
,
2024/05/28
[PATCH v4 09/11] ppc/pnv: Add a PSI bridge model for Power11
,
Aditya Gupta
,
2024/05/28
[PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Aditya Gupta
,
2024/05/28
Re: [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Cédric Le Goater
,
2024/05/28
Re: [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Nicholas Piggin
,
2024/05/28
Re: [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Aditya Gupta
,
2024/05/30
Re: [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Aditya Gupta
,
2024/05/30
Re: [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Cédric Le Goater
,
2024/05/30
[PATCH v4 10/11] ppc/pnv: Add SBE model for Power11
,
Aditya Gupta
,
2024/05/28
[PATCH 0/2] ppc/pnv: LPC interrupt fixes
,
Nicholas Piggin
,
2024/05/28
[PATCH 1/2] ppc/pnv: Fix loss of LPC SERIRQ interrupts
,
Nicholas Piggin
,
2024/05/28
Re: [PATCH 1/2] ppc/pnv: Fix loss of LPC SERIRQ interrupts
,
Miles Glenn
,
2024/05/28
[PATCH 2/2] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Nicholas Piggin
,
2024/05/28
Re: [PATCH 2/2] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Miles Glenn
,
2024/05/29
[PULL 0/2] ufs queue
,
Jeuk Kim
,
2024/05/28
[PULL 1/2] hw/ufs: Update MCQ-related fields to block/ufs.h
,
Jeuk Kim
,
2024/05/28
[PULL 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Jeuk Kim
,
2024/05/28
Re: [PULL 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Richard Henderson
,
2024/05/28
Re: [PULL 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Jeuk Kim
,
2024/05/28
[PATCH] targer/riscv: Implement Zabha extension
,
Alexandre Ghiti
,
2024/05/28
Re: [PATCH] targer/riscv: Implement Zabha extension
,
LIU Zhiwei
,
2024/05/28
Re: [PATCH] targer/riscv: Implement Zabha extension
,
Alexandre Ghiti
,
2024/05/28
[PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Nicholas Piggin
,
2024/05/28
Re: [PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Peter Xu
,
2024/05/28
Re: [PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Peter Xu
,
2024/05/28
Re: [PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Fabiano Rosas
,
2024/05/28
Re: [PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Nicholas Piggin
,
2024/05/28
Re: [PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Peter Xu
,
2024/05/28
Re: [PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
,
Fabiano Rosas
,
2024/05/28
[PULL 00/28] riscv-to-apply queue
,
Alistair Francis
,
2024/05/27
[PULL 01/28] hw/intc/riscv_aplic: APLICs should add child earlier than realize
,
Alistair Francis
,
2024/05/27
[PULL 02/28] target/riscv/kvm: Fix exposure of Zkr
,
Alistair Francis
,
2024/05/27
[PULL 03/28] target/riscv: Raise exceptions on wrs.nto
,
Alistair Francis
,
2024/05/27
[PULL 04/28] target/riscv/kvm: implement SBI debug console (DBCN) calls
,
Alistair Francis
,
2024/05/27
[PULL 05/28] hw/riscv/boot.c: Support 64-bit address for initrd
,
Alistair Francis
,
2024/05/27
[PULL 06/28] target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63
,
Alistair Francis
,
2024/05/27
[PULL 07/28] target/riscv/kvm: tolerate KVM disable ext errors
,
Alistair Francis
,
2024/05/27
[PULL 08/28] target/riscv/debug: set tval=pc in breakpoint exceptions
,
Alistair Francis
,
2024/05/27
[PULL 09/28] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint
,
Alistair Francis
,
2024/05/27
[PULL 11/28] target/riscv: Add support for Zve64x extension
,
Alistair Francis
,
2024/05/27
[PULL 12/28] target/riscv: Relax vector register check in RISCV gdbstub
,
Alistair Francis
,
2024/05/27
[PULL 13/28] target/riscv: Fix the element agnostic function problem
,
Alistair Francis
,
2024/05/27
[PULL 10/28] target/riscv: Add support for Zve32x extension
,
Alistair Francis
,
2024/05/27
[PULL 14/28] target/riscv/cpu.c: fix Zvkb extension config
,
Alistair Francis
,
2024/05/27
[PULL 15/28] target/riscv: Implement dynamic establishment of custom decoder
,
Alistair Francis
,
2024/05/27
[PULL 16/28] riscv: thead: Add th.sxstatus CSR emulation
,
Alistair Francis
,
2024/05/27
[PULL 17/28] target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions
,
Alistair Francis
,
2024/05/27
[PULL 18/28] target/riscv: rvv: Check single width operator for vector fp widen instructions
,
Alistair Francis
,
2024/05/27
[PULL 19/28] target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w
,
Alistair Francis
,
2024/05/27
[PULL 21/28] target/riscv: prioritize pmp errors in raise_mmu_exception()
,
Alistair Francis
,
2024/05/27
[PULL 22/28] target/riscv: do not set mtval2 for non guest-page faults
,
Alistair Francis
,
2024/05/27
[PULL 23/28] target/riscv: Remove experimental prefix from "B" extension
,
Alistair Francis
,
2024/05/27
[PULL 26/28] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Alistair Francis
,
2024/05/27
[PULL 25/28] target/riscv/kvm.c: Fix the hart bit setting of AIA
,
Alistair Francis
,
2024/05/27
[PULL 20/28] target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions
,
Alistair Francis
,
2024/05/27
[PULL 24/28] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Alistair Francis
,
2024/05/27
[PULL 28/28] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
,
Alistair Francis
,
2024/05/27
[PULL 27/28] disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs
,
Alistair Francis
,
2024/05/27
Re: [PULL 00/28] riscv-to-apply queue
,
Richard Henderson
,
2024/05/28
[PATCH v2 0/2] hw/ufs: Add support MCQ
,
Minwoo Im
,
2024/05/27
Message not available
[PATCH v2 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Minwoo Im
,
2024/05/27
Message not available
[PATCH v2 1/2] hw/ufs: Update MCQ-related fields to block/ufs.h
,
Minwoo Im
,
2024/05/27
Re: [PATCH v2 0/2] hw/ufs: Add support MCQ
,
Jeuk Kim
,
2024/05/27
[PATCH v2 0/6] tests/qtest/migration-test: Improve and enable on ppc64
,
Nicholas Piggin
,
2024/05/27
[PATCH v2 1/6] tests/qtest/migration: Run test_mode_reboot outside gitlab CI
,
Nicholas Piggin
,
2024/05/27
Re: [PATCH v2 1/6] tests/qtest/migration: Run test_mode_reboot outside gitlab CI
,
Thomas Huth
,
2024/05/28
[PATCH v2 2/6] tests/qtest/migration-test: Fix and enable test_ignore_shared
,
Nicholas Piggin
,
2024/05/27
Re: [PATCH v2 2/6] tests/qtest/migration-test: Fix and enable test_ignore_shared
,
Peter Xu
,
2024/05/28
[PATCH v2 3/6] tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
,
Nicholas Piggin
,
2024/05/27
Re: [PATCH v2 3/6] tests/qtest: Move common define from libqos-spapr.h to new ppc-util.h
,
Thomas Huth
,
2024/05/28
[PATCH v2 4/6] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
,
Nicholas Piggin
,
2024/05/27
Re: [PATCH v2 4/6] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
,
Thomas Huth
,
2024/05/28
[PATCH v2 5/6] tests/qtest/migration-test: Enable on ppc64 TCG
,
Nicholas Piggin
,
2024/05/27
[PATCH v2 6/6] tests/qtest/migration-test: Use custom asm bios for ppc64
,
Nicholas Piggin
,
2024/05/27
Re: [PATCH] target/riscv: fix instructions count handling in icount mode
,
Alistair Francis
,
2024/05/27
Re: TCG change broke MorphOS boot on sam460ex
,
BALATON Zoltan
,
2024/05/27
Re: TCG change broke MorphOS boot on sam460ex
,
BALATON Zoltan
,
2024/05/27
Re: TCG change broke MorphOS boot on sam460ex
,
Nicholas Piggin
,
2024/05/27
[PATCH 00/18] tcg/loongarch64: Support v64 and v256
,
Richard Henderson
,
2024/05/27
[PATCH 02/18] tcg/loongarch64: Use fp load/store for I32 and I64 into vector regs
,
Richard Henderson
,
2024/05/27
[PATCH 03/18] tcg/loongarch64: Handle i32 and i64 moves between gr and fr
,
Richard Henderson
,
2024/05/27
[PATCH 05/18] util/loongarch64: Detect LASX vector support
,
Richard Henderson
,
2024/05/27
Re: [PATCH 05/18] util/loongarch64: Detect LASX vector support
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 04/18] tcg/loongarch64: Support TCG_TYPE_V64
,
Richard Henderson
,
2024/05/27
Re: [PATCH 04/18] tcg/loongarch64: Support TCG_TYPE_V64
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 06/18] tcg/loongarch64: Simplify tcg_out_dup_vec
,
Richard Henderson
,
2024/05/27
Re: [PATCH 06/18] tcg/loongarch64: Simplify tcg_out_dup_vec
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 01/18] tcg/loongarch64: Import LASX, FP insns
,
Richard Henderson
,
2024/05/27
[PATCH 08/18] tcg/loongarch64: Support LASX in tcg_out_dupm_vec
,
Richard Henderson
,
2024/05/27
[PATCH 09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
,
Richard Henderson
,
2024/05/27
Re: [PATCH 09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 10/18] tcg/loongarch64: Support LASX in tcg_out_dupi_vec
,
Richard Henderson
,
2024/05/27
[PATCH 11/18] tcg/loongarch64: Simplify tcg_out_addsub_vec
,
Richard Henderson
,
2024/05/27
[PATCH 13/18] tcg/loongarch64: Split out vdvjvk in tcg_out_vec_op
,
Richard Henderson
,
2024/05/27
[PATCH 12/18] tcg/loongarch64: Support LASX in tcg_out_addsub_vec
,
Richard Henderson
,
2024/05/27
[PATCH 16/18] tcg/loongarch64: Split out vdvjukN in tcg_out_vec_op
,
Richard Henderson
,
2024/05/27
[PATCH 07/18] tcg/loongarch64: Support LASX in tcg_out_dup_vec
,
Richard Henderson
,
2024/05/27
[PATCH 14/18] tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st}
,
Richard Henderson
,
2024/05/27
[PATCH 15/18] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op
,
Richard Henderson
,
2024/05/27
Re: [PATCH 15/18] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 18/18] tcg/loongarch64: Enable v256 with LASX
,
Richard Henderson
,
2024/05/27
Re: [PATCH 18/18] tcg/loongarch64: Enable v256 with LASX
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH 17/18] tcg/loongarch64: Support LASX in tcg_out_vec_op
,
Richard Henderson
,
2024/05/27
[PATCH 0/4] hw/m68k/virt: Add some devices
,
Jiaxun Yang
,
2024/05/27
[PATCH 4/4] hw/m68k/virt: Supply bootinfo for BIOS
,
Jiaxun Yang
,
2024/05/27
[PATCH 3/4] hw/m68k/virt: Add a pflash controller for BIOS firmware
,
Jiaxun Yang
,
2024/05/27
[PATCH 2/4] hw/m68k/virt: Add fw_cfg controller
,
Jiaxun Yang
,
2024/05/27
[PATCH 1/4] hw/m68k/virt: Add a XHCI controller
,
Jiaxun Yang
,
2024/05/27
[PATCH 0/2] block/crypto: do not require number of threads upfront
,
Stefan Hajnoczi
,
2024/05/27
[PATCH 1/2] block/crypto: create ciphers on demand
,
Stefan Hajnoczi
,
2024/05/27
[PATCH 2/2] crypto/block: drop qcrypto_block_open() n_threads argument
,
Stefan Hajnoczi
,
2024/05/27
Re: [PATCH 0/2] block/crypto: do not require number of threads upfront
,
Kevin Wolf
,
2024/05/29
Re: [PATCH 0/2] block/crypto: do not require number of threads upfront
,
Stefan Hajnoczi
,
2024/05/29
[PATCH] fuzz: disable leak-detection for oss-fuzz builds
,
Alexander Bulekov
,
2024/05/27
Re: [PATCH] fuzz: disable leak-detection for oss-fuzz builds
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH] fuzz: disable leak-detection for oss-fuzz builds
,
Thomas Huth
,
2024/05/29
Re: [PATCH] fuzz: disable leak-detection for oss-fuzz builds
,
Thomas Huth
,
2024/05/29
[PATCH] hw/net/virtio-net.c: fix crash in iov_copy()
,
Dmitry Frolov
,
2024/05/27
[PATCH] hw/core: Rename CpuTopology to CPUTopology
,
Zhao Liu
,
2024/05/27
block snapshot issue with RBD
,
Jin Cao
,
2024/05/27
Re: block snapshot issue with RBD
,
Jin Cao
,
2024/05/27
Re: block snapshot issue with RBD
,
Jin Cao
,
2024/05/27
Re: block snapshot issue with RBD
,
Ilya Dryomov
,
2024/05/28
Re: block snapshot issue with RBD
,
Jin Cao
,
2024/05/28
Re: block snapshot issue with RBD
,
Fiona Ebner
,
2024/05/29
Re: block snapshot issue with RBD
,
Kevin Wolf
,
2024/05/29
[PATCH] aspeed/smc: Reintroduce "dram-base" property for AST2700
,
Cédric Le Goater
,
2024/05/27
Re: [PATCH] aspeed/smc: Reintroduce "dram-base" property for AST2700
,
Philippe Mathieu-Daudé
,
2024/05/27
RE: [PATCH] aspeed/smc: Reintroduce "dram-base" property for AST2700
,
Jamin Lin
,
2024/05/27
[PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
,
Thomas Huth
,
2024/05/27
Re: [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
,
Cédric Le Goater
,
2024/05/27
Re: [PATCH] hw/s390x: Remove unused macro VMSTATE_ADAPTER_ROUTES
,
Eric Farman
,
2024/05/28
Re: [PATCH v6 0/3] Support RISC-V IOPMP
,
Daniel Henrique Barboza
,
2024/05/27
[PULL 0/9] Error reporting patches for 2024-05-27
,
Markus Armbruster
,
2024/05/27
[PULL 6/9] qerror: QERR_IO_ERROR is no longer used, drop
,
Markus Armbruster
,
2024/05/27
[PULL 4/9] cpus: Improve error messages on memsave, pmemsave write error
,
Markus Armbruster
,
2024/05/27
[PULL 1/9] block: Improve error message when external snapshot can't flush
,
Markus Armbruster
,
2024/05/27
[PULL 9/9] qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop
,
Markus Armbruster
,
2024/05/27
[PULL 8/9] qga: Shorten several error messages
,
Markus Armbruster
,
2024/05/27
[PULL 3/9] block/vmdk: Improve error messages on extent write error
,
Markus Armbruster
,
2024/05/27
[PULL 2/9] dump/win_dump: Improve error messages on write error
,
Markus Armbruster
,
2024/05/27
[PULL 5/9] migration: Rephrase message on failure to save / load Xen device state
,
Markus Armbruster
,
2024/05/27
[PULL 7/9] qga-win32: Improve guest-set-user-password, guest-file-open errors
,
Markus Armbruster
,
2024/05/27
Re: [PULL 0/9] Error reporting patches for 2024-05-27
,
Richard Henderson
,
2024/05/27
[RFC PATCH v2 0/5] meson: Pass objects to declare_dependency()
,
Paolo Bonzini
,
2024/05/27
[RFC PATCH v2 1/5] meson: move shared_module() calls where modules are already walked
,
Paolo Bonzini
,
2024/05/27
[RFC PATCH v2 2/5] meson: move block.syms dependency out of libblock
,
Paolo Bonzini
,
2024/05/27
[RFC PATCH v2 3/5] meson: Pass objects and dependencies to declare_dependency()
,
Paolo Bonzini
,
2024/05/27
[RFC PATCH v2 4/5] Revert "meson: Propagate gnutls dependency"
,
Paolo Bonzini
,
2024/05/27
[RFC PATCH v2 5/5] meson: Drop the .fa library suffix
,
Paolo Bonzini
,
2024/05/27
qemu CI & ccache: cache size is too small
,
Michael Tokarev
,
2024/05/27
Re: qemu CI & ccache: cache size is too small
,
Thomas Huth
,
2024/05/27
Re: qemu CI & ccache: cache size is too small
,
Michael Tokarev
,
2024/05/27
[RFC ] target/loongarch: Add steal time physical address in vmstate
,
Bibo Mao
,
2024/05/27
[RFC v2 0/2] target/loongarch: Add loongson binary translation feature
,
Bibo Mao
,
2024/05/27
[RFC v2 2/2] target/loongarch: Implement lbt registers save/restore function
,
Bibo Mao
,
2024/05/27
[RFC v2 1/2] target/loongarch: Add loongson binary translation feature
,
Bibo Mao
,
2024/05/27
Re: [RFC v2 1/2] target/loongarch: Add loongson binary translation feature
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [RFC v2 1/2] target/loongarch: Add loongson binary translation feature
,
maobibo
,
2024/05/27
Re: [RFC v2 1/2] target/loongarch: Add loongson binary translation feature
,
gaosong
,
2024/05/28
Re: [RFC v2 1/2] target/loongarch: Add loongson binary translation feature
,
maobibo
,
2024/05/29
Re: [RFC v2 0/2] target/loongarch: Add loongson binary translation feature
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [RFC v2 0/2] target/loongarch: Add loongson binary translation feature
,
maobibo
,
2024/05/27
[Stable-9.0.1 00/44] Patch Round-up for stable 9.0.1, freeze on 2024-06-07
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 05/44] nbd/server: Mark negotiation functions as coroutine_fn
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 01/44] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed.
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 08/44] target/riscv/kvm: remove sneaky strerrorname_np() instance
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 09/44] target/arm: Restrict translation disabled alignment check to VMSA
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 10/44] tests/avocado: update sunxi kernel from armbian to 6.6.16
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 14/44] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 11/44] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 12/44] hw/ufs: Fix buffer overflow bug
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 15/44] target/sh4: Fix ADDV opcode
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 02/44] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 04/44] nbd/server: do not poll within a coroutine context
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 16/44] target/sh4: Fix SUBV opcode
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 21/44] target/sparc: Fix FMUL8x16A{U,L}
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 17/44] plugins: Update stale comment
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 18/44] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 03/44] docs: i386: pc: Update maximum CPU numbers for PC Q35
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 07/44] target/loongarch/cpu.c: typo fix: expection
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 06/44] backends/cryptodev-builtin: Fix local_error leaks
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 13/44] hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 24/44] target/sh4: Update DisasContextBase.insn_start
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 22/44] target/sparc: Fix FMULD8*X16
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 25/44] hw/loongarch/virt: Fix memory leak
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 26/44] hw/remote/vfio-user: Fix config space access byte order
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 28/44] target/i386: rdpkru/wrpkru are no-prefix instructions
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 20/44] target/sparc: Fix FMUL8x16
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 19/44] target/sparc: Fix FEXPAND
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 35/44] hw/pflash: fix block write start
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 42/44] target/i386: disable jmp_opt if EFLAGS.RF is 1
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 38/44] target/loongarch/kvm: fpu save the vreg registers high 192bit
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 29/44] target/i386: fix feature dependency for WAITPKG
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 32/44] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 34/44] tcg/loongarch64: Fill out tcg_out_{ld, st} for vector regs
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 30/44] configure: quote -D options that are passed through to meson
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 33/44] ui/gtk: Check if fence_fd is equal to or greater than 0
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 31/44] configure: Fix error message when C compiler is not working
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 39/44] hw/loongarch: Fix fdt memory node wrong 'reg'
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 40/44] hw/loongarch/virt: Fix FDT memory node address width
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 41/44] dockerfiles: add 'MAKE' env variable to remaining containers
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 27/44] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 44/44] gitlab: Update msys2-64bit runner tags
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 37/44] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 36/44] target-i386: hyper-v: Correct kvm_hv_handle_exit return value
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 43/44] target/i386: no single-step exception after MOV or POP SS
,
Michael Tokarev
,
2024/05/27
[Stable-9.0.1 23/44] target/sparc: Fix FPMERGE
,
Michael Tokarev
,
2024/05/27
Re: [PATCH for 9.1 v9 00/11] hw/pci: SR-IOV related fixes and improvements
,
Michael S. Tsirkin
,
2024/05/27
[PATCH v4 00/16] Add AST2700 support
,
Jamin Lin
,
2024/05/27
[PATCH v4 09/16] aspeed/smc: Add AST2700 support
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 09/16] aspeed/smc: Add AST2700 support
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [SPAM] Re: [PATCH v4 09/16] aspeed/smc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
[PATCH v4 02/16] aspeed/sli: Add AST2700 support
,
Jamin Lin
,
2024/05/27
[PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/27
RE: [PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/28
Re: [PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Philippe Mathieu-Daudé
,
2024/05/27
RE: [PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/27
Re: [SPAM] Re: [PATCH v4 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/28
[PATCH v4 03/16] aspeed/sdmc: remove redundant macros
,
Jamin Lin
,
2024/05/27
[PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/27
Re: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Philippe Mathieu-Daudé
,
2024/05/27
RE: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
RE: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Jamin Lin
,
2024/05/28
Re: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
RE: [PATCH v4 05/16] aspeed/sdmc: Add AST2700 support
,
Jamin Lin
,
2024/05/28
[PATCH v4 07/16] aspeed/smc: support dma start length and 1 byte length unit
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 07/16] aspeed/smc: support dma start length and 1 byte length unit
,
Cédric Le Goater
,
2024/05/27
[PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
RE: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Jamin Lin
,
2024/05/31
Re: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/31
RE: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Jamin Lin
,
2024/05/31
Re: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Philippe Mathieu-Daudé
,
2024/05/31
Re: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
RE: [PATCH v4 12/16] aspeed/soc: Add AST2700 support
,
Jamin Lin
,
2024/05/31
[PATCH v4 13/16] aspeed: Add an AST2700 eval board
,
Jamin Lin
,
2024/05/27
[PATCH v4 14/16] aspeed/soc: fix incorrect dram size for AST2700
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 14/16] aspeed/soc: fix incorrect dram size for AST2700
,
Cédric Le Goater
,
2024/05/29
RE: [PATCH v4 14/16] aspeed/soc: fix incorrect dram size for AST2700
,
Jamin Lin
,
2024/05/30
Re: [PATCH v4 14/16] aspeed/soc: fix incorrect dram size for AST2700
,
Cédric Le Goater
,
2024/05/30
RE: [PATCH v4 14/16] aspeed/soc: fix incorrect dram size for AST2700
,
Jamin Lin
,
2024/05/30
[PATCH v4 16/16] docs:aspeed: Add AST2700 Evaluation board
,
Jamin Lin
,
2024/05/27
[PATCH v4 10/16] aspeed/scu: Add AST2700 support
,
Jamin Lin
,
2024/05/27
[PATCH v4 01/16] aspeed/wdt: Add AST2700 support
,
Jamin Lin
,
2024/05/27
[PATCH v4 06/16] aspeed/smc: correct device description
,
Jamin Lin
,
2024/05/27
[PATCH v4 11/16] aspeed/intc: Add AST2700 support
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 11/16] aspeed/intc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
[PATCH v4 15/16] test/avocado/machine_aspeed.py: Add AST2700 test case
,
Jamin Lin
,
2024/05/27
[PATCH v4 04/16] aspeed/sdmc: fix coding style
,
Jamin Lin
,
2024/05/27
Re: [PATCH v4 00/16] Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
RE: [PATCH v4 00/16] Add AST2700 support
,
Jamin Lin
,
2024/05/28
Re: [PATCH v4 00/16] Add AST2700 support
,
Cédric Le Goater
,
2024/05/28
RE: [PATCH v4 00/16] Add AST2700 support
,
Jamin Lin
,
2024/05/28
[RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Zhao Liu
,
2024/05/27
[RFC 4/6] scripts/simpletrace-rust: Parse and check trace recode file
,
Zhao Liu
,
2024/05/27
Re: [RFC 4/6] scripts/simpletrace-rust: Parse and check trace recode file
,
Stefan Hajnoczi
,
2024/05/27
Re: [RFC 4/6] scripts/simpletrace-rust: Parse and check trace recode file
,
Zhao Liu
,
2024/05/28
[RFC 2/6] scripts/simpletrace-rust: Support Event & Arguments in trace module
,
Zhao Liu
,
2024/05/27
Re: [RFC 2/6] scripts/simpletrace-rust: Support Event & Arguments in trace module
,
Stefan Hajnoczi
,
2024/05/27
Re: [RFC 2/6] scripts/simpletrace-rust: Support Event & Arguments in trace module
,
Zhao Liu
,
2024/05/28
[RFC 5/6] scripts/simpletrace-rust: Format simple trace output
,
Zhao Liu
,
2024/05/27
[RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Zhao Liu
,
2024/05/27
Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Stefan Hajnoczi
,
2024/05/27
Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Zhao Liu
,
2024/05/28
Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Stefan Hajnoczi
,
2024/05/28
Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Zhao Liu
,
2024/05/29
Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Stefan Hajnoczi
,
2024/05/29
Re: [RFC 1/6] scripts/simpletrace-rust: Add the basic cargo framework
,
Daniel P . Berrangé
,
2024/05/31
[RFC 3/6] scripts/simpletrace-rust: Add helpers to parse trace file
,
Zhao Liu
,
2024/05/27
Re: [RFC 3/6] scripts/simpletrace-rust: Add helpers to parse trace file
,
Stefan Hajnoczi
,
2024/05/27
Re: [RFC 3/6] scripts/simpletrace-rust: Add helpers to parse trace file
,
Zhao Liu
,
2024/05/28
[RFC 6/6] docs/tracing: Add simpletrace-rust section
,
Zhao Liu
,
2024/05/27
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Mads Ynddal
,
2024/05/27
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Zhao Liu
,
2024/05/28
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Stefan Hajnoczi
,
2024/05/27
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Zhao Liu
,
2024/05/28
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Stefan Hajnoczi
,
2024/05/28
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Mads Ynddal
,
2024/05/29
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Zhao Liu
,
2024/05/29
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Stefan Hajnoczi
,
2024/05/29
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Daniel P . Berrangé
,
2024/05/31
Re: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust
,
Alex Bennée
,
2024/05/31
[Stable-8.2.5 00/21] Patch Round-up for stable 8.2.5, freeze on 2024-06-07
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 01/21] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 05/21] hw/remote/vfio-user: Fix config space access byte order
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 04/21] hw/loongarch/virt: Fix memory leak
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 07/21] target/i386: rdpkru/wrpkru are no-prefix instructions
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 10/21] configure: Fix error message when C compiler is not working
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 11/21] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 03/21] target/sparc: Fix FMUL8x16
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 02/21] target/sparc: Fix FEXPAND
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 06/21] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 09/21] configure: quote -D options that are passed through to meson
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 15/21] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 08/21] target/i386: fix feature dependency for WAITPKG
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 13/21] tcg/loongarch64: Fill out tcg_out_{ld, st} for vector regs
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 14/21] target-i386: hyper-v: Correct kvm_hv_handle_exit return value
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 12/21] ui/gtk: Check if fence_fd is equal to or greater than 0
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 16/21] target/loongarch/kvm: Fix VM recovery from disk failures
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 17/21] hw/loongarch: Fix fdt memory node wrong 'reg'
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 18/21] hw/loongarch/virt: Fix FDT memory node address width
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 20/21] target/i386: disable jmp_opt if EFLAGS.RF is 1
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 19/21] dockerfiles: add 'MAKE' env variable to remaining containers
,
Michael Tokarev
,
2024/05/27
Re: [Stable-8.2.5 19/21] dockerfiles: add 'MAKE' env variable to remaining containers
,
Michael Tokarev
,
2024/05/27
Re: [Stable-8.2.5 19/21] dockerfiles: add 'MAKE' env variable to remaining containers
,
Michael Tokarev
,
2024/05/27
[Stable-8.2.5 21/21] target/i386: no single-step exception after MOV or POP SS
,
Michael Tokarev
,
2024/05/27
[PATCH v3 00/11] Power11 support for QEMU
,
Aditya Gupta
,
2024/05/27
[PATCH v3 01/11] ppc: Add Power11 DD2.0 processor
,
Aditya Gupta
,
2024/05/27
[PATCH v3 05/11] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/05/27
Re: [PATCH v3 05/11] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Cédric Le Goater
,
2024/05/27
Re: [PATCH v3 05/11] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/05/28
[PATCH v3 02/11] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/05/27
[PATCH v3 04/11] target/ppc: Fix regression due to Power10 and Power11 having same PCR
,
Aditya Gupta
,
2024/05/27
[PATCH v3 07/11] ppc/pnv: Add a LPC controller for POWER11
,
Aditya Gupta
,
2024/05/27
[PATCH v3 03/11] target/ppc: Introduce 'PowerPCCPUClass::logical_pvr'
,
Aditya Gupta
,
2024/05/27
[PATCH v3 09/11] ppc/pnv: Add a PSI bridge model for Power11
,
Aditya Gupta
,
2024/05/27
[PATCH v3 06/11] ppc/pnv: Add HOMER for POWER11
,
Aditya Gupta
,
2024/05/27
[PATCH v3 10/11] ppc/pnv: Add SBE model for Power11
,
Aditya Gupta
,
2024/05/27
[PATCH v3 08/11] ppc/pnv: Add OCC for Power11
,
Aditya Gupta
,
2024/05/27
[PATCH v3 11/11] ppc/pnv: Update skiboot.lid to support Power11
,
Aditya Gupta
,
2024/05/27
[Stable-7.2.12 00/19] Patch Round-up for stable 7.2.12, freeze on 2024-06-07
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 01/19] gitlab-ci: Remove job building EDK2 firmware binaries
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 03/19] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 07/19] tests/avocado: update sunxi kernel from armbian to 6.6.16
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 04/19] nbd/server: do not poll within a coroutine context
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 09/19] hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 02/19] gitlab/opensbi: Move to docker:stable
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 05/19] nbd/server: Mark negotiation functions as coroutine_fn
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 06/19] backends/cryptodev-builtin: Fix local_error leaks
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 08/19] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 10/19] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 11/19] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 12/19] hw/remote/vfio-user: Fix config space access byte order
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 17/19] target-i386: hyper-v: Correct kvm_hv_handle_exit return value
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 13/19] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 16/19] ui/gtk: Check if fence_fd is equal to or greater than 0
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 19/19] target/i386: no single-step exception after MOV or POP SS
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 14/19] target/i386: rdpkru/wrpkru are no-prefix instructions
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 15/19] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
,
Michael Tokarev
,
2024/05/27
[Stable-7.2.12 18/19] target/i386: disable jmp_opt if EFLAGS.RF is 1
,
Michael Tokarev
,
2024/05/27
[PATCH v8 0/8] update linux headers to v6.10-rc1 and shutdown support for pvpanic
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 3/8] hw/misc/pvpanic: centralize definition of supported events
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 2/8] linux-headers: update to 6.10-rc1
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 4/8] tests/qtest/pvpanic: use centralized definition of supported events
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 7/8] tests/qtest/pvpanic: add tests for pvshutdown event
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 5/8] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 1/8] scripts/update-linux-headers: Copy setup_data.h to correct directory
,
Thomas Weißschuh
,
2024/05/27
Re: [PATCH v8 1/8] scripts/update-linux-headers: Copy setup_data.h to correct directory
,
Thomas Huth
,
2024/05/27
[PATCH v8 8/8] Revert "docs/specs/pvpanic: mark shutdown event as not implemented"
,
Thomas Weißschuh
,
2024/05/27
[PATCH v8 6/8] pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal
,
Thomas Weißschuh
,
2024/05/27
[PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Thomas Huth
,
2024/05/27
Re: [PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Cornelia Huck
,
2024/05/27
Re: [PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Thomas Huth
,
2024/05/27
Re: [PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Cornelia Huck
,
2024/05/27
Re: [PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Michael S. Tsirkin
,
2024/05/28
Re: [PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
,
Thomas Huth
,
2024/05/28
[PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h
,
Thomas Huth
,
2024/05/27
Re: [PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h
,
Cornelia Huck
,
2024/05/27
Re: [PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h
,
Michael Roth
,
2024/05/29
Re: [PATCH] scripts/update-linux-headers.sh: Fix the path of setup_data.h
,
Michael S. Tsirkin
,
2024/05/30
[PATCH] fuzz: specify audiodev for usb-audio
,
Alexander Bulekov
,
2024/05/27
Re: [PATCH] fuzz: specify audiodev for usb-audio
,
Thomas Huth
,
2024/05/27
Re: [PATCH] fuzz: specify audiodev for usb-audio
,
Alexander Bulekov
,
2024/05/27
Re: [PATCH] fuzz: specify audiodev for usb-audio
,
Alexander Bulekov
,
2024/05/27
[PATCH] x86: cpu: fixup number of addressable IDs for processor cores in the physical package
,
Chuang Xu
,
2024/05/26
Re: [PATCH] x86: cpu: fixup number of addressable IDs for processor cores in the physical package
,
Igor Mammedov
,
2024/05/27
Re: [PATCH] x86: cpu: fixup number of addressable IDs for processor cores in the physical package
,
Zhao Liu
,
2024/05/27
Re: [PATCH] x86: cpu: fixup number of addressable IDs for processor cores in the physical package
,
Zhao Liu
,
2024/05/27
Re: [PATCH] x86: cpu: fixup number of addressable IDs for processor cores in the physical package
,
Chuang Xu
,
2024/05/27
[PATCH v13 00/13] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 01/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 02/13] virtio-gpu: Move print_stats timer to VirtIOGPUGL
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 03/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 04/13] virtio-gpu: Unrealize GL device
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 05/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 06/13] virtio-gpu: Support context-init feature with virglrenderer
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 07/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 08/13] virtio-gpu: Add virgl resource management
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 10/13] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 09/13] virtio-gpu: Support blob scanout using dmabuf fd
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 11/13] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 12/13] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/26
[PATCH v13 13/13] virtio-gpu: Support Venus context
,
Dmitry Osipenko
,
2024/05/26
[PATCH v1 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Chao Du
,
2024/05/26
[PATCH v1 2/4] target/riscv/kvm: implement kvm_arch_update_guest_debug()
,
Chao Du
,
2024/05/26
Re: [PATCH v1 2/4] target/riscv/kvm: implement kvm_arch_update_guest_debug()
,
Daniel Henrique Barboza
,
2024/05/27
Re: [PATCH v1 2/4] target/riscv/kvm: implement kvm_arch_update_guest_debug()
,
Andrew Jones
,
2024/05/27
[PATCH v1 1/4] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/05/26
Re: [PATCH v1 1/4] target/riscv/kvm: add software breakpoints support
,
Daniel Henrique Barboza
,
2024/05/27
Re: [PATCH v1 1/4] target/riscv/kvm: add software breakpoints support
,
Andrew Jones
,
2024/05/27
Re: [PATCH v1 1/4] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/05/27
[PATCH v1 4/4] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Chao Du
,
2024/05/26
Re: [PATCH v1 4/4] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Daniel Henrique Barboza
,
2024/05/27
Re: [PATCH v1 4/4] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
,
Andrew Jones
,
2024/05/27
[PATCH v1 3/4] target/riscv/kvm: handle the exit with debug reason
,
Chao Du
,
2024/05/26
Re: [PATCH v1 3/4] target/riscv/kvm: handle the exit with debug reason
,
Daniel Henrique Barboza
,
2024/05/27
Re: [PATCH v1 3/4] target/riscv/kvm: handle the exit with debug reason
,
Andrew Jones
,
2024/05/27
[PULL 00/28] linux-user patch queue
,
Richard Henderson
,
2024/05/26
[PULL 04/28] target/i386: Convert do_fldenv to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 01/28] target/i386: Add tcg/access.[ch]
,
Richard Henderson
,
2024/05/26
[PULL 03/28] target/i386: Convert helper_{fbld, fbst}_ST0 to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 02/28] target/i386: Convert do_fldt, do_fstt to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 12/28] target/i386: Split out do_xsave_chk
,
Richard Henderson
,
2024/05/26
[PULL 08/28] target/i386: Convert do_xrstor_{fpu, mxcr, sse} to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 10/28] target/i386: Convert do_xsave_* to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 13/28] target/i386: Add rbfm argument to cpu_x86_{xsave, xrstor}
,
Richard Henderson
,
2024/05/26
[PULL 20/28] linux-user/i386: Return boolean success from restore_sigcontext
,
Richard Henderson
,
2024/05/26
[PULL 19/28] linux-user/i386: Fix -mregparm=3 for signal delivery
,
Richard Henderson
,
2024/05/26
[PULL 18/28] linux-user/i386: Split out struct target_fregs_state
,
Richard Henderson
,
2024/05/26
[PULL 07/28] target/i386: Convert do_xsave_{fpu, mxcr, sse} to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 17/28] linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
,
Richard Henderson
,
2024/05/26
[PULL 24/28] target/i386: Convert do_xsave to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 27/28] target/i386: Pass host pointer and size to cpu_x86_{fxsave, fxrstor}
,
Richard Henderson
,
2024/05/26
[PULL 26/28] target/i386: Pass host pointer and size to cpu_x86_{fsave, frstor}
,
Richard Henderson
,
2024/05/26
[PULL 06/28] target/i386: Convert do_fsave, do_frstor to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 23/28] linux-user/i386: Honor xfeatures in xrstor_sigcontext
,
Richard Henderson
,
2024/05/26
[PULL 22/28] linux-user/i386: Fix allocation and alignment of fp state
,
Richard Henderson
,
2024/05/26
[PULL 25/28] target/i386: Convert do_xrstor to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 05/28] target/i386: Convert do_fstenv to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 09/28] tagret/i386: Convert do_fxsave, do_fxrstor to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 15/28] linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
,
Richard Henderson
,
2024/05/26
[PULL 16/28] linux-user/i386: Remove xfeatures from target_fpstate_fxsave
,
Richard Henderson
,
2024/05/26
[PULL 14/28] target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea
,
Richard Henderson
,
2024/05/26
[PULL 21/28] linux-user/i386: Return boolean success from xrstor_sigcontext
,
Richard Henderson
,
2024/05/26
[PULL 11/28] target/i386: Convert do_xrstor_* to X86Access
,
Richard Henderson
,
2024/05/26
[PULL 28/28] target/i386: Pass host pointer and size to cpu_x86_{xsave, xrstor}
,
Richard Henderson
,
2024/05/26
Re: [PULL 00/28] linux-user patch queue
,
Richard Henderson
,
2024/05/26
[PATCH 00/43] Remaining MMU clean up patches
,
BALATON Zoltan
,
2024/05/26
[PATCH 04/43] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/26
[PATCH 03/43] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/26
[PATCH 06/43] target/ppc/mmu_common.c: Remove yet another single use local variable
,
BALATON Zoltan
,
2024/05/26
[PATCH 08/43] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/26
[PATCH 01/43] target/ppc: Reorganise and rename ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/26
[PATCH 02/43] target/ppc/mmu_common.c: Remove local name for a constant
,
BALATON Zoltan
,
2024/05/26
[PATCH 16/43] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/26
[PATCH 15/43] target/ppc/mmu_common.c: Simplify a switch statement
,
BALATON Zoltan
,
2024/05/26
[PATCH 17/43] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/26
[PATCH 18/43] target/ppc: Add function to get protection key for hash32 MMU
,
BALATON Zoltan
,
2024/05/26
[PATCH 20/43] target/ppc/mmu_common.c: Init variable in function that relies on it
,
BALATON Zoltan
,
2024/05/26
[PATCH 24/43] target/ppc/mmu_common.c: Use defines instead of numeric constants
,
BALATON Zoltan
,
2024/05/26
[PATCH 05/43] target/ppc/mmu_common.c: Remove another single use local variable
,
BALATON Zoltan
,
2024/05/26
[PATCH 21/43] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/26
[PATCH 09/43] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/26
[PATCH 07/43] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/26
[PATCH 27/43] target/ppc/mmu_common.c: Remove mmu_ctx_t
,
BALATON Zoltan
,
2024/05/26
[PATCH 33/43] target/ppc: Remove single use static inline function
,
BALATON Zoltan
,
2024/05/26
[PATCH 34/43] target/ppc/internal.h: Consolidate ifndef CONFIG_USER_ONLY blocks
,
BALATON Zoltan
,
2024/05/26
[PATCH 31/43] target/ppc/mmu-radix64: Remove externally unused parts from header
,
BALATON Zoltan
,
2024/05/26
[PATCH 30/43] target/ppc: Unexport some functions from mmu-book3s-v3.h
,
BALATON Zoltan
,
2024/05/26
[PATCH 10/43] target/ppc/mmu_common.c: Remove hash field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/26
[PATCH 11/43] target/ppc/mmu_common.c: Remove pte_update_flags()
,
BALATON Zoltan
,
2024/05/26
[PATCH 12/43] target/ppc/mmu_common.c: Remove nx field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/26
[PATCH 28/43] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()
,
BALATON Zoltan
,
2024/05/26
[PATCH 14/43] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/26
[PATCH 41/43] target/ppc: Change MMU xlate functions to take CPUState
,
BALATON Zoltan
,
2024/05/26
[PATCH 13/43] target/ppc/mmu_common.c: Convert local variable to bool
,
BALATON Zoltan
,
2024/05/26
[PATCH 19/43] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
,
BALATON Zoltan
,
2024/05/26
[PATCH 23/43] target/ppc/mmu_common.c: Rename function parameter
,
BALATON Zoltan
,
2024/05/26
[PATCH 39/43] target/ppc: Change parameter type of some inline functions
,
BALATON Zoltan
,
2024/05/26
[PATCH 26/43] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
,
BALATON Zoltan
,
2024/05/26
[PATCH 32/43] target/ppc: Remove includes from mmu-book3s-v3.h
,
BALATON Zoltan
,
2024/05/26
[PATCH 37/43] target/ppc/mmu-hash32.c: Return and use pte address instead of base + offset
,
BALATON Zoltan
,
2024/05/26
[PATCH 22/43] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
,
BALATON Zoltan
,
2024/05/26
[PATCH 35/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_bat_lookup()
,
BALATON Zoltan
,
2024/05/26
[PATCH 25/43] target/ppc: Remove bat_size_prot()
,
BALATON Zoltan
,
2024/05/26
[PATCH 29/43] target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
,
BALATON Zoltan
,
2024/05/26
[PATCH 42/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_set_[rc]
,
BALATON Zoltan
,
2024/05/26
[PATCH 38/43] target/ppc/mmu-hash32.c: Use pte address as parameter instead of offset
,
BALATON Zoltan
,
2024/05/26
[PATCH 36/43] target/ppc/mmu-hash32: Remove some static inlines from header
,
BALATON Zoltan
,
2024/05/26
[PATCH 40/43] target/ppc: Change parameter type of ppc64_v3_radix()
,
BALATON Zoltan
,
2024/05/26
[PATCH 43/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_direct_store
,
BALATON Zoltan
,
2024/05/26
Re: [PATCH 00/43] Remaining MMU clean up patches
,
BALATON Zoltan
,
2024/05/27
[PATCH] target/arm: Disable SVE extensions when SVE is disabled
,
Richard Henderson
,
2024/05/26
Re: [PATCH] target/arm: Disable SVE extensions when SVE is disabled
,
Marcin Juszkiewicz
,
2024/05/26
Re: [PATCH] target/arm: Disable SVE extensions when SVE is disabled
,
Richard Henderson
,
2024/05/26
Re: [PATCH] target/arm: Disable SVE extensions when SVE is disabled
,
Peter Maydell
,
2024/05/30
[PATCH 0/2] block: allow commit to unmap zero blocks
,
Vincent Vanlaer
,
2024/05/26
[PATCH 1/2] block: allow commit to unmap zero blocks
,
Vincent Vanlaer
,
2024/05/26
[PATCH 2/2] block: add test non-active commit with zeroed data
,
Vincent Vanlaer
,
2024/05/26
[PATCH v2 00/37] target/sparc: Implement VIS4
,
Richard Henderson
,
2024/05/26
[PATCH v2 01/37] target/sparc: Fix ARRAY8
,
Richard Henderson
,
2024/05/26
[PATCH v2 02/37] target/sparc: Rewrite gen_edge
,
Richard Henderson
,
2024/05/26
[PATCH v2 03/37] target/sparc: Fix do_dc
,
Richard Henderson
,
2024/05/26
[PATCH v2 04/37] target/sparc: Fix helper_fmul8ulx16
,
Richard Henderson
,
2024/05/26
[PATCH v2 06/37] target/sparc: Remove gen_dest_fpr_D
,
Richard Henderson
,
2024/05/26
[PATCH v2 05/37] target/sparc: Perform DFPREG/QFPREG in decodetree
,
Richard Henderson
,
2024/05/26
[PATCH v2 08/37] target/sparc: Use gvec for VIS1 parallel add/sub
,
Richard Henderson
,
2024/05/26
[PATCH v2 07/37] target/sparc: Remove cpu_fpr[]
,
Richard Henderson
,
2024/05/26
[PATCH v2 09/37] target/sparc: Implement FMAf extension
,
Richard Henderson
,
2024/05/26
[PATCH v2 11/37] target/sparc: Implement ADDXC, ADDXCcc
,
Richard Henderson
,
2024/05/26
[PATCH v2 10/37] target/sparc: Add feature bits for VIS 3
,
Richard Henderson
,
2024/05/26
[PATCH v2 14/37] target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMUL
,
Richard Henderson
,
2024/05/26
[PATCH v2 15/37] target/sparc: Implement FLCMP
,
Richard Henderson
,
2024/05/26
[PATCH v2 16/37] target/sparc: Implement FMEAN16
,
Richard Henderson
,
2024/05/26
[PATCH v2 12/37] target/sparc: Implement CMASK instructions
,
Richard Henderson
,
2024/05/26
[PATCH v2 13/37] target/sparc: Implement FCHKSM16
,
Richard Henderson
,
2024/05/26
[PATCH v2 17/37] target/sparc: Implement FPADD64, FPSUB64
,
Richard Henderson
,
2024/05/26
[PATCH v2 19/37] target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8
,
Richard Henderson
,
2024/05/26
[PATCH v2 22/37] target/sparc: Implement LZCNT
,
Richard Henderson
,
2024/05/26
[PATCH v2 18/37] target/sparc: Implement FPADDS, FPSUBS
,
Richard Henderson
,
2024/05/26
[PATCH v2 20/37] target/sparc: Implement FSLL, FSRL, FSRA, FSLAS
,
Richard Henderson
,
2024/05/26
[PATCH v2 21/37] target/sparc: Implement LDXEFSR
,
Richard Henderson
,
2024/05/26
[PATCH v2 23/37] target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOd
,
Richard Henderson
,
2024/05/26
[PATCH v2 24/37] target/sparc: Implement PDISTN
,
Richard Henderson
,
2024/05/26
[PATCH v2 26/37] target/sparc: Implement XMULX
,
Richard Henderson
,
2024/05/26
[PATCH v2 28/37] target/sparc: Implement IMA extension
,
Richard Henderson
,
2024/05/26
[PATCH v2 25/37] target/sparc: Implement UMULXHI
,
Richard Henderson
,
2024/05/26
[PATCH v2 27/37] target/sparc: Enable VIS3 feature bit
,
Richard Henderson
,
2024/05/26
[PATCH v2 29/37] target/sparc: Add feature bit for VIS4
,
Richard Henderson
,
2024/05/26
[PATCH v2 34/37] target/sparc: Implement SUBXC, SUBXCcc
,
Richard Henderson
,
2024/05/26
[PATCH v2 30/37] target/sparc: Implement FALIGNDATAi
,
Richard Henderson
,
2024/05/26
[PATCH v2 33/37] target/sparc: Implement FPMIN, FPMAX
,
Richard Henderson
,
2024/05/26
[PATCH v2 32/37] target/sparc: Implement VIS4 comparisons
,
Richard Henderson
,
2024/05/26
[PATCH v2 36/37] target/sparc: Implement monitor ASIs
,
Richard Henderson
,
2024/05/26
[PATCH v2 35/37] target/sparc: Implement MWAIT
,
Richard Henderson
,
2024/05/26
[PATCH v2 37/37] target/sparc: Enable VIS4 feature bit
,
Richard Henderson
,
2024/05/26
[PATCH v2 31/37] target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUS
,
Richard Henderson
,
2024/05/26
Re: [PATCH v2 00/37] target/sparc: Implement VIS4
,
Mark Cave-Ayland
,
2024/05/28
[PATCH RISU v2 00/13] ELF and Sparc64 support
,
Richard Henderson
,
2024/05/26
[PATCH RISU v2 02/13] Build elf test cases instead of raw binaries
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 02/13] Build elf test cases instead of raw binaries
,
Peter Maydell
,
2024/05/30
Re: [PATCH RISU v2 02/13] Build elf test cases instead of raw binaries
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 03/13] Introduce host_context_t
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 03/13] Introduce host_context_t
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 01/13] risu: Allow use of ELF test files
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 01/13] risu: Allow use of ELF test files
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 05/13] risugen: Be explicit about print destinations
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 05/13] risugen: Be explicit about print destinations
,
Peter Maydell
,
2024/05/30
Re: [PATCH RISU v2 05/13] risugen: Be explicit about print destinations
,
Richard Henderson
,
2024/05/30
Re: [PATCH RISU v2 05/13] risugen: Be explicit about print destinations
,
Peter Maydell
,
2024/05/31
[PATCH RISU v2 11/13] sparc64: Add VIS3 instructions
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 11/13] sparc64: Add VIS3 instructions
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 13/13] sparc64: Add VIS4 instructions
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 13/13] sparc64: Add VIS4 instructions
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 06/13] risugen: Add sparc64 support
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 06/13] risugen: Add sparc64 support
,
Peter Maydell
,
2024/05/30
Re: [PATCH RISU v2 06/13] risugen: Add sparc64 support
,
Richard Henderson
,
2024/05/30
[PATCH RISU v2 07/13] contrib/generate_all: Do not rely on ag
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 07/13] contrib/generate_all: Do not rely on ag
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 10/13] sparc64: Add VIS2 and FMAF insns
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 10/13] sparc64: Add VIS2 and FMAF insns
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 08/13] sparc64: Add a few logical insns
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 08/13] sparc64: Add a few logical insns
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 09/13] sparc64: Add VIS1 instructions
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 09/13] sparc64: Add VIS1 instructions
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 12/13] sparc64: Add IMA instructions
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 12/13] sparc64: Add IMA instructions
,
Peter Maydell
,
2024/05/30
[PATCH RISU v2 04/13] risu: Add initial sparc64 support
,
Richard Henderson
,
2024/05/26
Re: [PATCH RISU v2 04/13] risu: Add initial sparc64 support
,
Peter Maydell
,
2024/05/30
Re: [PATCH RISU v2 00/13] ELF and Sparc64 support
,
Mark Cave-Ayland
,
2024/05/28
[RFC PATCH 00/10] ppc/pnv: Better big-core model, lpar-per-core, PC unit
,
Nicholas Piggin
,
2024/05/26
[RFC PATCH 01/10] ppc/pnv: Add pointer from PnvCPUState to PnvCore
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 01/10] ppc/pnv: Add pointer from PnvCPUState to PnvCore
,
Cédric Le Goater
,
2024/05/27
Re: [RFC PATCH 01/10] ppc/pnv: Add pointer from PnvCPUState to PnvCore
,
Harsh Prateek Bora
,
2024/05/28
[RFC PATCH 02/10] ppc/pnv: Move timebase state into PnvCore
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 02/10] ppc/pnv: Move timebase state into PnvCore
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 02/10] ppc/pnv: Move timebase state into PnvCore
,
Cédric Le Goater
,
2024/05/28
Re: [RFC PATCH 02/10] ppc/pnv: Move timebase state into PnvCore
,
Nicholas Piggin
,
2024/05/28
[RFC PATCH 03/10] target/ppc: Improve SPR indirect registers
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 03/10] target/ppc: Improve SPR indirect registers
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 03/10] target/ppc: Improve SPR indirect registers
,
Nicholas Piggin
,
2024/05/28
[RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
,
Nicholas Piggin
,
2024/05/28
Re: [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
,
Cédric Le Goater
,
2024/05/29
Re: [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
,
Nicholas Piggin
,
2024/05/30
Re: [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
,
Cédric Le Goater
,
2024/05/30
[RFC PATCH 04/10] ppc/pnv: specialise init for powernv8/9/10 machines
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 04/10] ppc/pnv: specialise init for powernv8/9/10 machines
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 04/10] ppc/pnv: specialise init for powernv8/9/10 machines
,
Cédric Le Goater
,
2024/05/28
Re: [RFC PATCH 04/10] ppc/pnv: specialise init for powernv8/9/10 machines
,
Nicholas Piggin
,
2024/05/28
[RFC PATCH 06/10] ppc: Add a core_index to CPUPPCState for SMT vCPUs
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 06/10] ppc: Add a core_index to CPUPPCState for SMT vCPUs
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 06/10] ppc: Add a core_index to CPUPPCState for SMT vCPUs
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 06/10] ppc: Add a core_index to CPUPPCState for SMT vCPUs
,
Nicholas Piggin
,
2024/05/28
[RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
,
Harsh Prateek Bora
,
2024/05/28
Re: [RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
,
Nicholas Piggin
,
2024/05/28
Re: [RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
,
Cédric Le Goater
,
2024/05/29
Re: [RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
,
Nicholas Piggin
,
2024/05/30
[RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
,
Cédric Le Goater
,
2024/05/29
Re: [RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
,
Nicholas Piggin
,
2024/05/30
Re: [RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
,
Cédric Le Goater
,
2024/05/30
Re: [RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
,
Harsh Prateek Bora
,
2024/05/29
[RFC PATCH 09/10] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 09/10] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
,
Cédric Le Goater
,
2024/05/29
Re: [RFC PATCH 09/10] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
,
Nicholas Piggin
,
2024/05/30
[RFC PATCH 10/10] ppc/pnv: Add an LPAR per core machine option
,
Nicholas Piggin
,
2024/05/26
Re: [RFC PATCH 10/10] ppc/pnv: Add an LPAR per core machine option
,
Cédric Le Goater
,
2024/05/29
Re: [RFC PATCH 00/10] ppc/pnv: Better big-core model, lpar-per-core, PC unit
,
Cédric Le Goater
,
2024/05/27
Re: [RFC PATCH 00/10] ppc/pnv: Better big-core model, lpar-per-core, PC unit
,
Nicholas Piggin
,
2024/05/27
Re: [RFC PATCH 00/10] ppc/pnv: Better big-core model, lpar-per-core, PC unit
,
Cédric Le Goater
,
2024/05/27
[PATCH v3 0/6] vvfat: Fix write bugs for large files and add iotests
,
Amjad Alsharafi
,
2024/05/26
[PATCH v3 1/6] vvfat: Fix bug in writing to middle of file
,
Amjad Alsharafi
,
2024/05/26
Re: [PATCH v3 1/6] vvfat: Fix bug in writing to middle of file
,
Kevin Wolf
,
2024/05/31
[PATCH v3 2/6] vvfat: Fix usage of `info.file.offset`
,
Amjad Alsharafi
,
2024/05/26
[PATCH v3 3/6] vvfat: Fix reading files with non-continuous clusters
,
Amjad Alsharafi
,
2024/05/26
[PATCH v3 5/6] iotests: Filter out `vvfat` fmt from failing tests
,
Amjad Alsharafi
,
2024/05/26
Re: [PATCH v3 5/6] iotests: Filter out `vvfat` fmt from failing tests
,
Kevin Wolf
,
2024/05/31
[PATCH v3 4/6] iotests: Add `vvfat` tests
,
Amjad Alsharafi
,
2024/05/26
[PATCH v3 6/6] iotests: Add `create_file` test for `vvfat` driver
,
Amjad Alsharafi
,
2024/05/26
Re: [PATCH v3 0/6] vvfat: Fix write bugs for large files and add iotests
,
Kevin Wolf
,
2024/05/31
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Bernhard Beschow
,
2024/05/25
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Bernhard Beschow
,
2024/05/25
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Richard Henderson
,
2024/05/26
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Peter Maydell
,
2024/05/27
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Bernhard Beschow
,
2024/05/27
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Richard Henderson
,
2024/05/27
Re: [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
,
Bernhard Beschow
,
2024/05/27
[RFC PATCH 0/3] Fix s390x flic migration and add some more qtests
,
Nicholas Piggin
,
2024/05/25
[RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
,
Nicholas Piggin
,
2024/05/25
Re: [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
,
David Hildenbrand
,
2024/05/26
Re: [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
,
Richard Henderson
,
2024/05/26
Re: [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
,
David Hildenbrand
,
2024/05/26
Re: [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
,
Thomas Huth
,
2024/05/27
Re: [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
,
Nicholas Piggin
,
2024/05/27
[RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
,
Nicholas Piggin
,
2024/05/25
Re: [RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
,
Prasad Pandit
,
2024/05/27
Re: [RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
,
Nicholas Piggin
,
2024/05/27
Re: [RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
,
Prasad Pandit
,
2024/05/27
[RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared
,
Nicholas Piggin
,
2024/05/25
Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared
,
Fabiano Rosas
,
2024/05/27
Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared
,
Peter Xu
,
2024/05/27
Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared
,
Fabiano Rosas
,
2024/05/27
Re: [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared
,
Peter Xu
,
2024/05/27
Re: [RFC PATCH 0/3] Fix s390x flic migration and add some more qtests
,
Thomas Huth
,
2024/05/27
[PULL 00/24] Build system and target/i386/translate.c cleanups for 2025-05-25
,
Paolo Bonzini
,
2024/05/25
[PULL 02/24] target/i386: disable jmp_opt if EFLAGS.RF is 1
,
Paolo Bonzini
,
2024/05/25
[PULL 01/24] configure: move -mcx16 flag out of CPU_CFLAGS
,
Paolo Bonzini
,
2024/05/25
[PULL 04/24] target/i386: cleanup eob handling of RSM
,
Paolo Bonzini
,
2024/05/25
[PULL 05/24] target/i386: remove unnecessary gen_update_cc_op before gen_eob*
,
Paolo Bonzini
,
2024/05/25
[PULL 03/24] target/i386: no single-step exception after MOV or POP SS
,
Paolo Bonzini
,
2024/05/25
[PULL 06/24] target/i386: cpu_load_eflags already sets cc_op
,
Paolo Bonzini
,
2024/05/25
[PULL 09/24] target/i386: avoid calling gen_eob_syscall before tb_stop
,
Paolo Bonzini
,
2024/05/25
[PULL 07/24] target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS
,
Paolo Bonzini
,
2024/05/25
[PULL 11/24] target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop
,
Paolo Bonzini
,
2024/05/25
[PULL 13/24] target/i386: reg in gen_ldst_modrm is always OR_TMP0
,
Paolo Bonzini
,
2024/05/25
[PULL 12/24] target/i386: raze the gen_eob* jungle
,
Paolo Bonzini
,
2024/05/25
[PULL 10/24] target/i386: avoid calling gen_eob_inhibit_irq before tb_stop
,
Paolo Bonzini
,
2024/05/25
[PULL 14/24] target/i386: split gen_ldst_modrm for load and store
,
Paolo Bonzini
,
2024/05/25
[PULL 08/24] target/i386: document and group DISAS_* constants
,
Paolo Bonzini
,
2024/05/25
[PULL 15/24] target/i386: inline gen_add_A0_ds_seg
,
Paolo Bonzini
,
2024/05/25
[PULL 16/24] target/i386: use mo_stacksize more
,
Paolo Bonzini
,
2024/05/25
[PULL 18/24] target/i386: clean up repeated string operations
,
Paolo Bonzini
,
2024/05/25
[PULL 19/24] target/i386: remove aflag argument of gen_lea_v_seg
,
Paolo Bonzini
,
2024/05/25
[PULL 20/24] meson: remove unnecessary reference to libm
,
Paolo Bonzini
,
2024/05/25
[PULL 21/24] meson: remove unnecessary dependency
,
Paolo Bonzini
,
2024/05/25
[PULL 17/24] target/i386: introduce gen_lea_ss_ofs
,
Paolo Bonzini
,
2024/05/25
[PULL 22/24] tcg: include dependencies in static_library()
,
Paolo Bonzini
,
2024/05/25
[PULL 23/24] meson: do not query modules before they are processed
,
Paolo Bonzini
,
2024/05/25
[PULL 24/24] migration: remove unnecessary zlib dependency
,
Paolo Bonzini
,
2024/05/25
Re: [PULL 00/24] Build system and target/i386/translate.c cleanups for 2025-05-25
,
Richard Henderson
,
2024/05/25
[PATCH 0/3] tests/qtest/migration-test: Improve and enable on ppc64
,
Nicholas Piggin
,
2024/05/24
[PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
,
Nicholas Piggin
,
2024/05/24
Re: [PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
,
Thomas Huth
,
2024/05/27
Re: [PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
,
Nicholas Piggin
,
2024/05/27
Re: [PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
,
Thomas Huth
,
2024/05/27
[PATCH 2/3] tests/qtest/migration-test: Enable on ppc64
,
Nicholas Piggin
,
2024/05/24
Re: [PATCH 2/3] tests/qtest/migration-test: Enable on ppc64
,
Thomas Huth
,
2024/05/27
Re: [PATCH 2/3] tests/qtest/migration-test: Enable on ppc64
,
Nicholas Piggin
,
2024/05/27
[PATCH 3/3] tests/qtest/migration-test: Use custom asm bios for ppc64
,
Nicholas Piggin
,
2024/05/24
Re: [PATCH 3/3] tests/qtest/migration-test: Use custom asm bios for ppc64
,
Fabiano Rosas
,
2024/05/27
[PATCH v2 00/67] target/arm: Convert a64 advsimd to decodetree (part 1)
,
Richard Henderson
,
2024/05/24
[PATCH v2 01/67] target/arm: Add neoverse-n1 to qemu-arm (DO NOT MERGE)
,
Richard Henderson
,
2024/05/24
[PATCH v2 02/67] target/arm: Use PLD, PLDW, PLI not NOP for t32
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 02/67] target/arm: Use PLD, PLDW, PLI not NOP for t32
,
Peter Maydell
,
2024/05/28
[PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
,
Richard Henderson
,
2024/05/28
Re: [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
,
Peter Maydell
,
2024/05/29
Re: [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
,
Richard Henderson
,
2024/05/29
[PATCH v2 04/67] target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 04/67] target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)
,
Peter Maydell
,
2024/05/28
[PATCH v2 05/67] target/arm: Fix decode of FMOV (hp) vs MOVI
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 05/67] target/arm: Fix decode of FMOV (hp) vs MOVI
,
Peter Maydell
,
2024/05/28
[PATCH v2 06/67] target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 06/67] target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)
,
Peter Maydell
,
2024/05/28
[PATCH v2 09/67] target/arm: Convert Cryptographic AES to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 08/67] target/arm: Split out gengvec64.c
,
Richard Henderson
,
2024/05/24
[PATCH v2 10/67] target/arm: Convert Cryptographic 3-register SHA to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 07/67] target/arm: Split out gengvec.c
,
Richard Henderson
,
2024/05/24
[PATCH v2 11/67] target/arm: Convert Cryptographic 2-register SHA to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 13/67] target/arm: Convert Cryptographic 2-register SHA512 to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 12/67] target/arm: Convert Cryptographic 3-register SHA512 to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 15/67] target/arm: Convert Cryptographic 3-register, imm2 to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 16/67] target/arm: Convert XAR to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 14/67] target/arm: Convert Cryptographic 4-register to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 17/67] target/arm: Convert Advanced SIMD copy to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 21/67] target/arm: Introduce vfp_load_reg16
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 21/67] target/arm: Introduce vfp_load_reg16
,
Peter Maydell
,
2024/05/28
[PATCH v2 23/67] target/arm: Convert FNMUL to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 24/67] target/arm: Convert FMLA, FMLS to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 20/67] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 19/67] target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 18/67] target/arm: Convert FMULX to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 26/67] target/arm: Convert FABD to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 27/67] target/arm: Convert FRECPS, FRSQRTS to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 31/67] target/arm: Convert ADDP to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 32/67] target/arm: Use gvec for neon padd
,
Richard Henderson
,
2024/05/24
[PATCH v2 36/67] target/arm: Convert disas_simd_3same_logic to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 34/67] target/arm: Use gvec for neon pmax, pmin
,
Richard Henderson
,
2024/05/24
[PATCH v2 38/67] target/arm: Convert SUQADD and USQADD to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 38/67] target/arm: Convert SUQADD and USQADD to gvec
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 38/67] target/arm: Convert SUQADD and USQADD to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v2 37/67] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 37/67] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Peter Maydell
,
2024/05/28
[PATCH v2 25/67] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 28/67] target/arm: Convert FADDP to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 22/67] target/arm: Expand vfp neg and abs inline
,
Richard Henderson
,
2024/05/24
[PATCH v2 30/67] target/arm: Use gvec for neon faddp, fmaxp, fminp
,
Richard Henderson
,
2024/05/24
[PATCH v2 29/67] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 33/67] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 35/67] target/arm: Convert FMLAL, FMLSL to decodetree
,
Richard Henderson
,
2024/05/24
[PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD
,
Peter Maydell
,
2024/05/28
[PATCH v2 40/67] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 40/67] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
,
Peter Maydell
,
2024/05/28
[PATCH v2 43/67] target/arm: Convert SSHL, USHL to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 43/67] target/arm: Convert SSHL, USHL to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 42/67] target/arm: Convert SUQADD, USQADD to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 42/67] target/arm: Convert SUQADD, USQADD to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 45/67] target/arm: Convert SRSHL, URSHL to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 45/67] target/arm: Convert SRSHL, URSHL to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v2 50/67] target/arm: Convert ADD, SUB (vector) to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 50/67] target/arm: Convert ADD, SUB (vector) to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 51/67] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 51/67] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 55/67] target/arm: Convert SHADD, UHADD to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 55/67] target/arm: Convert SHADD, UHADD to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 41/67] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 41/67] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 46/67] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 46/67] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 46/67] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Richard Henderson
,
2024/05/28
[PATCH v2 62/67] target/arm: Convert MUL, PMUL to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 62/67] target/arm: Convert MUL, PMUL to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 61/67] target/arm: Convert SABA, SABD, UABA, UABD to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 61/67] target/arm: Convert SABA, SABD, UABA, UABD to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 52/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 52/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
,
Peter Maydell
,
2024/05/28
[PATCH v2 47/67] target/arm: Convert SQSHL, UQSHL to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 47/67] target/arm: Convert SQSHL, UQSHL to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 53/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 53/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
,
Peter Maydell
,
2024/05/28
[PATCH v2 48/67] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 48/67] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
,
Peter Maydell
,
2024/05/28
[PATCH v2 56/67] target/arm: Convert SHSUB, UHSUB to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 56/67] target/arm: Convert SHSUB, UHSUB to gvec
,
Peter Maydell
,
2024/05/28
[PATCH v2 65/67] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 65/67] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 65/67] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v2 67/67] target/arm: Convert FCSEL to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 67/67] target/arm: Convert FCSEL to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 59/67] target/arm: Convert SRHADD, URHADD to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 59/67] target/arm: Convert SRHADD, URHADD to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)
,
Peter Maydell
,
2024/05/28
[PATCH v2 66/67] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 66/67] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 66/67] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetree
,
Richard Henderson
,
2024/05/28
[PATCH v2 60/67] target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 60/67] target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 49/67] target/arm: Convert SQRSHL, UQRSHL to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 49/67] target/arm: Convert SQRSHL, UQRSHL to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 63/67] target/arm: Convert MLA, MLS to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 63/67] target/arm: Convert MLA, MLS to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 57/67] target/arm: Convert SHSUB, UHSUB to decodetree
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 57/67] target/arm: Convert SHSUB, UHSUB to decodetree
,
Peter Maydell
,
2024/05/28
[PATCH v2 54/67] target/arm: Convert SHADD, UHADD to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 54/67] target/arm: Convert SHADD, UHADD to gvec
,
Peter Maydell
,
2024/05/28
[PATCH v2 58/67] target/arm: Convert SRHADD, URHADD to gvec
,
Richard Henderson
,
2024/05/24
Re: [PATCH v2 58/67] target/arm: Convert SRHADD, URHADD to gvec
,
Peter Maydell
,
2024/05/28
Re: [PATCH v2 00/67] target/arm: Convert a64 advsimd to decodetree (part 1)
,
Peter Maydell
,
2024/05/28
[PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Zide Chen
,
2024/05/24
[PATCH V2 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()
,
Zide Chen
,
2024/05/24
Re: [PATCH V2 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()
,
Zhao Liu
,
2024/05/31
Re: [PATCH V2 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()
,
Chen, Zide
,
2024/05/31
[PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Zide Chen
,
2024/05/24
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Zhao Liu
,
2024/05/31
Re: [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Chen, Zide
,
2024/05/31
[PATCH V2 1/3] vl: Allow multiple -overcommit commands
,
Zide Chen
,
2024/05/24
Re: [PATCH V2 1/3] vl: Allow multiple -overcommit commands
,
Thomas Huth
,
2024/05/27
Re: [PATCH V2 1/3] vl: Allow multiple -overcommit commands
,
Zhao Liu
,
2024/05/30
Re: [PATCH V2 1/3] vl: Allow multiple -overcommit commands
,
Thomas Huth
,
2024/05/31
Re: [PATCH V2 1/3] vl: Allow multiple -overcommit commands
,
Zhao Liu
,
2024/05/30
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Igor Mammedov
,
2024/05/28
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Chen, Zide
,
2024/05/28
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Igor Mammedov
,
2024/05/29
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Chen, Zide
,
2024/05/29
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Zhao Liu
,
2024/05/30
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Igor Mammedov
,
2024/05/30
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Sean Christopherson
,
2024/05/30
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Igor Mammedov
,
2024/05/30
Re: [PATCH V2 0/3] improve -overcommit cpu-pm=on|off
,
Chen, Zide
,
2024/05/30
[PATCH v2 0/6] Rework x86 page table walks
,
Don Porter
,
2024/05/24
[PATCH v2 1/6] Add an "info pg" command that prints the current page tables
,
Don Porter
,
2024/05/24
Re: [PATCH v2 1/6] Add an "info pg" command that prints the current page tables
,
Dr. David Alan Gilbert
,
2024/05/31
[PATCH v2 3/6] Convert 'info mem' to use generic iterator
,
Don Porter
,
2024/05/24
[PATCH v2 2/6] Convert 'info tlb' to use generic iterator
,
Don Porter
,
2024/05/24
Re: [PATCH v2 2/6] Convert 'info tlb' to use generic iterator
,
Dr. David Alan Gilbert
,
2024/05/31
[PATCH v2 5/6] Move tcg implementation of x86 get_physical_address into common helper code.
,
Don Porter
,
2024/05/24
[PATCH v2 6/6] Convert x86_mmu_translate() to use common code.
,
Don Porter
,
2024/05/24
[PATCH v2 4/6] Convert x86_cpu_get_memory_mapping() to use generic iterators
,
Don Porter
,
2024/05/24
Re: [PATCH v2 0/6] Rework x86 page table walks
,
Peter Maydell
,
2024/05/31
Re: [PATCH v2 0/6] Rework x86 page table walks
,
Peter Maydell
,
2024/05/31
[PATCH 0/5] meson: small cleanups
,
Paolo Bonzini
,
2024/05/24
[PATCH 2/5] meson: remove unnecessary dependency
,
Paolo Bonzini
,
2024/05/24
[PATCH 5/5] migration: remove unnecessary zlib dependency
,
Paolo Bonzini
,
2024/05/24
[PATCH 1/5] meson: remove unnecessary reference to libm
,
Paolo Bonzini
,
2024/05/24
[PATCH 4/5] meson: do not query modules before they are processed
,
Paolo Bonzini
,
2024/05/24
[PATCH 3/5] tcg: include dependencies in static_library()
,
Paolo Bonzini
,
2024/05/24
Re: [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support
,
Paolo Bonzini
,
2024/05/24
Re: [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support
,
Chao Du
,
2024/05/26
[PATCH] target/i386: always go through gen_eob*()
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH] target/i386: always go through gen_eob*()
,
Richard Henderson
,
2024/05/24
Re: [PATCH] target/i386: always go through gen_eob*()
,
Paolo Bonzini
,
2024/05/25
[PATCH] target/i386: disable jmp_opt if EFLAGS.RF is 1
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH] target/i386: disable jmp_opt if EFLAGS.RF is 1
,
Richard Henderson
,
2024/05/24
[PATCH v2 0/2] Zynq 7000 Improvements
,
Sebastian Huber
,
2024/05/24
[PATCH v2 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
,
Sebastian Huber
,
2024/05/24
Re: [PATCH v2 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
,
Peter Maydell
,
2024/05/30
[PATCH v2 1/2] hw/arm/xilinx_zynq: Add cache controller
,
Sebastian Huber
,
2024/05/24
Re: [PATCH v2 0/2] Zynq 7000 Improvements
,
Peter Maydell
,
2024/05/30
[RFC PATCH] hw/dma: Add Intel I/OAT DMA controller emulation
,
Nikita Shubin
,
2024/05/24
[PATCH v2 0/2] Fix GICv2 handling of pending interrupts
,
Sebastian Huber
,
2024/05/24
[PATCH v2 1/2] hw/intc/arm_gic: Fix set pending of PPIs
,
Sebastian Huber
,
2024/05/24
[PATCH v2 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
,
Sebastian Huber
,
2024/05/24
Re: [PATCH v2 0/2] Fix GICv2 handling of pending interrupts
,
Peter Maydell
,
2024/05/30
[PATCH v7 0/8] xen: Support grant mappings
,
Edgar E. Iglesias
,
2024/05/24
[PATCH v7 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
,
Edgar E. Iglesias
,
2024/05/24
[PATCH v7 3/8] xen: Add xen_mr_is_memory()
,
Edgar E. Iglesias
,
2024/05/24
Re: [PATCH v7 3/8] xen: Add xen_mr_is_memory()
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH v7 3/8] xen: Add xen_mr_is_memory()
,
Edgar E. Iglesias
,
2024/05/29
[PATCH v7 2/8] xen: mapcache: Unmap first entries in buckets
,
Edgar E. Iglesias
,
2024/05/24
[PATCH v7 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
,
Edgar E. Iglesias
,
2024/05/24
[PATCH v7 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
,
Edgar E. Iglesias
,
2024/05/24
[PATCH v7 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Edgar E. Iglesias
,
2024/05/24
Re: [PATCH v7 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH v7 7/8] xen: mapcache: Add support for grant mappings
,
Edgar E. Iglesias
,
2024/05/24
[PATCH v7 8/8] hw/arm: xen: Enable use of grant mappings
,
Edgar E. Iglesias
,
2024/05/24
Re: [PATCH v7 8/8] hw/arm: xen: Enable use of grant mappings
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH v2 qemu 0/6] acpi: NUMA nodes for CXL HB as GP + complex NUMA test.
,
Jonathan Cameron
,
2024/05/24
[PATCH v2 1/6] hw/acpi/GI: Fix trivial parameter alignment issue.
,
Jonathan Cameron
,
2024/05/24
[PATCH v2 2/6] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator
,
Jonathan Cameron
,
2024/05/24
[PATCH v2 3/6] hw/acpi: Generic Port Affinity Structure support
,
Jonathan Cameron
,
2024/05/24
[PATCH v2 4/6] bios-tables-test: Allow for new acpihmat-generic-x test data.
,
Jonathan Cameron
,
2024/05/24
[PATCH v2 5/6] bios-tables-test: Add complex SRAT / HMAT test for GI GP
,
Jonathan Cameron
,
2024/05/24
[PATCH v2 6/6] bios-tables-test: Add data for complex numa test (GI, GP etc)
,
Jonathan Cameron
,
2024/05/24
[PATCH 00/16] target/i386/tcg: translation cleanups
,
Paolo Bonzini
,
2024/05/24
[PATCH 01/16] target/i386: remove unnecessary gen_update_cc_op before gen_eob*
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 01/16] target/i386: remove unnecessary gen_update_cc_op before gen_eob*
,
Richard Henderson
,
2024/05/24
[PATCH 02/16] target/i386: cleanup eob handling of RSM
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 02/16] target/i386: cleanup eob handling of RSM
,
Richard Henderson
,
2024/05/24
[PATCH 03/16] target/i386: document and group DISAS_* constants
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 03/16] target/i386: document and group DISAS_* constants
,
Richard Henderson
,
2024/05/24
Re: [PATCH 03/16] target/i386: document and group DISAS_* constants
,
Richard Henderson
,
2024/05/24
Re: [PATCH 03/16] target/i386: document and group DISAS_* constants
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 03/16] target/i386: document and group DISAS_* constants
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 03/16] target/i386: document and group DISAS_* constants
,
Richard Henderson
,
2024/05/24
Re: [PATCH 03/16] target/i386: document and group DISAS_* constants
,
Paolo Bonzini
,
2024/05/24
[PATCH 04/16] target/i386: avoid calling gen_eob_syscall before tb_stop
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 04/16] target/i386: avoid calling gen_eob_syscall before tb_stop
,
Richard Henderson
,
2024/05/24
[PATCH 05/16] target/i386: avoid calling gen_eob_inhibit_irq before tb_stop
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 05/16] target/i386: avoid calling gen_eob_inhibit_irq before tb_stop
,
Richard Henderson
,
2024/05/24
[PATCH 06/16] target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 06/16] target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop
,
Richard Henderson
,
2024/05/24
[PATCH 08/16] target/i386: reg in gen_ldst_modrm is always OR_TMP0
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 08/16] target/i386: reg in gen_ldst_modrm is always OR_TMP0
,
Richard Henderson
,
2024/05/24
[PATCH 07/16] target/i386: raze the gen_eob* jungle
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 07/16] target/i386: raze the gen_eob* jungle
,
Richard Henderson
,
2024/05/24
[PATCH 09/16] target/i386: split gen_ldst_modrm for load and store
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 09/16] target/i386: split gen_ldst_modrm for load and store
,
Richard Henderson
,
2024/05/24
[PATCH 10/16] target/i386: inline gen_add_A0_ds_seg
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 10/16] target/i386: inline gen_add_A0_ds_seg
,
Richard Henderson
,
2024/05/24
[PATCH 11/16] target/i386: use mo_stacksize more
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 11/16] target/i386: use mo_stacksize more
,
Richard Henderson
,
2024/05/24
[PATCH 13/16] target/i386: clean up repeated string operations
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 13/16] target/i386: clean up repeated string operations
,
Richard Henderson
,
2024/05/24
[PATCH 12/16] target/i386: introduce gen_lea_ss_ofs
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 12/16] target/i386: introduce gen_lea_ss_ofs
,
Richard Henderson
,
2024/05/24
[PATCH 14/16] target/i386: remove aflag argument of gen_lea_v_seg
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 14/16] target/i386: remove aflag argument of gen_lea_v_seg
,
Richard Henderson
,
2024/05/24
[PATCH 15/16] target/i386: cpu_load_eflags already sets cc_op
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 15/16] target/i386: cpu_load_eflags already sets cc_op
,
Richard Henderson
,
2024/05/24
[PATCH 16/16] target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS
,
Paolo Bonzini
,
2024/05/24
Re: [PATCH 16/16] target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS
,
Richard Henderson
,
2024/05/24
[PATCH RFC 0/2] meson: Pass objects to declare_dependency()
,
Akihiko Odaki
,
2024/05/24
[PATCH RFC 2/2] Revert "meson: Propagate gnutls dependency"
,
Akihiko Odaki
,
2024/05/24
[PATCH RFC 1/2] meson: Pass objects to declare_dependency()
,
Akihiko Odaki
,
2024/05/24
Re: [PATCH RFC 1/2] meson: Pass objects to declare_dependency()
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH RFC 0/2] meson: Pass objects to declare_dependency()
,
Paolo Bonzini
,
2024/05/24
[PATCH 0/2] migrate inflight emulated SCSI request for the scsi disk device
,
Hyman Huang
,
2024/05/24
[PATCH 1/2] scsi-disk: Introduce the migrate_emulate_scsi_request field
,
Hyman Huang
,
2024/05/24
[PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
,
Hyman Huang
,
2024/05/24
Re: [PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
,
Prasad Pandit
,
2024/05/24
Re: [PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
,
Yong Huang
,
2024/05/24
Re: [PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
,
Prasad Pandit
,
2024/05/25
[PATCH v2 00/12] Add support for RISC-V ACPI tests
,
Sunil V L
,
2024/05/24
[PATCH v2 01/12] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
,
Sunil V L
,
2024/05/24
[PATCH v2 02/12] uefi-test-tools: Add support for python based build script
,
Sunil V L
,
2024/05/24
[PATCH v2 03/12] tests/data/uefi-boot-images: Add RISC-V ISO image
,
Sunil V L
,
2024/05/24
[PATCH v2 04/12] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
,
Sunil V L
,
2024/05/24
[PATCH v2 05/12] tests/qtest/bios-tables-test.c: Add support for arch in path
,
Sunil V L
,
2024/05/24
[PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Sunil V L
,
2024/05/24
Re: [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
,
Sunil V L
,
2024/05/27
[PATCH v2 07/12] meson.build: Add RISC-V to the edk2-target list
,
Sunil V L
,
2024/05/24
[PATCH v2 08/12] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
,
Sunil V L
,
2024/05/24
[PATCH v2 10/12] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
,
Sunil V L
,
2024/05/24
[PATCH v2 12/12] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V
,
Sunil V L
,
2024/05/24
[PATCH v2 09/12] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
,
Sunil V L
,
2024/05/24
[PATCH v2 11/12] tests/qtest/bios-tables-test.c: Enable basic testing for RISC-V
,
Sunil V L
,
2024/05/24
[PATCH v4 0/4] Fix sanitizer errors with clang 18.1.1
,
Akihiko Odaki
,
2024/05/24
[PATCH v4 1/4] qemu-keymap: Make references to allocations static
,
Akihiko Odaki
,
2024/05/24
Re: [PATCH v4 1/4] qemu-keymap: Make references to allocations static
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH v4 2/4] lockable: Do not cast function pointers
,
Akihiko Odaki
,
2024/05/24
Re: [PATCH v4 2/4] lockable: Do not cast function pointers
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH v4 2/4] lockable: Do not cast function pointers
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH v4 3/4] qapi: Do not cast function pointers
,
Akihiko Odaki
,
2024/05/24
Re: [PATCH v4 3/4] qapi: Do not cast function pointers
,
Markus Armbruster
,
2024/05/28
[PATCH v4 4/4] meson: Drop the .fa library suffix
,
Akihiko Odaki
,
2024/05/24
Re: [PATCH v4 0/4] Fix sanitizer errors with clang 18.1.1
,
Thomas Huth
,
2024/05/29
[PULL 00/72] ppc-for-9.1-1 queue
,
Nicholas Piggin
,
2024/05/23
[PULL 01/72] spapr: avoid overhead of finding vhyp class in critical operations
,
Nicholas Piggin
,
2024/05/23
[PULL 02/72] ppc/spapr: Add ibm,pi-features
,
Nicholas Piggin
,
2024/05/23
[PULL 03/72] target/ppc: Fix broadcast tlbie synchronisation
,
Nicholas Piggin
,
2024/05/23
[PULL 04/72] tcg/cputlb: Remove non-synced variants of global TLB flushes
,
Nicholas Piggin
,
2024/05/23
[PULL 05/72] tcg/cputlb: remove other-cpu capability from TLB flushing
,
Nicholas Piggin
,
2024/05/23
[PULL 06/72] target/ppc: Move sync instructions to decodetree
,
Nicholas Piggin
,
2024/05/23
[PULL 07/72] target/ppc: Fix embedded memory barriers
,
Nicholas Piggin
,
2024/05/23
[PULL 08/72] target/ppc: Add ISA v3.1 variants of sync instruction
,
Nicholas Piggin
,
2024/05/23
[PULL 10/72] target/ppc: Move floating-point arithmetic instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 09/72] target/ppc: Merge various fpu helpers
,
Nicholas Piggin
,
2024/05/23
[PULL 11/72] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 12/72] target/ppc: Make divw[u] handler method decodetree compatible.
,
Nicholas Piggin
,
2024/05/23
[PULL 13/72] target/ppc: Move divw[u, e, eu] instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 14/72] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 15/72] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 16/72] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 17/72] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 20/72] target/ppc: Move VMX integer logical instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 18/72] target/ppc: Move logical fixed-point instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 19/72] target/ppc: Move VMX storage access instructions to decodetree
,
Nicholas Piggin
,
2024/05/23
[PULL 21/72] target/ppc: Move VMX integer max/min instructions to decodetree.
,
Nicholas Piggin
,
2024/05/23
[PULL 22/72] This commit is preparatory to the addition of Branch History Rolling Buffer (BHRB) functionality, which is being provided today starting with the P8 processor.
,
Nicholas Piggin
,
2024/05/23
[PULL 27/72] target/ppc: Remove redundant MEMOP_GET_SIZE macro
,
Nicholas Piggin
,
2024/05/23
[PULL 24/72] Add support for the clrbhrb and mfbhrbe instructions.
,
Nicholas Piggin
,
2024/05/23
[PULL 25/72] Adds migration support for Branch History Rolling Buffer (BHRB) internal state.
,
Nicholas Piggin
,
2024/05/23
Re: [PULL 25/72] Adds migration support for Branch History Rolling Buffer (BHRB) internal state.
,
Fabiano Rosas
,
2024/05/31
[PULL 26/72] target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
,
Nicholas Piggin
,
2024/05/23
[PULL 23/72] This commit continues adding support for the Branch History Rolling Buffer (BHRB) as is provided starting with the P8 processor and continuing with its successors. This commit is limited to the recording and filtering of taken branches.
,
Nicholas Piggin
,
2024/05/23
[PULL 29/72] target/ppc: improve checkstop logging
,
Nicholas Piggin
,
2024/05/23
[PULL 28/72] target/ppc: Make checkstop actually stop the system
,
Nicholas Piggin
,
2024/05/23
[PULL 32/72] target/ppc: Add PPR32 SPR
,
Nicholas Piggin
,
2024/05/23
[PULL 34/72] target/ppc: Add SMT support to simple SPRs
,
Nicholas Piggin
,
2024/05/23
[PULL 33/72] target/ppc: add helper to write per-LPAR SPRs
,
Nicholas Piggin
,
2024/05/23
[PULL 30/72] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/23
[PULL 31/72] target/ppc: BookE DECAR SPR is 32-bit
,
Nicholas Piggin
,
2024/05/23
[PULL 35/72] target/ppc: Add SMT support to PTCR SPR
,
Nicholas Piggin
,
2024/05/23
[PULL 38/72] target/ppc: add SMT support to msgsnd broadcast
,
Nicholas Piggin
,
2024/05/23
[PULL 39/72] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
Nicholas Piggin
,
2024/05/23
[PULL 42/72] target/ppc/mmu_common.c: Remove unneeded local variable
,
Nicholas Piggin
,
2024/05/23
[PULL 43/72] target/ppc/mmu_common.c: Simplify checking for real mode
,
Nicholas Piggin
,
2024/05/23
[PULL 36/72] target/ppc: Implement LDBAR, TTR SPRs
,
Nicholas Piggin
,
2024/05/23
[PULL 37/72] target/ppc: Implement SPRC/SPRD SPRs
,
Nicholas Piggin
,
2024/05/23
[PULL 47/72] target/ppc/mmu_common.c: Move some debug logging
,
Nicholas Piggin
,
2024/05/23
[PULL 40/72] target/ppc: Remove unused helper
,
Nicholas Piggin
,
2024/05/23
[PULL 41/72] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
Nicholas Piggin
,
2024/05/23
[PULL 48/72] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
Nicholas Piggin
,
2024/05/23
[PULL 45/72] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
Nicholas Piggin
,
2024/05/23
[PULL 50/72] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/23
[PULL 46/72] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
Nicholas Piggin
,
2024/05/23
[PULL 44/72] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
Nicholas Piggin
,
2024/05/23
[PULL 49/72] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
Nicholas Piggin
,
2024/05/23
[PULL 51/72] target/ppc/mmu_common.c: Inline and remove check_physical()
,
Nicholas Piggin
,
2024/05/23
[PULL 52/72] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
Nicholas Piggin
,
2024/05/23
[PULL 56/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
,
Nicholas Piggin
,
2024/05/23
[PULL 53/72] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/23
[PULL 55/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
,
Nicholas Piggin
,
2024/05/23
[PULL 54/72] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/23
[PULL 57/72] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
,
Nicholas Piggin
,
2024/05/23
[PULL 60/72] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
Nicholas Piggin
,
2024/05/23
[PULL 61/72] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
Nicholas Piggin
,
2024/05/23
[PULL 58/72] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
Nicholas Piggin
,
2024/05/23
[PULL 63/72] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/23
[PULL 59/72] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/23
[PULL 64/72] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
,
Nicholas Piggin
,
2024/05/23
[PULL 69/72] target/ppc/mmu-radix64.c: Drop a local variable
,
Nicholas Piggin
,
2024/05/23
[PULL 67/72] target/ppc: Split off common embedded TLB init
,
Nicholas Piggin
,
2024/05/23
[PULL 62/72] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/23
[PULL 66/72] target/ppc: Remove id_tlbs flag from CPU env
,
Nicholas Piggin
,
2024/05/23
[PULL 68/72] target/ppc/mmu-hash32.c: Drop a local variable
,
Nicholas Piggin
,
2024/05/23
[PULL 70/72] target/ppc: Add a function to check for page protection bit
,
Nicholas Piggin
,
2024/05/23
[PULL 65/72] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
,
Nicholas Piggin
,
2024/05/23
[PULL 71/72] target/ppc: Move out BookE and related MMU functions from mmu_common.c
,
Nicholas Piggin
,
2024/05/23
[PULL 72/72] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
Nicholas Piggin
,
2024/05/23
Re: [PULL 00/72] ppc-for-9.1-1 queue
,
Nicholas Piggin
,
2024/05/23
[PULL 00/72] ppc-for-9.1-1 queue
,
Nicholas Piggin
,
2024/05/23
Re: [PULL 00/72] ppc-for-9.1-1 queue
,
Richard Henderson
,
2024/05/24
[RFC PATCH 0/4] migration-test: Device migration smoke tests
,
Fabiano Rosas
,
2024/05/23
[RFC PATCH 1/4] tests/qtest/libqtest: Introduce another qtest_init version with no handshake
,
Fabiano Rosas
,
2024/05/23
[RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
,
Fabiano Rosas
,
2024/05/23
Re: [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
,
Peter Xu
,
2024/05/27
Re: [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
,
Fabiano Rosas
,
2024/05/27
Re: [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
,
Peter Xu
,
2024/05/28
[RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
,
Fabiano Rosas
,
2024/05/23
Re: [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
,
Peter Xu
,
2024/05/27
Re: [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
,
Fabiano Rosas
,
2024/05/27
Re: [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
,
Peter Xu
,
2024/05/28
[RFC PATCH 4/4] ci: Add the new migration device tests
,
Fabiano Rosas
,
2024/05/23
Re: [RFC PATCH 4/4] ci: Add the new migration device tests
,
Peter Xu
,
2024/05/27
Re: [RFC PATCH 4/4] ci: Add the new migration device tests
,
Fabiano Rosas
,
2024/05/27
Re: [RFC PATCH 4/4] ci: Add the new migration device tests
,
Peter Xu
,
2024/05/28
Re: [RFC PATCH 4/4] ci: Add the new migration device tests
,
Fabiano Rosas
,
2024/05/28
Re: [RFC PATCH 4/4] ci: Add the new migration device tests
,
Peter Xu
,
2024/05/28
[PATCH v3 0/4] Check clock connection between STM32L4x5 RCC and peripherals
,
Inès Varhol
,
2024/05/23
[PATCH v3 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Inès Varhol
,
2024/05/23
Re: [PATCH v3 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Peter Maydell
,
2024/05/28
Re: [PATCH v3 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH v3 3/4] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
,
Inès Varhol
,
2024/05/23
Re: [PATCH v3 3/4] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
,
Luc Michel
,
2024/05/27
Re: [PATCH v3 3/4] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
,
Peter Maydell
,
2024/05/28
Re: [PATCH v3 3/4] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
,
Philippe Mathieu-Daudé
,
2024/05/28
[PATCH v3 4/4] tests/qtest: Check STM32L4x5 clock connections
,
Inès Varhol
,
2024/05/23
Re: [PATCH v3 4/4] tests/qtest: Check STM32L4x5 clock connections
,
Peter Maydell
,
2024/05/28
[PATCH v3 2/4] hw/char: Use v2 VMStateDescription for STM32L4x5 USART
,
Inès Varhol
,
2024/05/23
Re: [PATCH v3 2/4] hw/char: Use v2 VMStateDescription for STM32L4x5 USART
,
Peter Maydell
,
2024/05/28
[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 01/18] migration: Fix file migration with fdset
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 01/18] migration: Fix file migration with fdset
,
Prasad Pandit
,
2024/05/24
Re: [PATCH v2 01/18] migration: Fix file migration with fdset
,
Fabiano Rosas
,
2024/05/24
Re: [PATCH v2 01/18] migration: Fix file migration with fdset
,
Prasad Pandit
,
2024/05/25
Re: [PATCH v2 01/18] migration: Fix file migration with fdset
,
Peter Xu
,
2024/05/30
Re: [PATCH v2 01/18] migration: Fix file migration with fdset
,
Fabiano Rosas
,
2024/05/31
[PATCH v2 02/18] tests/qtest/migration: Fix file migration offset check
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 02/18] tests/qtest/migration: Fix file migration offset check
,
Peter Xu
,
2024/05/30
[PATCH v2 03/18] tests/qtest/migration: Add a precopy file test with fdset
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 03/18] tests/qtest/migration: Add a precopy file test with fdset
,
Peter Xu
,
2024/05/30
[PATCH v2 04/18] monitor: Drop monitor_fdset_dup_fd_add()
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 05/18] monitor: Introduce monitor_fdset_*free
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 05/18] monitor: Introduce monitor_fdset_*free
,
Peter Xu
,
2024/05/30
Re: [PATCH v2 05/18] monitor: Introduce monitor_fdset_*free
,
Fabiano Rosas
,
2024/05/31
[PATCH v2 06/18] monitor: Stop removing non-duplicated fds
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
,
Peter Xu
,
2024/05/30
Re: [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
,
Fabiano Rosas
,
2024/05/31
Re: [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
,
Peter Xu
,
2024/05/31
[PATCH v2 07/18] monitor: Simplify fdset and fd removal
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 07/18] monitor: Simplify fdset and fd removal
,
Peter Xu
,
2024/05/31
[PATCH v2 08/18] monitor: Report errors from monitor_fdset_dup_fd_add
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 08/18] monitor: Report errors from monitor_fdset_dup_fd_add
,
Peter Xu
,
2024/05/30
[PATCH v2 09/18] io: Stop using qemu_open_old in channel-file
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 09/18] io: Stop using qemu_open_old in channel-file
,
Peter Xu
,
2024/05/30
[PATCH v2 10/18] migration: Add direct-io parameter
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 10/18] migration: Add direct-io parameter
,
Peter Xu
,
2024/05/30
[PATCH v2 13/18] monitor: fdset: Match against O_DIRECT
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 13/18] monitor: fdset: Match against O_DIRECT
,
Peter Xu
,
2024/05/30
Re: [PATCH v2 13/18] monitor: fdset: Match against O_DIRECT
,
Fabiano Rosas
,
2024/05/31
Re: [PATCH v2 13/18] monitor: fdset: Match against O_DIRECT
,
Peter Xu
,
2024/05/31
[PATCH v2 14/18] migration: Add documentation for fdset with multifd + file
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 11/18] migration/multifd: Add direct-io support
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v2 11/18] migration/multifd: Add direct-io support
,
Peter Xu
,
2024/05/30
Re: [PATCH v2 11/18] migration/multifd: Add direct-io support
,
Fabiano Rosas
,
2024/05/31
[PATCH v2 17/18] migration: Add direct-io helpers
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 18/18] migration/ram: Add direct-io support to precopy file migration
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 12/18] tests/qtest/migration: Add tests for file migration with direct-io
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 15/18] tests/qtest/migration: Add a test for mapped-ram with passing of fds
,
Fabiano Rosas
,
2024/05/23
[PATCH v2 16/18] io/channel-file: Add direct-io support
,
Fabiano Rosas
,
2024/05/23
Re: [PATCH v4 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine
,
Marcin Juszkiewicz
,
2024/05/23
[PATCH 1/1] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
,
Marcin Juszkiewicz
,
2024/05/23
Re: [PATCH 1/1] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH 1/1] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
,
Peter Maydell
,
2024/05/30
[PATCH v8 00/14] Enabling DCD emulation support in Qemu
,
nifan . cxl
,
2024/05/23
[PATCH v8 03/14] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
,
nifan . cxl
,
2024/05/23
[PATCH v8 01/14] hw/cxl/mailbox: change CCI cmd set structure to be a member, not a reference
,
nifan . cxl
,
2024/05/23
[PATCH v8 10/14] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
,
nifan . cxl
,
2024/05/23
[PATCH v8 02/14] hw/cxl/mailbox: interface to add CCI commands to an existing CCI
,
nifan . cxl
,
2024/05/23
[PATCH v8 06/14] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
,
nifan . cxl
,
2024/05/23
Re: [PATCH v8 06/14] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
,
Zhijian Li (Fujitsu)
,
2024/05/27
[PATCH v8 07/14] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
,
nifan . cxl
,
2024/05/23
[PATCH v8 13/14] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
,
nifan . cxl
,
2024/05/23
[PATCH v8 14/14] hw/mem/cxl_type3: Allow to release extent superset in QMP interface
,
nifan . cxl
,
2024/05/23
[PATCH v8 05/14] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
,
nifan . cxl
,
2024/05/23
[PATCH v8 11/14] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
nifan . cxl
,
2024/05/23
[PATCH v8 12/14] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
,
nifan . cxl
,
2024/05/23
[PATCH v8 04/14] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
,
nifan . cxl
,
2024/05/23
[PATCH v8 08/14] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
,
nifan . cxl
,
2024/05/23
[PATCH v8 09/14] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
,
nifan . cxl
,
2024/05/23
[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 02/13] hw/riscv: add riscv-iommu-bits.h
,
Daniel Henrique Barboza
,
2024/05/23
Re: [PATCH v3 02/13] hw/riscv: add riscv-iommu-bits.h
,
Eric Cheng
,
2024/05/28
[PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/23
Re: [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation
,
Eric Cheng
,
2024/05/29
[PATCH v3 04/13] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 08/13] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 05/13] hw/riscv: add riscv-iommu-pci reference device
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 07/13] test/qtest: add riscv-iommu-pci tests
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 12/13] hw/riscv/riscv-iommu: Add another irq for mrif notifications
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 10/13] hw/riscv/riscv-iommu: add ATS support
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 01/13] exec/memtxattr: add process identifier to the transaction attributes
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 06/13] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 09/13] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 11/13] hw/riscv/riscv-iommu: add DBG support
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH v3 13/13] qtest/riscv-iommu-test: add init queues test
,
Daniel Henrique Barboza
,
2024/05/23
[PATCH 1/1] arm/sbsa-ref: move to Neoverse-N2 as default
,
Marcin Juszkiewicz
,
2024/05/23
Re: [PATCH 1/1] arm/sbsa-ref: move to Neoverse-N2 as default
,
Leif Lindholm
,
2024/05/29
Re: [PATCH 1/1] arm/sbsa-ref: move to Neoverse-N2 as default
,
Peter Maydell
,
2024/05/30
[PULL 0/5] tcg patch queue
,
Richard Henderson
,
2024/05/23
[PULL 4/5] tcg/arm: Support TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/23
[PULL 1/5] tcg: Introduce TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/23
[PULL 3/5] tcg/aarch64: Support TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/23
[PULL 2/5] tcg: Expand TCG_COND_TST* if not TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/23
[PULL 5/5] accel/tcg: Init tb size and icount before plugin_gen_tb_end
,
Richard Henderson
,
2024/05/23
Re: [PULL 0/5] tcg patch queue
,
Richard Henderson
,
2024/05/24
[PULL 00/37] target-arm queue
,
Peter Maydell
,
2024/05/23
[PULL 02/37] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Peter Maydell
,
2024/05/23
[PULL 05/37] hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n>
,
Peter Maydell
,
2024/05/23
[PULL 03/37] hw/arm/npcm7xx: remove setting of mp-affinity
,
Peter Maydell
,
2024/05/23
[PULL 06/37] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Peter Maydell
,
2024/05/23
[PULL 01/37] xlnx_dpdma: fix descriptor endianness bug
,
Peter Maydell
,
2024/05/23
[PULL 10/37] target/arm: Split out gengvec64.c
,
Peter Maydell
,
2024/05/23
[PULL 31/37] target/arm: Use gvec for neon faddp, fmaxp, fminp
,
Peter Maydell
,
2024/05/23
[PULL 24/37] target/arm: Convert FNMUL to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 29/37] target/arm: Convert FADDP to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 04/37] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
,
Peter Maydell
,
2024/05/23
[PULL 07/37] hw: arm: Remove use of tabs in some source files
,
Peter Maydell
,
2024/05/23
[PULL 08/37] docs/system: Remove ADC from raspi documentation
,
Peter Maydell
,
2024/05/23
[PULL 09/37] target/arm: Split out gengvec.c
,
Peter Maydell
,
2024/05/23
[PULL 17/37] target/arm: Convert Cryptographic 3-register, imm2 to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 11/37] target/arm: Convert Cryptographic AES to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 22/37] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 30/37] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 20/37] target/arm: Convert FMULX to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 14/37] target/arm: Convert Cryptographic 3-register SHA512 to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 15/37] target/arm: Convert Cryptographic 2-register SHA512 to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 23/37] target/arm: Expand vfp neg and abs inline
,
Peter Maydell
,
2024/05/23
[PULL 33/37] target/arm: Use gvec for neon padd
,
Peter Maydell
,
2024/05/23
[PULL 18/37] target/arm: Convert XAR to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 35/37] target/arm: Use gvec for neon pmax, pmin
,
Peter Maydell
,
2024/05/23
[PULL 26/37] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 34/37] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 21/37] target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 28/37] target/arm: Convert FRECPS, FRSQRTS to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 12/37] target/arm: Convert Cryptographic 3-register SHA to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 16/37] target/arm: Convert Cryptographic 4-register to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 25/37] target/arm: Convert FMLA, FMLS to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 36/37] target/arm: Convert FMLAL, FMLSL to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 37/37] target/arm: Convert disas_simd_3same_logic to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 32/37] target/arm: Convert ADDP to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 27/37] target/arm: Convert FABD to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 13/37] target/arm: Convert Cryptographic 2-register SHA to decodetree
,
Peter Maydell
,
2024/05/23
[PULL 19/37] target/arm: Convert Advanced SIMD copy to decodetree
,
Peter Maydell
,
2024/05/23
Re: [PULL 00/37] target-arm queue
,
Peter Maydell
,
2024/05/23
[PULL 00/23] i386 changes for 2024-05-23
,
Paolo Bonzini
,
2024/05/23
[PULL 01/23] target/i386: generate simpler code for ROL/ROR with immediate count
,
Paolo Bonzini
,
2024/05/23
[PULL 02/23] target/i386: clean up AAM/AAD
,
Paolo Bonzini
,
2024/05/23
[PULL 03/23] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Paolo Bonzini
,
2024/05/23
[PULL 04/23] target/i386: add support for LAM in CPUID enumeration
,
Paolo Bonzini
,
2024/05/23
[PULL 05/23] target/i386: add control bits support for LAM
,
Paolo Bonzini
,
2024/05/23
[PULL 06/23] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
,
Paolo Bonzini
,
2024/05/23
[PULL 07/23] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
,
Paolo Bonzini
,
2024/05/23
[PULL 08/23] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
,
Paolo Bonzini
,
2024/05/23
[PULL 09/23] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
,
Paolo Bonzini
,
2024/05/23
[PULL 10/23] i386/cpu: Introduce bitmap to cache available CPU topology levels
,
Paolo Bonzini
,
2024/05/23
[PULL 11/23] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
,
Paolo Bonzini
,
2024/05/23
[PULL 17/23] i386/cpu: Introduce module-id to X86CPU
,
Paolo Bonzini
,
2024/05/23
[PULL 14/23] i386: Support modules_per_die in X86CPUTopoInfo
,
Paolo Bonzini
,
2024/05/23
[PULL 16/23] i386: Support module_id in X86CPUTopoIDs
,
Paolo Bonzini
,
2024/05/23
[PULL 12/23] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
,
Paolo Bonzini
,
2024/05/23
[PULL 13/23] i386: Introduce module level cpu topology to CPUX86State
,
Paolo Bonzini
,
2024/05/23
[PULL 18/23] tests: Add test case of APIC ID for module level parsing
,
Paolo Bonzini
,
2024/05/23
[PULL 15/23] i386: Expose module level in CPUID[0x1F]
,
Paolo Bonzini
,
2024/05/23
[PULL 19/23] hw/i386/pc: Support smp.modules for x86 PC machine
,
Paolo Bonzini
,
2024/05/23
[PULL 21/23] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
,
Paolo Bonzini
,
2024/05/23
[PULL 20/23] i386: Add cache topology info in CPUCacheInfo
,
Paolo Bonzini
,
2024/05/23
[PULL 22/23] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
,
Paolo Bonzini
,
2024/05/23
[PULL 23/23] target-i386: hyper-v: Correct kvm_hv_handle_exit return value
,
Paolo Bonzini
,
2024/05/23
Re: [PULL 00/23] i386 changes for 2024-05-23
,
Richard Henderson
,
2024/05/23
[PATCH v5 00/13] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 01/13] libvhost-user: set msg.msg_control to NULL when it is empty
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 02/13] libvhost-user: fail vu_message_write() if sendmsg() is failing
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 02/13] libvhost-user: fail vu_message_write() if sendmsg() is failing
,
David Hildenbrand
,
2024/05/23
[PATCH v5 03/13] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 03/13] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
,
David Hildenbrand
,
2024/05/23
[PATCH v5 04/13] vhost-user-server: do not set memory fd non-blocking
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 04/13] vhost-user-server: do not set memory fd non-blocking
,
David Hildenbrand
,
2024/05/23
[PATCH v5 06/13] contrib/vhost-user-*: use QEMU bswap helper functions
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 06/13] contrib/vhost-user-*: use QEMU bswap helper functions
,
David Hildenbrand
,
2024/05/23
[PATCH v5 05/13] contrib/vhost-user-blk: fix bind() using the right size of the address
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 05/13] contrib/vhost-user-blk: fix bind() using the right size of the address
,
David Hildenbrand
,
2024/05/23
[PATCH v5 07/13] vhost-user: enable frontends on any POSIX system
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 07/13] vhost-user: enable frontends on any POSIX system
,
David Hildenbrand
,
2024/05/23
[PATCH v5 08/13] libvhost-user: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix
,
Daniel P . Berrangé
,
2024/05/23
Re: [PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 10/13] contrib/vhost-user-blk: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 11/13] hostmem: add a new memory backend based on POSIX shm_open()
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
David Hildenbrand
,
2024/05/23
Re: [PATCH v5 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
Stefano Garzarella
,
2024/05/23
[PATCH v5 13/13] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
,
Stefano Garzarella
,
2024/05/23
Re: [PATCH v5 13/13] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
,
David Hildenbrand
,
2024/05/23
[PATCH] qapi: clarify that the default is backend dependent
,
Stefano Garzarella
,
2024/05/23
[PATCH v4 0/4] target/hexagon: Minor idef-parser cleanup
,
Anton Johansson
,
2024/05/23
[PATCH v4 1/4] target/hexagon: idef-parser remove unused defines
,
Anton Johansson
,
2024/05/23
[PATCH v4 3/4] target/hexagon: idef-parser fix leak of init_list
,
Anton Johansson
,
2024/05/23
[PATCH v4 4/4] target/hexagon: idef-parser simplify predicate init
,
Anton Johansson
,
2024/05/23
[PATCH v4 2/4] target/hexagon: idef-parser remove undefined functions
,
Anton Johansson
,
2024/05/23
[PATCH 0/6] target/riscv: Support Zabha extension
,
LIU Zhiwei
,
2024/05/23
[PATCH 1/6] target/riscv: Move gen_amo before implement Zabha
,
LIU Zhiwei
,
2024/05/23
[PATCH 2/6] target/riscv: Add AMO instructions for Zabha
,
LIU Zhiwei
,
2024/05/23
[PATCH 3/6] target/riscv: Move gen_cmpxchg before adding amocas.[b|h]
,
LIU Zhiwei
,
2024/05/23
[PATCH 4/6] target/riscv: Add amocas.[b|h] for Zabha
,
LIU Zhiwei
,
2024/05/23
[PATCH 5/6] target/riscv: Enable zabha for max cpu
,
LIU Zhiwei
,
2024/05/23
Re: [PATCH 5/6] target/riscv: Enable zabha for max cpu
,
Daniel Henrique Barboza
,
2024/05/24
[PATCH 6/6] disas/riscv: Support zabha disassemble
,
LIU Zhiwei
,
2024/05/23
Re: [PATCH 0/6] target/riscv: Support Zabha extension
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH 0/6] target/riscv: Support Zabha extension
,
LIU Zhiwei
,
2024/05/25
Re: [PATCH 0/6] target/riscv: Support Zabha extension
,
Daniel Henrique Barboza
,
2024/05/26
Re: [PATCH 0/6] target/riscv: Support Zabha extension
,
LIU Zhiwei
,
2024/05/26
[PATCH] dump: use 10 base for phys_base
,
Zhibin Li
,
2024/05/23
Re: [PATCH] xen-hvm: Avoid livelock while handling buffered ioreqs
,
Ross Lagerwall
,
2024/05/23
[PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
,
Dmitry Frolov
,
2024/05/23
[PATCH 0/3] target/ppc: Moving VSX insns to decodetree.
,
Chinmay Rath
,
2024/05/23
[PATCH 1/3] target/ppc: Move ISA300 flag check out of do_helper_XX3.
,
Chinmay Rath
,
2024/05/23
Re: [PATCH 1/3] target/ppc: Move ISA300 flag check out of do_helper_XX3.
,
Richard Henderson
,
2024/05/23
[PATCH 2/3] target/ppc: Move VSX arithmetic and max/min insns to decodetree.
,
Chinmay Rath
,
2024/05/23
Re: [PATCH 2/3] target/ppc: Move VSX arithmetic and max/min insns to decodetree.
,
Richard Henderson
,
2024/05/23
[PATCH 3/3] target/ppc: Move VSX logical instructions to decodetree.
,
Chinmay Rath
,
2024/05/23
Re: [PATCH 3/3] target/ppc: Move VSX logical instructions to decodetree.
,
Richard Henderson
,
2024/05/23
[PATCH v2 0/2] target/ppc: Move VMX int add/sub saturate insns
,
Chinmay Rath
,
2024/05/23
[PATCH v2 1/2] target/ppc: Move VMX integer add/sub saturate insns to decodetree.
,
Chinmay Rath
,
2024/05/23
[PATCH v2 2/2] target/ppc: Improve VMX integer add/sub saturate instructions.
,
Chinmay Rath
,
2024/05/23
Re: [PATCH v2 0/2] target/ppc: Move VMX int add/sub saturate insns
,
Richard Henderson
,
2024/05/23
[PATCH v3 0/3] target/ppc: vcpu hotplug failure handling fixes
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v3 2/3] cpu-common.c: export cpu_get_free_index to be reused later
,
Harsh Prateek Bora
,
2024/05/23
Re: [PATCH v3 2/3] cpu-common.c: export cpu_get_free_index to be reused later
,
Nicholas Piggin
,
2024/05/30
[PATCH v3 3/3] target/ppc: handle vcpu hotplug failure gracefully
,
Harsh Prateek Bora
,
2024/05/23
Re: [PATCH v3 3/3] target/ppc: handle vcpu hotplug failure gracefully
,
Nicholas Piggin
,
2024/05/30
[PATCH v3 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper
,
Harsh Prateek Bora
,
2024/05/23
Re: [PATCH v3 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper
,
Nicholas Piggin
,
2024/05/30
[PATCH] hw: debugexit: use runstate API instead of plain exit()
,
Thomas Weißschuh
,
2024/05/23
Re: [PATCH] hw: debugexit: use runstate API instead of plain exit()
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH v2 0/7] target/ppc: misc ppc improvements/optimizations
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 1/7] target/ppc: use locally stored msr and avoid indirect access
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 4/7] target/ppc: optimize p9 exception handling routines
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 3/7] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 7/7] target/ppc: redue code duplication across Power9/10 init code
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 6/7] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 2/7] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2 5/7] target/ppc: optimize p9 exception handling routines for lpcr
,
Harsh Prateek Bora
,
2024/05/23
[PATCH v2] meson.build: add -mcx16 flag for x86_64 host
,
Artyom Kunakovsky
,
2024/05/23
Re: [PATCH v2] meson.build: add -mcx16 flag for x86_64 host
,
Daniel P . Berrangé
,
2024/05/23
Re: [PATCH v2] meson.build: add -mcx16 flag for x86_64 host
,
Paolo Bonzini
,
2024/05/24
[PULL 00/10] loongarch-to-apply queue
,
Song Gao
,
2024/05/22
[PULL 04/10] hw/loongarch: Refine acpi srat table for numa memory
,
Song Gao
,
2024/05/22
[PULL 08/10] hw/loongarch: Remove minimum and default memory size
,
Song Gao
,
2024/05/22
[PULL 09/10] target/loongarch: Add loongarch vector property unconditionally
,
Song Gao
,
2024/05/22
[PULL 05/10] hw/loongarch: Refine fadt memory table for numa memory
,
Song Gao
,
2024/05/22
[PULL 03/10] hw/loongarch: Add VM mode in IOCSR feature register in kvm mode
,
Song Gao
,
2024/05/22
[PULL 07/10] hw/loongarch: Refine system dram memory region
,
Song Gao
,
2024/05/22
[PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
,
Song Gao
,
2024/05/22
Re: [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
,
Michael Tokarev
,
2024/05/24
Re: [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
,
gaosong
,
2024/05/26
[PULL 06/10] hw/loongarch: Refine fwcfg memory map
,
Song Gao
,
2024/05/22
[PULL 02/10] target/loongarch/kvm: fpu save the vreg registers high 192bit
,
Song Gao
,
2024/05/22
[PULL 10/10] hw/loongarch/virt: Fix FDT memory node address width
,
Song Gao
,
2024/05/22
Re: [PULL 10/10] hw/loongarch/virt: Fix FDT memory node address width
,
Michael Tokarev
,
2024/05/24
Re: [PULL 10/10] hw/loongarch/virt: Fix FDT memory node address width
,
Jiaxun Yang
,
2024/05/24
Re: [PULL 00/10] loongarch-to-apply queue
,
Richard Henderson
,
2024/05/23
[PULL 0/9] Migration patches for 2024-05-22
,
Fabiano Rosas
,
2024/05/22
[PULL 1/9] migration/colo: Minor fix for colo error message
,
Fabiano Rosas
,
2024/05/22
[PULL 2/9] migration/colo: make colo_incoming_co() return void
,
Fabiano Rosas
,
2024/05/22
[PULL 3/9] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
,
Fabiano Rosas
,
2024/05/22
[PULL 4/9] migration: add "exists" info to load-state-field trace
,
Fabiano Rosas
,
2024/05/22
[PULL 5/9] migration: fix a typo
,
Fabiano Rosas
,
2024/05/22
[PULL 6/9] virtio-gpu: fix v2 migration
,
Fabiano Rosas
,
2024/05/22
Re: [PULL 6/9] virtio-gpu: fix v2 migration
,
Fiona Ebner
,
2024/05/29
Re: [PULL 6/9] virtio-gpu: fix v2 migration
,
Fabiano Rosas
,
2024/05/29
[PULL 7/9] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Fabiano Rosas
,
2024/05/22
[PULL 8/9] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Fabiano Rosas
,
2024/05/22
[PULL 9/9] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
,
Fabiano Rosas
,
2024/05/22
Re: [PULL 0/9] Migration patches for 2024-05-22
,
Richard Henderson
,
2024/05/22
[PATCH RISU 0/4] risugen/arm: Convert to use assembly
,
Richard Henderson
,
2024/05/22
[PATCH RISU 2/4] risugen/arm: Fill general regs with 64-bit random data
,
Richard Henderson
,
2024/05/22
[PATCH RISU 3/4] risugen/arm: Switch to thumb mode only once
,
Richard Henderson
,
2024/05/22
[PATCH RISU 1/4] risugen/arm: Convert to use assembly
,
Richard Henderson
,
2024/05/22
[PATCH RISU 4/4] contrib/generate_all: Do not rely on ag
,
Richard Henderson
,
2024/05/22
Re: [PATCH RISU 4/4] contrib/generate_all: Do not rely on ag
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH RISU 0/4] risugen/arm: Convert to use assembly
,
Richard Henderson
,
2024/05/22
[PATCH V11 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Salil Mehta
,
2024/05/22
[PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/22
Re: [PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Harsh Prateek Bora
,
2024/05/23
RE: [PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/23
Re: [PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Zhao Liu
,
2024/05/27
[PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Salil Mehta
,
2024/05/22
Re: [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Zhao Liu
,
2024/05/27
[PATCH V11 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/22
Re: [PATCH V11 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Zhao Liu
,
2024/05/27
[PATCH V11 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
,
Salil Mehta
,
2024/05/22
[PATCH V11 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Salil Mehta
,
2024/05/22
[PATCH V11 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/22
[PATCH V11 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/22
[PATCH V11 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Salil Mehta
,
2024/05/22
Re: [PATCH V11 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Zhao Liu
,
2024/05/27
[PATCH v2 0/3] Connect STM32L4x5 USART devices to the EXTI
,
Inès Varhol
,
2024/05/22
[PATCH v2 1/3] hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
,
Inès Varhol
,
2024/05/22
[PATCH v2 2/3] hw/misc: In STM32L4x5 EXTI, handle direct and configurable interrupts
,
Inès Varhol
,
2024/05/22
Re: [PATCH v2 2/3] hw/misc: In STM32L4x5 EXTI, handle direct and configurable interrupts
,
Peter Maydell
,
2024/05/28
[PATCH v2 3/3] hw/arm: In STM32L4x5 SOC, connect USART devices to EXTI
,
Inès Varhol
,
2024/05/22
[PATCH] meson.build: add -mcx16 flag
,
Artyom Kunakovsky
,
2024/05/22
Re: [PATCH] meson.build: add -mcx16 flag
,
Daniel P . Berrangé
,
2024/05/23
Re: [PATCH] meson.build: add -mcx16 flag
,
Artyom Kunakovsky
,
2024/05/23
Re: [PATCH] meson.build: add -mcx16 flag
,
Peter Maydell
,
2024/05/23
Re: [PATCH] meson.build: add -mcx16 flag
,
Daniel P . Berrangé
,
2024/05/23
Re: [PATCH] meson.build: add -mcx16 flag
,
Paolo Bonzini
,
2024/05/23
[PATCH] tests/tcg/s390x: Allow specifying extra QEMU options on the command line
,
Ilya Leoshkevich
,
2024/05/22
Re: [PATCH] tests/tcg/s390x: Allow specifying extra QEMU options on the command line
,
Thomas Huth
,
2024/05/29
[PATCH 0/7] s390x/ccw: Error reporting cleanups
,
Cédric Le Goater
,
2024/05/22
[PATCH 1/7] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH 1/7] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH 1/7] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
,
Anthony Krowiak
,
2024/05/24
[PATCH 3/7] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH 3/7] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH 3/7] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
,
Anthony Krowiak
,
2024/05/24
[PATCH 4/7] s390x/css: Make S390CCWDeviceClass::realize return bool
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH 4/7] s390x/css: Make S390CCWDeviceClass::realize return bool
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH 4/7] s390x/css: Make S390CCWDeviceClass::realize return bool
,
Anthony Krowiak
,
2024/05/24
[PATCH 2/7] s390x/css: Make CCWDeviceClass::realize return bool
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH 2/7] s390x/css: Make CCWDeviceClass::realize return bool
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH 2/7] s390x/css: Make CCWDeviceClass::realize return bool
,
Anthony Krowiak
,
2024/05/24
[PATCH 5/7] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH 5/7] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH 5/7] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
,
Anthony Krowiak
,
2024/05/24
[PATCH 6/7] vfio/ccw: Fix the missed unrealize() call in error path
,
Cédric Le Goater
,
2024/05/22
Re: [PATCH 6/7] vfio/ccw: Fix the missed unrealize() call in error path
,
Cédric Le Goater
,
2024/05/23
[PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
,
Anthony Krowiak
,
2024/05/24
Re: [PATCH 0/7] s390x/ccw: Error reporting cleanups
,
Eric Farman
,
2024/05/23
Re: [PATCH 0/7] s390x/ccw: Error reporting cleanups
,
Thomas Huth
,
2024/05/27
Re: [PATCH 0/7] s390x/ccw: Error reporting cleanups
,
Cédric Le Goater
,
2024/05/27
[PATCH v6 0/3] Add support for the RAPL MSRs series
,
Anthony Harivel
,
2024/05/22
[PATCH v6 1/3] qio: add support for SO_PEERCRED for socket channel
,
Anthony Harivel
,
2024/05/22
[PATCH v6 2/3] tools: build qemu-vmsr-helper
,
Anthony Harivel
,
2024/05/22
[PATCH v6 3/3] Add support for RAPL MSRs in KVM/Qemu
,
Anthony Harivel
,
2024/05/22
[PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
,
Alexander Ivanov
,
2024/05/22
Test scripts
,
Alexander Ivanov
,
2024/05/22
Re: Test scripts
,
Alex Bennée
,
2024/05/23
Re: [PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
,
Michal Prívozník
,
2024/05/22
Re: [PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
,
Daniel P . Berrangé
,
2024/05/22
Re: [PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
,
Denis V. Lunev
,
2024/05/23
Re: [PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
,
Daniel P . Berrangé
,
2024/05/23
Re: [PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
,
Alexander Ivanov
,
2024/05/23
[PATCH] target/i386: generate simpler code for ROL/ROR with immediate count
,
Paolo Bonzini
,
2024/05/22
Re: [PATCH] target/i386: generate simpler code for ROL/ROR with immediate count
,
Richard Henderson
,
2024/05/22
Re: [PATCH] target/i386: generate simpler code for ROL/ROR with immediate count
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH] target/i386: clean up AAM/AAD
,
Paolo Bonzini
,
2024/05/22
Re: [PATCH] target/i386: clean up AAM/AAD
,
Richard Henderson
,
2024/05/22
[PATCH v3 0/3] Fix sanitizer errors with clang 18.1.1
,
Akihiko Odaki
,
2024/05/22
[PATCH v3 1/3] qemu-keymap: Free xkb allocations
,
Akihiko Odaki
,
2024/05/22
Re: [PATCH v3 1/3] qemu-keymap: Free xkb allocations
,
Peter Maydell
,
2024/05/22
Re: [PATCH v3 1/3] qemu-keymap: Free xkb allocations
,
Michael Tokarev
,
2024/05/22
Re: [PATCH v3 1/3] qemu-keymap: Free xkb allocations
,
Daniel P . Berrangé
,
2024/05/22
Re: [PATCH v3 1/3] qemu-keymap: Free xkb allocations
,
Peter Maydell
,
2024/05/22
Re: [PATCH v3 1/3] qemu-keymap: Free xkb allocations
,
Akihiko Odaki
,
2024/05/23
[PATCH v3 2/3] meson: Add -fno-sanitize=function
,
Akihiko Odaki
,
2024/05/22
Re: [PATCH v3 2/3] meson: Add -fno-sanitize=function
,
Thomas Huth
,
2024/05/22
[PATCH v3 3/3] meson: Drop the .fa library prefix
,
Akihiko Odaki
,
2024/05/22
Re: [PATCH v3 3/3] meson: Drop the .fa library prefix
,
Paolo Bonzini
,
2024/05/22
Re: [PATCH v3 3/3] meson: Drop the .fa library prefix
,
Paolo Bonzini
,
2024/05/22
Re: [PATCH v3 3/3] meson: Drop the .fa library prefix
,
Akihiko Odaki
,
2024/05/24
[PATCH v2 0/3] Fix sanitizer errors with clang 18.1.1
,
Akihiko Odaki
,
2024/05/22
[PATCH v2 1/3] qemu-keymap: Free xkb allocations
,
Akihiko Odaki
,
2024/05/22
[PATCH v2 2/3] meson: Add -fno-sanitize=function
,
Akihiko Odaki
,
2024/05/22
[PATCH v2 3/3] meson: Drop the .fa library prefix
,
Akihiko Odaki
,
2024/05/22
Re: [PATCH v2 3/3] meson: Drop the .fa library prefix
,
Bernhard Beschow
,
2024/05/23
[PULL 00/47] vfio queue
,
Cédric Le Goater
,
2024/05/22
[PULL 04/47] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Cédric Le Goater
,
2024/05/22
[PULL 02/47] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Cédric Le Goater
,
2024/05/22
[PULL 05/47] vfio/migration: Add Error** argument to .vfio_save_config() handler
,
Cédric Le Goater
,
2024/05/22
[PULL 03/47] migration: Extend migration_file_set_error() with Error* argument
,
Cédric Le Goater
,
2024/05/22
[PULL 01/47] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/22
[PULL 06/47] vfio: Reverse test on vfio_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/22
[PULL 07/47] memory: Add Error** argument to memory_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/22
[PULL 08/47] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/22
[PULL 09/47] vfio: Also trace event failures in vfio_save_complete_precopy()
,
Cédric Le Goater
,
2024/05/22
[PULL 11/47] vfio/ap: Make vfio_ap_register_irq_notifier() return a bool
,
Cédric Le Goater
,
2024/05/22
[PULL 10/47] vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()
,
Cédric Le Goater
,
2024/05/22
[PULL 12/47] vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()
,
Cédric Le Goater
,
2024/05/22
[PULL 15/47] qapi/vfio: Add VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/22
[PULL 14/47] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
,
Cédric Le Goater
,
2024/05/22
[PULL 18/47] vfio/migration: Enhance VFIO migration state tracing
,
Cédric Le Goater
,
2024/05/22
[PULL 19/47] vfio/pci: Use g_autofree in vfio_realize
,
Cédric Le Goater
,
2024/05/22
[PULL 21/47] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 16/47] vfio/migration: Emit VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/22
[PULL 20/47] vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
,
Cédric Le Goater
,
2024/05/22
[PULL 13/47] vfio/ccw: Make vfio_ccw_register_irq_notifier() return a bool
,
Cédric Le Goater
,
2024/05/22
[PULL 22/47] vfio: Make VFIOIOMMUClass::setup() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 24/47] vfio/container: Make vfio_connect_container() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 23/47] vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 30/47] vfio/display: Fix error path in call site of ramfb_setup()
,
Cédric Le Goater
,
2024/05/22
[PULL 25/47] vfio/container: Make vfio_set_iommu() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 31/47] vfio/display: Make vfio_display_*() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 32/47] vfio/helpers: Use g_autofree in vfio_set_irq_signaling()
,
Cédric Le Goater
,
2024/05/22
[PULL 28/47] vfio/cpr: Make vfio_cpr_register_container() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 29/47] backends/iommufd: Make iommufd_backend_*() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 17/47] vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
,
Cédric Le Goater
,
2024/05/22
[PULL 38/47] vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a bool
,
Cédric Le Goater
,
2024/05/22
[PULL 34/47] vfio/helpers: Make vfio_device_get_name() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 36/47] vfio/ccw: Make vfio_ccw_get_region() return a bool
,
Cédric Le Goater
,
2024/05/22
[PULL 26/47] vfio/container: Make vfio_get_device() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 27/47] vfio/iommufd: Make iommufd_cdev_*() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 33/47] vfio/helpers: Make vfio_set_irq_signaling() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 37/47] vfio/pci: Make vfio_intx_enable_kvm() return a bool
,
Cédric Le Goater
,
2024/05/22
[PULL 39/47] vfio/pci: Make vfio_populate_device() return a bool
,
Cédric Le Goater
,
2024/05/22
[PULL 42/47] vfio/pci: Make capability related functions return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 41/47] vfio/pci: Make vfio_populate_vga() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 40/47] vfio/pci: Make vfio_intx_enable() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 35/47] vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 45/47] vfio/pci-quirks: Make vfio_add_*_cap() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 43/47] vfio/pci: Use g_autofree for vfio_region_info pointer
,
Cédric Le Goater
,
2024/05/22
[PULL 44/47] vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
,
Cédric Le Goater
,
2024/05/22
[PULL 47/47] vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()
,
Cédric Le Goater
,
2024/05/22
[PULL 46/47] vfio: Use g_autofree in all call site of vfio_get_region_info()
,
Cédric Le Goater
,
2024/05/22
Re: [PULL 00/47] vfio queue
,
Richard Henderson
,
2024/05/22
[PATCH] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
,
Thomas Huth
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
,
Fabiano Rosas
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
,
Peter Xu
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
,
Fabiano Rosas
,
2024/05/22
[PATCH 1/1] target/riscv: Support Zama16b extension
,
LIU Zhiwei
,
2024/05/22
Re: [PATCH 1/1] target/riscv: Support Zama16b extension
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH 1/1] target/riscv: Support Zama16b extension
,
Daniel Henrique Barboza
,
2024/05/27
Re: [PATCH v4 0/2] Add support for LAM in QEMU
,
Paolo Bonzini
,
2024/05/22
Re: [PATCH v4 0/2] Add support for LAM in QEMU
,
Paolo Bonzini
,
2024/05/22
[PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Thomas Huth
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Fabiano Rosas
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Peter Xu
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Fabiano Rosas
,
2024/05/22
Re: [PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Nicholas Piggin
,
2024/05/23
Re: [PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Thomas Huth
,
2024/05/24
Re: [PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
,
Fabiano Rosas
,
2024/05/24
[RFC PATCH] docs: Enhance documentation for iommu bypass
,
Aaron Lu
,
2024/05/22
Re: [RFC PATCH] docs: Enhance documentation for iommu bypass
,
Michael S. Tsirkin
,
2024/05/22
Re: [RFC PATCH] docs: Enhance documentation for iommu bypass
,
Aaron Lu
,
2024/05/22
Re: [RFC PATCH] docs: Enhance documentation for iommu bypass
,
Aaron Lu
,
2024/05/23
Re: [RFC PATCH] docs: Enhance documentation for iommu bypass
,
Aaron Lu
,
2024/05/23
[PATCH 0/4] target/riscv: Implement May-Be-Operations(zimop) extension
,
LIU Zhiwei
,
2024/05/22
[PATCH 1/4] target/riscv: Add zimop extension
,
LIU Zhiwei
,
2024/05/22
Re: [PATCH 1/4] target/riscv: Add zimop extension
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH 1/4] target/riscv: Add zimop extension
,
LIU Zhiwei
,
2024/05/25
[PATCH 2/4] disas/riscv: Support zimop disassemble
,
LIU Zhiwei
,
2024/05/22
[PATCH 3/4] target/riscv: Add zcmop extension
,
LIU Zhiwei
,
2024/05/22
Re: [PATCH 3/4] target/riscv: Add zcmop extension
,
Daniel Henrique Barboza
,
2024/05/24
[PATCH 4/4] disas/riscv: Support zcmop disassemble
,
LIU Zhiwei
,
2024/05/22
[PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 01/17] intel_iommu: Update version to 3.0 and add the latest fault reasons
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 02/17] intel_iommu: Make pasid entry type check accurate
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 04/17] intel_iommu: Flush stage-2 cache in PADID-selective PASID-based iotlb invalidation
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 07/17] intel_iommu: check if the input address is canonical
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 06/17] intel_iommu: Implement stage-1 translation
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH rfcv2 06/17] intel_iommu: Implement stage-1 translation
,
CLEMENT MATHIEU--DRIF
,
2024/05/24
RE: [PATCH rfcv2 06/17] intel_iommu: Implement stage-1 translation
,
Duan, Zhenzhong
,
2024/05/26
[PATCH rfcv2 05/17] intel_iommu: Rename slpte to pte
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 08/17] intel_iommu: set accessed and dirty bits during first stage translation
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH rfcv2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
CLEMENT MATHIEU--DRIF
,
2024/05/24
RE: [PATCH rfcv2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
,
Duan, Zhenzhong
,
2024/05/26
[PATCH rfcv2 10/17] intel_iommu: Process PASID-based iotlb invalidation
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 11/17] intel_iommu: Extract device IOTLB invalidation logic
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 12/17] intel_iommu: add an internal API to find an address space with PASID
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 13/17] intel_iommu: add support for PASID-based device IOTLB invalidation
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 14/17] intel_iommu: piotlb invalidation should notify unmap
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
,
CLEMENT MATHIEU--DRIF
,
2024/05/24
RE: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
,
Duan, Zhenzhong
,
2024/05/26
Re: [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
,
CLEMENT MATHIEU--DRIF
,
2024/05/27
[PATCH rfcv2 16/17] intel_iommu: Modify x-scalable-mode to be string option
,
Zhenzhong Duan
,
2024/05/22
[PATCH rfcv2 17/17] tests/qtest: Add intel-iommu test
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH rfcv2 17/17] tests/qtest: Add intel-iommu test
,
Thomas Huth
,
2024/05/22
RE: [PATCH rfcv2 17/17] tests/qtest: Add intel-iommu test
,
Duan, Zhenzhong
,
2024/05/23
Re: [PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
,
Jason Wang
,
2024/05/22
RE: [PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
,
Duan, Zhenzhong
,
2024/05/23
[PATCH] virtio-pci: Fix the use of an uninitialized irqfd.
,
Cindy Lu
,
2024/05/22
Re: [PATCH] virtio-pci: Fix the use of an uninitialized irqfd.
,
Jason Wang
,
2024/05/26
Re: [PATCH] virtio-pci: Fix the use of an uninitialized irqfd.
,
Fiona Ebner
,
2024/05/29
[PATCH v2 00/20] VFIO: misc cleanups part2
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 02/20] vfio/display: Make vfio_display_*() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 03/20] vfio/helpers: Use g_autofree in vfio_set_irq_signaling()
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 03/20] vfio/helpers: Use g_autofree in vfio_set_irq_signaling()
,
Cédric Le Goater
,
2024/05/22
[PATCH v2 01/20] vfio/display: Fix error path in call site of ramfb_setup()
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 04/20] vfio/helpers: Make vfio_set_irq_signaling() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 05/20] vfio/helpers: Make vfio_device_get_name() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 06/20] vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 07/20] vfio/ccw: Make vfio_ccw_get_region() return a bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 08/20] vfio/pci: Make vfio_intx_enable_kvm() return a bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 09/20] vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a bool
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 09/20] vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a bool
,
Cédric Le Goater
,
2024/05/22
[PATCH v2 10/20] vfio/pci: Make vfio_populate_device() return a bool
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 10/20] vfio/pci: Make vfio_populate_device() return a bool
,
Cédric Le Goater
,
2024/05/22
[PATCH v2 11/20] vfio/pci: Make vfio_intx_enable() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 12/20] vfio/pci: Make vfio_populate_vga() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 13/20] vfio/pci: Make capability related functions return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 14/20] vfio/pci: Use g_autofree for vfio_region_info pointer
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 15/20] vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 16/20] vfio/pci-quirks: Make vfio_add_*_cap() return bool
,
Zhenzhong Duan
,
2024/05/22
[PATCH v2 17/20] vfio: Use g_autofree in all call site of vfio_get_region_info()
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 17/20] vfio: Use g_autofree in all call site of vfio_get_region_info()
,
Cédric Le Goater
,
2024/05/22
[PATCH v2 18/20] vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 18/20] vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()
,
Cédric Le Goater
,
2024/05/22
[PATCH v2 19/20] vfio/ccw: Drop local @err in vfio_ccw_realize()
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 19/20] vfio/ccw: Drop local @err in vfio_ccw_realize()
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH v2 19/20] vfio/ccw: Drop local @err in vfio_ccw_realize()
,
Duan, Zhenzhong
,
2024/05/22
[PATCH v2 20/20] vfio/ccw: Fix the missed unrealize() call in error path
,
Zhenzhong Duan
,
2024/05/22
Re: [PATCH v2 20/20] vfio/ccw: Fix the missed unrealize() call in error path
,
Cédric Le Goater
,
2024/05/22
RE: [PATCH v2 20/20] vfio/ccw: Fix the missed unrealize() call in error path
,
Duan, Zhenzhong
,
2024/05/22
Re: [PATCH v2 20/20] vfio/ccw: Fix the missed unrealize() call in error path
,
Cédric Le Goater
,
2024/05/22
Re: [PATCH v2 00/20] VFIO: misc cleanups part2
,
Cédric Le Goater
,
2024/05/22
[PATCH 0/2] target/ppc: Fix PMU instruction counting
,
Nicholas Piggin
,
2024/05/22
[PATCH 1/2] target/ppc: Fix PMC5 instruction counting
,
Nicholas Piggin
,
2024/05/22
[PATCH 2/2] target/ppc: Tidy pmu_count_insns implementation
,
Nicholas Piggin
,
2024/05/22
Re: [PATCH 0/2] target/ppc: Fix PMU instruction counting
,
Richard Henderson
,
2024/05/22
Re: [PATCH 0/2] target/ppc: Fix PMU instruction counting
,
Nicholas Piggin
,
2024/05/23
[PATCH RISU v2 0/8] ELF and Sparc64 support
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 1/8] risu: Allow use of ELF test files
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 2/8] Build elf test cases instead of raw binaries
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 5/8] risugen: Be explicit about print destinations
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 4/8] risu: Add initial sparc64 support
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 6/8] risugen: Add sparc64 support
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 3/8] Introduce host_context_t
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 8/8] sparc64: Add VIS1 instructions
,
Richard Henderson
,
2024/05/21
[PATCH RISU v2 7/8] sparc64: Add a few logical insns
,
Richard Henderson
,
2024/05/21
[PATCH v3] target/ppc: Add PPR32 SPR
,
Nicholas Piggin
,
2024/05/21
Re: [PATCH v3] target/ppc: Add PPR32 SPR
,
Richard Henderson
,
2024/05/22
[PATCH] accel/tcg: Init tb size and icount before plugin_gen_tb_end
,
Richard Henderson
,
2024/05/21
Re: [PATCH] accel/tcg: Init tb size and icount before plugin_gen_tb_end
,
Bernhard Beschow
,
2024/05/22
Re: [PATCH] accel/tcg: Init tb size and icount before plugin_gen_tb_end
,
Pierrick Bouvier
,
2024/05/22
Re: [PATCH] accel/tcg: Init tb size and icount before plugin_gen_tb_end
,
Philippe Mathieu-Daudé
,
2024/05/27
[PATCH v3 0/4] target/hexagon: Minor idef-parser cleanup
,
Anton Johansson
,
2024/05/21
[PATCH v3 1/4] target/hexagon: idef-parser remove unused defines
,
Anton Johansson
,
2024/05/21
Re: [PATCH v3 1/4] target/hexagon: idef-parser remove unused defines
,
Brian Cain
,
2024/05/21
[PATCH v3 3/4] target/hexagon: idef-parser fix leak of init_list
,
Anton Johansson
,
2024/05/21
Re: [PATCH v3 3/4] target/hexagon: idef-parser fix leak of init_list
,
Brian Cain
,
2024/05/21
[PATCH v3 2/4] target/hexagon: idef-parser remove undefined functions
,
Anton Johansson
,
2024/05/21
Re: [PATCH v3 2/4] target/hexagon: idef-parser remove undefined functions
,
Brian Cain
,
2024/05/21
[PATCH v3 4/4] target/hexagon: idef-parser simplify predicate init
,
Anton Johansson
,
2024/05/21
Re: [PATCH v3 4/4] target/hexagon: idef-parser simplify predicate init
,
Brian Cain
,
2024/05/21
[PATCH] Hyperv: Correct kvm_hv_handle_exit return value
,
Dongsheng Zhang
,
2024/05/21
Re: [PATCH] Hyperv: Correct kvm_hv_handle_exit return value
,
Paolo Bonzini
,
2024/05/22
[PATCH] target/i386: Add x-amd-ccx-size property
,
Maksim Davydov
,
2024/05/21
[PATCH ats_vtd 00/22] ATS support for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 08/22] intel_iommu: declare supported PASID size
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 05/22] memory: add permissions in IOMMUAccessFlags
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 06/22] pcie: add helper to declare PASID capability for a pcie device
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 13/22] intel_iommu: implement the get_address_space_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 19/22] memory: add an API for ATS support
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 17/22] atc: generic ATC that can be used by PCIe devices that support SVM
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 01/22] intel_iommu: fix FRCD construction macro.
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 07/22] pcie: helper functions to check if PASID and ATS are enabled
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 15/22] memory: Allow to store the PASID in IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 22/22] intel_iommu: add support for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 20/22] pci: add a pci-level API for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 10/22] pci: add IOMMU operations to get address spaces and memory regions with PASID
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 11/22] memory: store user data pointer in the IOMMU notifiers
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 12/22] pci: add a pci-level initialization function for iommu notifiers
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 04/22] intel_iommu: do not consider wait_desc as an invalid descriptor
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 18/22] atc: add unit tests
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 14/22] intel_iommu: implement the get_memory_region_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 09/22] pci: cache the bus mastering status in the device
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 02/22] intel_iommu: make types match
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 03/22] intel_iommu: return page walk level even when the translation fails
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 16/22] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd 21/22] intel_iommu: set the address mask even when a translation fails
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH 0/4] testing/next: purging remaining centos 8 bits
,
Alex Bennée
,
2024/05/21
[PATCH 3/4] tests/vm: update centos.aarch64 image to 9
,
Alex Bennée
,
2024/05/21
Re: [PATCH 3/4] tests/vm: update centos.aarch64 image to 9
,
Thomas Huth
,
2024/05/28
[PATCH 4/4] tests/vm: remove plain centos image
,
Alex Bennée
,
2024/05/21
Re: [PATCH 4/4] tests/vm: remove plain centos image
,
Thomas Huth
,
2024/05/21
[PATCH 2/4] docs/devel: update references to centos to later version
,
Alex Bennée
,
2024/05/21
Re: [PATCH 2/4] docs/devel: update references to centos to later version
,
Thomas Huth
,
2024/05/28
[PATCH 1/4] ci: remove centos-steam-8 customer runner
,
Alex Bennée
,
2024/05/21
Re: [PATCH 0/4] testing/next: purging remaining centos 8 bits
,
Richard Henderson
,
2024/05/21
Re: [PATCH 0/4] testing/next: purging remaining centos 8 bits
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH 0/4] testing/next: purging remaining centos 8 bits
,
Alex Bennée
,
2024/05/28
[PATCH v3 0/3] Add extioi virt extension support
,
Song Gao
,
2024/05/21
[PATCH v3 1/3] hw/intc/loongarch_extioi: Add extioi virt extension definition
,
Song Gao
,
2024/05/21
Re: [PATCH v3 1/3] hw/intc/loongarch_extioi: Add extioi virt extension definition
,
maobibo
,
2024/05/23
[PATCH v3 3/3] hw/loongarch/virt: Use MemTxAttrs interface for misc ops
,
Song Gao
,
2024/05/21
Re: [PATCH v3 3/3] hw/loongarch/virt: Use MemTxAttrs interface for misc ops
,
maobibo
,
2024/05/23
[PATCH v3 2/3] hw/loongarch/virt: Enable extioi virt extension
,
Song Gao
,
2024/05/21
Re: [PATCH v3 0/3] Add extioi virt extension support
,
Jiaxun Yang
,
2024/05/23
Re: [PATCH v3 0/3] Add extioi virt extension support
,
maobibo
,
2024/05/23
Re: [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
,
Alex Bennée
,
2024/05/21
Re: [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
,
Fabiano Rosas
,
2024/05/21
Re: [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
,
Thomas Huth
,
2024/05/22
Re: [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
,
Fabiano Rosas
,
2024/05/22
Re: [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
,
Thomas Huth
,
2024/05/22
Re: [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
,
Alex Bennée
,
2024/05/22
[PATCH v4 0/5] mirror: allow specifying working bitmap
,
Fiona Ebner
,
2024/05/21
[PATCH v4 1/5] qapi/block-core: avoid the re-use of MirrorSyncMode for backup
,
Fiona Ebner
,
2024/05/21
[PATCH v4 2/5] block/mirror: replace is_none_mode with sync_mode in MirrorBlockJob struct
,
Fiona Ebner
,
2024/05/21
[PATCH v4 3/5] mirror: allow specifying working bitmap
,
Fiona Ebner
,
2024/05/21
[PATCH v4 5/5] blockdev: mirror: check for target's cluster size when using bitmap
,
Fiona Ebner
,
2024/05/21
[PATCH v4 4/5] iotests: add test for bitmap mirror
,
Fiona Ebner
,
2024/05/21
[PATCH 0/2] hw/ufs: Add support MCQ
,
Minwoo Im
,
2024/05/21
[PATCH 0/2] hw/ufs: Add support MCQ
,
Minwoo Im
,
2024/05/21
Message not available
[PATCH 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Minwoo Im
,
2024/05/21
Re: [PATCH 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Jeuk Kim
,
2024/05/27
Re: [PATCH 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0
,
Minwoo Im
,
2024/05/27
Message not available
[PATCH 1/2] hw/ufs: Update MCQ-related fields to block/ufs.h
,
Minwoo Im
,
2024/05/21
Re: [PATCH 00/32] hw/sd: eMMC support
,
Cédric Le Goater
,
2024/05/21
[PATCH v2 0/3] RISC-V virt MHP support
,
Björn Töpel
,
2024/05/21
[PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/21
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/27
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
David Hildenbrand
,
2024/05/24
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
David Hildenbrand
,
2024/05/27
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/27
Re: [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/27
[PATCH v2 2/3] hw/riscv/virt-acpi-build: Expose device memory in ACPI SRAT
,
Björn Töpel
,
2024/05/21
[PATCH v2 3/3] hw/riscv/virt: Add ACPI GED and PC-DIMM MHP support
,
Björn Töpel
,
2024/05/21
Re: [PATCH v2 3/3] hw/riscv/virt: Add ACPI GED and PC-DIMM MHP support
,
Daniel Henrique Barboza
,
2024/05/24
Re: [PATCH v2 3/3] hw/riscv/virt: Add ACPI GED and PC-DIMM MHP support
,
Björn Töpel
,
2024/05/27
[PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
,
Dmitry Frolov
,
2024/05/21
Re: [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE
,
Eric Auger
,
2024/05/21
Re: [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE
,
Julien Grall
,
2024/05/24
Re: [RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS
,
Eric Auger
,
2024/05/21
[PATCH 0/2] target/loongarch: Add loongson binary translation feature
,
Bibo Mao
,
2024/05/21
[PATCH 2/2] target/loongarch: Add loongson binary translation feature
,
Bibo Mao
,
2024/05/21
Re: [PATCH 2/2] target/loongarch: Add loongson binary translation feature
,
gaosong
,
2024/05/22
[PATCH 1/2] target/loongarch: Add loongarch vector property unconditionally
,
Bibo Mao
,
2024/05/21
Re: [PATCH 1/2] target/loongarch: Add loongarch vector property unconditionally
,
gaosong
,
2024/05/22
[PATCH v2 00/12] target/ppc: Various TCG emulation patches
,
Nicholas Piggin
,
2024/05/20
[PATCH v2 01/12] target/ppc: Make checkstop actually stop the system
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 01/12] target/ppc: Make checkstop actually stop the system
,
Miles Glenn
,
2024/05/21
[PATCH v2 02/12] target/ppc: improve checkstop logging
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 02/12] target/ppc: improve checkstop logging
,
Miles Glenn
,
2024/05/21
Re: [PATCH v2 02/12] target/ppc: improve checkstop logging
,
Richard Henderson
,
2024/05/21
[PATCH v2 04/12] target/ppc: BookE DECAR SPR is 32-bit
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 04/12] target/ppc: BookE DECAR SPR is 32-bit
,
Miles Glenn
,
2024/05/21
[PATCH v2 03/12] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 03/12] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Miles Glenn
,
2024/05/21
Re: [PATCH v2 03/12] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/21
Re: [PATCH v2 03/12] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Richard Henderson
,
2024/05/21
Re: [PATCH v2 03/12] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/21
[PATCH v2 05/12] target/ppc: Wire up BookE ATB registers for e500 family
,
Nicholas Piggin
,
2024/05/20
[PATCH v2 06/12] target/ppc: Add PPR32 SPR
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 06/12] target/ppc: Add PPR32 SPR
,
Miles Glenn
,
2024/05/21
Re: [PATCH v2 06/12] target/ppc: Add PPR32 SPR
,
Richard Henderson
,
2024/05/21
Re: [PATCH v2 06/12] target/ppc: Add PPR32 SPR
,
Nicholas Piggin
,
2024/05/21
[PATCH v2 07/12] target/ppc: add helper to write per-LPAR SPRs
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 07/12] target/ppc: add helper to write per-LPAR SPRs
,
Miles Glenn
,
2024/05/21
[PATCH v2 08/12] target/ppc: Add SMT support to simple SPRs
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 08/12] target/ppc: Add SMT support to simple SPRs
,
Miles Glenn
,
2024/05/21
[PATCH v2 09/12] target/ppc: Add SMT support to PTCR SPR
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 09/12] target/ppc: Add SMT support to PTCR SPR
,
Miles Glenn
,
2024/05/21
[PATCH v2 10/12] target/ppc: Implement LDBAR, TTR SPRs
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 10/12] target/ppc: Implement LDBAR, TTR SPRs
,
Miles Glenn
,
2024/05/21
[PATCH v2 11/12] target/ppc: Implement SPRC/SPRD SPRs
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 11/12] target/ppc: Implement SPRC/SPRD SPRs
,
Miles Glenn
,
2024/05/21
[PATCH v2 12/12] target/ppc: add SMT support to msgsnd broadcast
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 12/12] target/ppc: add SMT support to msgsnd broadcast
,
Miles Glenn
,
2024/05/21
[PATCH V10 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Salil Mehta
,
2024/05/20
[PATCH V10 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/20
Re: [PATCH V10 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Nicholas Piggin
,
2024/05/21
RE: [PATCH V10 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/22
[PATCH V10 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Salil Mehta
,
2024/05/20
[PATCH V10 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/20
[PATCH V10 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
,
Salil Mehta
,
2024/05/20
[PATCH V10 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Salil Mehta
,
2024/05/20
[PATCH V10 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/20
[PATCH V10 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/20
Re: [PATCH V10 7/8] gdbstub: Add helper function to unregister GDB register space
,
Alex Bennée
,
2024/05/21
RE: [PATCH V10 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/21
Re: [PATCH V10 7/8] gdbstub: Add helper function to unregister GDB register space
,
Alex Bennée
,
2024/05/21
RE: [PATCH V10 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/21
[PATCH V10 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Salil Mehta
,
2024/05/20
[PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
David Hubbard
,
2024/05/20
Re: [PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
Cord Amfmgm
,
2024/05/20
[PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
David Hubbard
,
2024/05/20
Re: [PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
Peter Maydell
,
2024/05/30
Re: [PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
Alex Bennée
,
2024/05/30
Re: [PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
Cord Amfmgm
,
2024/05/30
Re: [PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
Peter Maydell
,
2024/05/31
Re: [PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
Cord Amfmgm
,
2024/05/31
[PATCH] hw/loongarch/virt: Fix FDT memory node address width
,
Jiaxun Yang
,
2024/05/20
Re: [PATCH] hw/loongarch/virt: Fix FDT memory node address width
,
gaosong
,
2024/05/20
Re: [PATCH] hw/loongarch/virt: Fix FDT memory node address width
,
Michael Tokarev
,
2024/05/21
Fwd: spapr-vlan hotplug
,
Marcos Jean Sampaio
,
2024/05/20
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Steven Sistare
,
2024/05/20
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Fabiano Rosas
,
2024/05/20
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Peter Xu
,
2024/05/20
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Steven Sistare
,
2024/05/21
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Peter Xu
,
2024/05/27
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Steven Sistare
,
2024/05/28
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Peter Xu
,
2024/05/28
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Steven Sistare
,
2024/05/30
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Peter Xu
,
2024/05/30
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Fabiano Rosas
,
2024/05/24
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Steven Sistare
,
2024/05/24
Re: [PATCH V1 00/26] Live update: cpr-exec
,
Peter Xu
,
2024/05/27
[PATCH 0/3] improve -overcommit cpu-pm=on|off
,
Zide Chen
,
2024/05/20
[PATCH 1/3] vl: Allow multiple -overcommit commands
,
Zide Chen
,
2024/05/20
Re: [PATCH 1/3] vl: Allow multiple -overcommit commands
,
Thomas Huth
,
2024/05/21
Re: [PATCH 1/3] vl: Allow multiple -overcommit commands
,
Thomas Huth
,
2024/05/21
Re: [PATCH 1/3] vl: Allow multiple -overcommit commands
,
Chen, Zide
,
2024/05/21
Re: [PATCH 1/3] vl: Allow multiple -overcommit commands
,
Chen, Zide
,
2024/05/21
Re: [PATCH 1/3] vl: Allow multiple -overcommit commands
,
Chen, Zide
,
2024/05/21
[PATCH 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
,
Zide Chen
,
2024/05/20
[PATCH 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()
,
Zide Chen
,
2024/05/20
Re: [RFC v2 2/2] hw/riscv: Add server platform reference machine
,
Andrew Jones
,
2024/05/20
RE: [RISC-V][tech-server-soc] [RFC v2 2/2] hw/riscv: Add server platform reference machine
,
Xu, Haibo1
,
2024/05/20
[PATCH] Hexagon: fix HVX store new
,
Matheus Tavares Bernardino
,
2024/05/20
Re: [PATCH] Hexagon: fix HVX store new
,
Brian Cain
,
2024/05/20
RE: [PATCH] Hexagon: fix HVX store new
,
ltaylorsimpson
,
2024/05/20
[PATCH] docs/system/target-arm: Re-alphabetize board list
,
Peter Maydell
,
2024/05/20
Re: [PATCH] docs/system/target-arm: Re-alphabetize board list
,
Richard Henderson
,
2024/05/21
Re: [PATCH] docs/system/target-arm: Re-alphabetize board list
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [RISC-V][tech-server-soc] [RFC v2 1/2] target/riscv: Add server platform reference cpu
,
Andrew Jones
,
2024/05/20
Re: [RFC PATCH v3 16/18] hw/arm/smmu: Refactor SMMU OAS
,
Eric Auger
,
2024/05/20
Re: [RFC PATCH v3 15/18] hw/arm/smmuv3: Advertise S2FWB
,
Eric Auger
,
2024/05/20
Re: [RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting
,
Eric Auger
,
2024/05/20
[PATCH v2 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/20
[PATCH v2 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/20
Re: [PATCH v2 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Eugenio Perez Martin
,
2024/05/22
Re: [PATCH v2 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/23
Re: [PATCH v2 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Eugenio Perez Martin
,
2024/05/23
Re: [PATCH v2 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/23
[PATCH v2 6/6] virtio: Add VIRTIO_F_IN_ORDER property definition
,
Jonah Palmer
,
2024/05/20
[PATCH v2 1/6] virtio: Add bool to VirtQueueElement
,
Jonah Palmer
,
2024/05/20
Re: [PATCH v2 1/6] virtio: Add bool to VirtQueueElement
,
Eugenio Perez Martin
,
2024/05/22
Re: [PATCH v2 1/6] virtio: Add bool to VirtQueueElement
,
Jonah Palmer
,
2024/05/23
[PATCH v2 4/6] virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/20
[PATCH v2 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/20
Re: [PATCH v2 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
,
Eugenio Perez Martin
,
2024/05/22
Re: [PATCH v2 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/23
[PATCH v2 5/6] vhost, vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
,
Jonah Palmer
,
2024/05/20
[PATCH v2 0/2] target/riscv: Minor fixes and improvements for Virtual IRQs
,
Rajnesh Kanwal
,
2024/05/20
[PATCH v2 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide.
,
Rajnesh Kanwal
,
2024/05/20
[PATCH v2 2/2] target/riscv: Move Guest irqs out of the core local irqs range.
,
Rajnesh Kanwal
,
2024/05/20
Re: [PATCH v2 2/2] target/riscv: Move Guest irqs out of the core local irqs range.
,
Daniel Henrique Barboza
,
2024/05/22
Re: [RFC PATCH v3 13/18] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
,
Eric Auger
,
2024/05/20
[PATCH 0/6] target/ppc: misc ppc improvements/optimizations
,
Harsh Prateek Bora
,
2024/05/20
[PATCH 1/6] target/ppc: use locally stored msr and avoid indirect access
,
Harsh Prateek Bora
,
2024/05/20
[PATCH 2/6] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Harsh Prateek Bora
,
2024/05/20
Re: [PATCH 2/6] target/ppc: optimize hreg_compute_pmu_hflags_value
,
BALATON Zoltan
,
2024/05/20
[PATCH 3/6] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Harsh Prateek Bora
,
2024/05/20
Re: [PATCH 3/6] target/ppc: optimize hreg_compute_pmu_hflags_value
,
BALATON Zoltan
,
2024/05/20
[PATCH 4/6] target/ppc: optimize p9 exception handling routines
,
Harsh Prateek Bora
,
2024/05/20
Re: [PATCH 4/6] target/ppc: optimize p9 exception handling routines
,
BALATON Zoltan
,
2024/05/20
Re: [PATCH 4/6] target/ppc: optimize p9 exception handling routines
,
BALATON Zoltan
,
2024/05/20
[PATCH 6/6] target/ppc: redue code duplication across Power9/10 init code
,
Harsh Prateek Bora
,
2024/05/20
Re: [PATCH 6/6] target/ppc: redue code duplication across Power9/10 init code
,
BALATON Zoltan
,
2024/05/20
Re: [PATCH 6/6] target/ppc: redue code duplication across Power9/10 init code
,
Harsh Prateek Bora
,
2024/05/23
[PATCH 5/6] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
,
Harsh Prateek Bora
,
2024/05/20
Re: [PATCH 5/6] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
,
BALATON Zoltan
,
2024/05/20
Re: [RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
,
Chao Du
,
2024/05/20
Re: [RFC PATCH v3 12/18] hw/arm/smmu: Support nesting in the rest of commands
,
Eric Auger
,
2024/05/20
[PATCH] macio: Add unimp region for debugging
,
BALATON Zoltan
,
2024/05/20
Re: [RFC PATCH v3 10/18] hw/arm/smmu-common: Support nested translation
,
Eric Auger
,
2024/05/20
[PATCH v2 0/2] intel_iommu: misc fixes
,
Zhenzhong Duan
,
2024/05/20
[PATCH v2 2/2] intel_iommu: Make pasid entry type check accurate
,
Zhenzhong Duan
,
2024/05/20
[PATCH v2 1/2] intel_iommu: Update version to 3.0 and add the latest fault reasons
,
Zhenzhong Duan
,
2024/05/20
[PATCH v12 00/13] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 01/13] virtio-gpu: Unrealize GL device
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 01/13] virtio-gpu: Unrealize GL device
,
Alex Bennée
,
2024/05/22
[PATCH v12 03/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 03/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Alex Bennée
,
2024/05/22
Re: [PATCH v12 03/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Dmitry Osipenko
,
2024/05/26
[PATCH v12 04/13] virtio-gpu: Support context-init feature with virglrenderer
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 05/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 06/13] virtio-gpu: Add virgl resource management
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 07/13] virtio-gpu: Support blob scanout using dmabuf fd
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 02/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 02/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure
,
Alex Bennée
,
2024/05/22
[PATCH v12 08/13] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 09/13] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 09/13] virtio-gpu: Handle resource blob commands
,
Akihiko Odaki
,
2024/05/19
[PATCH v12 11/13] virtio-gpu: Move print_stats timer to VirtIOGPUGL
,
Dmitry Osipenko
,
2024/05/19
[PATCH v12 12/13] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 12/13] virtio-gpu: Register capsets dynamically
,
Manos Pitsidianakis
,
2024/05/23
[PATCH v12 13/13] virtio-gpu: Support Venus context
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 13/13] virtio-gpu: Support Venus context
,
Manos Pitsidianakis
,
2024/05/23
Re: [PATCH v12 13/13] virtio-gpu: Support Venus context
,
Dmitry Osipenko
,
2024/05/23
[PATCH v12 10/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
,
Dmitry Osipenko
,
2024/05/19
Re: [PATCH v12 10/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
,
Akihiko Odaki
,
2024/05/19
Re: [PATCH v12 10/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
,
Dmitry Osipenko
,
2024/05/21
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Alex Bennée
,
2024/05/21
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Alex Bennée
,
2024/05/21
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/21
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Alex Bennée
,
2024/05/22
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/26
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/26
Re: [PATCH v12 00/13] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/26
[PATCH V9 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Salil Mehta
,
2024/05/19
[PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/19
Re: [PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Nicholas Piggin
,
2024/05/20
RE: [PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/20
RE: [PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/20
[PATCH V9 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Salil Mehta
,
2024/05/19
[PATCH V9 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/19
[PATCH V9 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
,
Salil Mehta
,
2024/05/19
[PATCH V9 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Salil Mehta
,
2024/05/19
[PATCH V9 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/19
Re: [PATCH V9 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Nicholas Piggin
,
2024/05/20
RE: [PATCH V9 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/20
Re: [PATCH V9 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Nicholas Piggin
,
2024/05/21
[PATCH V9 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/19
[PATCH V9 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Salil Mehta
,
2024/05/19
A question regarding TARGET_ALIGNED_ONLY flag
,
Michael Rolnik
,
2024/05/19
Re: A question regarding TARGET_ALIGNED_ONLY flag
,
Richard Henderson
,
2024/05/19
Re: A question regarding TARGET_ALIGNED_ONLY flag
,
Michael Rolnik
,
2024/05/20
[PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
,
Rayhan Faizel
,
2024/05/19
[PATCH v3 1/3] hw/nvram: Add BCM2835 OTP device
,
Rayhan Faizel
,
2024/05/19
Re: [PATCH v3 1/3] hw/nvram: Add BCM2835 OTP device
,
Peter Maydell
,
2024/05/30
[PATCH v3 2/3] hw/arm: Connect OTP device to BCM2835
,
Rayhan Faizel
,
2024/05/19
Re: [PATCH v3 2/3] hw/arm: Connect OTP device to BCM2835
,
Peter Maydell
,
2024/05/30
[PATCH v3 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys
,
Rayhan Faizel
,
2024/05/19
Re: [PATCH v3 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys
,
Peter Maydell
,
2024/05/30
Re: [PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
,
Peter Maydell
,
2024/05/30
[PATCH v2 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
,
Rayhan Faizel
,
2024/05/18
[PATCH v2 1/3] hw/nvram: Add BCM2835 OTP device
,
Rayhan Faizel
,
2024/05/18
[PATCH v2 2/3] hw/arm: Connect OTP device to BCM2835
,
Rayhan Faizel
,
2024/05/18
[PATCH v2 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys
,
Rayhan Faizel
,
2024/05/18
[PATCH] ppc/spapr: Add ibm,pi-features
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH] ppc/spapr: Add ibm,pi-features
,
Harsh Prateek Bora
,
2024/05/20
[PATCH 00/14] target/ppc: Various TCG emulation patches
,
Nicholas Piggin
,
2024/05/18
[PATCH 01/14] target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH 01/14] target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
,
Richard Henderson
,
2024/05/18
[PATCH 02/14] target/ppc: Remove redundant MEMOP_GET_SIZE macro
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH 02/14] target/ppc: Remove redundant MEMOP_GET_SIZE macro
,
BALATON Zoltan
,
2024/05/18
Re: [PATCH 02/14] target/ppc: Remove redundant MEMOP_GET_SIZE macro
,
Richard Henderson
,
2024/05/18
[PATCH 03/14] target/ppc: Make checkstop actually stop the system
,
Nicholas Piggin
,
2024/05/18
[PATCH 04/14] target/ppc: improve checkstop logging
,
Nicholas Piggin
,
2024/05/18
[PATCH 06/14] target/ppc: BookE DECAR SPR is 32-bit
,
Nicholas Piggin
,
2024/05/18
[PATCH 07/14] target/ppc: Wire up BookE ATB registers for e500 family
,
Nicholas Piggin
,
2024/05/18
[PATCH 05/14] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH 05/14] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Richard Henderson
,
2024/05/18
Re: [PATCH 05/14] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH 05/14] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Richard Henderson
,
2024/05/18
Re: [PATCH 05/14] target/ppc: Implement attn instruction on BookS 64-bit processors
,
Nicholas Piggin
,
2024/05/20
[PATCH 09/14] target/ppc: add helper to write per-LPAR SPRs
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH 09/14] target/ppc: add helper to write per-LPAR SPRs
,
Richard Henderson
,
2024/05/18
Re: [PATCH 09/14] target/ppc: add helper to write per-LPAR SPRs
,
Nicholas Piggin
,
2024/05/20
[PATCH 11/14] target/ppc: Add SMT support to PTCR SPR
,
Nicholas Piggin
,
2024/05/18
[PATCH 10/14] target/ppc: Add SMT support to simple SPRs
,
Nicholas Piggin
,
2024/05/18
[PATCH 08/14] target/ppc: Add PPR32 SPR
,
Nicholas Piggin
,
2024/05/18
[PATCH 12/14] target/ppc: Implement LDBAR, TTR SPRs
,
Nicholas Piggin
,
2024/05/18
[PATCH 13/14] target/ppc: Implement SPRC/SPRD SPRs
,
Nicholas Piggin
,
2024/05/18
[PATCH 14/14] target/ppc: add SMT support to msgsnd broadcast
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH 0/3] target/ppc: Moving VMX insns to decodetree
,
Nicholas Piggin
,
2024/05/18
[PATCH v1 0/2] AWS Nitro Enclave emulation support
,
Dorjoy Chowdhury
,
2024/05/18
[PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Dorjoy Chowdhury
,
2024/05/18
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Daniel P . Berrangé
,
2024/05/22
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Dorjoy Chowdhury
,
2024/05/22
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Alexander Graf
,
2024/05/31
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Kevin Wolf
,
2024/05/31
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Dorjoy Chowdhury
,
2024/05/27
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Alexander Graf
,
2024/05/27
Re: [PATCH v1 1/2] machine/microvm: support for loading EIF image
,
Dorjoy Chowdhury
,
2024/05/27
[PATCH v1 2/2] machine/nitro-enclave: new machine type for AWS nitro enclave
,
Dorjoy Chowdhury
,
2024/05/18
Re: [PATCH v1 0/2] AWS Nitro Enclave emulation support
,
Dorjoy Chowdhury
,
2024/05/18
Re: Point where target instructions are read
,
Gautam Bhat
,
2024/05/18
[PATCH v2] hw/nvme: Add properties for PCI vendor/device IDs and IEEE-OUI ID
,
Saif Abrar
,
2024/05/18
[PATCH v2 0/2] Fix NBD+TLS regression in presence of iothread
,
Eric Blake
,
2024/05/17
[PATCH v2 2/2] iotests: test NBD+TLS+iothread
,
Eric Blake
,
2024/05/17
Re: [PATCH v2 2/2] iotests: test NBD+TLS+iothread
,
Eric Blake
,
2024/05/17
Re: [PATCH v2 2/2] iotests: test NBD+TLS+iothread
,
Daniel P . Berrangé
,
2024/05/20
Re: [PATCH v2 2/2] iotests: test NBD+TLS+iothread
,
Kevin Wolf
,
2024/05/31
Re: [PATCH v2 2/2] iotests: test NBD+TLS+iothread
,
Eric Blake
,
2024/05/31
[PATCH v2 1/2] qio: Inherit follow_coroutine_ctx across TLS
,
Eric Blake
,
2024/05/17
Re: [PATCH v2 0/2] Fix NBD+TLS regression in presence of iothread
,
Eric Blake
,
2024/05/17
[PATCH v2 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Daniel Henrique Barboza
,
2024/05/17
[PATCH v2 1/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Daniel Henrique Barboza
,
2024/05/17
Re: [PATCH v2 1/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Akihiko Odaki
,
2024/05/18
Re: [PATCH v2 1/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Alistair Francis
,
2024/05/27
Re: [PATCH v2 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Alistair Francis
,
2024/05/27
Re: [PATCH v3 2/5] ppc/pnv: Extend SPI model
,
Miles Glenn
,
2024/05/17
Re: [PATCH v3 2/5] ppc/pnv: Extend SPI model
,
Chalapathi V
,
2024/05/21
Re: [PATCH v3 2/5] ppc/pnv: Extend SPI model
,
Cédric Le Goater
,
2024/05/21
Re: [PATCH v3 2/5] ppc/pnv: Extend SPI model
,
Miles Glenn
,
2024/05/21
Re: [PATCH v3 4/5] hw/ppc: SPI controller wiring to P10 chip
,
Miles Glenn
,
2024/05/17
Re: [PATCH v3 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
,
Miles Glenn
,
2024/05/17
Re: [PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest
,
Miles Glenn
,
2024/05/17
Re: [PATCH 1/1] prealloc: add truncate mode for prealloc filter
,
Denis V. Lunev
,
2024/05/17
Re: [PATCH 1/1] prealloc: add truncate mode for prealloc filter
,
Denis V. Lunev
,
2024/05/28
Re: [PATCH 1/1] prealloc: add truncate mode for prealloc filter
,
Wang, Lei
,
2024/05/28
Re: [PATCH 1/1] prealloc: add truncate mode for prealloc filter
,
Denis V. Lunev
,
2024/05/29
Re: [PATCH 1/1] block: drop force_dup parameter of raw_reconfigure_getfd()
,
Denis V. Lunev
,
2024/05/17
Re: [PATCH 1/1] block: drop force_dup parameter of raw_reconfigure_getfd()
,
Denis V. Lunev
,
2024/05/28
Re: [PATCH 1/1] block: drop force_dup parameter of raw_reconfigure_getfd()
,
Kevin Wolf
,
2024/05/28
Re: [PATCH v3 1/5] ppc/pnv: Add SPI controller model
,
Miles Glenn
,
2024/05/17
Re: [PATCH v3 1/5] ppc/pnv: Add SPI controller model
,
Chalapathi V
,
2024/05/21
[PULL 0/5] Misc HW patches & fixes for 2024-05-17
,
Philippe Mathieu-Daudé
,
2024/05/17
[PULL 1/5] ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
,
Philippe Mathieu-Daudé
,
2024/05/17
RE: [PULL 1/5] ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
,
Kim, Dongwon
,
2024/05/17
[PULL 3/5] hw/core: allow parameter=1 for SMP topology on any machine
,
Philippe Mathieu-Daudé
,
2024/05/17
[PULL 5/5] tests: Gently exit from GDB when tests complete
,
Philippe Mathieu-Daudé
,
2024/05/17
[PULL 2/5] hw/pflash: fix block write start
,
Philippe Mathieu-Daudé
,
2024/05/17
[PULL 4/5] tests: add testing of parameter=1 for SMP topology
,
Philippe Mathieu-Daudé
,
2024/05/17
Re: [PULL 0/5] Misc HW patches & fixes for 2024-05-17
,
Richard Henderson
,
2024/05/18
[PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
,
Ray Lee
,
2024/05/17
Re: [PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
,
Philippe Mathieu-Daudé
,
2024/05/17
[PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
,
Ray Lee
,
2024/05/19
Re: [PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Nicholas Piggin
,
2024/05/17
Re: [PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Richard Henderson
,
2024/05/18
Re: [PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Nicholas Piggin
,
2024/05/20
Re: [PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Richard Henderson
,
2024/05/20
[PULL 0/6] Fix s390x crash and clean up container images
,
Thomas Huth
,
2024/05/17
[PULL 1/6] tests/lcitool/refresh: Treat the output of lcitool as text, not as bytes
,
Thomas Huth
,
2024/05/17
[PULL 3/6] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Thomas Huth
,
2024/05/17
[PULL 2/6] tests/lcitool: Remove 'xfsprogs' from QEMU
,
Thomas Huth
,
2024/05/17
[PULL 6/6] hw/intc/s390_flic: Fix crash that occurs when saving the machine state
,
Thomas Huth
,
2024/05/17
[PULL 4/6] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
,
Thomas Huth
,
2024/05/17
[PULL 5/6] tests/docker/dockerfiles: Update container files with "lcitool-refresh"
,
Thomas Huth
,
2024/05/17
Re: [PULL 0/6] Fix s390x crash and clean up container images
,
Richard Henderson
,
2024/05/18
[PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Zhenzhong Duan
,
2024/05/17
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
CLEMENT MATHIEU--DRIF
,
2024/05/17
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Liu, Yi L
,
2024/05/19
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
CLEMENT MATHIEU--DRIF
,
2024/05/19
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/19
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Jason Wang
,
2024/05/19
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/19
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Liu, Yi L
,
2024/05/20
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/20
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Jason Wang
,
2024/05/20
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/21
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Jason Wang
,
2024/05/22
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/24
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Jason Wang
,
2024/05/26
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/27
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Yi Liu
,
2024/05/27
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Michael S. Tsirkin
,
2024/05/27
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Michael S. Tsirkin
,
2024/05/27
RE: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Duan, Zhenzhong
,
2024/05/27
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Michael S. Tsirkin
,
2024/05/27
Re: [PATCH] intel_iommu: Use the latest fault reasons defined by spec
,
Jason Wang
,
2024/05/27
[PATCH v3 00/11] Support persistent reservation operations
,
Changqi Lu
,
2024/05/17
[PATCH v3 02/11] block/raw: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/17
[PATCH v3 03/11] scsi/constant: add persistent reservation in/out protocol constants
,
Changqi Lu
,
2024/05/17
[PATCH v3 01/11] block: add persistent reservation in/out api
,
Changqi Lu
,
2024/05/17
[PATCH v3 04/11] scsi/util: add helper functions for persistent reservation types conversion
,
Changqi Lu
,
2024/05/17
[PATCH v3 05/11] hw/scsi: add persistent reservation in/out api for scsi device
,
Changqi Lu
,
2024/05/17
[PATCH v3 06/11] block/nvme: add reservation command protocol constants
,
Changqi Lu
,
2024/05/17
Re: [PATCH v3 06/11] block/nvme: add reservation command protocol constants
,
Klaus Jensen
,
2024/05/24
[PATCH v3 07/11] hw/nvme: add helper functions for converting reservation types
,
Changqi Lu
,
2024/05/17
[PATCH v3 09/11] hw/nvme: enable namespace rescap function
,
Changqi Lu
,
2024/05/17
Re: [PATCH v3 09/11] hw/nvme: enable namespace rescap function
,
Klaus Jensen
,
2024/05/24
Re: [PATCH v3 09/11] hw/nvme: enable namespace rescap function
,
Klaus Jensen
,
2024/05/24
[PATCH v3 08/11] hw/nvme: enable ONCS reservations
,
Changqi Lu
,
2024/05/17
Re: [PATCH v3 08/11] hw/nvme: enable ONCS reservations
,
Klaus Jensen
,
2024/05/24
[PATCH v3 10/11] hw/nvme: add reservation protocal command
,
Changqi Lu
,
2024/05/17
Re: [PATCH v3 10/11] hw/nvme: add reservation protocal command
,
Klaus Jensen
,
2024/05/24
[PATCH v3 11/11] block/iscsi: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/17
Re: [PATCH v3 00/11] Support persistent reservation operations
,
卢长奇
,
2024/05/23
[PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Fiona Ebner
,
2024/05/17
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Fabiano Rosas
,
2024/05/20
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Jason Wang
,
2024/05/20
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Fiona Ebner
,
2024/05/21
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Fabiano Rosas
,
2024/05/21
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Jason Wang
,
2024/05/20
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Peter Xu
,
2024/05/21
Re: [PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
,
Fabiano Rosas
,
2024/05/22
[PATCH] hw/intc/s390_flic: Fix crash that occurs when saving the machine state
,
Thomas Huth
,
2024/05/17
Re: [PATCH] hw/intc/s390_flic: Fix crash that occurs when saving the machine state
,
Cédric Le Goater
,
2024/05/17
Re: [PATCH] hw/intc/s390_flic: Fix crash that occurs when saving the machine state
,
Marc Hartmayer
,
2024/05/17
Re: [PATCH] hw/intc/s390_flic: Fix crash that occurs when saving the machine state
,
Philippe Mathieu-Daudé
,
2024/05/17
[PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship
,
Zhao Liu
,
2024/05/17
[PATCH 2/2] qapi: List block-core.json in qapi-schema.json
,
Zhao Liu
,
2024/05/17
[PATCH 1/2] qapi: Reorder and categorize json files in qapi-schema.json
,
Zhao Liu
,
2024/05/17
Re: [PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship
,
Zhao Liu
,
2024/05/30
[PATCH] ui/console: Fix compiling issue
,
Bibo Mao
,
2024/05/16
[RFC v2] target/loongarch/kvm: Add software breakpoint support
,
Bibo Mao
,
2024/05/16
[PATCH 0/5] Implement icount=auto using TCG Plugins
,
Pierrick Bouvier
,
2024/05/16
[PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Pierrick Bouvier
,
2024/05/16
Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Alex Bennée
,
2024/05/28
Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Pierrick Bouvier
,
2024/05/28
Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Pierrick Bouvier
,
2024/05/29
Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Paolo Bonzini
,
2024/05/30
Re: [PATCH 1/5] sysemu: add set_virtual_time to accel ops
,
Pierrick Bouvier
,
2024/05/30
[PATCH 3/5] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
,
Pierrick Bouvier
,
2024/05/16
[PATCH 2/5] qtest: use cpu interface in qtest_clock_warp
,
Pierrick Bouvier
,
2024/05/16
Re: [PATCH 2/5] qtest: use cpu interface in qtest_clock_warp
,
Paolo Bonzini
,
2024/05/30
Re: [PATCH 2/5] qtest: use cpu interface in qtest_clock_warp
,
Pierrick Bouvier
,
2024/05/30
[PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Pierrick Bouvier
,
2024/05/16
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Alex Bennée
,
2024/05/28
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Pierrick Bouvier
,
2024/05/28
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Alex Bennée
,
2024/05/28
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Pierrick Bouvier
,
2024/05/28
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Alex Bennée
,
2024/05/29
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Pierrick Bouvier
,
2024/05/29
Re: [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling
,
Alex Bennée
,
2024/05/29
[PATCH 4/5] plugins: add time control API
,
Pierrick Bouvier
,
2024/05/16
[PATCH 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Daniel Henrique Barboza
,
2024/05/16
[PATCH 1/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Daniel Henrique Barboza
,
2024/05/16
Re: [PATCH 1/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
LIU Zhiwei
,
2024/05/16
Re: [PATCH 1/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
,
Alex Bennée
,
2024/05/17
[PATCH] gitlab-ci: Replace Docker with Kaniko
,
Camilla Conte
,
2024/05/16
Re: [PATCH] gitlab-ci: Replace Docker with Kaniko
,
Daniel P . Berrangé
,
2024/05/16
Re: [PATCH] gitlab-ci: Replace Docker with Kaniko
,
Thomas Huth
,
2024/05/17
Re: [PATCH] gitlab-ci: Replace Docker with Kaniko
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH] gitlab-ci: Replace Docker with Kaniko
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH] gitlab-ci: Replace Docker with Kaniko
,
Camilla Conte
,
2024/05/20
Re: [PATCH] gitlab-ci: Replace Docker with Kaniko
,
Daniel P . Berrangé
,
2024/05/22
Re: [PATCH v2 1/4] vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()
,
Cédric Le Goater
,
2024/05/16
[PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2024/05/16
[PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2024/05/16
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Peter Maydell
,
2024/05/16
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Michael S. Tsirkin
,
2024/05/16
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Peter Maydell
,
2024/05/16
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Thomas Huth
,
2024/05/17
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Michael S. Tsirkin
,
2024/05/16
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
,
Alex Bennée
,
2024/05/17
[PATCH v2 3/3] docs: define policy forbidding use of AI code generators
,
Daniel P . Berrangé
,
2024/05/16
Re: [PATCH v2 3/3] docs: define policy forbidding use of AI code generators
,
Michael S. Tsirkin
,
2024/05/16
Re: [PATCH v2 3/3] docs: define policy forbidding use of AI code generators
,
Daniel P . Berrangé
,
2024/05/17
[PATCH v2 2/3] docs: define policy limiting the inclusion of generated files
,
Daniel P . Berrangé
,
2024/05/16
Re: [PATCH v2 2/3] docs: define policy limiting the inclusion of generated files
,
Michael S. Tsirkin
,
2024/05/16
Re: [PATCH v2 2/3] docs: define policy limiting the inclusion of generated files
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH v2 2/3] docs: define policy limiting the inclusion of generated files
,
Alex Bennée
,
2024/05/17
Re: [PATCH v2 2/3] docs: define policy limiting the inclusion of generated files
,
Kevin Wolf
,
2024/05/28
Re: [PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2024/05/16
Re: [PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
,
Peter Maydell
,
2024/05/16
Re: [PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2024/05/16
Re: [PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
,
Stefan Hajnoczi
,
2024/05/21
Re: [PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
,
Kevin Wolf
,
2024/05/28
[PATCH v6 0/8] xen: Support grant mappings
,
Edgar E. Iglesias
,
2024/05/16
[PATCH v6 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
,
Edgar E. Iglesias
,
2024/05/16
[PATCH v6 2/8] xen: mapcache: Unmap first entries in buckets
,
Edgar E. Iglesias
,
2024/05/16
[PATCH v6 7/8] xen: mapcache: Add support for grant mappings
,
Edgar E. Iglesias
,
2024/05/16
Re: [PATCH v6 7/8] xen: mapcache: Add support for grant mappings
,
Manos Pitsidianakis
,
2024/05/23
Re: [PATCH v6 7/8] xen: mapcache: Add support for grant mappings
,
Edgar E. Iglesias
,
2024/05/23
Re: [PATCH v6 7/8] xen: mapcache: Add support for grant mappings
,
Stefano Stabellini
,
2024/05/23
[PATCH v6 3/8] xen: Add xen_mr_is_memory()
,
Edgar E. Iglesias
,
2024/05/16
[PATCH v6 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
,
Edgar E. Iglesias
,
2024/05/16
Re: [PATCH v6 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
,
David Hildenbrand
,
2024/05/16
[PATCH v6 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
,
Edgar E. Iglesias
,
2024/05/16
Re: [PATCH v6 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
,
David Hildenbrand
,
2024/05/16
[PATCH v6 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Edgar E. Iglesias
,
2024/05/16
Re: [PATCH v6 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
David Hildenbrand
,
2024/05/16
Re: [PATCH v6 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Stefano Stabellini
,
2024/05/16
[PATCH v6 8/8] hw/arm: xen: Enable use of grant mappings
,
Edgar E. Iglesias
,
2024/05/16
Re: [PATCH v6 8/8] hw/arm: xen: Enable use of grant mappings
,
Manos Pitsidianakis
,
2024/05/23
[RFC/PATCH v2 00/12] Gunyah hypervisor support
,
Srivatsa Vaddagiri
,
2024/05/16
Re: [RFC/PATCH v2 00/12] Gunyah hypervisor support
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 00/12] Gunyah hypervisor support
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 03/12] hw/arm/virt: confidential guest support
,
Srivatsa Vaddagiri
,
2024/05/16
Re: [RFC/PATCH v2 03/12] hw/arm/virt: confidential guest support
,
Daniel P . Berrangé
,
2024/05/16
Re: [RFC/PATCH v2 03/12] hw/arm/virt: confidential guest support
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 04/12] gunyah: Basic support
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 05/12] gunyah: Support memory assignment
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 01/12] gunyah: UAPI header (NOT FOR MERGE)
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 06/12] gunyah: Add IRQFD and IOEVENTFD functions
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 02/12] accel: Introduce check_capability() callback
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 07/12] gunyah: Add gicv3 interrupt controller
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 08/12] gunyah: Specific device-tree location
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 09/12] gunyah: Customize device-tree
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 11/12] gunyah: Workarounds (NOT FOR MERGE)
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 10/12] gunyah: CPU execution loop
,
Srivatsa Vaddagiri
,
2024/05/16
[RFC/PATCH v2 12/12] gunyah: Documentation
,
Srivatsa Vaddagiri
,
2024/05/16
Re: [PULL 04/17] virtio-net: Add support for USO features
,
Fiona Ebner
,
2024/05/16
Re: [PULL 04/17] virtio-net: Add support for USO features
,
Jason Wang
,
2024/05/16
[PATCH v7 0/9] vfio: Improve error reporting (part 2)
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 2/9] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 6/9] vfio: Reverse test on vfio_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 3/9] migration: Extend migration_file_set_error() with Error* argument
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/16
Re: [PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Markus Armbruster
,
2024/05/29
Re: [PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/29
[PATCH v7 5/9] vfio/migration: Add Error** argument to .vfio_save_config() handler
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 7/9] memory: Add Error** argument to memory_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 9/9] vfio: Also trace event failures in vfio_save_complete_precopy()
,
Cédric Le Goater
,
2024/05/16
[PATCH v7 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/16
Re: [PATCH v7 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/16
Re: [PATCH v7 0/9] vfio: Improve error reporting (part 2)
,
Cédric Le Goater
,
2024/05/16
[PATCH] target/riscv: zvbb implies zvkb
,
Jerry Zhang Jian
,
2024/05/16
Re: [PATCH] target/riscv: zvbb implies zvkb
,
Frank Chang
,
2024/05/16
Re: [PATCH] target/riscv: zvbb implies zvkb
,
Alistair Francis
,
2024/05/27
Re: [PATCH] target/riscv: zvbb implies zvkb
,
Alistair Francis
,
2024/05/27
Re: [PATCH] target/riscv: zvbb implies zvkb
,
Jerry ZJ
,
2024/05/28
Re: [PATCH] target/riscv: zvbb implies zvkb
,
Jerry Zhang Jian
,
2024/05/28
[PATCH v2] target/riscv: zvbb implies zvkb
,
Jerry Zhang Jian
,
2024/05/28
[PATCH v5] hw/pflash: fix block write start
,
Gerd Hoffmann
,
2024/05/16
[PATCH 0/4] MAINTAINERS: update kraxel's entries.
,
Gerd Hoffmann
,
2024/05/16
[PATCH 1/4] MAINTAINERS: drop audio maintainership
,
Gerd Hoffmann
,
2024/05/16
Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
,
Thomas Huth
,
2024/05/22
Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
,
Manos Pitsidianakis
,
2024/05/22
Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
,
Christian Schoenebeck
,
2024/05/23
Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
,
Matias Ezequiel Vara Larsen
,
2024/05/27
[PATCH 2/4] MAINTAINERS: drop usb maintainership
,
Gerd Hoffmann
,
2024/05/16
Re: [PATCH 2/4] MAINTAINERS: drop usb maintainership
,
Peter Maydell
,
2024/05/16
Re: [PATCH 2/4] MAINTAINERS: drop usb maintainership
,
Daniel P . Berrangé
,
2024/05/16
Re: [PATCH 2/4] MAINTAINERS: drop usb maintainership
,
Manos Pitsidianakis
,
2024/05/23
[PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership
,
Gerd Hoffmann
,
2024/05/16
Re: [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership
,
Manos Pitsidianakis
,
2024/05/23
[PATCH 4/4] MAINTAINERS: drop spice+ui maintainership
,
Gerd Hoffmann
,
2024/05/16
Re: [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership
,
Manos Pitsidianakis
,
2024/05/23
[RFC QEMU PATCH v7 0/1] Support device passthrough when dom0 is PVH on Xen
,
Jiqian Chen
,
2024/05/16
[RFC QEMU PATCH v7 1/1] xen/pci: get gsi for passthrough devices
,
Jiqian Chen
,
2024/05/16
[PULL 0/5] loongarch-to-apply queue
,
Song Gao
,
2024/05/16
[PULL 1/5] hw/loongarch: Add compat machine for 9.1
,
Song Gao
,
2024/05/16
Re: [PULL 1/5] hw/loongarch: Add compat machine for 9.1
,
Peter Maydell
,
2024/05/16
[PULL 5/5] target/loongarch/kvm: fpu save the vreg registers high 192bit
,
Song Gao
,
2024/05/16
[PULL 4/5] target/loongarch/kvm: Fix VM recovery from disk failures
,
Song Gao
,
2024/05/16
[PULL 2/5] hw/loongarch: Remove minimum and default memory size
,
Song Gao
,
2024/05/16
[PULL 3/5] tests: Add migration test for loongarch64
,
Song Gao
,
2024/05/16
Re: [PULL 0/5] loongarch-to-apply queue
,
Peter Maydell
,
2024/05/16
Re: [PULL 0/5] loongarch-to-apply queue
,
gaosong
,
2024/05/16
[PATCH v4] hw/pflash: fix block write start
,
Gerd Hoffmann
,
2024/05/16
Re: [PATCH v4] hw/pflash: fix block write start
,
Fiona Ebner
,
2024/05/16
[PATCH v2 0/5] tests: Remove xfsprogs and g++ from the dockerfiles
,
Thomas Huth
,
2024/05/16
[PATCH v2 3/5] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Thomas Huth
,
2024/05/16
Re: [PATCH v2 3/5] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Daniel P . Berrangé
,
2024/05/16
[PATCH v2 4/5] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
,
Thomas Huth
,
2024/05/16
Re: [PATCH v2 4/5] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
,
Daniel P . Berrangé
,
2024/05/16
[PATCH v2 1/5] tests/lcitool/refresh: Treat the output of lcitool as text, not as bytes
,
Thomas Huth
,
2024/05/16
Re: [PATCH v2 1/5] tests/lcitool/refresh: Treat the output of lcitool as text, not as bytes
,
Daniel P . Berrangé
,
2024/05/16
[PATCH v2 5/5] tests/docker/dockerfiles: Update container files with "lcitool-refresh"
,
Thomas Huth
,
2024/05/16
Re: [PATCH v2 5/5] tests/docker/dockerfiles: Update container files with "lcitool-refresh"
,
Daniel P . Berrangé
,
2024/05/16
[PATCH v2 2/5] tests/lcitool: Remove 'xfsprogs' from QEMU
,
Thomas Huth
,
2024/05/16
Re: [PATCH v2 2/5] tests/lcitool: Remove 'xfsprogs' from QEMU
,
Daniel P . Berrangé
,
2024/05/16
[PATCH v4 0/3] Fix "virtio-gpu: fix scanout migration post-load"
,
marcandre . lureau
,
2024/05/16
[PATCH v4 1/3] migration: add "exists" info to load-state-field trace
,
marcandre . lureau
,
2024/05/16
[PATCH v4 2/3] migration: fix a typo
,
marcandre . lureau
,
2024/05/16
[PATCH v4 3/3] virtio-gpu: fix v2 migration
,
marcandre . lureau
,
2024/05/16
Re: [PATCH v4 0/3] Fix "virtio-gpu: fix scanout migration post-load"
,
Fiona Ebner
,
2024/05/16
Re: [PATCH v4 0/3] Fix "virtio-gpu: fix scanout migration post-load"
,
Peter Xu
,
2024/05/16
Re: [PATCH v4 0/3] Fix "virtio-gpu: fix scanout migration post-load"
,
Fabiano Rosas
,
2024/05/22
[PULL v2 00/11] testing and plugin updates
,
Alex Bennée
,
2024/05/16
Re: [PULL v2 00/11] testing and plugin updates
,
Richard Henderson
,
2024/05/16
[PATCH v2 0/4] target/ppc: vcpu hotplug failure handling fixes
,
Harsh Prateek Bora
,
2024/05/16
[PATCH v2 2/4] accel/kvm: Introduce kvm_create_and_park_vcpu() helper
,
Harsh Prateek Bora
,
2024/05/16
[PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Harsh Prateek Bora
,
2024/05/16
RE: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/16
Re: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Harsh Prateek Bora
,
2024/05/16
RE: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/16
Re: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Harsh Prateek Bora
,
2024/05/16
RE: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/16
Message not available
[PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/16
Re: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Harsh Prateek Bora
,
2024/05/16
Re: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Nicholas Piggin
,
2024/05/16
RE: [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/17
[PATCH v2 3/4] cpu-common.c: export cpu_get_free_index to be reused later
,
Harsh Prateek Bora
,
2024/05/16
[PATCH v2 4/4] target/ppc: handle vcpu hotplug failure gracefully
,
Harsh Prateek Bora
,
2024/05/16
[PATCH v2 1/3] migration/colo: Minor fix for colo error message
,
Li Zhijian
,
2024/05/15
[PATCH v2 2/3] migration/colo: make colo_incoming_co() return void
,
Li Zhijian
,
2024/05/15
[PATCH v2 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
,
Li Zhijian
,
2024/05/15
Re: [PATCH v2 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
,
Michael Tokarev
,
2024/05/17
Re: [PATCH v2 1/3] migration/colo: Minor fix for colo error message
,
Fabiano Rosas
,
2024/05/22
[PATCH v4 2/2] vhost-user: fix lost reconnect again
,
Li Feng
,
2024/05/15
Re: [PATCH v4 2/2] vhost-user: fix lost reconnect again
,
Raphael Norwitz
,
2024/05/16
[PATCH v4 1/2] Revert "vhost-user: fix lost reconnect"
,
Li Feng
,
2024/05/15
Re: [PATCH v4 1/2] Revert "vhost-user: fix lost reconnect"
,
Raphael Norwitz
,
2024/05/16
Re: [PATCH RFC v4 0/7] virtio-net: add support for SR-IOV emulation
,
Yui Washizu
,
2024/05/15
Re: [RFC PATCH-for-9.1 0/4] hw/i2c: Convert to spec v7 (inclusive) terminology
,
Corey Minyard
,
2024/05/15
Re: [RFC PATCH v3 04/18] hw/arm/smmu: Use enum for SMMU stage
,
Alex Bennée
,
2024/05/15
[PULL 00/11] testing and plugin updates
,
Alex Bennée
,
2024/05/15
[PULL 11/11] plugins: remove op from qemu_plugin_inline_cb
,
Alex Bennée
,
2024/05/15
[PULL 02/11] scripts/update-linux-header.sh: be more src tree friendly
,
Alex Bennée
,
2024/05/15
[PULL 04/11] plugins: extract generate ptr for qemu_plugin_u64
,
Alex Bennée
,
2024/05/15
[PULL 06/11] tests/plugin/inline: add test for STORE_U64 inline op
,
Alex Bennée
,
2024/05/15
[PULL 09/11] plugins: distinct types for callbacks
,
Alex Bennée
,
2024/05/15
[PULL 07/11] plugins: conditional callbacks
,
Alex Bennée
,
2024/05/15
[PULL 10/11] plugins: extract cpu_index generate
,
Alex Bennée
,
2024/05/15
[PULL 08/11] tests/plugin/inline: add test for conditional callback
,
Alex Bennée
,
2024/05/15
[PULL 03/11] plugins: prepare introduction of new inline ops
,
Alex Bennée
,
2024/05/15
[PULL 05/11] plugins: add new inline op STORE_U64
,
Alex Bennée
,
2024/05/15
[PULL 01/11] tests/tcg: don't append QEMU_OPTS for armv6m-undef test
,
Alex Bennée
,
2024/05/15
[PATCH v3 0/5] hw/ppc: SPI model
,
Chalapathi V
,
2024/05/15
[PATCH v3 1/5] ppc/pnv: Add SPI controller model
,
Chalapathi V
,
2024/05/15
Re: [PATCH v3 1/5] ppc/pnv: Add SPI controller model
,
Cédric Le Goater
,
2024/05/20
Re: [PATCH v3 1/5] ppc/pnv: Add SPI controller model
,
Chalapathi V
,
2024/05/21
Re: [PATCH v3 1/5] ppc/pnv: Add SPI controller model
,
Chalapathi V
,
2024/05/21
[PATCH v3 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
,
Chalapathi V
,
2024/05/15
Re: [PATCH v3 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
,
Cédric Le Goater
,
2024/05/20
[PATCH v3 4/5] hw/ppc: SPI controller wiring to P10 chip
,
Chalapathi V
,
2024/05/15
Re: [PATCH v3 4/5] hw/ppc: SPI controller wiring to P10 chip
,
Cédric Le Goater
,
2024/05/20
[PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest
,
Chalapathi V
,
2024/05/15
Re: [PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest
,
Cédric Le Goater
,
2024/05/20
Re: [PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest
,
Chalapathi V
,
2024/05/21
[PATCH v3 2/5] ppc/pnv: Extend SPI model
,
Chalapathi V
,
2024/05/15
[PATCH 0/4] Add MTE stubs for aarch64 user mode
,
Gustavo Romero
,
2024/05/15
[PATCH 1/4] gdbstub: Add support for target-specific stubs
,
Gustavo Romero
,
2024/05/15
Re: [PATCH 1/4] gdbstub: Add support for target-specific stubs
,
Philippe Mathieu-Daudé
,
2024/05/16
Re: [PATCH 1/4] gdbstub: Add support for target-specific stubs
,
Alex Bennée
,
2024/05/28
[PATCH 2/4] gdbstub: Add support for MTE in user mode
,
Gustavo Romero
,
2024/05/15
Re: [PATCH 2/4] gdbstub: Add support for MTE in user mode
,
Philippe Mathieu-Daudé
,
2024/05/16
Re: [PATCH 2/4] gdbstub: Add support for MTE in user mode
,
Richard Henderson
,
2024/05/16
Re: [PATCH 2/4] gdbstub: Add support for MTE in user mode
,
Richard Henderson
,
2024/05/16
Re: [PATCH 2/4] gdbstub: Add support for MTE in user mode
,
Alex Bennée
,
2024/05/28
[PATCH 3/4] tests: Gently exit from GDB when tests complete
,
Gustavo Romero
,
2024/05/15
Re: [PATCH 3/4] tests: Gently exit from GDB when tests complete
,
Philippe Mathieu-Daudé
,
2024/05/16
[PATCH 4/4] tests/tcg/aarch64: Add MTE gdbstub tests
,
Gustavo Romero
,
2024/05/15
Re: [PATCH 0/4] Add MTE stubs for aarch64 user mode
,
Alex Bennée
,
2024/05/28
Re: [PATCH 00/41] target/sparc: Implement VIS4
,
Richard Henderson
,
2024/05/15
Re: [PATCH 00/41] target/sparc: Implement VIS4
,
Mark Cave-Ayland
,
2024/05/16
[PATCH v3 00/28] linux-user/i386: Properly align signal frame
,
Richard Henderson
,
2024/05/15
[PATCH v3 01/28] target/i386: Add tcg/access.[ch]
,
Richard Henderson
,
2024/05/15
[PATCH v3 03/28] target/i386: Convert helper_{fbld, fbst}_ST0 to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 02/28] target/i386: Convert do_fldt, do_fstt to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 06/28] target/i386: Convert do_fsave, do_frstor to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 05/28] target/i386: Convert do_fstenv to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 04/28] target/i386: Convert do_fldenv to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 07/28] target/i386: Convert do_xsave_{fpu, mxcr, sse} to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 10/28] target/i386: Convert do_xsave_* to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 12/28] target/i386: Split out do_xsave_chk
,
Richard Henderson
,
2024/05/15
[PATCH v3 13/28] target/i386: Add rbfm argument to cpu_x86_{xsave, xrstor}
,
Richard Henderson
,
2024/05/15
[PATCH v3 15/28] linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
,
Richard Henderson
,
2024/05/15
[PATCH v3 14/28] target/i386: Add {hw, sw}_reserved to X86LegacyXSaveArea
,
Richard Henderson
,
2024/05/15
[PATCH v3 08/28] target/i386: Convert do_xrstor_{fpu, mxcr, sse} to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 09/28] tagret/i386: Convert do_fxsave, do_fxrstor to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 11/28] target/i386: Convert do_xrstor_* to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 17/28] linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
,
Richard Henderson
,
2024/05/15
[PATCH v3 20/28] linux-user/i386: Return boolean success from restore_sigcontext
,
Richard Henderson
,
2024/05/15
[PATCH v3 19/28] linux-user/i386: Fix -mregparm=3 for signal delivery
,
Richard Henderson
,
2024/05/15
[PATCH v3 26/28] target/i386: Pass host pointer and size to cpu_x86_{fsave, frstor}
,
Richard Henderson
,
2024/05/15
[PATCH v3 28/28] target/i386: Pass host pointer and size to cpu_x86_{xsave, xrstor}
,
Richard Henderson
,
2024/05/15
[PATCH v3 23/28] target/i386: Honor xfeatures in xrstor_sigcontext
,
Richard Henderson
,
2024/05/15
[PATCH v3 18/28] linux-user/i386: Split out struct target_fregs_state
,
Richard Henderson
,
2024/05/15
[PATCH v3 22/28] linux-user/i386: Fix allocation and alignment of fp state
,
Richard Henderson
,
2024/05/15
[PATCH v3 25/28] target/i386: Convert do_xrstor to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 24/28] target/i386: Convert do_xsave to X86Access
,
Richard Henderson
,
2024/05/15
[PATCH v3 16/28] linux-user/i386: Remove xfeatures from target_fpstate_fxsave
,
Richard Henderson
,
2024/05/15
[PATCH v3 21/28] linux-user/i386: Return boolean success from xrstor_sigcontext
,
Richard Henderson
,
2024/05/15
[PATCH v3 27/28] target/i386: Pass host pointer and size to cpu_x86_{fxsave, fxrstor}
,
Richard Henderson
,
2024/05/15
[PATCH 0/5] tcg: Support TCG_COND_TST* for vectors
,
Richard Henderson
,
2024/05/15
[PATCH 1/5] tcg: Introduce TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/15
Re: [PATCH 1/5] tcg: Introduce TCG_TARGET_HAS_tst_vec
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 5/5] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
,
Richard Henderson
,
2024/05/15
[PATCH 3/5] tcg/aarch64: Support TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/15
[PATCH 2/5] tcg: Expand TCG_COND_TST* if not TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/15
[PATCH 4/5] tcg/arm: Support TCG_TARGET_HAS_tst_vec
,
Richard Henderson
,
2024/05/15
Re: [PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
,
Zhao Liu
,
2024/05/15
[PATCH v3 0/5] Fix "virtio-gpu: fix scanout migration post-load"
,
marcandre . lureau
,
2024/05/15
[PATCH v3 1/5] migration: add "exists" info to load-state-field trace
,
marcandre . lureau
,
2024/05/15
[PATCH v3 2/5] migration: fix a typo
,
marcandre . lureau
,
2024/05/15
[PATCH v3 4/5] Set major/minor for PC and arm machines
,
marcandre . lureau
,
2024/05/15
Re: [PATCH v3 4/5] Set major/minor for PC and arm machines
,
Michael S. Tsirkin
,
2024/05/15
[PATCH v3 5/5] virtio-gpu: fix v2 migration
,
marcandre . lureau
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Michael S. Tsirkin
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Peter Xu
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Michael S. Tsirkin
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Daniel P . Berrangé
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Peter Xu
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Daniel P . Berrangé
,
2024/05/15
Re: [PATCH v3 5/5] virtio-gpu: fix v2 migration
,
Peter Xu
,
2024/05/16
[PATCH v3 3/5] hw/boards: add machine_check_version()
,
marcandre . lureau
,
2024/05/15
Re: [PATCH v3 0/5] Fix "virtio-gpu: fix scanout migration post-load"
,
Peter Xu
,
2024/05/15
Re: [PATCH v3 0/5] Fix "virtio-gpu: fix scanout migration post-load"
,
Daniel P . Berrangé
,
2024/05/15
Re: [RFC PATCH v3 09/18] hw/arm/smmu-common: Rework TLB lookup for nesting
,
Eric Auger
,
2024/05/15
Re: [RFC PATCH v3 09/18] hw/arm/smmu-common: Rework TLB lookup for nesting
,
Mostafa Saleh
,
2024/05/16
Re: [RFC PATCH v3 09/18] hw/arm/smmu-common: Rework TLB lookup for nesting
,
Eric Auger
,
2024/05/20
Re: [RFC PATCH v3 09/18] hw/arm/smmu-common: Rework TLB lookup for nesting
,
Mostafa Saleh
,
2024/05/22
Re: [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
,
Eric Auger
,
2024/05/15
Re: [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
,
Mostafa Saleh
,
2024/05/16
Re: [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
,
Eric Auger
,
2024/05/20
Re: [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
,
Mostafa Saleh
,
2024/05/22
[PATCH v3 0/4] qapi/vfio: Add VFIO migration QAPI event
,
Avihai Horon
,
2024/05/15
[PATCH v3 4/4] vfio/migration: Enhance VFIO migration state tracing
,
Avihai Horon
,
2024/05/15
Re: [PATCH v3 4/4] vfio/migration: Enhance VFIO migration state tracing
,
Cédric Le Goater
,
2024/05/15
[PATCH v3 2/4] vfio/migration: Emit VFIO migration QAPI event
,
Avihai Horon
,
2024/05/15
Re: [PATCH v3 2/4] vfio/migration: Emit VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/15
[PATCH v3 1/4] qapi/vfio: Add VFIO migration QAPI event
,
Avihai Horon
,
2024/05/15
[PATCH v3 3/4] vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
,
Avihai Horon
,
2024/05/15
Re: [PATCH v3 0/4] qapi/vfio: Add VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/16
Re: [RFC PATCH v3 07/18] hw/arm/smmuv3: Translate CD and TT using stage-2 table
,
Eric Auger
,
2024/05/15
Re: [RFC PATCH v3 07/18] hw/arm/smmuv3: Translate CD and TT using stage-2 table
,
Mostafa Saleh
,
2024/05/16
Re: [PATCH v2 06/15] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
,
Eric Cheng
,
2024/05/15
Re: [PATCH v2 06/15] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
,
Andrew Jones
,
2024/05/15
Re: [RFC PATCH v3 06/18] hw/arm/smmu: Consolidate ASID and VMID types
,
Eric Auger
,
2024/05/15
Re: [RFC PATCH v3 03/18] hw/arm/smmuv3: Fix encoding of CLASS in events
,
Eric Auger
,
2024/05/15
Re: [RFC PATCH v3 03/18] hw/arm/smmuv3: Fix encoding of CLASS in events
,
Mostafa Saleh
,
2024/05/16
[PATCH] ui/gtk-egl.c: fix build break
,
Anushree Mathur
,
2024/05/15
Re: [PATCH] ui/gtk-egl.c: fix build break
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH] vl: fix "type is NULL" in -vga help
,
marcandre . lureau
,
2024/05/15
[PATCH v3] vhost-user-gpu: fix import of DMABUF
,
marcandre . lureau
,
2024/05/15
[PATCH] ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
,
Cédric Le Goater
,
2024/05/15
Re: [PATCH] ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
,
Philippe Mathieu-Daudé
,
2024/05/15
[PULL 00/43] target/hppa: Misc improvements
,
Richard Henderson
,
2024/05/15
[PULL 01/43] target/hppa: Move cpu_get_tb_cpu_state out of line
,
Richard Henderson
,
2024/05/15
[PULL 03/43] target/hppa: Move constant destination check into use_goto_tb
,
Richard Henderson
,
2024/05/15
[PULL 02/43] target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
,
Richard Henderson
,
2024/05/15
[PULL 06/43] target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
,
Richard Henderson
,
2024/05/15
[PULL 17/43] target/hppa: Introduce and use DisasIAQE for branch management
,
Richard Henderson
,
2024/05/15
[PULL 24/43] target/hppa: Use TCG_COND_TST* in trans_bb_imm
,
Richard Henderson
,
2024/05/15
[PULL 10/43] target/hppa: Skip nullified insns in unconditional dbranch path
,
Richard Henderson
,
2024/05/15
[PULL 27/43] target/hppa: Remove cond_free
,
Richard Henderson
,
2024/05/15
[PULL 07/43] target/hppa: Add install_iaq_entries
,
Richard Henderson
,
2024/05/15
[PULL 05/43] target/hppa: Allow prior nullification in do_ibranch
,
Richard Henderson
,
2024/05/15
[PULL 04/43] target/hppa: Pass displacement to do_dbranch
,
Richard Henderson
,
2024/05/15
[PULL 14/43] target/hppa: Add space argument to do_ibranch
,
Richard Henderson
,
2024/05/15
[PULL 13/43] target/hppa: Add space arguments to install_iaq_entries
,
Richard Henderson
,
2024/05/15
[PULL 12/43] target/hppa: Add IASQ entries to DisasContext
,
Richard Henderson
,
2024/05/15
[PULL 11/43] target/hppa: Simplify TB end
,
Richard Henderson
,
2024/05/15
[PULL 20/43] target/hppa: Use TCG_COND_TST* in do_cond
,
Richard Henderson
,
2024/05/15
[PULL 18/43] target/hppa: Use displacements in DisasIAQE
,
Richard Henderson
,
2024/05/15
[PULL 22/43] target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
,
Richard Henderson
,
2024/05/15
[PULL 21/43] target/hppa: Use TCG_COND_TST* in do_log_cond
,
Richard Henderson
,
2024/05/15
[PULL 25/43] target/hppa: Use registerfields.h for FPSR
,
Richard Henderson
,
2024/05/15
[PULL 09/43] target/hppa: Delay computation of IAQ_Next
,
Richard Henderson
,
2024/05/15
[PULL 15/43] target/hppa: Use umax in do_ibranch_priv
,
Richard Henderson
,
2024/05/15
[PULL 08/43] target/hppa: Add install_link
,
Richard Henderson
,
2024/05/15
[PULL 28/43] target/hppa: Introduce DisasDelayException
,
Richard Henderson
,
2024/05/15
[PULL 29/43] target/hppa: Use delay_excp for conditional traps
,
Richard Henderson
,
2024/05/15
[PULL 16/43] target/hppa: Always make a copy in do_ibranch_priv
,
Richard Henderson
,
2024/05/15
[PULL 19/43] target/hppa: Rename cond_make_* helpers
,
Richard Henderson
,
2024/05/15
[PULL 26/43] target/hppa: Use TCG_COND_TST* in trans_ftest
,
Richard Henderson
,
2024/05/15
[PULL 34/43] target/hppa: Improve hppa_cpu_dump_state
,
Richard Henderson
,
2024/05/15
[PULL 38/43] target/hppa: Implement PSW_X
,
Richard Henderson
,
2024/05/15
[PULL 33/43] target/hppa: Do not mask in copy_iaoq_entry
,
Richard Henderson
,
2024/05/15
[PULL 30/43] target/hppa: Use delay_excp for conditional trap on overflow
,
Richard Henderson
,
2024/05/15
[PULL 32/43] target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
,
Richard Henderson
,
2024/05/15
[PULL 35/43] target/hppa: Split PSW X and B into their own field
,
Richard Henderson
,
2024/05/15
[PULL 36/43] target/hppa: Manage PSW_X and PSW_B in translator
,
Richard Henderson
,
2024/05/15
[PULL 37/43] target/hppa: Implement PSW_B
,
Richard Henderson
,
2024/05/15
[PULL 39/43] target/hppa: Drop tlb_entry return from hppa_get_physical_address
,
Richard Henderson
,
2024/05/15
[PULL 23/43] target/hppa: Use TCG_COND_TST* in do_unit_addsub
,
Richard Henderson
,
2024/05/15
[PULL 31/43] linux-user/hppa: Force all code addresses to PRIV_USER
,
Richard Henderson
,
2024/05/15
[PULL 40/43] target/hppa: Adjust priv for B,GATE at runtime
,
Richard Henderson
,
2024/05/15
[PULL 42/43] target/hppa: Log cpu state at interrupt
,
Richard Henderson
,
2024/05/15
[PULL 43/43] target/hppa: Log cpu state on return-from-interrupt
,
Richard Henderson
,
2024/05/15
[PULL 41/43] target/hppa: Implement CF_PCREL
,
Richard Henderson
,
2024/05/15
Re: [PULL 00/43] target/hppa: Misc improvements
,
Richard Henderson
,
2024/05/15
[PATCH v3 0/6] hw/loongarch: Refine numa memory map
,
Bibo Mao
,
2024/05/15
[PATCH v3 5/6] hw/loongarch: Remove minimum and default memory size
,
Bibo Mao
,
2024/05/15
Re: [PATCH v3 5/6] hw/loongarch: Remove minimum and default memory size
,
gaosong
,
2024/05/22
[PATCH v3 2/6] hw/loongarch: Refine fadt memory table for numa memory
,
Bibo Mao
,
2024/05/15
Re: [PATCH v3 2/6] hw/loongarch: Refine fadt memory table for numa memory
,
gaosong
,
2024/05/21
[PATCH v3 6/6] tests/qtest: Add numa test for loongarch system
,
Bibo Mao
,
2024/05/15
[PATCH v3 3/6] hw/loongarch: Refine fwcfg memory map
,
Bibo Mao
,
2024/05/15
Re: [PATCH v3 3/6] hw/loongarch: Refine fwcfg memory map
,
gaosong
,
2024/05/22
[PATCH v3 4/6] hw/loongarch: Refine system dram memory region
,
Bibo Mao
,
2024/05/15
Re: [PATCH v3 4/6] hw/loongarch: Refine system dram memory region
,
gaosong
,
2024/05/22
[PATCH v3 1/6] hw/loongarch: Refine acpi srat table for numa memory
,
Bibo Mao
,
2024/05/15
Re: [PATCH v3 1/6] hw/loongarch: Refine acpi srat table for numa memory
,
gaosong
,
2024/05/21
Re: [PATCH v3 0/6] hw/loongarch: Refine numa memory map
,
gaosong
,
2024/05/22
[PATCH v2 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
,
Yong-Xuan Wang
,
2024/05/15
Re: [PATCH v2 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
,
Andrew Jones
,
2024/05/15
Re: [PATCH v2 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
,
Alistair Francis
,
2024/05/27
[PATCH] intel_iommu: Make pasid entry type check accurate
,
Zhenzhong Duan
,
2024/05/15
[PATCH v3] hw/pflash: fix block write start
,
Gerd Hoffmann
,
2024/05/15
Re: [PATCH v3] hw/pflash: fix block write start
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 00/16] VFIO: misc cleanups part2
,
Zhenzhong Duan
,
2024/05/15
[PATCH 01/16] vfio/display: Fix error path in call site of ramfb_setup()
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 01/16] vfio/display: Fix error path in call site of ramfb_setup()
,
Cédric Le Goater
,
2024/05/21
[PATCH 02/16] vfio/display: Make vfio_display_*() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 02/16] vfio/display: Make vfio_display_*() return bool
,
Cédric Le Goater
,
2024/05/21
RE: [PATCH 02/16] vfio/display: Make vfio_display_*() return bool
,
Duan, Zhenzhong
,
2024/05/22
[PATCH 03/16] vfio/helpers: Use g_autofree in hw/vfio/helpers.c
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 03/16] vfio/helpers: Use g_autofree in hw/vfio/helpers.c
,
Cédric Le Goater
,
2024/05/21
[PATCH 06/16] vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 06/16] vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 08/16] vfio/pci: Make vfio_intx_enable_kvm() return a bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 08/16] vfio/pci: Make vfio_intx_enable_kvm() return a bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 05/16] vfio/helpers: Make vfio_device_get_name() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 05/16] vfio/helpers: Make vfio_device_get_name() return bool
,
Cédric Le Goater
,
2024/05/21
Re: [PATCH 05/16] vfio/helpers: Make vfio_device_get_name() return bool
,
Anthony Krowiak
,
2024/05/24
[PATCH 07/16] vfio/ccw: Make vfio_ccw_get_region() return a bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 07/16] vfio/ccw: Make vfio_ccw_get_region() return a bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 09/16] vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 09/16] vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 11/16] vfio/pci: Make vfio_intx_enable() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 11/16] vfio/pci: Make vfio_intx_enable() return bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 10/16] vfio/pci: Make vfio_populate_device() return a bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 10/16] vfio/pci: Make vfio_populate_device() return a bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
,
Cédric Le Goater
,
2024/05/21
Re: [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
,
Anthony Krowiak
,
2024/05/24
RE: [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
,
Duan, Zhenzhong
,
2024/05/26
[PATCH 12/16] vfio/pci: Make vfio_populate_vga() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 12/16] vfio/pci: Make vfio_populate_vga() return bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 13/16] vfio/pci: Make capability related functions return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 13/16] vfio/pci: Make capability related functions return bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 14/16] vfio/pci: Use g_autofree for vfio_region_info pointer
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 14/16] vfio/pci: Use g_autofree for vfio_region_info pointer
,
Cédric Le Goater
,
2024/05/21
[PATCH 16/16] vfio/pci-quirks: Make vfio_add_*_cap() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 16/16] vfio/pci-quirks: Make vfio_add_*_cap() return bool
,
Cédric Le Goater
,
2024/05/21
[PATCH 15/16] vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
,
Zhenzhong Duan
,
2024/05/15
Re: [PATCH 15/16] vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
,
Cédric Le Goater
,
2024/05/21
Re: [PATCH 00/16] VFIO: misc cleanups part2
,
Cédric Le Goater
,
2024/05/16
RE: [PATCH 00/16] VFIO: misc cleanups part2
,
Duan, Zhenzhong
,
2024/05/17
[RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea.Wang
,
2024/05/15
[RESEND PATCH v2 1/5] target/riscv: Reuse the conversion function of priv_spec
,
Fea.Wang
,
2024/05/15
[RESEND PATCH v2 2/5] target/riscv: Support the version for ss1p13
,
Fea.Wang
,
2024/05/15
[RESEND PATCH v2 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea.Wang
,
2024/05/15
Re: [RESEND PATCH v2 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
LIU Zhiwei
,
2024/05/21
[RESEND PATCH v2 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Fea.Wang
,
2024/05/15
[RESEND PATCH v2 5/5] target/riscv: Reserve exception codes for sw-check and hw-err
,
Fea.Wang
,
2024/05/15
Re: [RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Daniel Henrique Barboza
,
2024/05/27
Re: [RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea Wang
,
2024/05/29
Re: [RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Daniel Henrique Barboza
,
2024/05/30
Re: [RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Andrew Jones
,
2024/05/30
[PULL 00/34] tcg patch queue
,
Richard Henderson
,
2024/05/15
[PULL 02/34] accel/tcg: Hide in_same_page outside of a target-specific context
,
Richard Henderson
,
2024/05/15
[PULL 03/34] accel/tcg: Pass DisasContextBase to translator_fake_ldb
,
Richard Henderson
,
2024/05/15
[PULL 04/34] accel/tcg: Reorg translator_ld*
,
Richard Henderson
,
2024/05/15
[PULL 01/34] accel/tcg: Use vaddr in translator_ld*
,
Richard Henderson
,
2024/05/15
[PULL 06/34] accel/tcg: Record mmio bytes during translation
,
Richard Henderson
,
2024/05/15
[PULL 05/34] accel/tcg: Cap the translation block when we encounter mmio
,
Richard Henderson
,
2024/05/15
[PULL 13/34] plugins: Use DisasContextBase for qemu_plugin_insn_haddr
,
Richard Henderson
,
2024/05/15
[PULL 14/34] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
,
Richard Henderson
,
2024/05/15
[PULL 08/34] accel/tcg: Record DisasContextBase in tcg_ctx for plugins
,
Richard Henderson
,
2024/05/15
[PULL 07/34] accel/tcg: Record when translator_fake_ldb is used
,
Richard Henderson
,
2024/05/15
[PULL 09/34] plugins: Copy memory in qemu_plugin_insn_data
,
Richard Henderson
,
2024/05/15
[PULL 12/34] plugins: Read mem_only directly from TB cflags
,
Richard Henderson
,
2024/05/15
[PULL 15/34] plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
,
Richard Henderson
,
2024/05/15
[PULL 16/34] accel/tcg: Provide default implementation of disas_log
,
Richard Henderson
,
2024/05/15
[PULL 17/34] accel/tcg: Return bool from TranslatorOps.disas_log
,
Richard Henderson
,
2024/05/15
[PULL 23/34] target/hexagon: Use translator_ldl in pkt_crosses_page
,
Richard Henderson
,
2024/05/15
[PULL 27/34] target/cris: Use translator_ld* in cris_fetch
,
Richard Henderson
,
2024/05/15
[PULL 18/34] disas: Split disas.c
,
Richard Henderson
,
2024/05/15
[PULL 19/34] disas: Use translator_st to get disassembly data
,
Richard Henderson
,
2024/05/15
Re: [PULL 19/34] disas: Use translator_st to get disassembly data
,
Bernhard Beschow
,
2024/05/20
[PULL 20/34] accel/tcg: Introduce translator_fake_ld
,
Richard Henderson
,
2024/05/15
[PULL 21/34] target/s390x: Fix translator_fake_ld length
,
Richard Henderson
,
2024/05/15
[PULL 11/34] plugins: Use translator_st for qemu_plugin_insn_data
,
Richard Henderson
,
2024/05/15
[PULL 26/34] target/avr: Use translator_lduw
,
Richard Henderson
,
2024/05/15
[PULL 10/34] accel/tcg: Implement translator_st
,
Richard Henderson
,
2024/05/15
[PULL 25/34] target/i386: Use translator_ldub for everything
,
Richard Henderson
,
2024/05/15
[PULL 33/34] accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_code
,
Richard Henderson
,
2024/05/15
[PULL 30/34] target/rx: Use translator_ld*
,
Richard Henderson
,
2024/05/15
[PULL 34/34] tcg/loongarch64: Fill out tcg_out_{ld, st} for vector regs
,
Richard Henderson
,
2024/05/15
[PULL 31/34] target/xtensa: Use translator_ldub in xtensa_insn_len
,
Richard Henderson
,
2024/05/15
[PULL 29/34] target/riscv: Use translator_ld* for everything
,
Richard Henderson
,
2024/05/15
[PULL 22/34] target/s390x: Disassemble EXECUTEd instructions
,
Richard Henderson
,
2024/05/15
[PULL 24/34] target/microblaze: Use translator_ldl
,
Richard Henderson
,
2024/05/15
[PULL 32/34] target/s390x: Use translator_lduw in get_next_pc
,
Richard Henderson
,
2024/05/15
[PULL 28/34] target/cris: Use cris_fetch in translate_v10.c.inc
,
Richard Henderson
,
2024/05/15
Re: [PULL 00/34] tcg patch queue
,
Richard Henderson
,
2024/05/15
[PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea.Wang
,
2024/05/15
[PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec
,
Fea.Wang
,
2024/05/15
[PATCH 2/5] target/riscv: Support the version for ss1p13
,
Fea.Wang
,
2024/05/15
[PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea.Wang
,
2024/05/15
[PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err
,
Fea.Wang
,
2024/05/15
[PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Fea.Wang
,
2024/05/15
Re: [PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea Wang
,
2024/05/15
[PATCH v10 0/2] S3 support
,
Jiqian Chen
,
2024/05/15
[PATCH v10 2/2] virtio-pci: implement No_Soft_Reset bit
,
Jiqian Chen
,
2024/05/15
[PATCH v10 1/2] virtio-pci: only reset pm state during resetting
,
Jiqian Chen
,
2024/05/15
[PATCH ats_vtd v2 00/25] ATS support for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 07/25] intel_iommu: do not consider wait_desc as an invalid descriptor
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 01/25] intel_iommu: fix FRCD construction macro.
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 02/25] intel_iommu: make types match
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 09/25] pcie: add helper to declare PASID capability for a pcie device
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 15/25] pci: add IOMMU operations to get address spaces and memory regions with PASID
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 03/25] intel_iommu: check if the input address is canonical
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 04/25] intel_iommu: set accessed and dirty bits during first stage translation
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 08/25] memory: add permissions in IOMMUAccessFlags
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 05/25] intel_iommu: return page walk level even when the translation fails
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 12/25] intel_iommu: add an internal API to find an address space with PASID
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 10/25] pcie: helper functions to check if PASID and ATS are enabled
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 06/25] intel_iommu: extract device IOTLB invalidation logic
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 14/25] pci: cache the bus mastering status in the device
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 11/25] intel_iommu: declare supported PASID size
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 13/25] intel_iommu: add support for PASID-based device IOTLB invalidation
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 17/25] intel_iommu: implement the get_address_space_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 18/25] intel_iommu: implement the get_memory_region_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 16/25] pci: add a pci-level initialization function for iommu notifiers
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 22/25] memory: add an API for ATS support
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
RE: [PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
Duan, Zhenzhong
,
2024/05/17
Re: [PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/17
RE: [PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
Duan, Zhenzhong
,
2024/05/20
Re: [PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/21
[PATCH ats_vtd v2 23/25] pci: add a pci-level API for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 19/25] memory: Allow to store the PASID in IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 21/25] atc: generic ATC that can be used by PCIe devices that support SVM
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
RE: [PATCH ats_vtd v2 21/25] atc: generic ATC that can be used by PCIe devices that support SVM
,
Duan, Zhenzhong
,
2024/05/17
Re: [PATCH ats_vtd v2 21/25] atc: generic ATC that can be used by PCIe devices that support SVM
,
CLEMENT MATHIEU--DRIF
,
2024/05/17
[PATCH ats_vtd v2 24/25] intel_iommu: set the address mask even when a translation fails
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[PATCH ats_vtd v2 25/25] intel_iommu: add support for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
[RFC PATCH v2] target/loongarch/kvm: Add pmu support
,
Song Gao
,
2024/05/15
[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
,
John Snow
,
2024/05/14
[PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
,
John Snow
,
2024/05/14
Re: [PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
,
Markus Armbruster
,
2024/05/15
Re: [PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
,
John Snow
,
2024/05/15
Re: [PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
,
John Snow
,
2024/05/15
Re: [PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
,
Markus Armbruster
,
2024/05/15
Re: [PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
,
John Snow
,
2024/05/15
[PATCH 04/20] qapi/parser: preserve indentation in QAPIDoc sections
,
John Snow
,
2024/05/14
Re: [PATCH 04/20] qapi/parser: preserve indentation in QAPIDoc sections
,
Markus Armbruster
,
2024/05/15
Re: [PATCH 04/20] qapi/parser: preserve indentation in QAPIDoc sections
,
John Snow
,
2024/05/15
Re: [PATCH 04/20] qapi/parser: preserve indentation in QAPIDoc sections
,
Markus Armbruster
,
2024/05/15
Re: [PATCH 04/20] qapi/parser: preserve indentation in QAPIDoc sections
,
John Snow
,
2024/05/15
[PATCH 02/20] qapi: linter fixups
,
John Snow
,
2024/05/14
Re: [PATCH 02/20] qapi: linter fixups
,
Markus Armbruster
,
2024/05/15
[PATCH 01/20] [DO-NOT-MERGE]: Add some ad-hoc linting helpers.
,
John Snow
,
2024/05/14
[PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
,
John Snow
,
2024/05/14
Re: [PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
,
Markus Armbruster
,
2024/05/16
Re: [PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
,
John Snow
,
2024/05/16
[PATCH 09/20] qapi/parser: add undocumented stub members to all_sections
,
John Snow
,
2024/05/14
[PATCH 05/20] qapi/parser: adjust info location for doc body section
,
John Snow
,
2024/05/14
Re: [PATCH 05/20] qapi/parser: adjust info location for doc body section
,
Markus Armbruster
,
2024/05/16
Re: [PATCH 05/20] qapi/parser: adjust info location for doc body section
,
John Snow
,
2024/05/16
Re: [PATCH 05/20] qapi/parser: adjust info location for doc body section
,
Markus Armbruster
,
2024/05/27
[PATCH 08/20] qapi/parser: differentiate intro and outro paragraphs
,
John Snow
,
2024/05/14
Re: [PATCH 08/20] qapi/parser: differentiate intro and outro paragraphs
,
Markus Armbruster
,
2024/05/16
Re: [PATCH 08/20] qapi/parser: differentiate intro and outro paragraphs
,
John Snow
,
2024/05/16
Re: [PATCH 08/20] qapi/parser: differentiate intro and outro paragraphs
,
John Snow
,
2024/05/16
[PATCH 11/20] qapi/schema: add doc_visible property to QAPISchemaDefinition
,
John Snow
,
2024/05/14
[PATCH 13/20] docs/qapidoc: fix nested parsing under untagged sections
,
John Snow
,
2024/05/14
[PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
,
John Snow
,
2024/05/14
Re: [PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
,
Markus Armbruster
,
2024/05/16
Re: [PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
,
John Snow
,
2024/05/16
[PATCH 10/20] qapi/schema: add __iter__ method to QAPISchemaVariants
,
John Snow
,
2024/05/14
[PATCH 12/20] qapi/source: allow multi-line QAPISourceInfo advancing
,
John Snow
,
2024/05/14
[PATCH 15/20] qapi: remove developer factoring comments from QAPI doc blocks
,
John Snow
,
2024/05/14
[PATCH 16/20] qapi: rewrite StatsFilter comment
,
John Snow
,
2024/05/14
[PATCH 14/20] qapi: fix non-compliant JSON examples
,
John Snow
,
2024/05/14
[PATCH 17/20] qapi: rewrite BlockExportOptions doc block
,
John Snow
,
2024/05/14
[PATCH 18/20] qapi: ensure all errors sections are uniformly typset
,
John Snow
,
2024/05/14
[PATCH 19/20] qapi: convert "Note" sections to plain rST
,
John Snow
,
2024/05/14
[PATCH 20/20] qapi: convert "Example" sections to rST
,
John Snow
,
2024/05/14
Re: [PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
,
Stefan Hajnoczi
,
2024/05/16
[PATCH 00/11] maintainer updates (plugins, testing) pre-PR
,
Alex Bennée
,
2024/05/14
[PATCH 01/11] tests/tcg: don't append QEMU_OPTS for armv6m-undef test
,
Alex Bennée
,
2024/05/14
Re: [PATCH 01/11] tests/tcg: don't append QEMU_OPTS for armv6m-undef test
,
Pierrick Bouvier
,
2024/05/14
[PATCH 11/11] plugins: remove op from qemu_plugin_inline_cb
,
Alex Bennée
,
2024/05/14
[PATCH 07/11] plugins: conditional callbacks
,
Alex Bennée
,
2024/05/14
[PATCH 05/11] plugins: add new inline op STORE_U64
,
Alex Bennée
,
2024/05/14
Re: [PATCH 05/11] plugins: add new inline op STORE_U64
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 10/11] plugins: extract cpu_index generate
,
Alex Bennée
,
2024/05/14
Re: [PATCH 10/11] plugins: extract cpu_index generate
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 02/11] scripts/update-linux-header.sh: be more src tree friendly
,
Alex Bennée
,
2024/05/14
Re: [PATCH 02/11] scripts/update-linux-header.sh: be more src tree friendly
,
Pierrick Bouvier
,
2024/05/14
[PATCH 08/11] tests/plugin/inline: add test for conditional callback
,
Alex Bennée
,
2024/05/14
[PATCH 04/11] plugins: extract generate ptr for qemu_plugin_u64
,
Alex Bennée
,
2024/05/14
Re: [PATCH 04/11] plugins: extract generate ptr for qemu_plugin_u64
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 03/11] plugins: prepare introduction of new inline ops
,
Alex Bennée
,
2024/05/14
Re: [PATCH 03/11] plugins: prepare introduction of new inline ops
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 06/11] tests/plugin/inline: add test for STORE_U64 inline op
,
Alex Bennée
,
2024/05/14
[PATCH 09/11] plugins: distinct types for callbacks
,
Alex Bennée
,
2024/05/14
Re: [PATCH 00/11] maintainer updates (plugins, testing) pre-PR
,
Michael S. Tsirkin
,
2024/05/15
[PATCH v6 0/9] vfio: Improve error reporting (part 2
,
Cédric Le Goater
,
2024/05/14
[PATCH v6 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/15
[PATCH v6 3/9] migration: Extend migration_file_set_error() with Error* argument
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 3/9] migration: Extend migration_file_set_error() with Error* argument
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 3/9] migration: Extend migration_file_set_error() with Error* argument
,
Cédric Le Goater
,
2024/05/15
[PATCH v6 5/9] vfio/migration: Add Error** argument to .vfio_save_config() handler
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 5/9] vfio/migration: Add Error** argument to .vfio_save_config() handler
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 5/9] vfio/migration: Add Error** argument to .vfio_save_config() handler
,
Avihai Horon
,
2024/05/16
[PATCH v6 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Cédric Le Goater
,
2024/05/16
Re: [PATCH v6 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Avihai Horon
,
2024/05/16
Re: [PATCH v6 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
,
Cédric Le Goater
,
2024/05/16
[PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()
,
Avihai Horon
,
2024/05/16
[PATCH v6 2/9] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 2/9] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 2/9] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Cédric Le Goater
,
2024/05/15
[PATCH v6 6/9] vfio: Reverse test on vfio_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 6/9] vfio: Reverse test on vfio_get_xlat_addr()
,
Eric Auger
,
2024/05/15
[PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Eric Auger
,
2024/05/15
Re: [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Avihai Horon
,
2024/05/16
Re: [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/16
[PATCH v6 9/9] vfio: Also trace event failures in vfio_save_complete_precopy()
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v6 9/9] vfio: Also trace event failures in vfio_save_complete_precopy()
,
Eric Auger
,
2024/05/15
[PULL 00/11] Ui patches
,
marcandre . lureau
,
2024/05/14
[PULL 02/11] ui/gtk: Draw guest frame at refresh cycle
,
marcandre . lureau
,
2024/05/14
[PULL 01/11] Allow UNIX socket option for VNC websocket
,
marcandre . lureau
,
2024/05/14
[PULL 04/11] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
,
marcandre . lureau
,
2024/05/14
[PULL 07/11] ui/console: Use qemu_dmabuf_new() and free() helpers instead
,
marcandre . lureau
,
2024/05/14
[PULL 03/11] ui/gtk: Check if fence_fd is equal to or greater than 0
,
marcandre . lureau
,
2024/05/14
[PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead
,
marcandre . lureau
,
2024/05/14
Re: [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead
,
Richard Henderson
,
2024/05/15
Re: [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead
,
Cédric Le Goater
,
2024/05/15
Re: [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead
,
Richard Henderson
,
2024/05/15
[PULL 08/11] ui/console: move QemuDmaBuf struct def to dmabuf.c
,
marcandre . lureau
,
2024/05/14
[PULL 09/11] ui/gtk: Add gd_motion_event trace event
,
marcandre . lureau
,
2024/05/14
[PULL 06/11] ui/console: Use qemu_dmabuf_set_..() helpers instead
,
marcandre . lureau
,
2024/05/14
[PULL 11/11] ui/sdl2: Allow host to power down screen
,
marcandre . lureau
,
2024/05/14
[PULL 10/11] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
,
marcandre . lureau
,
2024/05/14
Re: [PULL 00/11] Ui patches
,
Richard Henderson
,
2024/05/15
Re: [PULL 00/11] Ui patches
,
Michael Tokarev
,
2024/05/15
Re: [PULL 00/11] Ui patches
,
Marc-André Lureau
,
2024/05/15
RE: [PULL 00/11] Ui patches
,
Kim, Dongwon
,
2024/05/15
[PULL 00/11] gitlab CI fix and glib update
,
Thomas Huth
,
2024/05/14
[PULL 01/11] configure: Fix error message when C compiler is not working
,
Thomas Huth
,
2024/05/14
[PULL 05/11] Bump minimum glib version to v2.66
,
Thomas Huth
,
2024/05/14
[PULL 04/11] gitlab: use 'setarch -R' to workaround tsan bug
,
Thomas Huth
,
2024/05/14
[PULL 07/11] block/gluster: Use URI parsing code from glib
,
Thomas Huth
,
2024/05/14
[PULL 03/11] gitlab: use $MAKE instead of 'make'
,
Thomas Huth
,
2024/05/14
[PULL 06/11] Remove glib compatibility code that is not required anymore
,
Thomas Huth
,
2024/05/14
[PULL 09/11] block/nfs: Use URI parsing code from glib
,
Thomas Huth
,
2024/05/14
[PULL 02/11] dockerfiles: add 'MAKE' env variable to remaining containers
,
Thomas Huth
,
2024/05/14
[PULL 08/11] block/nbd: Use URI parsing code from glib
,
Thomas Huth
,
2024/05/14
[PULL 11/11] util/uri: Remove the old URI parsing code
,
Thomas Huth
,
2024/05/14
[PULL 10/11] block/ssh: Use URI parsing code from glib
,
Thomas Huth
,
2024/05/14
Re: [PULL 00/11] gitlab CI fix and glib update
,
Richard Henderson
,
2024/05/15
Re: [PULL 00/11] gitlab CI fix and glib update
,
Daniel P . Berrangé
,
2024/05/15
Re: [PULL 00/11] gitlab CI fix and glib update
,
Michael Tokarev
,
2024/05/27
[PATCH] tests/libqos: Add loongarch virt machine node
,
Bibo Mao
,
2024/05/14
Re: [PATCH] tests/libqos: Add loongarch virt machine node
,
gaosong
,
2024/05/15
Re: [PATCH] tests/libqos: Add loongarch virt machine node
,
maobibo
,
2024/05/15
[PATCH] tests/libqos: Add loongarch virt machine node
,
Bibo Mao
,
2024/05/28
Re: [PATCH] tests/libqos: Add loongarch virt machine node
,
Thomas Huth
,
2024/05/29
Re: [PATCH] tests/libqos: Add loongarch virt machine node
,
maobibo
,
2024/05/29
[PATCH] target/loongarch/kvm: fpu save the vreg registers high 192bit
,
Song Gao
,
2024/05/14
Re: [PATCH] target/loongarch/kvm: fpu save the vreg registers high 192bit
,
maobibo
,
2024/05/14
[PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/14
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/18
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
David Hildenbrand
,
2024/05/18
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/19
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/20
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/20
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/21
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
David Hildenbrand
,
2024/05/21
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Björn Töpel
,
2024/05/20
Re: [PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
,
Daniel Henrique Barboza
,
2024/05/20
[PATCH v2] target/riscv: Remove experimental prefix from "B" extension
,
Rob Bradford
,
2024/05/14
Re: [PATCH v2] target/riscv: Remove experimental prefix from "B" extension
,
LIU Zhiwei
,
2024/05/14
Re: [PATCH v2] target/riscv: Remove experimental prefix from "B" extension
,
Daniel Henrique Barboza
,
2024/05/14
Re: [PATCH v2] target/riscv: Remove experimental prefix from "B" extension
,
Alistair Francis
,
2024/05/16
Re: [PATCH v2] target/riscv: Remove experimental prefix from "B" extension
,
Alistair Francis
,
2024/05/16
[PATCH 0/3] error: Eliminate QERR_QGA_COMMAND_FAILED
,
Markus Armbruster
,
2024/05/14
[PATCH 2/3] qga: Shorten several error messages
,
Markus Armbruster
,
2024/05/14
Re: [PATCH 2/3] qga: Shorten several error messages
,
Markus Armbruster
,
2024/05/14
Re: [PATCH 2/3] qga: Shorten several error messages
,
Philippe Mathieu-Daudé
,
2024/05/14
Re: [PATCH 2/3] qga: Shorten several error messages
,
Konstantin Kostiuk
,
2024/05/14
[PATCH 3/3] qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop
,
Markus Armbruster
,
2024/05/14
Re: [PATCH 3/3] qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop
,
Philippe Mathieu-Daudé
,
2024/05/14
Re: [PATCH 3/3] qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop
,
Konstantin Kostiuk
,
2024/05/14
[PATCH 1/3] qga-win32: Improve guest-set-user-password, guest-file-open errors
,
Markus Armbruster
,
2024/05/14
Re: [PATCH 1/3] qga-win32: Improve guest-set-user-password, guest-file-open errors
,
Philippe Mathieu-Daudé
,
2024/05/14
Re: [PATCH 1/3] qga-win32: Improve guest-set-user-password, guest-file-open errors
,
Konstantin Kostiuk
,
2024/05/14
[RFC PATCH] target/loongarch/kvm: Add pmu support
,
Song Gao
,
2024/05/14
Re: [RFC PATCH] target/loongarch/kvm: Add pmu support
,
maobibo
,
2024/05/14
[PATCH v2 0/2] Add extioi virt extension support
,
Song Gao
,
2024/05/14
[PATCH v2 1/2] hw/intc/loongarch_extioi: Add extioi virt extension definition
,
Song Gao
,
2024/05/14
Re: [PATCH v2 1/2] hw/intc/loongarch_extioi: Add extioi virt extension definition
,
maobibo
,
2024/05/16
[PATCH v2 2/2] hw/loongarch/virt: Enable extioi virt extension
,
Song Gao
,
2024/05/14
Re: [PATCH v2 2/2] hw/loongarch/virt: Enable extioi virt extension
,
maobibo
,
2024/05/16
Re: [PATCH v7 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
,
Zhijian Li (Fujitsu)
,
2024/05/14
Re: [PATCH v7 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
,
fan
,
2024/05/16
Re: [PATCH v7 04/12] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
,
Zhijian Li (Fujitsu)
,
2024/05/14
Re: [PATCH v7 04/12] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
,
fan
,
2024/05/16
Re: [PATCH 0/3] Assorted fixes for PMU
,
Alistair Francis
,
2024/05/14
Re: [PATCH 0/3] Assorted fixes for PMU
,
Atish Kumar Patra
,
2024/05/14
Re: [PATCH 0/3] Assorted fixes for PMU
,
Alistair Francis
,
2024/05/14
Re: [PATCH 0/3] Assorted fixes for PMU
,
Atish Patra
,
2024/05/14
Re: [PATCH 0/3] Assorted fixes for PMU
,
Peter Maydell
,
2024/05/14
Re: [PATCH 0/3] Assorted fixes for PMU
,
Atish Patra
,
2024/05/14
Re: [PATCH 2/3] target/riscv: Enforce WARL behavior for scounteren/hcounteren
,
Alistair Francis
,
2024/05/14
[PATCH v3 2/2] vhost-user: fix lost reconnect again
,
Li Feng
,
2024/05/14
Re: [PATCH v3 2/2] vhost-user: fix lost reconnect again
,
Raphael Norwitz
,
2024/05/14
Re: [PATCH v3 2/2] vhost-user: fix lost reconnect again
,
Li Feng
,
2024/05/15
Re: [PATCH v3 2/2] vhost-user: fix lost reconnect again
,
Raphael Norwitz
,
2024/05/15
Re: [PATCH v3 2/2] vhost-user: fix lost reconnect again
,
Li Feng
,
2024/05/15
Re: [PATCH v3 2/2] vhost-user: fix lost reconnect again
,
Raphael Norwitz
,
2024/05/16
[PATCH v3 1/2] Revert "vhost-user: fix lost reconnect"
,
Li Feng
,
2024/05/14
Re: [PATCH v3 1/2] Revert "vhost-user: fix lost reconnect"
,
Raphael Norwitz
,
2024/05/14
Re: [PATCH v3 1/2] Revert "vhost-user: fix lost reconnect"
,
Li Feng
,
2024/05/15
Re: [PATCH v3 1/2] Revert "vhost-user: fix lost reconnect"
,
Raphael Norwitz
,
2024/05/15
Re: [PATCH 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
,
Alistair Francis
,
2024/05/14
[PATCH v2 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
,
Alexei Filippov
,
2024/05/27
Re: [PATCH v2 0/4] Fix fp16 checking in vector fp widen/narrow instructions
,
Alistair Francis
,
2024/05/14
Re: riscv disassembler error with pmpcfg0
,
Alistair Francis
,
2024/05/14
Re: riscv disassembler error with pmpcfg0
,
Eric DeVolder
,
2024/05/16
[PATCH] dias/riscv: Decode all of the pmpcfg and pmpaddr CSRs
,
Alistair Francis
,
2024/05/14
Re: [PATCH] dias/riscv: Decode all of the pmpcfg and pmpaddr CSRs
,
Daniel Henrique Barboza
,
2024/05/18
Re: [PATCH] dias/riscv: Decode all of the pmpcfg and pmpaddr CSRs
,
Alistair Francis
,
2024/05/27
Re: [PATCH] target/ppc: handle vcpu hotplug failure gracefully
,
Nicholas Piggin
,
2024/05/13
Re: [PATCH] target/ppc: handle vcpu hotplug failure gracefully
,
Harsh Prateek Bora
,
2024/05/16
Re: [PATCH] target/ppc: handle vcpu hotplug failure gracefully
,
Nicholas Piggin
,
2024/05/17
Re: [PATCH] target/ppc: handle vcpu hotplug failure gracefully
,
Harsh Prateek Bora
,
2024/05/20
[PATCH] hw/loongarch: Add VM mode in IOCSR feature register in kvm mode
,
Bibo Mao
,
2024/05/13
Re: [PATCH] hw/loongarch: Add VM mode in IOCSR feature register in kvm mode
,
gaosong
,
2024/05/14
[PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Alistair Francis
,
2024/05/13
Re: [PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Richard Henderson
,
2024/05/14
Re: [PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Daniel Henrique Barboza
,
2024/05/14
Re: [PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
,
Alistair Francis
,
2024/05/16
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
Zhijian Li (Fujitsu)
,
2024/05/13
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
fan
,
2024/05/16
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
Zhijian Li (Fujitsu)
,
2024/05/16
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
fan
,
2024/05/16
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
Jonathan Cameron
,
2024/05/17
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
fan
,
2024/05/17
Re: [PATCH v7 00/12] Enabling DCD emulation support in Qemu
,
Gregory Price
,
2024/05/28
[PATCH] physmem: allow debug writes to MMIO regions
,
Perry Hung
,
2024/05/13
Re: [PATCH] physmem: allow debug writes to MMIO regions
,
Philippe Mathieu-Daudé
,
2024/05/15
Re: [PATCH] physmem: allow debug writes to MMIO regions
,
Peter Maydell
,
2024/05/20
Re: [PATCH] physmem: allow debug writes to MMIO regions
,
Perry Hung
,
2024/05/20
Re: [PATCH] physmem: allow debug writes to MMIO regions
,
Peter Maydell
,
2024/05/31
[ANNOUNCE] QEMU 8.2.4 Stable released
,
Michael Tokarev
,
2024/05/13
Re: [PATCH V1 13/26] physmem: ram_block_create
,
Fabiano Rosas
,
2024/05/13
Re: [PATCH V1 13/26] physmem: ram_block_create
,
Steven Sistare
,
2024/05/13
CPR/liveupdate: test results using prior bug fix
,
Michael Galaxy
,
2024/05/13
Re: CPR/liveupdate: test results using prior bug fix
,
Steven Sistare
,
2024/05/13
Re: CPR/liveupdate: test results using prior bug fix
,
Michael Galaxy
,
2024/05/13
Re: CPR/liveupdate: test results using prior bug fix
,
Michael Galaxy
,
2024/05/14
Re: CPR/liveupdate: test results using prior bug fix
,
Michael Tokarev
,
2024/05/14
Re: CPR/liveupdate: test results using prior bug fix
,
Michael Tokarev
,
2024/05/14
Re: CPR/liveupdate: test results using prior bug fix
,
Steven Sistare
,
2024/05/15
Re: CPR/liveupdate: test results using prior bug fix
,
Michael Galaxy
,
2024/05/16
Re: CPR/liveupdate: test results using prior bug fix
,
Steven Sistare
,
2024/05/16
Re: CPR/liveupdate: test results using prior bug fix
,
Michael Galaxy
,
2024/05/17
Re: [PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr
,
Pierrick Bouvier
,
2024/05/13
[PATCH 0/6] error: Eliminate QERR_IO_ERROR
,
Markus Armbruster
,
2024/05/13
[PATCH 6/6] qerror: QERR_IO_ERROR is no longer used, drop
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 6/6] qerror: QERR_IO_ERROR is no longer used, drop
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 2/6] dump/win_dump: Improve error messages on write error
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 2/6] dump/win_dump: Improve error messages on write error
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 2/6] dump/win_dump: Improve error messages on write error
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 2/6] dump/win_dump: Improve error messages on write error
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 3/6] block/vmdk: Improve error messages on extent write error
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 3/6] block/vmdk: Improve error messages on extent write error
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
,
Fabiano Rosas
,
2024/05/13
Re: [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
,
Peter Xu
,
2024/05/23
Re: [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
,
Markus Armbruster
,
2024/05/27
Re: [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
,
Peter Xu
,
2024/05/27
[PATCH 1/6] block: Improve error message when external snapshot can't flush
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 1/6] block: Improve error message when external snapshot can't flush
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 4/6] cpus: Improve error messages on memsave, pmemsave write error
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 4/6] cpus: Improve error messages on memsave, pmemsave write error
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 4/6] cpus: Improve error messages on memsave, pmemsave write error
,
Markus Armbruster
,
2024/05/13
Re: [PATCH 4/6] cpus: Improve error messages on memsave, pmemsave write error
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 4/6] cpus: Improve error messages on memsave, pmemsave write error
,
Markus Armbruster
,
2024/05/27
Re: [RFC PATCH v3 00/18] SMMUv3 nested translation support
,
Julien Grall
,
2024/05/13
Re: [RFC PATCH v3 00/18] SMMUv3 nested translation support
,
Eric Auger
,
2024/05/21
Re: [RFC PATCH v3 00/18] SMMUv3 nested translation support
,
Mostafa Saleh
,
2024/05/27
[Bug 2065579] Re: [UBUNTU 22.04] OS guest boot issues on 9p filesystem
,
Sergio Durigan Junior
,
2024/05/13
Re: [PATCH 1/2] copy-before-write: allow specifying minimum cluster size
,
Fiona Ebner
,
2024/05/13
Re: [PATCH 1/2] copy-before-write: allow specifying minimum cluster size
,
Markus Armbruster
,
2024/05/14
Re: Unmapping KVM Guest Memory from Host Kernel
,
Patrick Roy
,
2024/05/13
Re: Unmapping KVM Guest Memory from Host Kernel
,
Sean Christopherson
,
2024/05/13
Re: Unmapping KVM Guest Memory from Host Kernel
,
Gowans, James
,
2024/05/13
Re: Unmapping KVM Guest Memory from Host Kernel
,
Sean Christopherson
,
2024/05/13
Re: Unmapping KVM Guest Memory from Host Kernel
,
Gowans, James
,
2024/05/13
Re: Unmapping KVM Guest Memory from Host Kernel
,
Sean Christopherson
,
2024/05/13
Re: Unmapping KVM Guest Memory from Host Kernel
,
Manwaring, Derek
,
2024/05/13
[PATCH 0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology
,
Daniel P . Berrangé
,
2024/05/13
[PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Zhao Liu
,
2024/05/13
Re: [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Zhao Liu
,
2024/05/13
Re: [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Daniel P . Berrangé
,
2024/05/15
Re: [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Zhao Liu
,
2024/05/16
Re: [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
,
Zhao Liu
,
2024/05/16
[PATCH 2/2] tests: add testing of parameter=1 for SMP topology
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 2/2] tests: add testing of parameter=1 for SMP topology
,
Xiaoyao Li
,
2024/05/15
Re: [PATCH 2/2] tests: add testing of parameter=1 for SMP topology
,
Zhao Liu
,
2024/05/16
Re: [PATCH 0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology
,
Ján Tomko
,
2024/05/13
Re: [RFC PATCH v3 02/18] hw/arm/smmu: Fix IPA for stage-2 events
,
Eric Auger
,
2024/05/13
Re: [RFC PATCH v3 02/18] hw/arm/smmu: Fix IPA for stage-2 events
,
Mostafa Saleh
,
2024/05/16
[PATCH 0/2] Minor fixes and improvements for Virtual IRQs
,
Rajnesh Kanwal
,
2024/05/13
[PATCH 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide.
,
Rajnesh Kanwal
,
2024/05/13
Re: [PATCH 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide.
,
Daniel Henrique Barboza
,
2024/05/18
[PATCH 2/2] target/riscv: Move Guest irqs out of the core local irqs range.
,
Rajnesh Kanwal
,
2024/05/13
Re: [PATCH 2/2] target/riscv: Move Guest irqs out of the core local irqs range.
,
Daniel Henrique Barboza
,
2024/05/18
Re: [PATCH 04/45] target/hppa: Pass displacement to do_dbranch
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH v2] configure: Fix error message when C compiler is not working
,
Thomas Huth
,
2024/05/13
Re: [PATCH v2] configure: Fix error message when C compiler is not working
,
Philippe Mathieu-Daudé
,
2024/05/13
[Semihosting Tests PATCH 0/3] add SYS_GET_CMDLINE test
,
Alex Bennée
,
2024/05/13
[Semihosting Tests PATCH 1/3] .editorconfig: add code conventions for tooling
,
Alex Bennée
,
2024/05/13
Re: [Semihosting Tests PATCH 1/3] .editorconfig: add code conventions for tooling
,
Peter Maydell
,
2024/05/20
[Semihosting Tests PATCH 2/3] update includes for bare metal compiling
,
Alex Bennée
,
2024/05/13
Re: [Semihosting Tests PATCH 2/3] update includes for bare metal compiling
,
Peter Maydell
,
2024/05/20
[Semihosting Tests PATCH 3/3] add SYS_GET_CMDLINE test
,
Alex Bennée
,
2024/05/13
Re: [Semihosting Tests PATCH 3/3] add SYS_GET_CMDLINE test
,
Alex Bennée
,
2024/05/13
Re: [Semihosting Tests PATCH 3/3] add SYS_GET_CMDLINE test
,
Peter Maydell
,
2024/05/20
Re: [RFC PATCH v3 01/18] hw/arm/smmu-common: Add missing size check for stage-1
,
Eric Auger
,
2024/05/13
[PATCH 0/3] gitlab: fix failing TSAN job in CI
,
Daniel P . Berrangé
,
2024/05/13
[PATCH 1/3] dockerfiles: add 'MAKE' env variable to remaining containers
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 1/3] dockerfiles: add 'MAKE' env variable to remaining containers
,
Thomas Huth
,
2024/05/13
Re: [PATCH 1/3] dockerfiles: add 'MAKE' env variable to remaining containers
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 2/3] gitlab: use $MAKE instead of 'make'
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 2/3] gitlab: use $MAKE instead of 'make'
,
Thomas Huth
,
2024/05/13
Re: [PATCH 2/3] gitlab: use $MAKE instead of 'make'
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 3/3] gitlab: use 'setarch -R' to workaround tsan bug
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 3/3] gitlab: use 'setarch -R' to workaround tsan bug
,
Thomas Huth
,
2024/05/13
Re: [PATCH 3/3] gitlab: use 'setarch -R' to workaround tsan bug
,
Daniel P . Berrangé
,
2024/05/13
[PATCH v2] vhost-user-gpu: fix import of DMABUF
,
marcandre . lureau
,
2024/05/13
RE: [PATCH v2] vhost-user-gpu: fix import of DMABUF
,
Kim, Dongwon
,
2024/05/13
Re: [PATCH v5] riscv: thead: Add th.sxstatus CSR emulation
,
Alistair Francis
,
2024/05/13
[PATCH 0/4] tests: Remove xfsprogs and g++ from the dockerfiles
,
Thomas Huth
,
2024/05/13
[PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Thomas Huth
,
2024/05/13
Re: [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Thomas Huth
,
2024/05/13
Re: [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Daniel P . Berrangé
,
2024/05/13
Re: [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Thomas Huth
,
2024/05/13
Re: [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
,
Daniel P . Berrangé
,
2024/05/13
[PATCH 4/4] tests/docker/dockerfiles: Update container files with "lcitool-refresh"
,
Thomas Huth
,
2024/05/13
[PATCH 1/4] tests/lcitool: Remove 'xfsprogs' from QEMU
,
Thomas Huth
,
2024/05/13
[PATCH 3/4] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
,
Thomas Huth
,
2024/05/13
[PATCH 0/3] Trivial ARM changes
,
Bernhard Beschow
,
2024/05/13
[PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events
,
Bernhard Beschow
,
2024/05/13
Re: [PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events
,
Bernhard Beschow
,
2024/05/13
[PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment
,
Bernhard Beschow
,
2024/05/13
Re: [PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment
,
Guenter Roeck
,
2024/05/13
[PATCH 1/3] hw/rtc/ds1338: Trace send and receive operations
,
Bernhard Beschow
,
2024/05/13
Re: [PATCH 1/3] hw/rtc/ds1338: Trace send and receive operations
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH v2 00/45] target/hppa: Misc improvements
,
Richard Henderson
,
2024/05/13
[PATCH v2 01/45] target/hppa: Move cpu_get_tb_cpu_state out of line
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 01/45] target/hppa: Move cpu_get_tb_cpu_state out of line
,
Helge Deller
,
2024/05/14
[PATCH v2 06/45] target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 06/45] target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
,
Helge Deller
,
2024/05/14
[PATCH v2 03/45] target/hppa: Move constant destination check into use_goto_tb
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 03/45] target/hppa: Move constant destination check into use_goto_tb
,
Helge Deller
,
2024/05/14
[PATCH v2 04/45] target/hppa: Pass displacement to do_dbranch
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 04/45] target/hppa: Pass displacement to do_dbranch
,
Helge Deller
,
2024/05/14
[PATCH v2 14/45] target/hppa: Add space argument to do_ibranch
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 14/45] target/hppa: Add space argument to do_ibranch
,
Helge Deller
,
2024/05/14
[PATCH v2 19/45] target/hppa: Rename cond_make_* helpers
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 19/45] target/hppa: Rename cond_make_* helpers
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 19/45] target/hppa: Rename cond_make_* helpers
,
Helge Deller
,
2024/05/14
[PATCH v2 16/45] target/hppa: Always make a copy in do_ibranch_priv
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 16/45] target/hppa: Always make a copy in do_ibranch_priv
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH v2 12/45] target/hppa: Add IASQ entries to DisasContext
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 12/45] target/hppa: Add IASQ entries to DisasContext
,
Helge Deller
,
2024/05/14
[PATCH v2 11/45] target/hppa: Simplify TB end
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 11/45] target/hppa: Simplify TB end
,
Helge Deller
,
2024/05/14
[PATCH v2 17/45] target/hppa: Introduce and use DisasIAQE for branch management
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 17/45] target/hppa: Introduce and use DisasIAQE for branch management
,
Helge Deller
,
2024/05/14
[PATCH v2 05/45] target/hppa: Allow prior nullification in do_ibranch
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 05/45] target/hppa: Allow prior nullification in do_ibranch
,
Helge Deller
,
2024/05/14
[PATCH v2 08/45] target/hppa: Add install_link
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 08/45] target/hppa: Add install_link
,
Helge Deller
,
2024/05/14
Re: [PATCH v2 08/45] target/hppa: Add install_link
,
Helge Deller
,
2024/05/14
[PATCH v2 07/45] target/hppa: Add install_iaq_entries
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 07/45] target/hppa: Add install_iaq_entries
,
Helge Deller
,
2024/05/14
[PATCH v2 10/45] target/hppa: Skip nullified insns in unconditional dbranch path
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 10/45] target/hppa: Skip nullified insns in unconditional dbranch path
,
Helge Deller
,
2024/05/14
[PATCH v2 22/45] target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 22/45] target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
,
Helge Deller
,
2024/05/14
[PATCH v2 02/45] target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 02/45] target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
,
Helge Deller
,
2024/05/14
[PATCH v2 15/45] target/hppa: Use umax in do_ibranch_priv
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 15/45] target/hppa: Use umax in do_ibranch_priv
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 15/45] target/hppa: Use umax in do_ibranch_priv
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 15/45] target/hppa: Use umax in do_ibranch_priv
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH v2 09/45] target/hppa: Delay computation of IAQ_Next
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 09/45] target/hppa: Delay computation of IAQ_Next
,
Helge Deller
,
2024/05/14
[PATCH v2 18/45] target/hppa: Use displacements in DisasIAQE
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 18/45] target/hppa: Use displacements in DisasIAQE
,
Helge Deller
,
2024/05/14
[PATCH v2 23/45] target/hppa: Use TCG_COND_TST* in do_unit_addsub
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 23/45] target/hppa: Use TCG_COND_TST* in do_unit_addsub
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 23/45] target/hppa: Use TCG_COND_TST* in do_unit_addsub
,
Helge Deller
,
2024/05/14
[PATCH v2 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
,
Helge Deller
,
2024/05/14
Re: [PATCH v2 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
,
Richard Henderson
,
2024/05/15
[PATCH v2 36/45] target/hppa: Manage PSW_X and PSW_B in translator
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 36/45] target/hppa: Manage PSW_X and PSW_B in translator
,
Helge Deller
,
2024/05/14
[PATCH v2 26/45] target/hppa: Use TCG_COND_TST* in trans_ftest
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 26/45] target/hppa: Use TCG_COND_TST* in trans_ftest
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 26/45] target/hppa: Use TCG_COND_TST* in trans_ftest
,
Helge Deller
,
2024/05/14
[PATCH v2 37/45] target/hppa: Implement PSW_B
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 37/45] target/hppa: Implement PSW_B
,
Helge Deller
,
2024/05/14
[PATCH v2 30/45] target/hppa: Use delay_excp for conditional trap on overflow
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 30/45] target/hppa: Use delay_excp for conditional trap on overflow
,
Helge Deller
,
2024/05/14
[PATCH v2 38/45] target/hppa: Implement PSW_X
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 38/45] target/hppa: Implement PSW_X
,
Helge Deller
,
2024/05/14
[PATCH v2 13/45] target/hppa: Add space arguments to install_iaq_entries
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 13/45] target/hppa: Add space arguments to install_iaq_entries
,
Helge Deller
,
2024/05/14
[PATCH v2 25/45] target/hppa: Use registerfields.h for FPSR
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 25/45] target/hppa: Use registerfields.h for FPSR
,
Helge Deller
,
2024/05/14
[PATCH v2 20/45] target/hppa: Use TCG_COND_TST* in do_cond
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 20/45] target/hppa: Use TCG_COND_TST* in do_cond
,
Helge Deller
,
2024/05/14
[PATCH v2 28/45] target/hppa: Introduce DisasDelayException
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 28/45] target/hppa: Introduce DisasDelayException
,
Helge Deller
,
2024/05/14
[PATCH v2 29/45] target/hppa: Use delay_excp for conditional traps
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 29/45] target/hppa: Use delay_excp for conditional traps
,
Helge Deller
,
2024/05/14
[PATCH v2 34/45] target/hppa: Improve hppa_cpu_dump_state
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 34/45] target/hppa: Improve hppa_cpu_dump_state
,
Helge Deller
,
2024/05/14
[PATCH v2 31/45] linux-user/hppa: Force all code addresses to PRIV_USER
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 31/45] linux-user/hppa: Force all code addresses to PRIV_USER
,
Helge Deller
,
2024/05/14
[PATCH v2 33/45] target/hppa: Do not mask in copy_iaoq_entry
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 33/45] target/hppa: Do not mask in copy_iaoq_entry
,
Helge Deller
,
2024/05/14
[PATCH v2 32/45] target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 32/45] target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
,
Helge Deller
,
2024/05/14
Re: [PATCH v2 32/45] target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
,
Richard Henderson
,
2024/05/15
[PATCH v2 35/45] target/hppa: Split PSW X and B into their own field
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 35/45] target/hppa: Split PSW X and B into their own field
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 35/45] target/hppa: Split PSW X and B into their own field
,
Helge Deller
,
2024/05/14
[PATCH v2 27/45] target/hppa: Remove cond_free
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 27/45] target/hppa: Remove cond_free
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 27/45] target/hppa: Remove cond_free
,
Helge Deller
,
2024/05/14
[PATCH v2 39/45] target/hppa: Drop tlb_entry return from hppa_get_physical_address
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 39/45] target/hppa: Drop tlb_entry return from hppa_get_physical_address
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH v2 39/45] target/hppa: Drop tlb_entry return from hppa_get_physical_address
,
Helge Deller
,
2024/05/14
[PATCH v2 21/45] target/hppa: Use TCG_COND_TST* in do_log_cond
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 21/45] target/hppa: Use TCG_COND_TST* in do_log_cond
,
Helge Deller
,
2024/05/14
[PATCH v2 40/45] target/hppa: Adjust priv for B,GATE at runtime
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 40/45] target/hppa: Adjust priv for B,GATE at runtime
,
Helge Deller
,
2024/05/14
[PATCH v2 44/45] target/hppa: Log cpu state at interrupt
,
Richard Henderson
,
2024/05/13
[PATCH v2 42/45] target/hppa: Implement PSW_T
,
Richard Henderson
,
2024/05/13
[PATCH v2 41/45] target/hppa: Implement CF_PCREL
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 41/45] target/hppa: Implement CF_PCREL
,
Helge Deller
,
2024/05/14
[PATCH v2 43/45] target/hppa: Implement PSW_H, PSW_L
,
Richard Henderson
,
2024/05/13
[PATCH v2 45/45] target/hppa: Log cpu state on return-from-interrupt
,
Richard Henderson
,
2024/05/13
Re: [PATCH v2 00/45] target/hppa: Misc improvements
,
Helge Deller
,
2024/05/14
Kubernetes runners down?
,
Richard Henderson
,
2024/05/13
[PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
marcandre . lureau
,
2024/05/13
[PATCH v2 1/4] migration: add "exists" info to load-state-field trace
,
marcandre . lureau
,
2024/05/13
[PATCH v2 3/4] virtio-gpu: add x-vmstate-version
,
marcandre . lureau
,
2024/05/13
Re: [PATCH v2 3/4] virtio-gpu: add x-vmstate-version
,
Peter Xu
,
2024/05/14
Re: [PATCH v2 3/4] virtio-gpu: add x-vmstate-version
,
Marc-André Lureau
,
2024/05/14
Re: [PATCH v2 3/4] virtio-gpu: add x-vmstate-version
,
Peter Xu
,
2024/05/14
[PATCH v2 4/4] virtio-gpu: fix v2 migration
,
marcandre . lureau
,
2024/05/13
[PATCH v2 2/4] migration: fix a typo
,
marcandre . lureau
,
2024/05/13
Re: [PATCH v2 2/4] migration: fix a typo
,
Fabiano Rosas
,
2024/05/13
Re: [PATCH v2 2/4] migration: fix a typo
,
Peter Xu
,
2024/05/14
Re: [PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
Fiona Ebner
,
2024/05/13
Re: [PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
Marc-André Lureau
,
2024/05/13
Re: [PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
Fiona Ebner
,
2024/05/13
[PATCH v2 1/2] Revert "vhost-user: fix lost reconnect"
,
Li Feng
,
2024/05/13
Re: [PATCH v2 1/2] Revert "vhost-user: fix lost reconnect"
,
Michael S. Tsirkin
,
2024/05/13
[PATCH v2 2/2] vhost-user: fix lost reconnect again
,
Li Feng
,
2024/05/13
[PATCH v2 00/11] qcow2: make subclusters discardable
,
Andrey Drobyshev
,
2024/05/13
[PATCH v2 02/11] qcow2: simplify L2 entries accounting for discard-no-unref
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 02/11] qcow2: simplify L2 entries accounting for discard-no-unref
,
Alberto Garcia
,
2024/05/15
Re: [PATCH v2 02/11] qcow2: simplify L2 entries accounting for discard-no-unref
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 08/11] qcow2: zeroize the entire cluster when there're no non-zero subclusters
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 08/11] qcow2: zeroize the entire cluster when there're no non-zero subclusters
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 01/11] qcow2: make function update_refcount_discard() global
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 01/11] qcow2: make function update_refcount_discard() global
,
Alberto Garcia
,
2024/05/15
Re: [PATCH v2 01/11] qcow2: make function update_refcount_discard() global
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 04/11] block/file-posix: add trace event for fallocate() calls
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 04/11] block/file-posix: add trace event for fallocate() calls
,
Alexander Ivanov
,
2024/05/21
Re: [PATCH v2 04/11] block/file-posix: add trace event for fallocate() calls
,
Alberto Garcia
,
2024/05/24
[PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
,
Alexander Ivanov
,
2024/05/21
Re: [PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
,
Alberto Garcia
,
2024/05/24
[PATCH v2 09/11] qcow2: make subclusters discardable
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 09/11] qcow2: make subclusters discardable
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 07/11] qcow2: add get_sc_range_info() helper for working with subcluster ranges
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 07/11] qcow2: add get_sc_range_info() helper for working with subcluster ranges
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 05/11] iotests/common.rc: add disk_usage function
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 05/11] iotests/common.rc: add disk_usage function
,
Alexander Ivanov
,
2024/05/21
Re: [PATCH v2 05/11] iotests/common.rc: add disk_usage function
,
Alberto Garcia
,
2024/05/24
[PATCH v2 03/11] qcow2: put discard requests in the common queue when discard-no-unref enabled
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 03/11] qcow2: put discard requests in the common queue when discard-no-unref enabled
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 10/11] qcow2: zero_l2_subclusters: fall through to discard operation when requested
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 10/11] qcow2: zero_l2_subclusters: fall through to discard operation when requested
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 11/11] iotests/271: add test cases for subcluster-based discard/unmap
,
Andrey Drobyshev
,
2024/05/13
Re: [PATCH v2 11/11] iotests/271: add test cases for subcluster-based discard/unmap
,
Alexander Ivanov
,
2024/05/21
[PATCH v2 00/11] Support persistent reservation operations
,
Changqi Lu
,
2024/05/12
[PATCH v2 01/11] block: add persistent reservation in/out api
,
Changqi Lu
,
2024/05/12
[PATCH v2 02/11] block/raw: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/12
[PATCH v2 03/11] scsi/constant: add persistent reservation in/out protocol constants
,
Changqi Lu
,
2024/05/12
[PATCH v2 04/11] scsi/util: add helper functions for persistent reservation types conversion
,
Changqi Lu
,
2024/05/12
[PATCH v2 06/11] block/nvme: add reservation command protocol constants
,
Changqi Lu
,
2024/05/12
[PATCH v2 05/11] hw/scsi: add persistent reservation in/out api for scsi device
,
Changqi Lu
,
2024/05/12
[PATCH v2 07/11] hw/nvme: add helper functions for converting reservation types
,
Changqi Lu
,
2024/05/12
[PATCH v2 08/11] hw/nvme: enable ONCS reservations
,
Changqi Lu
,
2024/05/12
[PATCH v2 09/11] hw/nvme: enable namespace rescap function
,
Changqi Lu
,
2024/05/12
[PATCH v2 10/11] hw/nvme: add reservation protocal command
,
Changqi Lu
,
2024/05/12
[PATCH v2 11/11] block/iscsi: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/12
[PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 02/61] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 01/61] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 07/61] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 05/61] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 04/61] target/ppc/mmu_common.c: Remove unneeded local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 03/61] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 06/61] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 12/61] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 10/61] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 09/61] target/ppc/mmu_common.c: Move some debug logging
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 08/61] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 13/61] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 11/61] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 16/61] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 15/61] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 14/61] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 18/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 17/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 21/61] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 19/61] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 23/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 24/61] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 24/61] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/17
[PATCH v7 30/61] target/ppc: Split off common embedded TLB init
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 34/61] target/ppc: Move out BookE and related MMU functions from mmu_common.c
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 20/61] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 22/61] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 25/61] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 25/61] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/17
[PATCH v7 27/61] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 28/61] target/ppc/mmu_common.c: Remove pte_update_flags()
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 28/61] target/ppc/mmu_common.c: Remove pte_update_flags()
,
Nicholas Piggin
,
2024/05/17
[PATCH v7 26/61] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 26/61] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
,
Nicholas Piggin
,
2024/05/17
[PATCH v7 31/61] target/ppc/mmu-hash32.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 29/61] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 32/61] target/ppc/mmu-radix64.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 33/61] target/ppc: Add a function to check for page protection bit
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 33/61] target/ppc: Add a function to check for page protection bit
,
Nicholas Piggin
,
2024/05/17
[PATCH v7 40/61] target/ppc/mmu_common.c: Remove yet another single use local
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 42/61] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
Nicholas Piggin
,
2024/05/17
Re: [PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/17
[PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
,
Nicholas Piggin
,
2024/05/17
Re: [PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
,
BALATON Zoltan
,
2024/05/17
[PATCH v7 38/61] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 37/61] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 39/61] target/ppc/mmu_common.c: Remove another single use local
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 41/61] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 44/61] target/ppc/mmu_common.c: Remove hash field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 43/61] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 48/61] target/ppc/mmu_common.c: Simplify a switch statement
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 45/61] target/ppc/mmu_common.c: Remove nx field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 50/61] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 51/61] target/ppc: Add function to get protection key for hash32 MMU
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 49/61] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 53/61] target/ppc/mmu_common.c: Init variable in function that relies on it
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 55/61] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 57/61] targe/ppc/mmu_common.c: Use defines instead of numeric constants
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 58/61] target/ppc: Remove bat_size_prot()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 61/61] target/ppc/mmu_common.c: Remove a local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 59/61] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
,
Nicholas Piggin
,
2024/05/17
Re: [PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
,
BALATON Zoltan
,
2024/05/18
[PATCH v7 56/61] target/ppc/mmu_common.c: Rename function parameter
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 47/61] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 46/61] target/ppc/mmu_common.c: Convert local variable to bool
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 54/61] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/12
[PATCH v7 60/61] target/ppc/mmu_common.c: Remove mmu_ctx_t
,
BALATON Zoltan
,
2024/05/12
Re: [PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
,
Nicholas Piggin
,
2024/05/18
Re: [PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/18
[PATCH 1/2] Add gd_motion_event trace event
,
hikalium
,
2024/05/12
[PATCH v2 0/2] ui/gtk: Fix motion event scaling issue
,
hikalium
,
2024/05/12
[PATCH v2 1/2] ui/gtk: Add gd_motion_event trace event
,
hikalium
,
2024/05/12
Re: [PATCH v2 1/2] ui/gtk: Add gd_motion_event trace event
,
Marc-André Lureau
,
2024/05/13
[PATCH v2 2/2] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
,
hikalium
,
2024/05/12
Re: [PATCH v2 2/2] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
,
Marc-André Lureau
,
2024/05/13
[PATCH 2/2] Fix mouse/motion event scaling issue with GTK display backend
,
hikalium
,
2024/05/12
[PATCH] hw/mips/loongson3_virt: Implement node counter timer
,
Jiaxun Yang
,
2024/05/12
[PULL 00/27] Build/arch cleanups, target/i386 fixes for 2024-05-10
,
Paolo Bonzini
,
2024/05/12
[PULL 02/27] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Paolo Bonzini
,
2024/05/12
[PULL 04/27] target/i386: move prefetch and multi-byte UD/NOP to new decoder
,
Paolo Bonzini
,
2024/05/12
[PULL 05/27] target/i386: fix feature dependency for WAITPKG
,
Paolo Bonzini
,
2024/05/12
[PULL 06/27] tests/tcg: cover lzcnt/tzcnt/popcnt
,
Paolo Bonzini
,
2024/05/12
[PULL 03/27] target/i386: rdpkru/wrpkru are no-prefix instructions
,
Paolo Bonzini
,
2024/05/12
[PULL 09/27] s390x: move s390_cpu_addr2state to target/s390x/sigp.c
,
Paolo Bonzini
,
2024/05/12
[PULL 07/27] configure: quote -D options that are passed through to meson
,
Paolo Bonzini
,
2024/05/12
[PULL 10/27] s390_flic: add migration-enabled property
,
Paolo Bonzini
,
2024/05/12
[PULL 11/27] s390: move css_migration_enabled from machine to css.c
,
Paolo Bonzini
,
2024/05/12
[PULL 12/27] s390x: select correct components for no-board build
,
Paolo Bonzini
,
2024/05/12
[PULL 14/27] xen: initialize legacy backends from xen_bus_init()
,
Paolo Bonzini
,
2024/05/12
[PULL 15/27] xen: register legacy backends via xen_backend_init
,
Paolo Bonzini
,
2024/05/12
[PULL 13/27] tests/qtest: s390x: fix operation in a build without any boards or devices
,
Paolo Bonzini
,
2024/05/12
[PULL 19/27] hw/i386: move rtc-reset-reinjection command out of hw/rtc
,
Paolo Bonzini
,
2024/05/12
[PULL 17/27] i386: pc: remove unnecessary MachineClass overrides
,
Paolo Bonzini
,
2024/05/12
[PULL 18/27] hw/i386: split x86.c in multiple parts
,
Paolo Bonzini
,
2024/05/12
[PULL 08/27] sh4: select correct components for no-board build
,
Paolo Bonzini
,
2024/05/12
[PULL 16/27] i386: correctly select code in hw/i386 that depends on other components
,
Paolo Bonzini
,
2024/05/12
[PULL 20/27] i386: select correct components for no-board build
,
Paolo Bonzini
,
2024/05/12
[PULL 21/27] tests/qtest: arm: fix operation in a build without any boards or devices
,
Paolo Bonzini
,
2024/05/12
[PULL 23/27] meson: move libfdt together with other dependencies
,
Paolo Bonzini
,
2024/05/12
[PULL 22/27] meson: pick libfdt from common_ss when building target-specific files
,
Paolo Bonzini
,
2024/05/12
[PULL 25/27] kconfig: express dependency of individual boards on libfdt
,
Paolo Bonzini
,
2024/05/12
[PULL 27/27] configs: disable emulators that require it if libfdt is not found
,
Paolo Bonzini
,
2024/05/12
[PULL 24/27] kconfig: allow compiling out QEMU device tree code per target
,
Paolo Bonzini
,
2024/05/12
[PULL 26/27] hw/xtensa: require libfdt
,
Paolo Bonzini
,
2024/05/12
[PULL 01/27] target/i386: remove PCOMMIT from TCG, deprecate property
,
Paolo Bonzini
,
2024/05/12
Re: [PULL 00/27] Build/arch cleanups, target/i386 fixes for 2024-05-10
,
Richard Henderson
,
2024/05/14
[PATCH 0/3] Connect STM32L4x5 USART devices to the EXTI
,
Inès Varhol
,
2024/05/12
[PATCH 2/3] hw/misc: In STM32L4x5 EXTI, handle direct line interrupts
,
Inès Varhol
,
2024/05/12
Re: [PATCH 2/3] hw/misc: In STM32L4x5 EXTI, handle direct line interrupts
,
Peter Maydell
,
2024/05/20
[PATCH 1/3] hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
,
Inès Varhol
,
2024/05/12
Re: [PATCH 1/3] hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
,
Peter Maydell
,
2024/05/20
[PATCH 3/3] hw/arm: In STM32L4x5 SOC, connect USART devices to EXTI
,
Inès Varhol
,
2024/05/12
Re: [PATCH 3/3] hw/arm: In STM32L4x5 SOC, connect USART devices to EXTI
,
Peter Maydell
,
2024/05/20
[PATCH] ui/sdl2: Allow host to power down screen
,
Bernhard Beschow
,
2024/05/12
Re: [PATCH] ui/sdl2: Allow host to power down screen
,
Marc-André Lureau
,
2024/05/13
Re: [PATCH] ui/sdl2: Allow host to power down screen
,
Daniel P . Berrangé
,
2024/05/17
target/ppc: Move VMX int add/sub saturate insns to decodetree.
,
Chinmay Rath
,
2024/05/12
[PATCH 1/1] target/ppc: Move VMX integer add/sub saturate insns to decodetree.
,
Chinmay Rath
,
2024/05/12
Re: [PATCH 1/1] target/ppc: Move VMX integer add/sub saturate insns to decodetree.
,
Richard Henderson
,
2024/05/12
Re: [PATCH 1/1] target/ppc: Move VMX integer add/sub saturate insns to decodetree.
,
Chinmay Rath
,
2024/05/16
Re: target/ppc: Move VMX int add/sub saturate insns to decodetree.
,
Richard Henderson
,
2024/05/12
Re: target/ppc: Move VMX int add/sub saturate insns to decodetree.
,
Chinmay Rath
,
2024/05/16
[PATCH] docs/system: Remove ADC from raspi documentation
,
Rayhan Faizel
,
2024/05/12
Re: [PATCH] docs/system: Remove ADC from raspi documentation
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH] docs/system: Remove ADC from raspi documentation
,
Peter Maydell
,
2024/05/20
[PATCH] Fixes rtl8139 driver for old kernels.
,
Hans
,
2024/05/11
[PATCH] mips64el-softmmu: Enable MTTCG
,
Jiaxun Yang
,
2024/05/11
[PATCH v11 00/10] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 01/10] virtio-gpu: Unrealize GL device
,
Dmitry Osipenko
,
2024/05/11
Re: [PATCH v11 01/10] virtio-gpu: Unrealize GL device
,
Akihiko Odaki
,
2024/05/13
Re: [PATCH v11 01/10] virtio-gpu: Unrealize GL device
,
Dmitry Osipenko
,
2024/05/15
Re: [PATCH v11 01/10] virtio-gpu: Unrealize GL device
,
Akihiko Odaki
,
2024/05/15
Re: [PATCH v11 01/10] virtio-gpu: Unrealize GL device
,
Dmitry Osipenko
,
2024/05/15
[PATCH v11 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 04/10] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 03/10] virtio-gpu: Support context-init feature with virglrenderer
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 06/10] virtio-gpu: Support blob scanout using dmabuf fd
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 05/10] virtio-gpu: Add virgl resource management
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 07/10] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/11
[PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/11
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Akihiko Odaki
,
2024/05/13
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/15
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Akihiko Odaki
,
2024/05/15
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/15
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Akihiko Odaki
,
2024/05/15
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/15
Re: [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
,
Akihiko Odaki
,
2024/05/16
[PATCH v11 09/10] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/11
Re: [PATCH v11 09/10] virtio-gpu: Register capsets dynamically
,
Akihiko Odaki
,
2024/05/13
Re: [PATCH v11 09/10] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/15
[PATCH v11 10/10] virtio-gpu: Support Venus context
,
Dmitry Osipenko
,
2024/05/11
[PATCH] target/riscv/cpu.c: fix Zvkb extension config
,
Yangyu Chen
,
2024/05/11
Re: [PATCH] target/riscv/cpu.c: fix Zvkb extension config
,
LIU Zhiwei
,
2024/05/11
[PATCH 00/17] RISU misc updates
,
Richard Henderson
,
2024/05/11
[PATCH 01/17] ppc64: Fix <sys/user.h> include order
,
Richard Henderson
,
2024/05/11
Re: [PATCH 01/17] ppc64: Fix <sys/user.h> include order
,
Philippe Mathieu-Daudé
,
2024/05/15
Re: [PATCH 01/17] ppc64: Fix <sys/user.h> include order
,
Richard Henderson
,
2024/05/15
Re: [PATCH 01/17] ppc64: Fix <sys/user.h> include order
,
Philippe Mathieu-Daudé
,
2024/05/15
Re: [PATCH 01/17] ppc64: Fix <sys/user.h> include order
,
Richard Henderson
,
2024/05/16
[PATCH 02/17] Fix load_image error check for mmap
,
Richard Henderson
,
2024/05/11
Re: [PATCH 02/17] Fix load_image error check for mmap
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 04/17] Add --fulldump and --diffdup options
,
Richard Henderson
,
2024/05/11
[PATCH 03/17] Standardize reginfo_dump_mismatch printing
,
Richard Henderson
,
2024/05/11
Re: [PATCH 03/17] Standardize reginfo_dump_mismatch printing
,
Peter Maydell
,
2024/05/21
[PATCH 05/17] Remove return value from reginfo_dump
,
Richard Henderson
,
2024/05/11
Re: [PATCH 05/17] Remove return value from reginfo_dump
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 06/17] ppc64: Clean register values in reginfo_init
,
Richard Henderson
,
2024/05/11
Re: [PATCH 06/17] ppc64: Clean register values in reginfo_init
,
Peter Maydell
,
2024/05/21
[PATCH 08/17] ppc64: Simplify reginfo_is_eq
,
Richard Henderson
,
2024/05/11
Re: [PATCH 08/17] ppc64: Simplify reginfo_is_eq
,
Peter Maydell
,
2024/05/21
[PATCH 07/17] ppc64: Compare all bits of CCR
,
Richard Henderson
,
2024/05/11
Re: [PATCH 07/17] ppc64: Compare all bits of CCR
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 09/17] ppc64: Clean up reginfo_dump
,
Richard Henderson
,
2024/05/11
Re: [PATCH 09/17] ppc64: Clean up reginfo_dump
,
Peter Maydell
,
2024/05/21
[PATCH 10/17] aarch64: Tidy reginfo dumping ahead of ZA state
,
Richard Henderson
,
2024/05/11
Re: [PATCH 10/17] aarch64: Tidy reginfo dumping ahead of ZA state
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 11/17] aarch64: Add support for ZA storage
,
Richard Henderson
,
2024/05/11
[PATCH 12/17] aarch64: Trivial SME test
,
Richard Henderson
,
2024/05/11
Re: [PATCH 12/17] aarch64: Trivial SME test
,
Peter Maydell
,
2024/05/21
[PATCH 14/17] aarch64: Use bool for sve_{z,p}reg_is_eq
,
Richard Henderson
,
2024/05/11
Re: [PATCH 14/17] aarch64: Use bool for sve_{z,p}reg_is_eq
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 13/17] Use bool for reginfo_is_eq
,
Richard Henderson
,
2024/05/11
Re: [PATCH 13/17] Use bool for reginfo_is_eq
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 15/17] risu: Allow use of ELF test files
,
Richard Henderson
,
2024/05/11
Re: [PATCH 15/17] risu: Allow use of ELF test files
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 16/17] configure: Enable loongarch64
,
Richard Henderson
,
2024/05/11
Re: [PATCH 16/17] configure: Enable loongarch64
,
Philippe Mathieu-Daudé
,
2024/05/15
Re: [PATCH 16/17] configure: Enable loongarch64
,
Philippe Mathieu-Daudé
,
2024/05/15
[PATCH 17/17] Build elf test cases instead of raw binaries
,
Richard Henderson
,
2024/05/11
Re: [PATCH 17/17] Build elf test cases instead of raw binaries
,
Philippe Mathieu-Daudé
,
2024/05/15
Re: [PATCH 00/17] RISU misc updates
,
Peter Maydell
,
2024/05/21
[PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Yangyu Chen
,
2024/05/11
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
liwei
,
2024/05/11
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Max Chou
,
2024/05/11
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Yangyu Chen
,
2024/05/11
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Alistair Francis
,
2024/05/12
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Alistair Francis
,
2024/05/12
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Yangyu Chen
,
2024/05/13
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Hongren Zheng
,
2024/05/16
Re: [PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
,
Daniel Henrique Barboza
,
2024/05/13
[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
Alexey Baturo
,
2024/05/11
[PATCH v9 1/6] target/riscv: Remove obsolete pointer masking extension code.
,
Alexey Baturo
,
2024/05/11
[PATCH v9 4/6] target/riscv: Add pointer masking tb flags
,
Alexey Baturo
,
2024/05/11
Re: [PATCH v9 4/6] target/riscv: Add pointer masking tb flags
,
LIU Zhiwei
,
2024/05/13
[PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
,
Alexey Baturo
,
2024/05/11
Re: [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
,
liwei
,
2024/05/11
Re: [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
,
Alistair Francis
,
2024/05/13
[PATCH v9 5/6] target/riscv: Update address modify functions to take into account pointer masking
,
Alexey Baturo
,
2024/05/11
Re: [PATCH v9 5/6] target/riscv: Update address modify functions to take into account pointer masking
,
LIU Zhiwei
,
2024/05/13
[PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
Alexey Baturo
,
2024/05/11
Re: [PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
LIU Zhiwei
,
2024/05/13
Re: [PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
LIU Zhiwei
,
2024/05/13
Re: [PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
,
LIU Zhiwei
,
2024/05/13
[PATCH v9 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
Alexey Baturo
,
2024/05/11
Re: [PATCH v9 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
,
LIU Zhiwei
,
2024/05/13
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
liwei
,
2024/05/11
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
Alistair Francis
,
2024/05/13
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
Alexey Baturo
,
2024/05/13
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
Alistair Francis
,
2024/05/13
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
Alistair Francis
,
2024/05/13
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
Alexey Baturo
,
2024/05/14
Re: [PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
,
LIU Zhiwei
,
2024/05/13
[PATCH v5 0/3] Add migration test for loongarch64
,
Bibo Mao
,
2024/05/10
[PATCH v5 1/3] hw/loongarch: Add compat machine for 9.1
,
Bibo Mao
,
2024/05/10
Re: [PATCH v5 1/3] hw/loongarch: Add compat machine for 9.1
,
gaosong
,
2024/05/15
[PATCH v5 2/3] hw/loongarch: Remove minimum and default memory size
,
Bibo Mao
,
2024/05/10
Re: [PATCH v5 2/3] hw/loongarch: Remove minimum and default memory size
,
gaosong
,
2024/05/15
[PATCH v5 3/3] tests: Add migration test for loongarch64
,
Bibo Mao
,
2024/05/10
Re: [PATCH v5 3/3] tests: Add migration test for loongarch64
,
gaosong
,
2024/05/15
[PATCH v6 00/48] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 04/48] target/ppc/mmu_common.c: Remove unneeded local variable
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 02/48] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 03/48] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 01/48] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 06/48] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 05/48] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 10/48] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 08/48] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 12/48] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 07/48] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 26/48] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 22/48] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 30/48] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 18/48] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 34/48] target/ppc: Add a function to check for page protection bit
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 16/48] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 13/48] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 29/48] target/ppc/mmu_common.c: Remove pte_update_flags()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 11/48] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 09/48] target/ppc/mmu_common.c: Move some debug logging
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 17/48] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 27/48] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 14/48] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 15/48] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 23/48] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 24/48] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 25/48] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 31/48] target/ppc: Split off common embedded TLB init
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 39/48] target/ppc/mmu_common.c: Remove another single use local
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 20/48] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 32/48] target/ppc/mmu-hash32.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 38/48] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 19/48] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 37/48] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 41/48] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 40/48] target/ppc/mmu_common.c: Remove yet another single use local
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 42/48] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 21/48] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 36/48] target/ppc/mmu_common.c: Remove local name for a constant
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 33/48] target/ppc/mmu-radix64.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 47/48] target/ppc/mmu_common.c: Remove single use local variable
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 48/48] target/ppc/mmu_common.c: Simplify a switch statement
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 28/48] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 35/48] target/ppc: Move out BookE and related MMU functions from mmu_common.c
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 43/48] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 46/48] target/ppc/mmu_common.c: Convert local variable to bool
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 45/48] target/ppc/mmu_common.c: Remove nx field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/10
[PATCH v6 44/48] target/ppc/mmu_common.c: Remove hash field from mmu_ctx_t
,
BALATON Zoltan
,
2024/05/10
Re: [BUG, RFC] Base node is in RW after making external snapshot
,
Andrey Drobyshev
,
2024/05/10
Re: [PATCH 28/41] target/sparc: Implement PDISTN
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 26/41] target/sparc: Implement LZCNT
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 41/41] target/sparc: Enable VIS4 feature bit
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 41/41] target/sparc: Enable VIS4 feature bit
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 37/41] target/sparc: Implement FPMIN, FPMAX
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 32/41] target/sparc: Implement IMA extension
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 13/41] target/sparc: Add feature bits for VIS 3
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 33/41] target/sparc: Add feature bit for VIS4
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 40/41] target/sparc: Implement monitor asis
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 38/41] target/sparc: Implement SUBXC, SUBXCcc
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 35/41] target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUS
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 21/41] target/sparc: Implement FPADD64 FPSUB64
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 14/41] target/sparc: Implement ADDXC, ADDXCcc
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 11/41] target/sparc: Use gvec for VIS1 parallel add/sub
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 09/41] target/sparc: Remove gen_dest_fpr_D
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 08/41] target/sparc: Perform DFPREG/QFPREG in decodetree
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH v2 0/4] target/hexagon: Minor idef-parser cleanup
,
Anton Johansson
,
2024/05/10
[PATCH v2 1/4] target/hexagon: idef-parser remove unused defines
,
Anton Johansson
,
2024/05/10
[PATCH v2 3/4] target/hexagon: idef-parser fix leak of init_list
,
Anton Johansson
,
2024/05/10
RE: [PATCH v2 3/4] target/hexagon: idef-parser fix leak of init_list
,
ltaylorsimpson
,
2024/05/20
[PATCH v2 4/4] target/hexagon: idef-parser simplify predicate init
,
Anton Johansson
,
2024/05/10
RE: [PATCH v2 4/4] target/hexagon: idef-parser simplify predicate init
,
ltaylorsimpson
,
2024/05/20
[PATCH v2 2/4] target/hexagon: idef-parser remove undefined functions
,
Anton Johansson
,
2024/05/10
Re: [PATCH 00/45] target/hppa: Misc improvements
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH 00/45] target/hppa: Misc improvements
,
Sven Schnelle
,
2024/05/12
Re: [PATCH 00/45] target/hppa: Misc improvements
,
Helge Deller
,
2024/05/13
[PATCH] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Nicholas Piggin
,
2024/05/10
Re: [PATCH] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
,
Nicholas Piggin
,
2024/05/16
[PATCH 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
,
Rayhan Faizel
,
2024/05/10
[PATCH 1/3] hw/nvram: Add BCM2835 OTP device
,
Rayhan Faizel
,
2024/05/10
Re: [PATCH 1/3] hw/nvram: Add BCM2835 OTP device
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 1/3] hw/nvram: Add BCM2835 OTP device
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 2/3] hw/arm: Connect OTP device to BCM2835
,
Rayhan Faizel
,
2024/05/10
Re: [PATCH 2/3] hw/arm: Connect OTP device to BCM2835
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys
,
Rayhan Faizel
,
2024/05/10
Re: [PATCH 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys
,
Philippe Mathieu-Daudé
,
2024/05/13
[PATCH v2 0/2] ppc/pnv: ADU model for POWER9/10
,
Nicholas Piggin
,
2024/05/10
[PATCH v2 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Nicholas Piggin
,
2024/05/10
Re: [PATCH v2 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Cédric Le Goater
,
2024/05/13
[PATCH v2 2/2] ppc/pnv: Implement ADU access to LPC space
,
Nicholas Piggin
,
2024/05/10
Re: [PATCH v2 2/2] ppc/pnv: Implement ADU access to LPC space
,
Cédric Le Goater
,
2024/05/13
[PATCH 0/5] target/riscv: Support RISC-V privilege 1.13 spec
,
Fea.Wang
,
2024/05/10
[PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
,
Fea.Wang
,
2024/05/10
Re: [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
,
liwei
,
2024/05/11
Re: [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
,
LIU Zhiwei
,
2024/05/12
Re: [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
,
Fea Wang
,
2024/05/15
[PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea.Wang
,
2024/05/10
Re: [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
liwei
,
2024/05/11
Re: [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
LIU Zhiwei
,
2024/05/12
Re: [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
,
Fea Wang
,
2024/05/15
[PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Fea.Wang
,
2024/05/10
Re: [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
LIU Zhiwei
,
2024/05/12
Re: [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
,
Fea Wang
,
2024/05/15
[PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err
,
Fea.Wang
,
2024/05/10
Re: [PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err
,
LIU Zhiwei
,
2024/05/12
[PATCH 2/5] target/riscv: Support the version for ss1p13
,
Fea.Wang
,
2024/05/10
Re: [PATCH 2/5] target/riscv: Support the version for ss1p13
,
liwei
,
2024/05/11
Re: [PATCH 2/5] target/riscv: Support the version for ss1p13
,
LIU Zhiwei
,
2024/05/12
Problem with bypass iommu
,
Aaron Lu
,
2024/05/10
[PATCH v3 0/5] mirror: allow specifying working bitmap
,
Fiona Ebner
,
2024/05/10
[PATCH v3 5/5] blockdev: mirror: check for target's cluster size when using bitmap
,
Fiona Ebner
,
2024/05/10
[PATCH v3 2/5] block/mirror: replace is_none_mode with sync_mode in MirrorBlockJob struct
,
Fiona Ebner
,
2024/05/10
[PATCH v3 1/5] qapi/block-core: avoid the re-use of MirrorSyncMode for backup
,
Fiona Ebner
,
2024/05/10
[PATCH v3 3/5] mirror: allow specifying working bitmap
,
Fiona Ebner
,
2024/05/10
Re: [PATCH v3 3/5] mirror: allow specifying working bitmap
,
Markus Armbruster
,
2024/05/13
[PATCH v3 4/5] iotests: add test for bitmap mirror
,
Fiona Ebner
,
2024/05/10
[RFC PATCH] scripts/update-linux-header.sh: be more src tree friendly
,
Alex Bennée
,
2024/05/10
Re: [PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
,
Frank Chang
,
2024/05/10
Re: [PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
,
Daniel Henrique Barboza
,
2024/05/20
Re: [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
,
Frank Chang
,
2024/05/10
Re: [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
,
Eric Cheng
,
2024/05/15
Re: [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
,
Daniel Henrique Barboza
,
2024/05/15
[PATCH v2 0/7] hw/xen: Simplify legacy backends handling
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH v2 1/7] hw/xen: Remove declarations left over in 'xen-legacy-backend.h'
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 1/7] hw/xen: Remove declarations left over in 'xen-legacy-backend.h'
,
Paul Durrant
,
2024/05/31
[PATCH v2 2/7] hw/xen: Constify XenLegacyDevice::XenDevOps
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 2/7] hw/xen: Constify XenLegacyDevice::XenDevOps
,
Paul Durrant
,
2024/05/31
[PATCH v2 3/7] hw/xen: Constify xenstore_be::XenDevOps
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 3/7] hw/xen: Constify xenstore_be::XenDevOps
,
Paul Durrant
,
2024/05/31
[PATCH v2 4/7] hw/xen: Make XenDevOps structures const
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 4/7] hw/xen: Make XenDevOps structures const
,
Paul Durrant
,
2024/05/31
[PATCH v2 5/7] hw/xen: initialize legacy backends from xen_bus_init()
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 5/7] hw/xen: initialize legacy backends from xen_bus_init()
,
Paul Durrant
,
2024/05/31
[PATCH v2 6/7] hw/xen: register legacy backends via xen_backend_init
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 6/7] hw/xen: register legacy backends via xen_backend_init
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 6/7] hw/xen: register legacy backends via xen_backend_init
,
Paul Durrant
,
2024/05/31
[PATCH v2 7/7] hw/xen: Register framebuffer backend via xen_backend_init()
,
Philippe Mathieu-Daudé
,
2024/05/10
Re: [PATCH v2 7/7] hw/xen: Register framebuffer backend via xen_backend_init()
,
Paul Durrant
,
2024/05/31
Re: [PATCH v2 0/7] hw/xen: Simplify legacy backends handling
,
Philippe Mathieu-Daudé
,
2024/05/29
Re: [PATCH v8 01/11] linux-headers: Update to Linux v6.9-rc3
,
Alex Bennée
,
2024/05/10
Re: [PATCH v8 01/11] linux-headers: Update to Linux v6.9-rc3
,
Dmitry Osipenko
,
2024/05/10
Re: [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Frank Chang
,
2024/05/10
Re: [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Andrew Jones
,
2024/05/10
Re: [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
,
Daniel Henrique Barboza
,
2024/05/16
Re: [PATCH v3] block: Use LVM tools for LV block device truncation
,
Alexander Ivanov
,
2024/05/10
[PATCH] tcg/loongarch64: Fill out tcg_out_{ld,st} for vector regs
,
Richard Henderson
,
2024/05/10
Re: [PATCH] tcg/loongarch64: Fill out tcg_out_{ld, st} for vector regs
,
gaosong
,
2024/05/10
Re: [RFC QEMU PATCH v9 1/2] virtio-pci: only reset pm state during resetting
,
Chen, Jiqian
,
2024/05/10
Re: [RFC QEMU PATCH v9 1/2] virtio-pci: only reset pm state during resetting
,
Michael S. Tsirkin
,
2024/05/10
Re: [RFC QEMU PATCH v9 1/2] virtio-pci: only reset pm state during resetting
,
Chen, Jiqian
,
2024/05/10
[PATCH v3] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Wafer
,
2024/05/10
RE: [PATCH v3] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Wafer
,
2024/05/16
[PULL 0/8] s390x and misc patches
,
Thomas Huth
,
2024/05/10
[PULL 2/8] s390x: Introduce a SCLPDevice pointer under the machine
,
Thomas Huth
,
2024/05/10
[PULL 7/8] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
,
Thomas Huth
,
2024/05/10
[PULL 8/8] tests/qtest: Add some test cases support on LoongArch
,
Thomas Huth
,
2024/05/10
[PULL 3/8] s390x/event-facility: Simplify sclp_get_event_facility_bus()
,
Thomas Huth
,
2024/05/10
[PULL 5/8] target/s390x: report deprecated-props in cpu-model-expansion reply
,
Thomas Huth
,
2024/05/10
[PULL 1/8] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
,
Thomas Huth
,
2024/05/10
[PULL 6/8] target/s390x: flag te and cte as deprecated
,
Thomas Huth
,
2024/05/10
[PULL 4/8] s390x/sclp: Simplify get_sclp_device()
,
Thomas Huth
,
2024/05/10
Re: [PULL 0/8] s390x and misc patches
,
Richard Henderson
,
2024/05/10
[PATCH] fix: correct typo in ext_zvkb configuration variable Signed-off-by: Kaiyao Duan <address@hidden>
,
inspireMeNow
,
2024/05/09
Re: [PATCH] fix: correct typo in ext_zvkb configuration variable Signed-off-by: Kaiyao Duan <address@hidden>
,
Markus Armbruster
,
2024/05/13
[PATCH v5 00/32] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 02/32] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 03/32] target/ppc/mmu_common.c: Remove unneeded local variable
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 04/32] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 01/32] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 08/32] target/ppc/mmu_common.c: Move some debug logging
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 06/32] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 09/32] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 05/32] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 12/32] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 11/32] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 10/32] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 23/32] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 07/32] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 15/32] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 16/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 13/32] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 14/32] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 18/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 20/32] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 19/32] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 22/32] target/ppc/mmu_common.c: Eliminate get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 17/32] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 21/32] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 25/32] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 24/32] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 26/32] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 28/32] target/ppc/mmu-hash32.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 29/32] target/ppc/mmu-radix64.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 32/32] target/ppc/mmu_common.c: Remove work around for spurious warnings
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 30/32] target/ppc: Add a function to check for page protection bit
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 31/32] target/ppc: Move out BookE and related MMU functions from mmu_common.c
,
BALATON Zoltan
,
2024/05/09
[PATCH v5 27/32] target/ppc: Split off common embedded TLB init
,
BALATON Zoltan
,
2024/05/09
Re: [PATCH v5 00/32] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/10
Re: [PATCH V1 26/26] migration: only-migratable-modes
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 26/26] migration: only-migratable-modes
,
Steven Sistare
,
2024/05/13
Re: [PATCH V1 26/26] migration: only-migratable-modes
,
Fabiano Rosas
,
2024/05/13
Re: [PATCH V1 26/26] migration: only-migratable-modes
,
Daniel P . Berrangé
,
2024/05/21
[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
,
Shivaprasad G Bhat
,
2024/05/09
RE: [PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
,
Duan, Zhenzhong
,
2024/05/09
Re: [PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
,
Shivaprasad G Bhat
,
2024/05/22
Re: [PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
,
Cédric Le Goater
,
2024/05/27
Re: [PATCH V1 25/26] migration: fix mismatched GPAs during cpr-exec
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 24/26] seccomp: cpr-exec blocker
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 24/26] seccomp: cpr-exec blocker
,
Daniel P . Berrangé
,
2024/05/10
Re: [PATCH V1 24/26] seccomp: cpr-exec blocker
,
Steven Sistare
,
2024/05/13
Re: [PATCH V1 24/26] seccomp: cpr-exec blocker
,
Daniel P . Berrangé
,
2024/05/21
Re: [PATCH V1 23/26] migration: misc cpr-exec blockers
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 23/26] migration: misc cpr-exec blockers
,
Fabiano Rosas
,
2024/05/24
Re: [PATCH V1 23/26] migration: misc cpr-exec blockers
,
Steven Sistare
,
2024/05/27
Re: [PATCH V1 22/26] migration: ram block cpr-exec blockers
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 22/26] migration: ram block cpr-exec blockers
,
Steven Sistare
,
2024/05/13
Re: [PATCH V1 21/26] migration: migrate_add_blocker_mode
,
Fabiano Rosas
,
2024/05/09
[PATCH v5 0/8] xen: Support grant mappings
,
Edgar E. Iglesias
,
2024/05/09
[PATCH v5 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
,
Edgar E. Iglesias
,
2024/05/09
Re: [PATCH v5 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
,
Stefano Stabellini
,
2024/05/15
[PATCH v5 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
,
Edgar E. Iglesias
,
2024/05/09
[PATCH v5 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
,
Edgar E. Iglesias
,
2024/05/09
Re: [PATCH v5 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
,
Stefano Stabellini
,
2024/05/15
[PATCH v5 3/8] xen: Add xen_mr_is_memory()
,
Edgar E. Iglesias
,
2024/05/09
[PATCH v5 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Edgar E. Iglesias
,
2024/05/09
Re: [PATCH v5 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Stefano Stabellini
,
2024/05/15
Re: [PATCH v5 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
,
Edgar E. Iglesias
,
2024/05/16
[PATCH v5 7/8] xen: mapcache: Add support for grant mappings
,
Edgar E. Iglesias
,
2024/05/09
Re: [PATCH v5 7/8] xen: mapcache: Add support for grant mappings
,
Stefano Stabellini
,
2024/05/15
[PATCH v5 8/8] hw/arm: xen: Enable use of grant mappings
,
Edgar E. Iglesias
,
2024/05/09
[PATCH v5 2/8] xen: mapcache: Unmap first entries in buckets
,
Edgar E. Iglesias
,
2024/05/09
[PATCH 00/13] fix --without-default-devices build and (mostly) tests
,
Paolo Bonzini
,
2024/05/09
[PATCH 01/13] s390x: move s390_cpu_addr2state to target/s390x/sigp.c
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 01/13] s390x: move s390_cpu_addr2state to target/s390x/sigp.c
,
Thomas Huth
,
2024/05/10
[PATCH 02/13] s390_flic: add migration-enabled property
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 02/13] s390_flic: add migration-enabled property
,
Thomas Huth
,
2024/05/10
Re: [PATCH 02/13] s390_flic: add migration-enabled property
,
Marc Hartmayer
,
2024/05/16
Re: [PATCH 02/13] s390_flic: add migration-enabled property
,
Thomas Huth
,
2024/05/17
[PATCH 03/13] s390: move css_migration_enabled from machine to css.c
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 03/13] s390: move css_migration_enabled from machine to css.c
,
Thomas Huth
,
2024/05/10
Re: [PATCH 03/13] s390: move css_migration_enabled from machine to css.c
,
Paolo Bonzini
,
2024/05/10
[PATCH 04/13] s390x: select correct components for no-board build
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 04/13] s390x: select correct components for no-board build
,
Thomas Huth
,
2024/05/10
[PATCH 07/13] xen: register legacy backends via xen_backend_init
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 07/13] xen: register legacy backends via xen_backend_init
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH 08/13] i386: correctly select code in hw/i386 that depends on other components
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 08/13] i386: correctly select code in hw/i386 that depends on other components
,
Zhao Liu
,
2024/05/10
[PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides
,
Zhao Liu
,
2024/05/10
[PATCH 11/13] hw/i386: move rtc-reset-reinjection command out of hw/rtc
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 11/13] hw/i386: move rtc-reset-reinjection command out of hw/rtc
,
Zhao Liu
,
2024/05/10
[PATCH 06/13] xen: initialize legacy backends from xen_bus_init()
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 06/13] xen: initialize legacy backends from xen_bus_init()
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH 10/13] hw/i386: split x86.c in multiple parts
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 10/13] hw/i386: split x86.c in multiple parts
,
Zhao Liu
,
2024/05/10
[PATCH 12/13] i386: select correct components for no-board build
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 12/13] i386: select correct components for no-board build
,
Zhao Liu
,
2024/05/10
[PATCH 13/13] tests/qtest: arm: fix operation in a build without any boards or devices
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 13/13] tests/qtest: arm: fix operation in a build without any boards or devices
,
Thomas Huth
,
2024/05/10
Re: [PATCH 13/13] tests/qtest: arm: fix operation in a build without any boards or devices
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH 05/13] tests/qtest: s390x: fix operation in a build without any boards or devices
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH 05/13] tests/qtest: s390x: fix operation in a build without any boards or devices
,
Thomas Huth
,
2024/05/10
[PATCH] target/i386: add feature dependency for XSAVE
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH] target/i386: add feature dependency for XSAVE
,
Zhao Liu
,
2024/05/09
[PATCH] target/i386: fix feature dependency for WAITPKG
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH] target/i386: fix feature dependency for WAITPKG
,
Zhao Liu
,
2024/05/09
[PATCH] target/i386: move prefetch and multi-byte UD/NOP to new decoder
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH] target/i386: move prefetch and multi-byte UD/NOP to new decoder
,
Zhao Liu
,
2024/05/10
Re: [PATCH] target/i386: move prefetch and multi-byte UD/NOP to new decoder
,
Richard Henderson
,
2024/05/10
[PATCH] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Richard Henderson
,
2024/05/10
Re: [PATCH] target/i386: fix operand size for DATA16 REX.W POPCNT
,
Zhao Liu
,
2024/05/10
[PATCH] tests/tcg: cover lzcnt/tzcnt/popcnt
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH] tests/tcg: cover lzcnt/tzcnt/popcnt
,
Zhao Liu
,
2024/05/10
[PATCH] target/i386: rdpkru/wrpkru are no-prefix instructions
,
Paolo Bonzini
,
2024/05/09
Re: [PATCH] target/i386: rdpkru/wrpkru are no-prefix instructions
,
Richard Henderson
,
2024/05/10
Re: [PATCH V1 09/26] migration: vmstate_register_named
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 09/26] migration: vmstate_register_named
,
Fabiano Rosas
,
2024/05/09
Re: [PATCH V1 09/26] migration: vmstate_register_named
,
Steven Sistare
,
2024/05/13
[PATCH] hw/loongarch/virt.c: Fixes memory leak in ramName during loop iterations
,
R.Samarasekara
,
2024/05/09
Re: [PATCH] hw/loongarch/virt.c: Fixes memory leak in ramName during loop iterations
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH] hw/nvme: Add CLI options for PCI vendor/device IDs and IEEE-OUI ID
,
Saif Abrar
,
2024/05/09
Re: [PATCH] hw/nvme: Add CLI options for PCI vendor/device IDs and IEEE-OUI ID
,
Markus Armbruster
,
2024/05/13
[PATCH v2] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Wafer
,
2024/05/09
[PATCH v2 0/3] qapi/vfio: Add VFIO migration QAPI event
,
Avihai Horon
,
2024/05/09
[PATCH v2 2/3] vfio/migration: Emit VFIO migration QAPI event
,
Avihai Horon
,
2024/05/09
Re: [PATCH v2 2/3] vfio/migration: Emit VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH v2 2/3] vfio/migration: Emit VFIO migration QAPI event
,
Avihai Horon
,
2024/05/13
Re: [PATCH v2 2/3] vfio/migration: Emit VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH v2 2/3] vfio/migration: Emit VFIO migration QAPI event
,
Avihai Horon
,
2024/05/13
[PATCH v2 3/3] vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
,
Avihai Horon
,
2024/05/09
Re: [PATCH v2 3/3] vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH v2 3/3] vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
,
Avihai Horon
,
2024/05/13
[PATCH v2 1/3] qapi/vfio: Add VFIO migration QAPI event
,
Avihai Horon
,
2024/05/09
Re: [PATCH v2 1/3] qapi/vfio: Add VFIO migration QAPI event
,
Cédric Le Goater
,
2024/05/13
[PATCH v2] tests/qtest: Add some test cases support on LoongArch
,
Bibo Mao
,
2024/05/09
Re: [PATCH v2] tests/qtest: Add some test cases support on LoongArch
,
Thomas Huth
,
2024/05/10
[PULL 0/3] loongarch-to-apply queue
,
Song Gao
,
2024/05/09
[PULL 2/3] target/loongarch: Add TCG macro in structure CPUArchState
,
Song Gao
,
2024/05/09
[PULL 1/3] hw/loongarch: Refine default numa id calculation
,
Song Gao
,
2024/05/09
[PULL 3/3] target/loongarch: Put cpucfg operation before CSR register
,
Song Gao
,
2024/05/09
Re: [PULL 0/3] loongarch-to-apply queue
,
Richard Henderson
,
2024/05/10
[PATCH 1/3] migration/colo: Minor fix for colo error message
,
Li Zhijian
,
2024/05/08
[PATCH 2/3] migration/colo: make colo_incoming_co() return void
,
Li Zhijian
,
2024/05/08
Re: [PATCH 2/3] migration/colo: make colo_incoming_co() return void
,
Peter Xu
,
2024/05/09
RE: [PATCH 2/3] migration/colo: make colo_incoming_co() return void
,
Zhang, Chen
,
2024/05/10
Re: [PATCH 2/3] migration/colo: make colo_incoming_co() return void
,
Fabiano Rosas
,
2024/05/15
Re: [PATCH 2/3] migration/colo: make colo_incoming_co() return void
,
Zhijian Li (Fujitsu)
,
2024/05/15
[PATCH 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
,
Li Zhijian
,
2024/05/08
Re: [PATCH 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
,
Peter Xu
,
2024/05/09
RE: [PATCH 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
,
Zhang, Chen
,
2024/05/10
Re: [PATCH 1/3] migration/colo: Minor fix for colo error message
,
Peter Xu
,
2024/05/09
RE: [PATCH 1/3] migration/colo: Minor fix for colo error message
,
Zhang, Chen
,
2024/05/10
Re: [PATCH RESEND 0/2] Fix crash of VMs configured with the CDROM device
,
Yong Huang
,
2024/05/08
[PATCH 2/2] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
,
David Hubbard
,
2024/05/08
[PATCH 1/2] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
David Hubbard
,
2024/05/08
Re: [PATCH 1/2] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/20
Re: [PATCH 1/2] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/20
[PATCH v4 00/33] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 01/33] target/ppc: Fix gen_sc to use correct nip
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 07/33] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 02/33] target/ppc: Move patching nip from exception handler to helper_scv
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 08/33] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 08/33] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 05/33] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 06/33] target/ppc/mmu_common.c: Remove unneeded local variable
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 03/33] target/ppc: Simplify syscall exception handlers
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 04/33] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 09/33] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 11/33] target/ppc/mmu_common.c: Move some debug logging
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 11/33] target/ppc/mmu_common.c: Move some debug logging
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 13/33] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 14/33] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 15/33] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 17/33] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 18/33] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 16/33] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 19/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 19/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 22/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 22/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 24/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 30/33] target/ppc/mmu-hash32.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 32/33] target/ppc: Add a macro to check for page protection bit
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 20/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 20/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 23/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 28/33] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 29/33] target/ppc: Split off common embedded TLB init
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 33/33] target/ppc: Move out BookE and related MMU functions from mmu_common.c
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 33/33] target/ppc: Move out BookE and related MMU functions from mmu_common.c
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 21/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 21/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
,
Nicholas Piggin
,
2024/05/09
[PATCH v4 31/33] target/ppc/mmu-radix64.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/08
[PATCH v4 25/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v4 25/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/09
[PULL v2 00/13] Migration patches for 2024-05-08
,
Fabiano Rosas
,
2024/05/08
[PULL v2 01/13] migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro
,
Fabiano Rosas
,
2024/05/08
[PULL v2 02/13] migration: move trace-point from migrate_fd_error to migrate_set_error
,
Fabiano Rosas
,
2024/05/08
[PULL v2 03/13] migration: process_incoming_migration_co(): complete cleanup on failure
,
Fabiano Rosas
,
2024/05/08
[PULL v2 04/13] migration: process_incoming_migration_co(): fix reporting s->error
,
Fabiano Rosas
,
2024/05/08
[PULL v2 05/13] migration: process_incoming_migration_co(): rework error reporting
,
Fabiano Rosas
,
2024/05/08
[PULL v2 06/13] qapi: introduce exit-on-error parameter for migrate-incoming
,
Fabiano Rosas
,
2024/05/08
[PULL v2 08/13] migration: Remove 'inc' option from migrate command
,
Fabiano Rosas
,
2024/05/08
[PULL v2 09/13] migration: Remove 'blk/-b' option from migrate commands
,
Fabiano Rosas
,
2024/05/08
[PULL v2 12/13] migration: Deprecate fd: for file migration
,
Fabiano Rosas
,
2024/05/08
[PULL v2 10/13] migration: Remove block migration
,
Fabiano Rosas
,
2024/05/08
[PULL v2 11/13] migration: Remove non-multifd compression
,
Fabiano Rosas
,
2024/05/08
[PULL v2 13/13] hmp/migration: Fix "migrate" command's documentation
,
Fabiano Rosas
,
2024/05/08
[PULL v2 07/13] migration: Remove 'skipped' field from MigrationStats
,
Fabiano Rosas
,
2024/05/08
Re: [PULL v2 00/13] Migration patches for 2024-05-08
,
Richard Henderson
,
2024/05/10
[PULL v2 00/28] Misc HW patches for 2024-05-08
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL v2 14/28] hw/i386/x86: Don't leak "isa-bios" memory regions
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL v2 15/28] hw/i386/x86: Don't leak "pc.bios" memory region
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL v2 16/28] hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PULL v2 00/28] Misc HW patches for 2024-05-08
,
Richard Henderson
,
2024/05/09
Re: [PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v8] virtio-pci: fix use of a released vector
,
Michael Tokarev
,
2024/05/08
Re: [PATCH v8] virtio-pci: fix use of a released vector
,
Cindy Lu
,
2024/05/08
Re: [PATCH v8] virtio-pci: fix use of a released vector
,
Michael Tokarev
,
2024/05/09
[PATCH v14 0/6] ui/console: Private QemuDmaBuf struct
,
dongwon . kim
,
2024/05/08
[PATCH v14 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
,
dongwon . kim
,
2024/05/08
[PATCH v14 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
,
dongwon . kim
,
2024/05/08
[PATCH v14 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
,
dongwon . kim
,
2024/05/08
[PATCH v14 4/6] ui/console: Use qemu_dmabuf_set_..() helpers instead
,
dongwon . kim
,
2024/05/08
[PATCH v14 5/6] ui/console: Use qemu_dmabuf_new() and free() helpers instead
,
dongwon . kim
,
2024/05/08
[PATCH v14 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c
,
dongwon . kim
,
2024/05/08
Re: [PATCH v14 0/6] ui/console: Private QemuDmaBuf struct
,
Marc-André Lureau
,
2024/05/10
[PATCH v3 0/6] X86: Alias isa-bios area and clean up
,
Bernhard Beschow
,
2024/05/08
[PATCH v3 3/6] hw/i386/x86: Don't leak "isa-bios" memory regions
,
Bernhard Beschow
,
2024/05/08
[PATCH v3 2/6] hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
,
Bernhard Beschow
,
2024/05/08
[PATCH v3 5/6] hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
,
Bernhard Beschow
,
2024/05/08
[PATCH v3 1/6] hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
,
Bernhard Beschow
,
2024/05/08
[PATCH v3 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Bernhard Beschow
,
2024/05/08
Re: [PATCH v3 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Bernhard Beschow
,
2024/05/21
Re: [PATCH v3 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Paolo Bonzini
,
2024/05/21
Re: [PATCH v3 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Michael S. Tsirkin
,
2024/05/21
[PATCH v3 4/6] hw/i386/x86: Don't leak "pc.bios" memory region
,
Bernhard Beschow
,
2024/05/08
Re: [PATCH v3 0/6] X86: Alias isa-bios area and clean up
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v3 0/6] X86: Alias isa-bios area and clean up
,
Bernhard Beschow
,
2024/05/14
Re: [PATCH v3 0/6] X86: Alias isa-bios area and clean up
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 00/26] Misc HW patches for 2024-05-08
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 01/26] block/qcow2-bitmap: Replace g_memdup() by g_memdup2()
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 03/26] hw/hppa/machine: Replace g_memdup() by g_memdup2()
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 06/26] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 02/26] target/ppc: Replace g_memdup() by g_memdup2()
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 07/26] system/physmem: Propagate AddressSpace to MapClient helpers
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 13/26] hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 09/26] hw/i386/pc: Allow to compile without CONFIG_FDC_ISA
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 04/26] hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 05/26] hw/remote/vfio-user: Fix config space access byte order
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PULL 05/26] hw/remote/vfio-user: Fix config space access byte order
,
Michael Tokarev
,
2024/05/10
Re: [PULL 05/26] hw/remote/vfio-user: Fix config space access byte order
,
Philippe Mathieu-Daudé
,
2024/05/10
[PULL 12/26] hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 14/26] hw/i386/x86: Don't leak "isa-bios" memory regions
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 10/26] hw/i386/Kconfig: Allow to compile Q35 without FDC_ISA
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 08/26] system/physmem: Per-AddressSpace bounce buffering
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 11/26] hw/i386: Add the possibility to use i440fx and isapc without FDC
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 15/26] hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 16/26] hw/gpio: Handle clock migration in STM32L4x5 gpios
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 17/26] hw/ppc: Deprecate 'ref405ep' machine and 405 CPUs
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 18/26] hw/loongarch: move memory map to boot.c
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 19/26] hw/loongarch/virt: Fix memory leak
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 20/26] hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 23/26] hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 22/26] hw/mips/loongson3_virt: Emulate suspend function
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 24/26] hw/intc/loongarch_ipi: Rename as loongson_ipi
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 21/26] hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 25/26] hw/intc/loongson_ipi: Implement IOCSR address space for MIPS
,
Philippe Mathieu-Daudé
,
2024/05/08
[PULL 26/26] misc: Use QEMU header path relative to include/ directory
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 21/33] target/s390x: Fix translator_fake_ld length
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 22/33] target/s390x: Disassemble EXECUTEd instructions
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 29/33] target/riscv: Use translator_ld* for everything
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 29/33] target/riscv: Use translator_ld* for everything
,
Alistair Francis
,
2024/05/14
[PATCH] target/i386: remove PCOMMIT from TCG, deprecate property
,
Paolo Bonzini
,
2024/05/08
Re: [PATCH] target/i386: remove PCOMMIT from TCG, deprecate property
,
Richard Henderson
,
2024/05/09
Re: [PATCH] target/i386: remove PCOMMIT from TCG, deprecate property
,
Zhao Liu
,
2024/05/10
Re: [PATCH v2 19/33] disas: Use translator_st to get disassembly data
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 18/33] disas: Split disas.c
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 18/33] disas: Split disas.c
,
Richard Henderson
,
2024/05/10
Re: [PATCH v2 10/33] accel/tcg: Implement translator_st
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 0/6] This series changes the "isa-bios" MemoryRegion to be an alias rather than a
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 0/6] This series changes the "isa-bios" MemoryRegion to be an alias rather than a
,
Bernhard Beschow
,
2024/05/08
Re: [PATCH 1/2] util/iov: Do not assert offset is in iov
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v2] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Peter Maydell
,
2024/05/20
Re: [PATCH v2] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Philippe Mathieu-Daudé
,
2024/05/29
[PATCH] hw/clock: Expose 'freq-hz' QOM property
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] hw/clock: Expose 'freq-hz' QOM property
,
Peter Maydell
,
2024/05/08
Re: [PATCH] hw/clock: Expose 'freq-hz' QOM property
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] hw/clock: Expose 'freq-hz' QOM property
,
Peter Maydell
,
2024/05/20
[PATCH 0/9] Support persistent reservation operations
,
Changqi Lu
,
2024/05/08
[PATCH 1/9] block: add persistent reservation in/out api
,
Changqi Lu
,
2024/05/08
Re: [PATCH 1/9] block: add persistent reservation in/out api
,
Stefan Hajnoczi
,
2024/05/09
Re: Re: [PATCH 1/9] block: add persistent reservation in/out api
,
zhenwei pi
,
2024/05/09
[PATCH 7/9] hw/nvme: add helper functions for converting reservation types
,
Changqi Lu
,
2024/05/08
Re: [PATCH 7/9] hw/nvme: add helper functions for converting reservation types
,
Stefan Hajnoczi
,
2024/05/09
[PATCH 2/9] block/raw: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/08
Re: [PATCH 2/9] block/raw: add persistent reservation in/out driver
,
Stefan Hajnoczi
,
2024/05/09
[PATCH 3/9] scsi/constant: add persistent reservation in/out protocol constants
,
Changqi Lu
,
2024/05/08
Re: [PATCH 3/9] scsi/constant: add persistent reservation in/out protocol constants
,
Stefan Hajnoczi
,
2024/05/09
[PATCH 5/9] hw/scsi: add persistent reservation in/out api for scsi device
,
Changqi Lu
,
2024/05/08
Re: [PATCH 5/9] hw/scsi: add persistent reservation in/out api for scsi device
,
Stefan Hajnoczi
,
2024/05/09
Re: [PATCH 5/9] hw/scsi: add persistent reservation in/out api for scsi device
,
Stefan Hajnoczi
,
2024/05/09
[PATCH 8/9] hw/nvme: add reservation protocal command
,
Changqi Lu
,
2024/05/08
Re: [PATCH 8/9] hw/nvme: add reservation protocal command
,
Klaus Jensen
,
2024/05/08
[PATCH 9/9] block/iscsi: add persistent reservation in/out driver
,
Changqi Lu
,
2024/05/08
[PATCH 4/9] scsi/util: add helper functions for persistent reservation types conversion
,
Changqi Lu
,
2024/05/08
Re: [PATCH 4/9] scsi/util: add helper functions for persistent reservation types conversion
,
Stefan Hajnoczi
,
2024/05/09
[PATCH 6/9] block/nvme: add reservation command protocol constants
,
Changqi Lu
,
2024/05/08
Re: [PATCH 6/9] block/nvme: add reservation command protocol constants
,
Stefan Hajnoczi
,
2024/05/09
Re: [PATCH 0/9] Support persistent reservation operations
,
Stefan Hajnoczi
,
2024/05/09
[PATCH 0/5] hw/mips/loongson3_virt: Implement IPI support
,
Jiaxun Yang
,
2024/05/08
[PATCH 3/5] hw/intc/loongson_ipi: Implement IOCSR address space for MIPS
,
Jiaxun Yang
,
2024/05/08
Re: [PATCH 3/5] hw/intc/loongson_ipi: Implement IOCSR address space for MIPS
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 2/5] hw/intc/loongarch_ipi: Rename as loongson_ipi
,
Jiaxun Yang
,
2024/05/08
Re: [PATCH 2/5] hw/intc/loongarch_ipi: Rename as loongson_ipi
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 1/5] hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
,
Jiaxun Yang
,
2024/05/08
Re: [PATCH 1/5] hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 4/5] hw/intc/loongson_ipi: Provide per core MMIO address spaces
,
Jiaxun Yang
,
2024/05/08
[PATCH 5/5] hw/mips/loongson3_virt: Wire up loongson_ipi device
,
Jiaxun Yang
,
2024/05/08
Re: [PATCH 0/5] hw/mips/loongson3_virt: Implement IPI support
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH 0/5] hw/mips/loongson3_virt: Implement IPI support
,
Jiaxun Yang
,
2024/05/16
[PATCH v3 0/4] hw/nvme: FDP and SR-IOV enhancements
,
Minwoo Im
,
2024/05/08
[PATCH v3 1/4] hw/nvme: add Identify Endurance Group List
,
Minwoo Im
,
2024/05/08
[PATCH v3 2/4] hw/nvme: separate identify data for sec. ctrl list
,
Minwoo Im
,
2024/05/08
[PATCH v3 3/4] hw/nvme: Allocate sec-ctrl-list as a dynamic array
,
Minwoo Im
,
2024/05/08
[PATCH v3 4/4] hw/nvme: Expand VI/VQ resource to uint32
,
Minwoo Im
,
2024/05/08
[PATCH] virtio-blk: remove SCSI passthrough functionality
,
Paolo Bonzini
,
2024/05/08
Canceled event with note: QEMU/KVM developers conference call @ Tue 14 May 2024 14:00 - 15:00 (BST) (address@hidden)
,
Alex Bennée
,
2024/05/08
Re: [RFC 0/1] hw/nvme: add atomic write support
,
Klaus Jensen
,
2024/05/08
[PATCH] hw/mips/loongson3_virt: Emulate suspend function
,
Jiaxun Yang
,
2024/05/08
Re: [PATCH] hw/mips/loongson3_virt: Emulate suspend function
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] hw/mips/loongson3_virt: Emulate suspend function
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] hw/mips/loongson3_virt: Emulate suspend function
,
Jiaxun Yang
,
2024/05/08
Re: [PATCH] hw/mips/loongson3_virt: Emulate suspend function
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] hw/mips/loongson3_virt: Emulate suspend function
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v5 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 01/19] backends: Introduce HostIOMMUDevice abstract
,
Zhenzhong Duan
,
2024/05/08
Re: [PATCH v5 01/19] backends: Introduce HostIOMMUDevice abstract
,
Cédric Le Goater
,
2024/05/13
RE: [PATCH v5 01/19] backends: Introduce HostIOMMUDevice abstract
,
Duan, Zhenzhong
,
2024/05/13
Re: [PATCH v5 01/19] backends: Introduce HostIOMMUDevice abstract
,
Cédric Le Goater
,
2024/05/27
[PATCH v5 02/19] vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 03/19] backends/iommufd: Introduce abstract TYPE_HOST_IOMMU_DEVICE_IOMMUFD device
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 04/19] vfio/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO device
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 06/19] range: Introduce range_get_last_bit()
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 07/19] vfio/container: Implement HostIOMMUDeviceClass::realize() handler
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 12/19] vfio: Introduce VFIOIOMMUClass::hiod_typename attribute
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handler
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 09/19] vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 10/19] vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 13/19] vfio: Create host IOMMU device instance
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 14/19] hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 16/19] vfio/pci: Pass HostIOMMUDevice to vIOMMU
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 17/19] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 18/19] intel_iommu: Implement [set|unset]_iommu_device() callbacks
,
Zhenzhong Duan
,
2024/05/08
[PATCH v5 19/19] intel_iommu: Check compatibility with host IOMMU capabilities
,
Zhenzhong Duan
,
2024/05/08
Re: [PATCH v5 19/19] intel_iommu: Check compatibility with host IOMMU capabilities
,
Cédric Le Goater
,
2024/05/27
RE: [PATCH v5 19/19] intel_iommu: Check compatibility with host IOMMU capabilities
,
Duan, Zhenzhong
,
2024/05/27
Re: [PATCH 9/9] tests/qtest/migration: Add a test for mapped-ram with passing of fds
,
Daniel P . Berrangé
,
2024/05/08
[PATCH] tests/qtest/boot-serial-test: Add support on LoongArch system
,
Bibo Mao
,
2024/05/08
Re: [PATCH] tests/qtest/boot-serial-test: Add support on LoongArch system
,
Thomas Huth
,
2024/05/08
Re: [PATCH] tests/qtest/boot-serial-test: Add support on LoongArch system
,
maobibo
,
2024/05/08
Re: [RFC PATCH-for-9.1 3/4] hw/i2c: Convert to spec v7 terminology (automatically)
,
Thomas Huth
,
2024/05/08
Re: [PATCH 8/9] migration: Add support for fdset with multifd + file
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 8/9] migration: Add support for fdset with multifd + file
,
Peter Xu
,
2024/05/08
Re: [PATCH 8/9] migration: Add support for fdset with multifd + file
,
Fabiano Rosas
,
2024/05/08
Re: [PATCH 8/9] migration: Add support for fdset with multifd + file
,
Daniel P . Berrangé
,
2024/05/09
Re: [PATCH 8/9] migration: Add support for fdset with multifd + file
,
Fabiano Rosas
,
2024/05/17
Re: [PATCH 8/9] migration: Add support for fdset with multifd + file
,
Daniel P . Berrangé
,
2024/05/18
Re: [RFC PATCH-for-9.1 2/4] hw/i2c: Fix checkpatch line over 80 chars warnings
,
Thomas Huth
,
2024/05/08
[RFC PATCH] tests/tcg: don't append QEMU_OPTS for armv6m-undef test
,
Alex Bennée
,
2024/05/08
Re: [PATCH v2 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Bernhard Beschow
,
2024/05/08
Re: [PATCH v2 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
,
Paolo Bonzini
,
2024/05/08
[PATCH] Fixes: Indentation using spaces instead of TABS and improve formatting
,
Tanmay Patil
,
2024/05/08
Re: [PATCH] Fixes: Indentation using spaces instead of TABS and improve formatting
,
Peter Maydell
,
2024/05/20
Re: [PATCH] Fixes: Indentation using spaces instead of TABS and improve formatting
,
Tanmay
,
2024/05/20
CXL numa error on arm64 qemu virt machine
,
Yuquan Wang
,
2024/05/08
Re: CXL numa error on arm64 qemu virt machine
,
Jonathan Cameron
,
2024/05/08
Re: CXL numa error on arm64 qemu virt machine
,
Yuquan Wang
,
2024/05/09
Re: CXL numa error on arm64 qemu virt machine
,
Jonathan Cameron
,
2024/05/10
Re: CXL numa error on arm64 qemu virt machine
,
Yuquan Wang
,
2024/05/17
Re: CXL numa error on arm64 qemu virt machine
,
Jonathan Cameron
,
2024/05/17
Re: CXL numa error on arm64 qemu virt machine
,
Jonathan Cameron
,
2024/05/17
[PATCH v2 0/6] kconfig: express dependency of individual boards on libfdt
,
Paolo Bonzini
,
2024/05/08
[PATCH 1/6] meson: pick libfdt from common_ss when building target-specific files
,
Paolo Bonzini
,
2024/05/08
Re: [PATCH 1/6] meson: pick libfdt from common_ss when building target-specific files
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 2/6] meson: move libfdt together with other dependencies
,
Paolo Bonzini
,
2024/05/08
Re: [PATCH 2/6] meson: move libfdt together with other dependencies
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 4/6] kconfig: express dependency of individual boards on libfdt
,
Paolo Bonzini
,
2024/05/08
[PATCH 3/6] kconfig: allow compiling out QEMU device tree code per target
,
Paolo Bonzini
,
2024/05/08
[PATCH 6/6] configs: disable emulators that require it if libfdt is not found
,
Paolo Bonzini
,
2024/05/08
[PATCH 5/6] hw/xtensa: require libfdt
,
Paolo Bonzini
,
2024/05/08
[PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
,
Stefano Garzarella
,
2024/05/08
[PATCH v4 02/12] libvhost-user: fail vu_message_write() if sendmsg() is failing
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 02/12] libvhost-user: fail vu_message_write() if sendmsg() is failing
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH v4 02/12] libvhost-user: fail vu_message_write() if sendmsg() is failing
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v4 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH v4 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v4 05/12] contrib/vhost-user-blk: fix bind() using the right size of the address
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 05/12] contrib/vhost-user-blk: fix bind() using the right size of the address
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v4 04/12] vhost-user-server: do not set memory fd non-blocking
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 04/12] vhost-user-server: do not set memory fd non-blocking
,
Daniel P . Berrangé
,
2024/05/08
[PATCH v4 07/12] vhost-user: enable frontends on any POSIX system
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 07/12] vhost-user: enable frontends on any POSIX system
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v4 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v4 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
,
Stefano Garzarella
,
2024/05/10
[PATCH v4 06/12] contrib/vhost-user-*: use QEMU bswap helper functions
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 06/12] contrib/vhost-user-*: use QEMU bswap helper functions
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v4 06/12] contrib/vhost-user-*: use QEMU bswap helper functions
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v4 08/12] libvhost-user: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 08/12] libvhost-user: enable it on any POSIX system
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v4 08/12] libvhost-user: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/10
Re: [PATCH v4 08/12] libvhost-user: enable it on any POSIX system
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH v4 09/12] contrib/vhost-user-blk: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 09/12] contrib/vhost-user-blk: enable it on any POSIX system
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v4 09/12] contrib/vhost-user-blk: enable it on any POSIX system
,
Stefano Garzarella
,
2024/05/10
[PATCH v4 10/12] hostmem: add a new memory backend based on POSIX shm_open()
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 10/12] hostmem: add a new memory backend based on POSIX shm_open()
,
Markus Armbruster
,
2024/05/08
Re: [PATCH v4 10/12] hostmem: add a new memory backend based on POSIX shm_open()
,
Stefano Garzarella
,
2024/05/10
[PATCH v4 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
Thomas Huth
,
2024/05/10
Re: [PATCH v4 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm
,
Philippe Mathieu-Daudé
,
2024/05/10
[PATCH v4 12/12] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
,
Stefano Garzarella
,
2024/05/08
Re: [PATCH v4 12/12] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
,
Thomas Huth
,
2024/05/10
Re: [PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
,
Stefan Hajnoczi
,
2024/05/09
Re: [PATCH v2 08/15] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Frank Chang
,
2024/05/08
Re: [PATCH v2 08/15] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
,
Daniel Henrique Barboza
,
2024/05/16
[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Zhao Liu
,
2024/05/08
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Zhao Liu
,
2024/05/08
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Zhao Liu
,
2024/05/09
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Stefan Hajnoczi
,
2024/05/08
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Zhao Liu
,
2024/05/08
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Stefan Hajnoczi
,
2024/05/09
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Zhao Liu
,
2024/05/14
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Stefan Hajnoczi
,
2024/05/14
Re: [PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
,
Mads Ynddal
,
2024/05/13
Re: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Jason Wang
,
2024/05/08
RE: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Wafer
,
2024/05/09
Re: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Eugenio Perez Martin
,
2024/05/09
Re: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Eugenio Perez Martin
,
2024/05/08
Re: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Michael S. Tsirkin
,
2024/05/08
RE: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Wafer
,
2024/05/08
Re: [PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
,
Eugenio Perez Martin
,
2024/05/09
[PATCH v4 0/5] Add migration test for loongarch64
,
Bibo Mao
,
2024/05/07
[PATCH v4 4/5] hw/loongarch: Set minimium memory size as 256M
,
Bibo Mao
,
2024/05/07
[PATCH v4 3/5] hw/loongarch: Add compat machine for 9.0
,
Bibo Mao
,
2024/05/07
[PATCH v4 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
,
Bibo Mao
,
2024/05/07
Re: [PATCH v4 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v4 5/5] tests: Add migration test for loongarch64
,
Bibo Mao
,
2024/05/07
[PATCH v4 2/5] hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
,
Bibo Mao
,
2024/05/07
Re: [PATCH v4 2/5] hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v4 0/5] Add migration test for loongarch64
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support
,
Frank Chang
,
2024/05/07
Re: [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support
,
Daniel Henrique Barboza
,
2024/05/17
[PATCH v2] target/loongarch/kvm: Fix VM recovery from disk failures
,
Song Gao
,
2024/05/07
Re: [PATCH v2] target/loongarch/kvm: Fix VM recovery from disk failures
,
Peter Xu
,
2024/05/09
[PATCH v2] hw/loongarch/virt: Fix memory leak
,
Song Gao
,
2024/05/07
Re: [PATCH v2] hw/loongarch/virt: Fix memory leak
,
Peter Maydell
,
2024/05/08
[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
,
Yao Xingtao
,
2024/05/07
RE: [PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
,
Xingtao Yao (Fujitsu)
,
2024/05/24
[PATCH v3 00/33] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 04/33] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 03/33] target/ppc: Simplify syscall exception handlers
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 01/33] target/ppc: Fix gen_sc to use correct nip
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 01/33] target/ppc: Fix gen_sc to use correct nip
,
Nicholas Piggin
,
2024/05/08
Re: [PATCH v3 01/33] target/ppc: Fix gen_sc to use correct nip
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v3 01/33] target/ppc: Fix gen_sc to use correct nip
,
Nicholas Piggin
,
2024/05/09
[PATCH v3 02/33] target/ppc: Move patching nip from exception handler to helper_scv
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 05/33] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 06/33] target/ppc/mmu_common.c: Remove unneeded local variable
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 07/33] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 14/33] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 09/33] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 09/33] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 11/33] target/ppc/mmu_common.c: Move some debug logging
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 11/33] target/ppc/mmu_common.c: Move some debug logging
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 15/33] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 22/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 22/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 21/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 21/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
Nicholas Piggin
,
2024/05/08
Re: [PATCH v3 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v3 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
,
Nicholas Piggin
,
2024/05/09
[PATCH v3 28/33] target/ppc/mmu_common.c: Move BookE MMU functions together
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 28/33] target/ppc/mmu_common.c: Move BookE MMU functions together
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 08/33] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 16/33] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 23/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 23/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 24/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 24/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 17/33] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 18/33] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 20/33] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 30/33] target/ppc: Split off common embedded TLB init
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
,
Nicholas Piggin
,
2024/05/08
Re: [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
,
Nicholas Piggin
,
2024/05/09
Re: [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
,
Nicholas Piggin
,
2024/05/09
[PATCH v3 32/33] target/ppc/mmu-radix64.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 32/33] target/ppc/mmu-radix64.c: Drop a local variable
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 13/33] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 19/33] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/07
[PATCH v3 25/33] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 25/33] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 31/33] target/ppc/mmu-hash32.c: Drop a local variable
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v3 31/33] target/ppc/mmu-hash32.c: Drop a local variable
,
Nicholas Piggin
,
2024/05/08
[PATCH v3 29/33] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/07
How unsubscribe
,
Jean-Christophe
,
2024/05/07
Re: How unsubscribe
,
Thomas Huth
,
2024/05/08
Re: [PATCH V1 08/26] migration: vmstate_info_void_ptr
,
Fabiano Rosas
,
2024/05/07
Re: [PATCH V1 08/26] migration: vmstate_info_void_ptr
,
Peter Xu
,
2024/05/27
Re: [PATCH V1 08/26] migration: vmstate_info_void_ptr
,
Steven Sistare
,
2024/05/28
Re: [PATCH V1 08/26] migration: vmstate_info_void_ptr
,
Peter Xu
,
2024/05/28
Re: [PATCH V1 08/26] migration: vmstate_info_void_ptr
,
Steven Sistare
,
2024/05/29
Re: [PATCH V1 07/26] migration: VMStateId
,
Fabiano Rosas
,
2024/05/07
Re: [PATCH V1 07/26] migration: VMStateId
,
Peter Xu
,
2024/05/27
Re: [PATCH V1 07/26] migration: VMStateId
,
Steven Sistare
,
2024/05/28
Re: [PATCH V1 07/26] migration: VMStateId
,
Peter Xu
,
2024/05/28
Re: [PATCH V1 07/26] migration: VMStateId
,
Steven Sistare
,
2024/05/29
Re: [PATCH V1 07/26] migration: VMStateId
,
Peter Xu
,
2024/05/29
Re: [PATCH V1 07/26] migration: VMStateId
,
Steven Sistare
,
2024/05/30
Re: [PATCH V1 07/26] migration: VMStateId
,
Peter Xu
,
2024/05/30
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Fabiano Rosas
,
2024/05/07
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Steven Sistare
,
2024/05/13
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Fabiano Rosas
,
2024/05/24
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Peter Xu
,
2024/05/27
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Steven Sistare
,
2024/05/28
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Peter Xu
,
2024/05/29
Re: [PATCH V1 05/26] migration: precreate vmstate
,
Steven Sistare
,
2024/05/30
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/07
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Thomas Huth
,
2024/05/08
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/08
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/08
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/09
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/09
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
BALATON Zoltan
,
2024/05/09
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/10
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/11
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/12
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/20
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/20
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/28
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/28
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Peter Maydell
,
2024/05/28
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/30
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Alex Bennée
,
2024/05/30
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/30
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Alex Bennée
,
2024/05/30
Re: hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
,
Cord Amfmgm
,
2024/05/30
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Halil Pasic
,
2024/05/07
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Halil Pasic
,
2024/05/15
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Stefano Garzarella
,
2024/05/16
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Halil Pasic
,
2024/05/27
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Jason Wang
,
2024/05/27
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Halil Pasic
,
2024/05/29
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Jason Wang
,
2024/05/29
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Stefano Garzarella
,
2024/05/28
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Halil Pasic
,
2024/05/29
Re: [PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
,
Stefano Garzarella
,
2024/05/30
[PATCH v13 0/6] ui/console: Private QemuDmaBuf struct
,
dongwon . kim
,
2024/05/07
[PATCH v13 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
,
dongwon . kim
,
2024/05/07
[PATCH v13 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
,
dongwon . kim
,
2024/05/07
[PATCH v13 4/6] ui/console: Use qemu_dmabuf_set_..() helpers instead
,
dongwon . kim
,
2024/05/07
[PATCH v13 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
,
dongwon . kim
,
2024/05/07
[PATCH v13 5/6] ui/console: Use qemu_dmabuf_new() and free() helpers instead
,
dongwon . kim
,
2024/05/07
Re: [PATCH v13 5/6] ui/console: Use qemu_dmabuf_new() and free() helpers instead
,
Marc-André Lureau
,
2024/05/08
[PATCH v13 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c
,
dongwon . kim
,
2024/05/07
[PATCH] qemu-io: add cvtnum() error handling for zone commands
,
Stefan Hajnoczi
,
2024/05/07
Re: [PATCH] qemu-io: add cvtnum() error handling for zone commands
,
Sam Li
,
2024/05/07
Re: [PATCH] qemu-io: add cvtnum() error handling for zone commands
,
Kevin Wolf
,
2024/05/28
[PATCH] gitlab: Update msys2-64bit runner tags
,
Richard Henderson
,
2024/05/07
Re: [PATCH] gitlab: Update msys2-64bit runner tags
,
Thomas Huth
,
2024/05/08
Re: [PATCH] gitlab: Update msys2-64bit runner tags
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] gitlab: Update msys2-64bit runner tags
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH] gitlab: Update msys2-64bit runner tags
,
Richard Henderson
,
2024/05/09
Re: [PATCH v2 15/15] hw/misc: EDU: add ATS/PRI capability
,
Frank Chang
,
2024/05/07
Re: [PATCH v2 15/15] hw/misc: EDU: add ATS/PRI capability
,
Daniel Henrique Barboza
,
2024/05/16
Re: [PATCH] ui/gtk: Explicitly set the default size of new window when untabifying
,
Marc-André Lureau
,
2024/05/07
RE: [PATCH] ui/gtk: Explicitly set the default size of new window when untabifying
,
Kim, Dongwon
,
2024/05/07
RE: [PATCH] ui/gtk: Explicitly set the default size of new window when untabifying
,
Kim, Dongwon
,
2024/05/07
Re: [PATCH v2] ui/gtk: Draw guest frame at refresh cycle
,
Marc-André Lureau
,
2024/05/07
[PATCH] sh4: select correct components for no-board build
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH] sh4: select correct components for no-board build
,
Alex Bennée
,
2024/05/07
[PATCH] loongarch64: move memory map to boot.c
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH] loongarch64: move memory map to boot.c
,
Richard Henderson
,
2024/05/07
Re: [PATCH] loongarch64: move memory map to boot.c
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH v10 0/7] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/07
[PATCH v10 1/7] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v10 1/7] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
,
Peter Xu
,
2024/05/07
[PATCH v10 2/7] system/physmem: Propagate AddressSpace to MapClient helpers
,
Mattias Nissler
,
2024/05/07
[PATCH v10 4/7] softmmu: Support concurrent bounce buffers
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v10 4/7] softmmu: Support concurrent bounce buffers
,
Peter Xu
,
2024/05/07
[PATCH v10 3/7] system/physmem: Per-AddressSpace bounce buffering
,
Mattias Nissler
,
2024/05/07
[PATCH v10 5/7] Update subprojects/libvfio-user
,
Mattias Nissler
,
2024/05/07
[PATCH v10 7/7] vfio-user: Fix config space access byte order
,
Mattias Nissler
,
2024/05/07
[PATCH v10 6/7] vfio-user: Message-based DMA support
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v10 0/7] Support message-based DMA in vfio-user server
,
Peter Xu
,
2024/05/07
Re: [PATCH v10 0/7] Support message-based DMA in vfio-user server
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v10 0/7] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/08
Re: [PATCH v2 08/10] i386/sev: Implement ConfidentialGuestSupport functions for SEV
,
Roy Hopkins
,
2024/05/07
[PULL 0/9] tcg + misc patch queue
,
Richard Henderson
,
2024/05/07
[PULL 3/9] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
,
Richard Henderson
,
2024/05/07
[PULL 8/9] gitlab: Drop --static from s390x linux-user build
,
Richard Henderson
,
2024/05/07
[PULL 7/9] gitlab: Drop --disable-libssh from ubuntu-22.04-s390x.yml
,
Richard Henderson
,
2024/05/07
[PULL 5/9] accel/tcg: Introduce CF_BP_PAGE
,
Richard Henderson
,
2024/05/07
[PULL 4/9] tcg/optimize: Optimize setcond with zmask
,
Richard Henderson
,
2024/05/07
[PULL 1/9] tcg: Add write_aofs to GVecGen3i
,
Richard Henderson
,
2024/05/07
[PULL 9/9] gitlab: Streamline ubuntu-22.04-s390x
,
Richard Henderson
,
2024/05/07
[PULL 6/9] target/sh4: Update DisasContextBase.insn_start
,
Richard Henderson
,
2024/05/07
[PULL 2/9] tcg/i386: Simplify immediate 8-bit logical vector shifts
,
Richard Henderson
,
2024/05/07
Re: [PULL 0/9] tcg + misc patch queue
,
Richard Henderson
,
2024/05/07
Re: [PATCH v2 06/10] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
,
Roy Hopkins
,
2024/05/07
[PATCH] misc: Use QEMU header path relative to include/ directory
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH] misc: Use QEMU header path relative to include/ directory
,
Peter Maydell
,
2024/05/07
Re: [PATCH] misc: Use QEMU header path relative to include/ directory
,
Richard Henderson
,
2024/05/07
Re: [PATCH] misc: Use QEMU header path relative to include/ directory
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files
,
Roy Hopkins
,
2024/05/07
Re: [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files
,
Roy Hopkins
,
2024/05/07
Re: [PATCH v2 03/10] backends/confidential-guest-support: Add functions to support IGVM
,
Roy Hopkins
,
2024/05/07
Re: [PATCH v3] input-linux: Add option to not grab a device upon guest startup
,
Marc-André Lureau
,
2024/05/07
Re: [PATCH v12 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c
,
Marc-André Lureau
,
2024/05/07
Re: [PATCH v12 5/6] ui/console: Use qemu_dmabuf_new() and free() helpers instead
,
Marc-André Lureau
,
2024/05/07
Re: [PATCH v3 11/16] aspeed/intc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v3 11/16] aspeed/intc: Add AST2700 support
,
Jamin Lin
,
2024/05/21
RE: [PATCH v3 11/16] aspeed/intc: Add AST2700 support
,
Jamin Lin
,
2024/05/21
Re: [PATCH v12 4/6] ui/console: Use qemu_dmabuf_set_..() helpers instead
,
Marc-André Lureau
,
2024/05/07
Re: [PATCH v12 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
,
Marc-André Lureau
,
2024/05/07
Re: [PATCH v3 12/16] aspeed/soc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/07
Re: [PATCH v3 12/16] aspeed/soc: Add AST2700 support
,
Cédric Le Goater
,
2024/05/17
RE: [PATCH v3 12/16] aspeed/soc: Add AST2700 support
,
Jamin Lin
,
2024/05/17
[PATCH 0/2] Zynq 7000 SoC improvements
,
Sebastian Huber
,
2024/05/07
[PATCH 1/2] hw/arm/xilinx_zynq: Add cache controller
,
Sebastian Huber
,
2024/05/07
Re: [PATCH 1/2] hw/arm/xilinx_zynq: Add cache controller
,
Peter Maydell
,
2024/05/20
[PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
,
Sebastian Huber
,
2024/05/07
Re: [PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
,
Peter Maydell
,
2024/05/20
Re: [PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores
,
Sebastian Huber
,
2024/05/24
Re: [PATCH 0/2] Zynq 7000 SoC improvements
,
Sebastian Huber
,
2024/05/17
Re: [PATCH 0/2] Zynq 7000 SoC improvements
,
Peter Maydell
,
2024/05/17
[PATCH 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
,
Sebastian Huber
,
2024/05/07
[PATCH 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
,
Sebastian Huber
,
2024/05/07
Re: [PATCH 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
,
Peter Maydell
,
2024/05/20
[PATCH 1/2] hw/intc/arm_gic: Fix set pending of PPIs
,
Sebastian Huber
,
2024/05/07
[PATCH 1/2] hw/intc/arm_gic: Fix set pending of PPIs
,
Sebastian Huber
,
2024/05/07
Re: [PATCH 1/2] hw/intc/arm_gic: Fix set pending of PPIs
,
Peter Maydell
,
2024/05/20
[PATCH v2] ppc: Deprecate 'ref405ep' machine and 405 CPUs
,
Cédric Le Goater
,
2024/05/07
Re: [PATCH v2] ppc: Deprecate 'ref405ep' machine and 405 CPUs
,
Nicholas Piggin
,
2024/05/08
Re: [PATCH v2] ppc: Deprecate 'ref405ep' machine and 405 CPUs
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH] ppc: Deprecate 'ref405ep' machine and 405 CPUs
,
Cédric Le Goater
,
2024/05/07
[PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH 2/3] system/physmem: Propagate AddressSpace to MapClient helpers
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH 3/3] system/physmem: Per-AddressSpace bounce buffering
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH 3/3] system/physmem: Per-AddressSpace bounce buffering
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH 1/3] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH 1/3] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
,
Richard Henderson
,
2024/05/07
Re: [PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
,
Mattias Nissler
,
2024/05/07
Re: [PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v2 2/4] mirror: allow specifying working bitmap
,
Fiona Ebner
,
2024/05/07
Re: [PATCH v2 2/4] mirror: allow specifying working bitmap
,
Fiona Ebner
,
2024/05/08
[PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
marcandre . lureau
,
2024/05/07
[PATCH 1/4] migration: add "exists" info to load-state-field trace
,
marcandre . lureau
,
2024/05/07
Re: [PATCH 1/4] migration: add "exists" info to load-state-field trace
,
Peter Xu
,
2024/05/07
[PATCH 2/4] include/migration: add VMSTATE_VSTRUCT_TEST_VARRAY_UINT32
,
marcandre . lureau
,
2024/05/07
[PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
marcandre . lureau
,
2024/05/07
Re: [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
Peter Xu
,
2024/05/07
Re: [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
Marc-André Lureau
,
2024/05/10
Re: [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
Peter Xu
,
2024/05/10
Re: [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
Marc-André Lureau
,
2024/05/11
Re: [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
Michael S. Tsirkin
,
2024/05/10
Re: [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
,
Marc-André Lureau
,
2024/05/10
[PATCH 4/4] virtio-gpu: add x-vmstate-version
,
marcandre . lureau
,
2024/05/07
Re: [PATCH 4/4] virtio-gpu: add x-vmstate-version
,
Fabiano Rosas
,
2024/05/07
Re: [PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
Fabiano Rosas
,
2024/05/07
Re: [PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
Peter Xu
,
2024/05/07
Re: [PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
,
Fiona Ebner
,
2024/05/08
[PULL 00/26] target/i386 changes for 2024-05-07
,
Paolo Bonzini
,
2024/05/07
[PULL 01/26] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Paolo Bonzini
,
2024/05/07
[PULL 02/26] target/i386: use TSTEQ/TSTNE to test low bits
,
Paolo Bonzini
,
2024/05/07
[PULL 03/26] target/i386: use TSTEQ/TSTNE to check flags
,
Paolo Bonzini
,
2024/05/07
[PULL 04/26] target/i386: remove mask from CCPrepare
,
Paolo Bonzini
,
2024/05/07
[PULL 05/26] target/i386: cc_op is not dynamic in gen_jcc1
,
Paolo Bonzini
,
2024/05/07
[PULL 06/26] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
,
Paolo Bonzini
,
2024/05/07
[PULL 07/26] target/i386: pull cc_op update to callers of gen_jmp_rel{, _csize}
,
Paolo Bonzini
,
2024/05/07
[PULL 08/26] target/i386: extend cc_* when using them to compute flags
,
Paolo Bonzini
,
2024/05/07
[PULL 09/26] target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
,
Paolo Bonzini
,
2024/05/07
[PULL 10/26] target/i386: clarify the "reg" argument of functions returning CCPrepare
,
Paolo Bonzini
,
2024/05/07
[PULL 11/26] target/i386: cleanup *gen_eob*
,
Paolo Bonzini
,
2024/05/07
[PULL 12/26] target/i386: reintroduce debugging mechanism
,
Paolo Bonzini
,
2024/05/07
[PULL 13/26] target/i386: move 00-5F opcodes to new decoder
,
Paolo Bonzini
,
2024/05/07
[PULL 14/26] target/i386: extract gen_far_call/jmp, reordering temporaries
,
Paolo Bonzini
,
2024/05/07
[PULL 16/26] target/i386: move 60-BF opcodes to new decoder
,
Paolo Bonzini
,
2024/05/07
[PULL 15/26] target/i386: allow instructions with more than one immediate
,
Paolo Bonzini
,
2024/05/07
[PULL 18/26] target/i386: move C0-FF opcodes to new decoder (except for x87)
,
Paolo Bonzini
,
2024/05/07
[PULL 17/26] target/i386: generalize gen_movl_seg_T0
,
Paolo Bonzini
,
2024/05/07
[PULL 19/26] target/i386: merge and enlarge a few ranges for call to disas_insn_new
,
Paolo Bonzini
,
2024/05/07
[PULL 21/26] target/i386: move BSWAP to new decoder
,
Paolo Bonzini
,
2024/05/07
[PULL 20/26] target/i386: move remaining conditional operations to new decoder
,
Paolo Bonzini
,
2024/05/07
[PULL 22/26] target/i386: port extensions of one-byte opcodes to new decoder
,
Paolo Bonzini
,
2024/05/07
[PULL 25/26] target/i386: split legacy decoder into a separate function
,
Paolo Bonzini
,
2024/05/07
[PULL 26/26] target/i386: remove duplicate prefix decoding
,
Paolo Bonzini
,
2024/05/07
[PULL 23/26] target/i386: remove now-converted opcodes from old decoder
,
Paolo Bonzini
,
2024/05/07
[PULL 24/26] target/i386: decode x87 instructions in a separate function
,
Paolo Bonzini
,
2024/05/07
Re: [PULL 00/26] target/i386 changes for 2024-05-07
,
Richard Henderson
,
2024/05/07
[PATCH] configure: quote -D options that are passed to meson
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH] configure: quote -D options that are passed to meson
,
Thomas Huth
,
2024/05/07
Re: [PATCH] configure: quote -D options that are passed to meson
,
Peter Maydell
,
2024/05/07
Re: [PATCH] configure: quote -D options that are passed to meson
,
Paolo Bonzini
,
2024/05/07
[PATCH] target/riscv: Remove experimental prefix from "B" extension
,
Rob Bradford
,
2024/05/07
Re: [PATCH] target/riscv: Remove experimental prefix from "B" extension
,
Andrew Jones
,
2024/05/08
Re: [PATCH] target/riscv: Remove experimental prefix from "B" extension
,
Daniel Henrique Barboza
,
2024/05/09
Re: [PATCH] target/riscv: Remove experimental prefix from "B" extension
,
Andrew Jones
,
2024/05/10
Re: [PATCH] target/riscv: Remove experimental prefix from "B" extension
,
Daniel Henrique Barboza
,
2024/05/10
Re: [PATCH] target/riscv: Remove experimental prefix from "B" extension
,
Alistair Francis
,
2024/05/13
Re: [PATCH 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
,
Yong-Xuan Wang
,
2024/05/07
[PATCH v9 0/5] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/07
[PATCH v9 1/5] softmmu: Per-AddressSpace bounce buffering
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v9 1/5] softmmu: Per-AddressSpace bounce buffering
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH v9 3/5] Update subprojects/libvfio-user
,
Mattias Nissler
,
2024/05/07
[PATCH v9 5/5] vfio-user: Fix config space access byte order
,
Mattias Nissler
,
2024/05/07
[PATCH v9 2/5] softmmu: Support concurrent bounce buffers
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
,
Mattias Nissler
,
2024/05/08
Re: [PATCH v9 2/5] softmmu: Support concurrent bounce buffers
,
Mattias Nissler
,
2024/05/13
[PATCH v9 4/5] vfio-user: Message-based DMA support
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2024/05/07
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Zhao Liu
,
2024/05/09
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Daniel P . Berrangé
,
2024/05/09
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Zhao Liu
,
2024/05/13
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Daniel P . Berrangé
,
2024/05/15
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2024/05/27
Re: [PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Zhao Liu
,
2024/05/27
[PATCH v4 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 01/19] backends: Introduce HostIOMMUDevice abstract
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v4 01/19] backends: Introduce HostIOMMUDevice abstract
,
Philippe Mathieu-Daudé
,
2024/05/07
RE: [PATCH v4 01/19] backends: Introduce HostIOMMUDevice abstract
,
Duan, Zhenzhong
,
2024/05/07
[PATCH v4 02/19] vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v4 02/19] vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
,
Cédric Le Goater
,
2024/05/07
[PATCH v4 03/19] backends/iommufd: Introduce abstract TYPE_HOST_IOMMU_DEVICE_IOMMUFD device
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 04/19] vfio/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO device
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v4 04/19] vfio/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO device
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v4 04/19] vfio/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO device
,
Duan, Zhenzhong
,
2024/05/08
[PATCH v4 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 06/19] range: Introduce range_get_last_bit()
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v4 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
,
Cédric Le Goater
,
2024/05/07
[PATCH v4 07/19] vfio/container: Implement HostIOMMUDeviceClass::realize() handler
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 10/19] vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 12/19] vfio: Introduce VFIOIOMMUClass::hiod_typename attribute
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v4 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Cédric Le Goater
,
2024/05/07
[PATCH v4 18/19] intel_iommu: Implement [set|unset]_iommu_device() callbacks
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 19/19] intel_iommu: Check compatibility with host IOMMU capabilities
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v4 19/19] intel_iommu: Check compatibility with host IOMMU capabilities
,
CLEMENT MATHIEU--DRIF
,
2024/05/07
RE: [PATCH v4 19/19] intel_iommu: Check compatibility with host IOMMU capabilities
,
Duan, Zhenzhong
,
2024/05/08
[PATCH v4 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handler
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 17/19] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 13/19] vfio: Create host IOMMU device instance
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 14/19] hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 16/19] vfio/pci: Pass HostIOMMUDevice to vIOMMU
,
Zhenzhong Duan
,
2024/05/07
[PATCH v4 09/19] vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 14/15] hw/misc: EDU: added PASID support
,
Frank Chang
,
2024/05/07
[Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-12)
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 01/16] target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 03/16] target/riscv/kvm: change timer regs size to u64
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 02/16] target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 04/16] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed.
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 05/16] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 07/16] nbd/server: Mark negotiation functions as coroutine_fn
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 06/16] nbd/server: do not poll within a coroutine context
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 08/16] backends/cryptodev-builtin: Fix local_error leaks
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 09/16] target/loongarch/cpu.c: typo fix: expection
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 10/16] tests/avocado: update sunxi kernel from armbian to 6.6.16
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 11/16] .gitlab-ci.d/cirrus.yml: Shorten the runtime of the macOS and FreeBSD jobs
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 13/16] hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 15/16] target/sh4: Fix ADDV opcode
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 12/16] hw/ufs: Fix buffer overflow bug
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 14/16] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
,
Michael Tokarev
,
2024/05/07
[Stable-8.2.4 16/16] target/sh4: Fix SUBV opcode
,
Michael Tokarev
,
2024/05/07
Re: [Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-10)
,
Michael Tokarev
,
2024/05/07
Re: [Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-10)
,
Michael Tokarev
,
2024/05/10
Re: Hermetic virtio-vsock in QEMU
,
Stefano Garzarella
,
2024/05/07
Re: Hermetic virtio-vsock in QEMU
,
Roman Kiryanov
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Stefano Garzarella
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Marc-André Lureau
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Stefano Garzarella
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Paolo Bonzini
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Daniel P . Berrangé
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Paolo Bonzini
,
2024/05/08
Re: Hermetic virtio-vsock in QEMU
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH v2 13/15] qtest/riscv-iommu-test: add init queues test
,
Frank Chang
,
2024/05/07
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/07
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Eugenio Perez Martin
,
2024/05/07
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/07
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Eugenio Perez Martin
,
2024/05/08
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/09
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Eugenio Perez Martin
,
2024/05/09
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/10
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Eugenio Perez Martin
,
2024/05/10
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/11
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Eugenio Perez Martin
,
2024/05/13
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/13
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Eugenio Perez Martin
,
2024/05/13
Re: [RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
,
Jason Wang
,
2024/05/13
[PATCH 0/4] express dependency of individual boards on libfdt
,
Paolo Bonzini
,
2024/05/07
[PATCH 1/4] meson: remove system/internal distinction for libfdt
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH 1/4] meson: remove system/internal distinction for libfdt
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH 2/4] kconfig: express dependency of individual boards on libfdt
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH 2/4] kconfig: express dependency of individual boards on libfdt
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH 2/4] kconfig: express dependency of individual boards on libfdt
,
Paolo Bonzini
,
2024/05/07
[PATCH 3/4] hw/xtensa: require libfdt
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH 3/4] hw/xtensa: require libfdt
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH 4/4] configs: disable emulators that require it if libfdt is not found
,
Paolo Bonzini
,
2024/05/07
Re: [PATCH 4/4] configs: disable emulators that require it if libfdt is not found
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Duan, Zhenzhong
,
2024/05/07
Re: [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
,
Duan, Zhenzhong
,
2024/05/08
[PATCH v2 00/11] VFIO: misc cleanups
,
Zhenzhong Duan
,
2024/05/07
[PATCH v2 03/11] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 03/11] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v2 03/11] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Duan, Zhenzhong
,
2024/05/07
Re: [PATCH v2 03/11] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/15
[PATCH v2 01/11] vfio/pci: Use g_autofree in vfio_realize
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 01/11] vfio/pci: Use g_autofree in vfio_realize
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 02/11] vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 02/11] vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 04/11] vfio: Make VFIOIOMMUClass::setup() return bool
,
Zhenzhong Duan
,
2024/05/07
[PATCH v2 05/11] vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
,
Zhenzhong Duan
,
2024/05/07
[PATCH v2 06/11] vfio/container: Make vfio_connect_container() return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 06/11] vfio/container: Make vfio_connect_container() return bool
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 07/11] vfio/container: Make vfio_set_iommu() return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 07/11] vfio/container: Make vfio_set_iommu() return bool
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 08/11] vfio/container: Make vfio_get_device() return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 08/11] vfio/container: Make vfio_get_device() return bool
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 10/11] vfio/cpr: Make vfio_cpr_register_container() return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 10/11] vfio/cpr: Make vfio_cpr_register_container() return bool
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 09/11] vfio/iommufd: Make iommufd_cdev_*() return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 09/11] vfio/iommufd: Make iommufd_cdev_*() return bool
,
Cédric Le Goater
,
2024/05/14
[PATCH v2 11/11] backends/iommufd: Make iommufd_backend_*() return bool
,
Zhenzhong Duan
,
2024/05/07
Re: [PATCH v2 11/11] backends/iommufd: Make iommufd_backend_*() return bool
,
Cédric Le Goater
,
2024/05/14
RE: [PATCH v2 00/11] VFIO: misc cleanups
,
Duan, Zhenzhong
,
2024/05/13
Re: [PATCH v2 00/11] VFIO: misc cleanups
,
Cédric Le Goater
,
2024/05/16
Re: [PATCH v3 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v3 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
,
Duan, Zhenzhong
,
2024/05/07
[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Sia Jee Heng
,
2024/05/07
[PATCH v2 1/3] qtest: allow SPCR acpi table changes
,
Sia Jee Heng
,
2024/05/07
Re: [PATCH v2 1/3] qtest: allow SPCR acpi table changes
,
Alistair Francis
,
2024/05/12
Re: [PATCH v2 1/3] qtest: allow SPCR acpi table changes
,
Michael S. Tsirkin
,
2024/05/13
Re: [PATCH v2 1/3] qtest: allow SPCR acpi table changes
,
Alistair Francis
,
2024/05/13
Re: [PATCH v2 1/3] qtest: allow SPCR acpi table changes
,
Peter Maydell
,
2024/05/14
[PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Sia Jee Heng
,
2024/05/07
Re: [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Alistair Francis
,
2024/05/13
Re: [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Sunil V L
,
2024/05/13
RE: [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
JeeHeng Sia
,
2024/05/14
Re: [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Michael S. Tsirkin
,
2024/05/13
RE: [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
JeeHeng Sia
,
2024/05/14
[PATCH v2 3/3] tests/qtest/bios-tables-test: Update virt SPCR golden references
,
Sia Jee Heng
,
2024/05/07
[PATCH v2 0/6] hw/loongarch: Refine numa memory map
,
Bibo Mao
,
2024/05/06
[PATCH v2 5/6] hw/loongarch: Remove minimum and default memory size
,
Bibo Mao
,
2024/05/06
[PATCH v2 2/6] hw/loongarch: Refine fadt memory table for numa memory
,
Bibo Mao
,
2024/05/06
[PATCH v2 6/6] tests/qtest: Add numa test for loongarch system
,
Bibo Mao
,
2024/05/06
[PATCH v2 1/6] hw/loongarch: Refine acpi srat table for numa memory
,
Bibo Mao
,
2024/05/06
[PATCH v2 3/6] hw/loongarch: Refine fwcfg memory map
,
Bibo Mao
,
2024/05/06
[PATCH v2 4/6] hw/loongarch: Refine system dram memory region
,
Bibo Mao
,
2024/05/06
Re: [PATCH v2 0/6] hw/loongarch: Refine numa memory map
,
gaosong
,
2024/05/15
[PATCH v3 0/1] accel/kvm: Fix segmentation fault
,
Masato Imai
,
2024/05/06
[PATCH v3 1/1] accel/kvm: Fix segmentation fault
,
Masato Imai
,
2024/05/06
Re: [PATCH v3 1/1] accel/kvm: Fix segmentation fault
,
Zhijian Li (Fujitsu)
,
2024/05/06
Re: [PATCH v3 1/1] accel/kvm: Fix segmentation fault
,
Philippe Mathieu-Daudé
,
2024/05/07
[PATCH] hw/loongarch/virt: Fix memory leak
,
Song Gao
,
2024/05/06
Re: [PATCH] hw/loongarch/virt: Fix memory leak
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH] hw/loongarch/virt: Fix memory leak
,
Michael Tokarev
,
2024/05/07
Re: [PATCH] hw/loongarch/virt: Fix memory leak
,
gaosong
,
2024/05/07
Re: [PATCH] hw/loongarch/virt: Fix memory leak
,
Peter Maydell
,
2024/05/08
Re: [PATCH] hw/loongarch/virt: Fix memory leak
,
Philippe Mathieu-Daudé
,
2024/05/08
RE: [PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
,
Xingtao Yao (Fujitsu)
,
2024/05/06
Re: [PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
,
Jonathan Cameron
,
2024/05/07
RE: [PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
,
Xingtao Yao (Fujitsu)
,
2024/05/07
Re: [PATCH V1 06/26] migration: precreate vmstate for exec
,
Fabiano Rosas
,
2024/05/06
Re: [PATCH V1 06/26] migration: precreate vmstate for exec
,
Steven Sistare
,
2024/05/13
Re: [PATCH V1 06/26] migration: precreate vmstate for exec
,
Fabiano Rosas
,
2024/05/13
Re: [PATCH V1 01/26] oslib: qemu_clear_cloexec
,
Fabiano Rosas
,
2024/05/06
Re: [PATCH V1 01/26] oslib: qemu_clear_cloexec
,
Daniel P . Berrangé
,
2024/05/07
Re: [PATCH V1 01/26] oslib: qemu_clear_cloexec
,
Fabiano Rosas
,
2024/05/07
Re: [PATCH V1 03/26] migration: SAVEVM_FOREACH
,
Fabiano Rosas
,
2024/05/06
Re: [PATCH V1 03/26] migration: SAVEVM_FOREACH
,
Steven Sistare
,
2024/05/13
Re: [PATCH V1 03/26] migration: SAVEVM_FOREACH
,
Peter Xu
,
2024/05/27
Re: [PATCH v2 04/33] accel/tcg: Reorg translator_ld*
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v2 04/33] accel/tcg: Reorg translator_ld*
,
Richard Henderson
,
2024/05/07
Re: [PATCH v2 04/33] accel/tcg: Reorg translator_ld*
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 32/33] target/s390x: Use translator_lduw in get_next_pc
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v2 15/33] plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH V1 04/26] migration: delete unused parameter mis
,
Fabiano Rosas
,
2024/05/06
Re: [PATCH V1 04/26] migration: delete unused parameter mis
,
Peter Xu
,
2024/05/27
[PATCH] gitlab: Rename ubuntu-22.04-s390x-all to *-system
,
Richard Henderson
,
2024/05/06
Re: [PATCH] gitlab: Rename ubuntu-22.04-s390x-all to *-system
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH] gitlab: Rename ubuntu-22.04-s390x-all to *-system
,
Thomas Huth
,
2024/05/07
[PATCH] gitlab: Drop --static from s390x linux-user build
,
Richard Henderson
,
2024/05/06
Re: [PATCH] gitlab: Drop --static from s390x linux-user build
,
Thomas Huth
,
2024/05/07
Re: [PATCH] gitlab: Drop --static from s390x linux-user build
,
Peter Maydell
,
2024/05/07
Re: qemu-img cache modes with Linux cgroup v1
,
Alex Kalenyuk
,
2024/05/06
Re: qemu-img cache modes with Linux cgroup v1
,
Stefan Hajnoczi
,
2024/05/06
[PATCH] target/sh4: Update DisasContextBase.insn_start
,
Richard Henderson
,
2024/05/06
Re: [PATCH] target/sh4: Update DisasContextBase.insn_start
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH] target/sh4: Update DisasContextBase.insn_start
,
Yoshinori Sato
,
2024/05/08
[PATCH 0/2] Revert "monitor: use aio_co_reschedule_self()"
,
Stefan Hajnoczi
,
2024/05/06
[PATCH 1/2] Revert "monitor: use aio_co_reschedule_self()"
,
Stefan Hajnoczi
,
2024/05/06
Re: [PATCH 1/2] Revert "monitor: use aio_co_reschedule_self()"
,
Fiona Ebner
,
2024/05/29
Re: [PATCH 1/2] Revert "monitor: use aio_co_reschedule_self()"
,
Kevin Wolf
,
2024/05/29
[PATCH 2/2] aio: warn about iohandler_ctx special casing
,
Stefan Hajnoczi
,
2024/05/06
Re: [PATCH 0/2] Revert "monitor: use aio_co_reschedule_self()"
,
Kevin Wolf
,
2024/05/28
Re: Intention to work on GSoC project
,
Sahil
,
2024/05/06
Re: Intention to work on GSoC project
,
Eugenio Perez Martin
,
2024/05/07
Re: Intention to work on GSoC project
,
Sahil
,
2024/05/07
Re: Intention to work on GSoC project
,
Sahil
,
2024/05/13
Re: Intention to work on GSoC project
,
Eugenio Perez Martin
,
2024/05/13
Re: Intention to work on GSoC project
,
Sahil
,
2024/05/13
[PATCH 0/4] target/hexagon: Minor idef-parser cleanup
,
Anton Johansson
,
2024/05/06
[PATCH 1/4] target/hexagon: idef-parser remove unused defines
,
Anton Johansson
,
2024/05/06
RE: [PATCH 1/4] target/hexagon: idef-parser remove unused defines
,
ltaylorsimpson
,
2024/05/06
[PATCH 2/4] target/hexagon: idef-parser remove undefined functions
,
Anton Johansson
,
2024/05/06
RE: [PATCH 2/4] target/hexagon: idef-parser remove undefined functions
,
ltaylorsimpson
,
2024/05/06
[PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
,
Anton Johansson
,
2024/05/06
RE: [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
,
ltaylorsimpson
,
2024/05/06
Re: [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
,
'Anton Johansson'
,
2024/05/07
RE: [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
,
ltaylorsimpson
,
2024/05/07
Re: [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list
,
'Anton Johansson'
,
2024/05/08
[PATCH 4/4] target/hexagon: idef-parser simplify predicate init
,
Anton Johansson
,
2024/05/06
RE: [PATCH 4/4] target/hexagon: idef-parser simplify predicate init
,
ltaylorsimpson
,
2024/05/06
Re: [PATCH 4/4] target/hexagon: idef-parser simplify predicate init
,
'Anton Johansson'
,
2024/05/07
Re: [PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
,
Maciej S. Szmigiero
,
2024/05/06
Re: [PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
,
Peter Xu
,
2024/05/06
Re: [PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
,
Avihai Horon
,
2024/05/07
Re: [PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
,
Peter Xu
,
2024/05/07
Re: [PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
,
Avihai Horon
,
2024/05/07
Re: [PATCH RFC 23/26] migration/multifd: Device state transfer support - send side
,
Maciej S. Szmigiero
,
2024/05/06
[PATCH 0/5] hw/mips: Proper multi core support
,
Jiaxun Yang
,
2024/05/06
[PATCH 1/5] target/mips: Make globalnumber a CPU property
,
Jiaxun Yang
,
2024/05/06
[PATCH 3/5] hw/msic/mips_cpc: Implement multi core support
,
Jiaxun Yang
,
2024/05/06
[PATCH 2/5] hw/msic/mips_cmgcr: Implement multicore functions
,
Jiaxun Yang
,
2024/05/06
[PATCH 4/5] hw/mips/cps: Implement multi core support
,
Jiaxun Yang
,
2024/05/06
[PATCH 5/5] hw/mips/boston: Implement multi core support
,
Jiaxun Yang
,
2024/05/06
[PATCH 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/06
[PATCH 4/6] virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/06
Re: [PATCH 4/6] virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support
,
Eugenio Perez Martin
,
2024/05/10
Re: [PATCH 4/6] virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/10
[PATCH 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/06
Re: [PATCH 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Eugenio Perez Martin
,
2024/05/09
Re: [PATCH 3/6] virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/10
[PATCH 5/6] vhost, vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
,
Jonah Palmer
,
2024/05/06
[PATCH 6/6] virtio: Add VIRTIO_F_IN_ORDER property definition
,
Jonah Palmer
,
2024/05/06
[PATCH 1/6] virtio: Add bool to VirtQueueElement
,
Jonah Palmer
,
2024/05/06
Re: [PATCH 1/6] virtio: Add bool to VirtQueueElement
,
Eugenio Perez Martin
,
2024/05/09
Re: [PATCH 1/6] virtio: Add bool to VirtQueueElement
,
Jonah Palmer
,
2024/05/10
[PATCH 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/06
Re: [PATCH 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
,
Eugenio Perez Martin
,
2024/05/09
Re: [PATCH 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
,
Jonah Palmer
,
2024/05/10
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Peter Xu
,
2024/05/06
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/06
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Philippe Mathieu-Daudé
,
2024/05/07
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/07
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Stefan Hajnoczi
,
2024/05/06
Re: [PATCH v8 0/5] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2024/05/06
Re: [PATCH 3/3] vfio/migration: Don't emit STOP_COPY state change event twice
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH 3/3] vfio/migration: Don't emit STOP_COPY state change event twice
,
Avihai Horon
,
2024/05/06
Re: [PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/05/13
Re: [PATCH 0/3] Make it possible to compile the x86 binaries without FDC
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH 0/3] Make it possible to compile the x86 binaries without FDC
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH 1/3] hw/i386/pc: Allow to compile without CONFIG_FDC_ISA
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 00/28] Accelerator patches for 2024-05-06
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 01/28] exec/cpu: Indent TARGET_PAGE_foo definitions
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 02/28] exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 03/28] exec/cpu: Remove obsolete PAGE_RESERVED definition
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 04/28] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 05/28] exec/cpu: Extract page-protection definitions to page-protection.h
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 06/28] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 07/28] accel/tcg: Access tcg_cflags with getter / setter
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 08/28] accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 11/28] accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 10/28] accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 09/28] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 12/28] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 13/28] user: Forward declare TaskState type definition
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 14/28] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 15/28] user: Use get_task_state() helper
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 16/28] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 17/28] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 20/28] xen: mapcache: Refactor xen_remap_bucket for multi-instance
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 18/28] xen: mapcache: Refactor lock functions for multi-instance
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 19/28] xen: mapcache: Refactor xen_map_cache for multi-instance
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 22/28] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 21/28] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 23/28] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 24/28] xen: mapcache: Break out xen_invalidate_map_cache_single()
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 25/28] xen: mapcache: Break out xen_map_cache_init_single()
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 28/28] MAINTAINERS: Update my email address
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 27/28] MAINTAINERS: Update Aleksandar Rikalo email
,
Philippe Mathieu-Daudé
,
2024/05/06
[PULL 26/28] softmmu: Pass RAM MemoryRegion and is_write in xen_map_cache()
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PULL 00/28] Accelerator patches for 2024-05-06
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PULL 00/28] Accelerator patches for 2024-05-06
,
Richard Henderson
,
2024/05/06
Re: [PATCH v4 0/2] query-cpu-model-expansion: report deprecated features
,
Thomas Huth
,
2024/05/06
Re: [PATCH v4 0/2] query-cpu-model-expansion: report deprecated features
,
Collin Walling
,
2024/05/07
[PATCH] spapr: Migrate ail-mode-3 spapr cap
,
Nicholas Piggin
,
2024/05/06
Re: [PATCH] spapr: Migrate ail-mode-3 spapr cap
,
Harsh Prateek Bora
,
2024/05/07
Re: [PATCH] spapr: Migrate ail-mode-3 spapr cap
,
Philippe Mathieu-Daudé
,
2024/05/07
[PULL 00/12] qemu-sparc queue 20240506
,
Mark Cave-Ayland
,
2024/05/06
[PULL 02/12] target/sparc/cpu: Avoid spaces by default in the CPU names
,
Mark Cave-Ayland
,
2024/05/06
[PULL 01/12] target/sparc/cpu: Rename the CPU models with a "+" in their names
,
Mark Cave-Ayland
,
2024/05/06
[PULL 03/12] docs/system/target-sparc: Improve the Sparc documentation
,
Mark Cave-Ayland
,
2024/05/06
[PULL 04/12] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"
,
Mark Cave-Ayland
,
2024/05/06
[PULL 06/12] linux-user/sparc: Add more hwcap bits for sparc64
,
Mark Cave-Ayland
,
2024/05/06
[PULL 07/12] target/sparc: Fix FEXPAND
,
Mark Cave-Ayland
,
2024/05/06
[PULL 08/12] target/sparc: Fix FMUL8x16
,
Mark Cave-Ayland
,
2024/05/06
[PULL 05/12] hw/sparc64: set iommu_platform=on for virtio devices attached to the sun4u machine
,
Mark Cave-Ayland
,
2024/05/06
[PULL 09/12] target/sparc: Fix FMUL8x16A{U,L}
,
Mark Cave-Ayland
,
2024/05/06
[PULL 10/12] target/sparc: Fix FMULD8*X16
,
Mark Cave-Ayland
,
2024/05/06
[PULL 11/12] target/sparc: Fix FPMERGE
,
Mark Cave-Ayland
,
2024/05/06
[PULL 12/12] target/sparc: Split out do_ms16b
,
Mark Cave-Ayland
,
2024/05/06
Re: [PULL 00/12] qemu-sparc queue 20240506
,
Michael Tokarev
,
2024/05/06
Re: [PULL 00/12] qemu-sparc queue 20240506
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PULL 00/12] qemu-sparc queue 20240506
,
Richard Henderson
,
2024/05/06
[PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
,
Thomas Huth
,
2024/05/06
Re: [PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
,
Claudio Fontana
,
2024/05/08
Re: [PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
,
Thomas Huth
,
2024/05/08
[PULL 0/7] QAPI patches patches for 2024-05-06
,
Markus Armbruster
,
2024/05/06
[PATCH 4/7] qapidoc: Generate default Returns WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 4/7] qapidoc: Generate default Returns WIP
,
Markus Armbruster
,
2024/05/06
[PATCH 1/7] qapi: make since sections special WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 1/7] qapi: make since sections special WIP
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH 1/7] qapi: make since sections special WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 1/7] qapi: make since sections special WIP
,
Markus Armbruster
,
2024/05/06
[PATCH 5/7] qapi: Drop "Returns" section where default is fine WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 5/7] qapi: Drop "Returns" section where default is fine WIP
,
Markus Armbruster
,
2024/05/06
[PULL 5/7] qapi: Rename QAPISchemaAlternateType.variants to .alternatives
,
Markus Armbruster
,
2024/05/06
[PATCH 2/7] sphinx/qapidoc: Tweak "Since" section formatting WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 2/7] sphinx/qapidoc: Tweak "Since" section formatting WIP
,
Markus Armbruster
,
2024/05/06
[PATCH 6/7] qga/qapi-schema: Drop "Returns" section where default is fine WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 6/7] qga/qapi-schema: Drop "Returns" section where default is fine WIP
,
Markus Armbruster
,
2024/05/06
[PULL 3/7] qapi: Rename visitor parameter @variants to @alternatives
,
Markus Armbruster
,
2024/05/06
[PULL 1/7] qapi: New QAPISchemaBranches, QAPISchemaAlternatives
,
Markus Armbruster
,
2024/05/06
[PATCH 7/7] find untagged sections WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 7/7] find untagged sections WIP
,
Markus Armbruster
,
2024/05/06
[PULL 6/7] qapi: Move conditional code from QAPISchemaVariants to its subtypes
,
Markus Armbruster
,
2024/05/06
[PULL 7/7] qapi: Simplify QAPISchemaVariants @tag_member
,
Markus Armbruster
,
2024/05/06
[PULL 4/7] qapi: Rename QAPISchemaObjectType.variants to .branches
,
Markus Armbruster
,
2024/05/06
[PATCH 3/7] qapi: make returns sections special WIP
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 3/7] qapi: make returns sections special WIP
,
Markus Armbruster
,
2024/05/06
[PULL 2/7] qapi: Rename visitor parameter @variants to @branches
,
Markus Armbruster
,
2024/05/06
Re: [PULL 0/7] QAPI patches patches for 2024-05-06
,
Richard Henderson
,
2024/05/06
Re: [PATCH v4 00/17] xen: Support grant mappings
,
Philippe Mathieu-Daudé
,
2024/05/06
[qemu-web PATCH] blog: KVM Forum 2024 CFP
,
Paolo Bonzini
,
2024/05/06
Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP
,
Thomas Huth
,
2024/05/06
Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP
,
Thomas Huth
,
2024/05/06
Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP
,
Stefan Hajnoczi
,
2024/05/06
Re: [qemu-web PATCH] blog: KVM Forum 2024 CFP
,
Thomas Huth
,
2024/05/06
Call for Presentations: KVM Forum 2024
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v5 3/3] Add support for RAPL MSRs in KVM/Qemu
,
Anthony Harivel
,
2024/05/06
[PATCH v5 00/10] vfio: Improve error reporting (part 2)
,
Cédric Le Goater
,
2024/05/06
[PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Avihai Horon
,
2024/05/15
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/15
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Avihai Horon
,
2024/05/15
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Cédric Le Goater
,
2024/05/15
Re: [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
,
Avihai Horon
,
2024/05/15
[PATCH v5 06/10] vfio: Reverse test on vfio_get_dirty_bitmap()
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 06/10] vfio: Reverse test on vfio_get_dirty_bitmap()
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 06/10] vfio: Reverse test on vfio_get_dirty_bitmap()
,
Cédric Le Goater
,
2024/05/14
[PATCH v5 03/10] vfio: Extend migration_file_set_error() with Error** argument
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 03/10] vfio: Extend migration_file_set_error() with Error** argument
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 03/10] vfio: Extend migration_file_set_error() with Error** argument
,
Cédric Le Goater
,
2024/05/13
Re: [PATCH v5 03/10] vfio: Extend migration_file_set_error() with Error** argument
,
Fabiano Rosas
,
2024/05/13
[PATCH v5 05/10] vfio: Add Error** argument to .vfio_save_config() handler
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 05/10] vfio: Add Error** argument to .vfio_save_config() handler
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 05/10] vfio: Add Error** argument to .vfio_save_config() handler
,
Cédric Le Goater
,
2024/05/14
[PATCH v5 04/10] vfio: Use new Error** argument in vfio_save_setup()
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 04/10] vfio: Use new Error** argument in vfio_save_setup()
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 04/10] vfio: Use new Error** argument in vfio_save_setup()
,
Cédric Le Goater
,
2024/05/14
[PATCH v5 02/10] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 02/10] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 02/10] vfio: Add Error** argument to vfio_devices_dma_logging_start()
,
Cédric Le Goater
,
2024/05/13
[PATCH v5 07/10] memory: Add Error** argument to memory_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 07/10] memory: Add Error** argument to memory_get_xlat_addr()
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 07/10] memory: Add Error** argument to memory_get_xlat_addr()
,
Cédric Le Goater
,
2024/05/14
[PATCH v5 09/10] vfio: Also trace event failures in vfio_save_complete_precopy()
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 09/10] vfio: Also trace event failures in vfio_save_complete_precopy()
,
Avihai Horon
,
2024/05/13
[PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument
,
Cédric Le Goater
,
2024/05/14
[PATCH v5 08/10] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v5 08/10] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Avihai Horon
,
2024/05/13
Re: [PATCH v5 08/10] vfio: Add Error** argument to .get_dirty_bitmap() handler
,
Cédric Le Goater
,
2024/05/14
Re: [PATCH RESEND] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem); "
,
Jason Wang
,
2024/05/06
[PATCH v6 0/7] Live Migration With IAA
,
Yuan Liu
,
2024/05/06
[PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
,
Yuan Liu
,
2024/05/06
Re: [PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
,
Fabiano Rosas
,
2024/05/10
Re: [PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
,
Peter Xu
,
2024/05/27
RE: [PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
,
Liu, Yuan1
,
2024/05/28
Re: [PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
,
Peter Xu
,
2024/05/28
[PATCH v6 3/7] configure: add --enable-qpl build option
,
Yuan Liu
,
2024/05/06
[PATCH v6 4/7] migration/multifd: add qpl compression method
,
Yuan Liu
,
2024/05/06
Re: [PATCH v6 4/7] migration/multifd: add qpl compression method
,
Fabiano Rosas
,
2024/05/10
RE: [PATCH v6 4/7] migration/multifd: add qpl compression method
,
Liu, Yuan1
,
2024/05/10
[PATCH v6 6/7] migration/multifd: implement qpl compression and decompression
,
Yuan Liu
,
2024/05/06
Re: [PATCH v6 6/7] migration/multifd: implement qpl compression and decompression
,
Fabiano Rosas
,
2024/05/13
RE: [PATCH v6 6/7] migration/multifd: implement qpl compression and decompression
,
Liu, Yuan1
,
2024/05/14
RE: [PATCH v6 6/7] migration/multifd: implement qpl compression and decompression
,
Fabiano Rosas
,
2024/05/14
RE: [PATCH v6 6/7] migration/multifd: implement qpl compression and decompression
,
Liu, Yuan1
,
2024/05/15
[PATCH v6 1/7] docs/migration: add qpl compression feature
,
Yuan Liu
,
2024/05/06
[PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
,
Yuan Liu
,
2024/05/06
Re: [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
,
Fabiano Rosas
,
2024/05/10
RE: [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
,
Liu, Yuan1
,
2024/05/11
Re: [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
,
Fabiano Rosas
,
2024/05/10
RE: [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
,
Liu, Yuan1
,
2024/05/11
[PATCH v6 7/7] tests/migration-test: add qpl compression test
,
Yuan Liu
,
2024/05/06
Re: [PATCH v6 7/7] tests/migration-test: add qpl compression test
,
Peter Xu
,
2024/05/27
[PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
,
Zhao Liu
,
2024/05/06
[PATCH v2 2/6] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
,
Zhao Liu
,
2024/05/06
[PATCH v2 6/6] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
,
Zhao Liu
,
2024/05/06
[PATCH v2 3/6] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
,
Zhao Liu
,
2024/05/06
[PATCH v2 5/6] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
,
Zhao Liu
,
2024/05/06
[PATCH v2 1/6] target/i386/kvm: Add feature bit definitions for KVM CPUID
,
Zhao Liu
,
2024/05/06
[PATCH v2 4/6] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
,
Zhao Liu
,
2024/05/06
Re: [PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
,
Zhao Liu
,
2024/05/29
[PATCH 0/3] Cleanup VFIOIOMMUClass callback return with bool
,
Zhenzhong Duan
,
2024/05/06
[PATCH 3/3] vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
,
Zhenzhong Duan
,
2024/05/06
Re: [PATCH 3/3] vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/06
[PATCH 2/3] vfio: Make VFIOIOMMUClass::setup() return bool
,
Zhenzhong Duan
,
2024/05/06
Re: [PATCH 2/3] vfio: Make VFIOIOMMUClass::setup() return bool
,
Cédric Le Goater
,
2024/05/06
[PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Zhenzhong Duan
,
2024/05/06
Re: [PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/06
RE: [PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Duan, Zhenzhong
,
2024/05/06
Re: [PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
,
Duan, Zhenzhong
,
2024/05/07
[PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/06
Re: [PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/14
Re: [PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/21
Re: [PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Philippe Mathieu-Daudé
,
2024/05/27
Re: [PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/28
[PATCH v2 00/25] target/i386: convert 1-byte opcodes to new decoder
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 01/25] target/i386: use TSTEQ/TSTNE to test low bits
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 06/25] target/i386: pull cc_op update to callers of gen_jmp_rel{, _csize}
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 06/25] target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}
,
Richard Henderson
,
2024/05/06
[PATCH v2 04/25] target/i386: cc_op is not dynamic in gen_jcc1
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 04/25] target/i386: cc_op is not dynamic in gen_jcc1
,
Richard Henderson
,
2024/05/06
[PATCH v2 02/25] target/i386: use TSTEQ/TSTNE to check flags
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 03/25] target/i386: remove mask from CCPrepare
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 05/25] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 05/25] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
,
Richard Henderson
,
2024/05/06
Re: [PATCH v2 05/25] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 05/25] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
,
Richard Henderson
,
2024/05/06
[PATCH v2 07/25] target/i386: extend cc_* when using them to compute flags
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 07/25] target/i386: extend cc_* when using them to compute flags
,
Richard Henderson
,
2024/05/06
[PATCH v2 10/25] target/i386: cleanup *gen_eob*
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 10/25] target/i386: cleanup *gen_eob*
,
Richard Henderson
,
2024/05/06
[PATCH v2 09/25] target/i386: clarify the "reg" argument of functions returning CCPrepare
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 09/25] target/i386: clarify the "reg" argument of functions returning CCPrepare
,
Richard Henderson
,
2024/05/06
[PATCH v2 12/25] target/i386: move 00-5F opcodes to new decoder
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 08/25] target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 08/25] target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
,
Richard Henderson
,
2024/05/06
[PATCH v2 14/25] target/i386: allow instructions with more than one immediate
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 11/25] target/i386: reintroduce debugging mechanism
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 11/25] target/i386: reintroduce debugging mechanism
,
Richard Henderson
,
2024/05/06
[PATCH v2 13/25] target/i386: extract gen_far_call/jmp, reordering temporaries
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 15/25] target/i386: move 60-BF opcodes to new decoder
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 15/25] target/i386: move 60-BF opcodes to new decoder
,
Richard Henderson
,
2024/05/06
[PATCH v2 16/25] target/i386: generalize gen_movl_seg_T0
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 18/25] target/i386: merge and enlarge a few ranges for call to disas_insn_new
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 20/25] target/i386: move BSWAP to new decoder
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 24/25] target/i386: split legacy decoder into a separate function
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 21/25] target/i386: port extensions of one-byte opcodes to new decoder
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 23/25] target/i386: decode x87 instructions in a separate function
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 22/25] target/i386: remove now-converted opcodes from old decoder
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 17/25] target/i386: move C0-FF opcodes to new decoder (except for x87)
,
Paolo Bonzini
,
2024/05/06
Re: [PATCH v2 17/25] target/i386: move C0-FF opcodes to new decoder (except for x87)
,
Richard Henderson
,
2024/05/06
[PATCH v2 19/25] target/i386: move remaining conditional operations to new decoder
,
Paolo Bonzini
,
2024/05/06
[PATCH v2 25/25] target/i386: remove duplicate prefix decoding
,
Paolo Bonzini
,
2024/05/06
[PATCH] hw/nvme: fix mo field in io mgnt send
,
Klaus Jensen
,
2024/05/06
Re: [PATCH] hw/nvme: fix mo field in io mgnt send
,
Vincent Fu
,
2024/05/07
Re: [PATCH] hw/nvme: fix mo field in io mgnt send
,
Vincent Fu
,
2024/05/08
Re: [PATCH] hw/nvme: fix mo field in io mgnt send
,
Klaus Jensen
,
2024/05/24
[PULL 00/46] Mostly build system and other cleanups patches for 2024-05-06
,
Paolo Bonzini
,
2024/05/06
[PULL 04/46] gitlab-ci: adjust msys2-64bit to be able to run qtest
,
Paolo Bonzini
,
2024/05/06
[PULL 02/46] Kconfig: kvm: allow building without any board
,
Paolo Bonzini
,
2024/05/06
[PULL 08/46] arm: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 01/46] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
,
Paolo Bonzini
,
2024/05/06
[PULL 14/46] m68k: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 09/46] avr: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 12/46] i386: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 13/46] loongarch: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 03/46] tests/qtest: skip m48t59-test if the machine is absent
,
Paolo Bonzini
,
2024/05/06
[PULL 10/46] cris: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 17/46] mips: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 18/46] openrisc: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 06/46] configs: list "implied" device groups in the default configs
,
Paolo Bonzini
,
2024/05/06
[PULL 05/46] kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
,
Paolo Bonzini
,
2024/05/06
[PULL 11/46] hppa: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 07/46] alpha: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 19/46] ppc: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 16/46] meson: make target endianneess available to Kconfig
,
Paolo Bonzini
,
2024/05/06
[PULL 20/46] riscv: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 23/46] sh4: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 24/46] sparc: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 15/46] microblaze: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 25/46] tricore: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 26/46] xtensa: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 27/46] docs: document new convention for Kconfig board symbols
,
Paolo Bonzini
,
2024/05/06
[PULL 29/46] bitmap: Use g_try_new0/g_new0/g_renew
,
Paolo Bonzini
,
2024/05/06
[PULL 28/46] target/i386: Introduce SapphireRapids-v3 to add missing features
,
Paolo Bonzini
,
2024/05/06
[PULL 30/46] build: do not build virtio-vga-gl if virgl/opengl not available
,
Paolo Bonzini
,
2024/05/06
[PULL 22/46] s390x: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 21/46] rx: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/06
[PULL 31/46] fw_cfg: remove useless declarations from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 32/46] qdev-core: remove DeviceListener from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 34/46] net: remove AnnounceTimer from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 33/46] numa: remove types from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 35/46] qemu-option: remove QemuOpt from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 36/46] intc: remove PICCommonState from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 38/46] migration: remove PostcopyDiscardState from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 39/46] monitor: remove MonitorDef from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 40/46] qapi/machine: remove types from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 43/46] pci: remove some types from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 37/46] lockable: remove QemuLockable from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 42/46] tcg: remove CPU* types from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 41/46] display: remove GraphicHwOps from typedefs.h
,
Paolo Bonzini
,
2024/05/06
[PULL 45/46] migration: do not include coroutine_int.h
,
Paolo Bonzini
,
2024/05/06
[PULL 46/46] qga/commands-posix: fix typo in qmp_guest_set_user_password
,
Paolo Bonzini
,
2024/05/06
[PULL 44/46] kvm: move target-dependent interrupt routing out of kvm-all.c
,
Paolo Bonzini
,
2024/05/06
Re: [PULL 00/46] Mostly build system and other cleanups patches for 2024-05-06
,
Richard Henderson
,
2024/05/06
Re: [PATCH v11 19/21] i386: Add cache topology info in CPUCacheInfo
,
Zhao Liu
,
2024/05/06
Re: [PATCH] docs/devel: Add introduction to LUKS volume with detached header
,
Markus Armbruster
,
2024/05/06
Re: [PATCH] MAINTAINERS: Update Aleksandar Rikalo email
,
Markus Armbruster
,
2024/05/06
Re: [PATCH] MAINTAINERS: Update Aleksandar Rikalo email
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v2 12/15] hw/riscv/riscv-iommu: Add another irq for mrif notifications
,
Frank Chang
,
2024/05/06
Re: [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support
,
Frank Chang
,
2024/05/06
Re: [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support
,
Daniel Henrique Barboza
,
2024/05/06
Re: [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support
,
Frank Chang
,
2024/05/10
[PATCH v3 0/5] Add migration test for loongarch64
,
Bibo Mao
,
2024/05/05
[PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
,
Bibo Mao
,
2024/05/05
Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
,
Thomas Huth
,
2024/05/06
Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
,
maobibo
,
2024/05/06
Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
,
maobibo
,
2024/05/06
Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
,
Thomas Huth
,
2024/05/07
Re: [PATCH v3 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
,
maobibo
,
2024/05/07
[PATCH v3 3/5] hw/loongarch: Add compat machine for 9.0
,
Bibo Mao
,
2024/05/05
[PATCH v3 4/5] hw/loongarch: Set minimium memory size as 256M
,
Bibo Mao
,
2024/05/05
[PATCH v3 2/5] hw/loongarch: Rename LoongArchMachineState with VirtMachineState
,
Bibo Mao
,
2024/05/05
[PATCH v3 5/5] tests: Add migration test for loongarch64
,
Bibo Mao
,
2024/05/05
Re: [PATCH 6/6] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
,
Zhao Liu
,
2024/05/05
[PULL 00/15] Hexagon: simplify gen for packets w/o read-after-write
,
Brian Cain
,
2024/05/05
[PULL 04/15] Hexagon (target/hexagon) Pass P0 explicitly to helpers that need it
,
Brian Cain
,
2024/05/05
[PULL 01/15] Hexagon (target/hexagon) Analyze reads before writes
,
Brian Cain
,
2024/05/05
[PULL 06/15] Hexagon (target/hexagon) Only pass env to generated helper when needed
,
Brian Cain
,
2024/05/05
[PULL 02/15] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
,
Brian Cain
,
2024/05/05
[PULL 05/15] Hexagon (target/hexagon) Pass SP explicitly to helpers that need it
,
Brian Cain
,
2024/05/05
[PULL 07/15] Hexagon (target/hexagon) Add is_old/is_new to Register class
,
Brian Cain
,
2024/05/05
[PULL 03/15] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
,
Brian Cain
,
2024/05/05
[PULL 08/15] Hexagon (target/hexagon) Mark new_read_idx in trans functions
,
Brian Cain
,
2024/05/05
[PULL 10/15] Hexagon (target/hexagon) Mark has_pred_dest in trans functions
,
Brian Cain
,
2024/05/05
[PULL 11/15] Hexagon (tests/tcg/hexagon) Test HVX .new read from high half of pair
,
Brian Cain
,
2024/05/05
[PULL 09/15] Hexagon (target/hexagon) Mark dest_idx in trans functions
,
Brian Cain
,
2024/05/05
[PULL 13/15] Hexagon (target/hexagon) Remove gen_op_regs.py
,
Brian Cain
,
2024/05/05
[PULL 14/15] Hexagon (target/hexagon) Remove gen_shortcode.py
,
Brian Cain
,
2024/05/05
[PULL 12/15] Hexagon (target/hexagon) Remove uses of op_regs_generated.h.inc
,
Brian Cain
,
2024/05/05
[PULL 15/15] Hexagon (target/hexagon) Remove hex_common.read_attribs_file
,
Brian Cain
,
2024/05/05
Re: [PULL 00/15] Hexagon: simplify gen for packets w/o read-after-write
,
Richard Henderson
,
2024/05/06
Re: [PATCH 1/6] target/i386/kvm: Add feature bit definitions for KVM CPUID
,
Zhao Liu
,
2024/05/05
[PATCH v5] target/riscv: Implement dynamic establishment of custom decoder
,
Huang Tao
,
2024/05/05
Re: [PATCH v5] target/riscv: Implement dynamic establishment of custom decoder
,
Alistair Francis
,
2024/05/13
[PATCH v4] target/loongarch: Add TCG macro in structure CPUArchState
,
Bibo Mao
,
2024/05/05
[PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
,
Richard Henderson
,
2024/05/05
[PATCH 01/57] target/arm: Split out gengvec.c
,
Richard Henderson
,
2024/05/05
Re: [PATCH 01/57] target/arm: Split out gengvec.c
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH 01/57] target/arm: Split out gengvec.c
,
Peter Maydell
,
2024/05/21
[PATCH 03/57] target/arm: Convert Cryptographic AES to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 03/57] target/arm: Convert Cryptographic AES to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 07/57] target/arm: Convert Cryptographic 2-register SHA512 to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 07/57] target/arm: Convert Cryptographic 2-register SHA512 to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 08/57] target/arm: Convert Cryptographic 4-register to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 08/57] target/arm: Convert Cryptographic 4-register to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 02/57] target/arm: Split out gengvec64.c
,
Richard Henderson
,
2024/05/05
Re: [PATCH 02/57] target/arm: Split out gengvec64.c
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH 02/57] target/arm: Split out gengvec64.c
,
Peter Maydell
,
2024/05/21
[PATCH 09/57] target/arm: Convert Cryptographic 3-register, imm2 to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 09/57] target/arm: Convert Cryptographic 3-register, imm2 to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 10/57] target/arm: Convert XAR to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 10/57] target/arm: Convert XAR to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 04/57] target/arm: Convert Cryptographic 3-register SHA to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 04/57] target/arm: Convert Cryptographic 3-register SHA to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 05/57] target/arm: Convert Cryptographic 2-register SHA to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 05/57] target/arm: Convert Cryptographic 2-register SHA to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 06/57] target/arm: Convert Cryptographic 3-register SHA512 to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 06/57] target/arm: Convert Cryptographic 3-register SHA512 to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 11/57] target/arm: Convert Advanced SIMD copy to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 11/57] target/arm: Convert Advanced SIMD copy to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 13/57] target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 13/57] target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 15/57] target/arm: Expand vfp neg and abs inline
,
Richard Henderson
,
2024/05/05
Re: [PATCH 15/57] target/arm: Expand vfp neg and abs inline
,
Peter Maydell
,
2024/05/23
Re: [PATCH 15/57] target/arm: Expand vfp neg and abs inline
,
Peter Maydell
,
2024/05/23
[PATCH 18/57] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 18/57] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 19/57] target/arm: Convert FABD to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 19/57] target/arm: Convert FABD to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 12/57] target/arm: Convert FMULX to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 12/57] target/arm: Convert FMULX to decodetree
,
Peter Maydell
,
2024/05/23
Re: [PATCH 12/57] target/arm: Convert FMULX to decodetree
,
Peter Maydell
,
2024/05/23
Re: [PATCH 12/57] target/arm: Convert FMULX to decodetree
,
Richard Henderson
,
2024/05/23
[PATCH 20/57] target/arm: Convert FRECPS, FRSQRTS to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 20/57] target/arm: Convert FRECPS, FRSQRTS to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 23/57] target/arm: Use gvec for neon faddp, fmaxp, fminp
,
Richard Henderson
,
2024/05/05
Re: [PATCH 23/57] target/arm: Use gvec for neon faddp, fmaxp, fminp
,
Peter Maydell
,
2024/05/23
[PATCH 21/57] target/arm: Convert FADDP to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 21/57] target/arm: Convert FADDP to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 17/57] target/arm: Convert FMLA, FMLS to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 17/57] target/arm: Convert FMLA, FMLS to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 14/57] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 14/57] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 16/57] target/arm: Convert FNMUL to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 16/57] target/arm: Convert FNMUL to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 22/57] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 22/57] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 28/57] target/arm: Convert FMLAL, FMLSL to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 28/57] target/arm: Convert FMLAL, FMLSL to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 24/57] target/arm: Convert ADDP to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 24/57] target/arm: Convert ADDP to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 27/57] target/arm: Use gvec for neon pmax, pmin
,
Richard Henderson
,
2024/05/05
Re: [PATCH 27/57] target/arm: Use gvec for neon pmax, pmin
,
Peter Maydell
,
2024/05/23
[PATCH 26/57] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 26/57] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 29/57] target/arm: Convert disas_simd_3same_logic to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 29/57] target/arm: Convert disas_simd_3same_logic to decodetree
,
Peter Maydell
,
2024/05/23
[PATCH 34/57] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 31/57] target/arm: Convert SUQADD and USQADD to gvec
,
Richard Henderson
,
2024/05/05
Re: [PATCH 31/57] target/arm: Convert SUQADD and USQADD to gvec
,
Peter Maydell
,
2024/05/22
Re: [PATCH 31/57] target/arm: Convert SUQADD and USQADD to gvec
,
Richard Henderson
,
2024/05/22
[PATCH 30/57] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Richard Henderson
,
2024/05/05
Re: [PATCH 30/57] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Peter Maydell
,
2024/05/23
Re: [PATCH 30/57] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
,
Richard Henderson
,
2024/05/23
[PATCH 25/57] target/arm: Use gvec for neon padd
,
Richard Henderson
,
2024/05/05
Re: [PATCH 25/57] target/arm: Use gvec for neon padd
,
Peter Maydell
,
2024/05/23
[PATCH 35/57] target/arm: Convert SUQADD, USQADD to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 37/57] target/arm: Convert SRSHL and URSHL (register) to gvec
,
Richard Henderson
,
2024/05/05
[PATCH 32/57] target/arm: Inline scalar SUQADD and USQADD
,
Richard Henderson
,
2024/05/05
Re: [PATCH 32/57] target/arm: Inline scalar SUQADD and USQADD
,
Peter Maydell
,
2024/05/21
Re: [PATCH 32/57] target/arm: Inline scalar SUQADD and USQADD
,
Richard Henderson
,
2024/05/21
[PATCH 36/57] target/arm: Convert SSHL, USHL to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 33/57] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
,
Richard Henderson
,
2024/05/05
[PATCH 38/57] target/arm: Convert SRSHL, URSHL to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 39/57] target/arm: Convert SQSHL and UQSHL (register) to gvec
,
Richard Henderson
,
2024/05/05
[PATCH 40/57] target/arm: Convert SQSHL, UQSHL to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 42/57] target/arm: Convert SQRSHL, UQRSHL to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 48/57] target/arm: Convert SHSUB, UHSUB to gvec
,
Richard Henderson
,
2024/05/05
[PATCH 43/57] target/arm: Convert ADD, SUB (vector) to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 44/57] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 46/57] target/arm: Convert SHADD, UHADD to gvec
,
Richard Henderson
,
2024/05/05
[PATCH 49/57] target/arm: Convert SHSUB, UHSUB to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 47/57] target/arm: Convert SHADD, UHADD to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 57/57] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 57/57] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Peter Maydell
,
2024/05/21
Re: [PATCH 57/57] target/arm: Convert SQDMULH, SQRDMULH to decodetree
,
Richard Henderson
,
2024/05/21
[PATCH 54/57] target/arm: Convert MUL, PMUL to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 51/57] target/arm: Convert SRHADD, URHADD to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 41/57] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
,
Richard Henderson
,
2024/05/05
[PATCH 45/57] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32,i64}
,
Richard Henderson
,
2024/05/05
[PATCH 52/57] target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 56/57] target/arm: Tidy SQDMULH, SQRDMULH (vector)
,
Richard Henderson
,
2024/05/05
[PATCH 50/57] target/arm: Convert SRHADD, URHADD to gvec
,
Richard Henderson
,
2024/05/05
[PATCH 53/57] target/arm: Convert SABA, SABD, UABA, UABD to decodetree
,
Richard Henderson
,
2024/05/05
[PATCH 55/57] target/arm: Convert MLA, MLS to decodetree
,
Richard Henderson
,
2024/05/05
Re: [PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
,
Peter Maydell
,
2024/05/23
[PATCH v3 0/3] Fix MSI-X handling for Xen HVM
,
Marek Marczykowski-Górecki
,
2024/05/05
[PATCH v3 3/3] Do not access /dev/mem in MSI-X PCI passthrough on Xen
,
Marek Marczykowski-Górecki
,
2024/05/05
[PATCH v3 1/3] hw/xen/xen_pt: Save back data only for declared registers
,
Marek Marczykowski-Górecki
,
2024/05/05
[PATCH v3 2/3] Update Xen's features.h header
,
Marek Marczykowski-Górecki
,
2024/05/05
Re: [PATCH v3 0/3] Fix MSI-X handling for Xen HVM
,
Marek Marczykowski-Górecki
,
2024/05/05
[sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Andrey Shumilin
,
2024/05/05
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Michael Tokarev
,
2024/05/05
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Andrey Shumilin
,
2024/05/05
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Alex Bennée
,
2024/05/06
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Andrey Shumilin
,
2024/05/06
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Andrey Shumilin
,
2024/05/07
Re: [sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
,
Peter Maydell
,
2024/05/07
[PATCH 0/7] Remove some unused structures
,
Dr. David Alan Gilbert
,
2024/05/05
[PATCH 1/7] linux-user: cris: Remove unused struct 'rt_signal_frame'
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 1/7] linux-user: cris: Remove unused struct 'rt_signal_frame'
,
Richard Henderson
,
2024/05/05
[PATCH 2/7] linux-user: i386/signal: Remove unused fp structs
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 2/7] linux-user: i386/signal: Remove unused fp structs
,
Richard Henderson
,
2024/05/05
Re: [PATCH 2/7] linux-user: i386/signal: Remove unused fp structs
,
Dr. David Alan Gilbert
,
2024/05/05
[PATCH 3/7] linux-user: sparc: Remove unused struct 'target_mc_fq'
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 3/7] linux-user: sparc: Remove unused struct 'target_mc_fq'
,
Dr. David Alan Gilbert
,
2024/05/20
[PATCH 4/7] hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 4/7] hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
BALATON Zoltan
,
2024/05/05
Re: [PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
BALATON Zoltan
,
2024/05/10
Re: [PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'
,
Dr. David Alan Gilbert
,
2024/05/10
[PATCH 7/7] net/can: Remove unused struct 'CanBusState'
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 7/7] net/can: Remove unused struct 'CanBusState'
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH 5/7] hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'
,
Dr. David Alan Gilbert
,
2024/05/05
Re: [PATCH 5/7] hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
,
Inès Varhol
,
2024/05/05
Re: [PATCH] hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
,
Peter Maydell
,
2024/05/07
[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
,
Inès Varhol
,
2024/05/05
[PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
,
Inès Varhol
,
2024/05/05
Re: [PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
,
Inès Varhol
,
2024/05/05
Re: [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
,
Peter Maydell
,
2024/05/07
Re: [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Inès Varhol
,
2024/05/05
Re: [PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Peter Maydell
,
2024/05/07
Re: [PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Inès Varhol
,
2024/05/07
[PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections
,
Inès Varhol
,
2024/05/05
Re: [PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections
,
Thomas Huth
,
2024/05/06
Re: [PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections
,
Inès Varhol
,
2024/05/06
[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
,
Inès Varhol
,
2024/05/07
[PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
,
Inès Varhol
,
2024/05/07
Re: [PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
,
Philippe Mathieu-Daudé
,
2024/05/08
[PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
,
Inès Varhol
,
2024/05/07
[PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
,
Inès Varhol
,
2024/05/07
[PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections
,
Inès Varhol
,
2024/05/07
Re: [PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
,
Peter Maydell
,
2024/05/20
[PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
,
BALATON Zoltan
,
2024/05/05
Re: [PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
,
Richard Henderson
,
2024/05/05
Re: [PATCH] include/exec/cpu-common.h: Rename PAGE_BITS macro to PAGE_RWX
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH v2] MAINTAINERS: Update my email address
,
Bin Meng
,
2024/05/05
Re: [PATCH v2] MAINTAINERS: Update my email address
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v2] MAINTAINERS: Update my email address
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH] Fixes: Indentation using TABs and improve formatting
,
Michael Tokarev
,
2024/05/04
Re: [PATCH] Fixes: Indentation using TABs and improve formatting
,
Tanmay
,
2024/05/05
Re: [PATCH] Fixes: Indentation using TABs and improve formatting
,
Thomas Huth
,
2024/05/06
Re: [PATCH] Fixes: Indentation using TABs and improve formatting
,
Tanmay
,
2024/05/06
[PATCH] Fixes: Indentation using TABs and improve formatting
,
Tanmay
,
2024/05/06
Re: [PATCH] Fixes: Indentation using TABs and improve formatting
,
Peter Maydell
,
2024/05/07
Re: [PATCH] Fixes: Indentation using TABs and improve formatting
,
Tanmay
,
2024/05/08
[PATCH v10 00/10] Support blob memory and venus on qemu
,
Dmitry Osipenko
,
2024/05/04
[PATCH v10 01/10] virtio-gpu: Unrealize GL device
,
Dmitry Osipenko
,
2024/05/04
Re: [PATCH v10 01/10] virtio-gpu: Unrealize GL device
,
Marc-André Lureau
,
2024/05/07
[PATCH v10 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Dmitry Osipenko
,
2024/05/04
Re: [PATCH v10 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Marc-André Lureau
,
2024/05/07
Re: [PATCH v10 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
,
Marc-André Lureau
,
2024/05/07
[PATCH v10 03/10] virtio-gpu: Support context-init feature with virglrenderer
,
Dmitry Osipenko
,
2024/05/04
Re: [PATCH v10 03/10] virtio-gpu: Support context-init feature with virglrenderer
,
Marc-André Lureau
,
2024/05/08
[PATCH v10 05/10] virtio-gpu: Add virgl resource management
,
Dmitry Osipenko
,
2024/05/04
Re: [PATCH v10 05/10] virtio-gpu: Add virgl resource management
,
Marc-André Lureau
,
2024/05/08
[PATCH v10 06/10] virtio-gpu: Support blob scanout using dmabuf fd
,
Dmitry Osipenko
,
2024/05/04
Re: [PATCH v10 06/10] virtio-gpu: Support blob scanout using dmabuf fd
,
Marc-André Lureau
,
2024/05/08
[PATCH v10 07/10] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/04
[PATCH v10 04/10] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
,
Dmitry Osipenko
,
2024/05/04
[PATCH v10 08/10] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/04
[PATCH v10 09/10] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/04
Re: [PATCH v10 09/10] virtio-gpu: Register capsets dynamically
,
Marc-André Lureau
,
2024/05/08
[PATCH v10 10/10] virtio-gpu: Support Venus context
,
Dmitry Osipenko
,
2024/05/04
[PULL 0/9] target/alpha: Implement CF_PCREL
,
Richard Henderson
,
2024/05/04
[PULL 1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU
,
Richard Henderson
,
2024/05/04
[PULL 3/9] target/alpha: Use DISAS_NEXT definition instead of magic '0' value
,
Richard Henderson
,
2024/05/04
[PULL 2/9] target/alpha: Hoist branch shift to initial decode
,
Richard Henderson
,
2024/05/04
[PULL 4/9] target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
,
Richard Henderson
,
2024/05/04
[PULL 5/9] target/alpha: Return DISAS_NORETURN once
,
Richard Henderson
,
2024/05/04
[PULL 6/9] target/alpha: Simplify gen_bcond_internal()
,
Richard Henderson
,
2024/05/04
[PULL 7/9] target/alpha: Split out gen_goto_tb
,
Richard Henderson
,
2024/05/04
[PULL 8/9] target/alpha: Split out gen_pc_disp
,
Richard Henderson
,
2024/05/04
[PULL 9/9] target/alpha: Implement CF_PCREL
,
Richard Henderson
,
2024/05/04
Re: [PULL 0/9] target/alpha: Implement CF_PCREL
,
Richard Henderson
,
2024/05/04
[PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
,
Dorjoy Chowdhury
,
2024/05/04
Re: [PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
,
Richard Henderson
,
2024/05/04
Re: [PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
,
Peter Maydell
,
2024/05/07
[PATCH v2 0/5] vvfat: Fix write bugs for large files and add iotests
,
Amjad Alsharafi
,
2024/05/04
[PATCH v2 1/5] vvfat: Fix bug in writing to middle of file
,
Amjad Alsharafi
,
2024/05/04
[PATCH v2 2/5] vvfat: Fix usage of `info.file.offset`
,
Amjad Alsharafi
,
2024/05/04
[PATCH v2 3/5] vvfat: Fix reading files with non-continuous clusters
,
Amjad Alsharafi
,
2024/05/04
[PATCH v2 4/5] iotests: Add `vvfat` tests
,
Amjad Alsharafi
,
2024/05/04
[PATCH v2 5/5] iotests: Filter out `vvfat` fmt from failing tests
,
Amjad Alsharafi
,
2024/05/04
Re: [PATCH v2 0/5] vvfat: Fix write bugs for large files and add iotests
,
Amjad Alsharafi
,
2024/05/04
Re: [PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
,
Michael Tokarev
,
2024/05/04
Re: [PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
,
Yoshinori Sato
,
2024/05/06
Re: [PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
,
Michael Tokarev
,
2024/05/06
PCIE Memory Information
,
Muzammil Ashraf
,
2024/05/04
Re: PCIE Memory Information
,
Aditya Gupta
,
2024/05/05
Re: PCIE Memory Information
,
Muzammil Ashraf
,
2024/05/05
Re: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/03
Re: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Peter Maydell
,
2024/05/04
RE: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/06
Re: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Peter Maydell
,
2024/05/06
RE: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/06
Re: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Peter Maydell
,
2024/05/07
RE: [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2024/05/07
Re: [PATCH 0/3] testing/next: s390x gitlab updates
,
Richard Henderson
,
2024/05/03
Re: [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it
,
Guenter Roeck
,
2024/05/03
[PATCH] hw/nvme: fix number of PIDs for FDP RUH update
,
Vincent Fu
,
2024/05/03
Re: [PATCH] hw/nvme: fix number of PIDs for FDP RUH update
,
Klaus Jensen
,
2024/05/06
RE: [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/03
Re: [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Zhao Liu
,
2024/05/06
RE: [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/06
RE: [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2024/05/03
Re: [PATCH] tests/avocado: update sunxi kernel from armbian to 6.6.16
,
Niek Linnenbank
,
2024/05/03
RE: [PATCH V8 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2024/05/03
Re: More doc updates needed for new migrate argument @channels
,
Peter Xu
,
2024/05/03
Re: More doc updates needed for new migrate argument @channels
,
Fabiano Rosas
,
2024/05/03
Re: More doc updates needed for new migrate argument @channels
,
Markus Armbruster
,
2024/05/06
Re: More doc updates needed for new migrate argument @channels
,
Peter Xu
,
2024/05/06
Re: More doc updates needed for new migrate argument @channels
,
Het Gala
,
2024/05/21
Re: [PATCH 7/9] monitor: fdset: Match against O_DIRECT
,
Peter Xu
,
2024/05/03
Re: [PATCH 7/9] monitor: fdset: Match against O_DIRECT
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 7/9] monitor: fdset: Match against O_DIRECT
,
Peter Xu
,
2024/05/03
RE: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/03
RE: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2024/05/03
Re: [PATCH 6/9] tests/qtest/migration: Add tests for file migration with direct-io
,
Peter Xu
,
2024/05/03
Re: [PATCH 6/9] tests/qtest/migration: Add tests for file migration with direct-io
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 6/9] tests/qtest/migration: Add tests for file migration with direct-io
,
Peter Xu
,
2024/05/03
Re: [PATCH 6/9] tests/qtest/migration: Add tests for file migration with direct-io
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 5/9] migration/multifd: Add direct-io support
,
Peter Xu
,
2024/05/03
Re: [PATCH 5/9] migration/multifd: Add direct-io support
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 5/9] migration/multifd: Add direct-io support
,
Peter Xu
,
2024/05/03
Re: [PATCH 5/9] migration/multifd: Add direct-io support
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Peter Xu
,
2024/05/03
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Peter Xu
,
2024/05/03
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Markus Armbruster
,
2024/05/14
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Fabiano Rosas
,
2024/05/14
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Markus Armbruster
,
2024/05/15
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Fabiano Rosas
,
2024/05/15
Re: [PATCH 4/9] migration: Add direct-io parameter
,
Daniel P . Berrangé
,
2024/05/08
[PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Babu Moger
,
2024/05/03
Re: [PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Paolo Bonzini
,
2024/05/04
Re: [PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Michael Tokarev
,
2024/05/09
Re: [PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Daniel P . Berrangé
,
2024/05/09
Re: [PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Michael Tokarev
,
2024/05/10
Re: [PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Daniel P . Berrangé
,
2024/05/10
Re: [PATCH v3] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Moger, Babu
,
2024/05/10
Re: [PATCH v2 5/5] monitor: use aio_co_reschedule_self()
,
Kevin Wolf
,
2024/05/03
Re: [PATCH v2 5/5] monitor: use aio_co_reschedule_self()
,
Stefan Hajnoczi
,
2024/05/06
[PATCH] qga/commands-posix: fix typo in qmp_guest_set_user_password
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH] qga/commands-posix: fix typo in qmp_guest_set_user_password
,
Thomas Huth
,
2024/05/03
Re: [PATCH] qga/commands-posix: fix typo in qmp_guest_set_user_password
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v6] Hexagon: add PC alignment check and exception
,
Matheus Tavares Bernardino
,
2024/05/03
RE: [PATCH v6] Hexagon: add PC alignment check and exception
,
Brian Cain
,
2024/05/07
Re: [PATCH 3/9] tests/qtest/migration: Fix file migration offset check
,
Peter Xu
,
2024/05/03
Re: [PATCH 3/9] tests/qtest/migration: Fix file migration offset check
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 3/9] tests/qtest/migration: Fix file migration offset check
,
Peter Xu
,
2024/05/03
Re: [PATCH 3/9] tests/qtest/migration: Fix file migration offset check
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Peter Xu
,
2024/05/03
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Peter Xu
,
2024/05/03
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Fabiano Rosas
,
2024/05/03
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Peter Xu
,
2024/05/03
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Peter Xu
,
2024/05/08
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 2/9] migration: Fix file migration with fdset
,
Fabiano Rosas
,
2024/05/08
Re: [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
,
Peter Xu
,
2024/05/03
Re: [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
,
Fabiano Rosas
,
2024/05/16
Re: [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
,
Daniel P . Berrangé
,
2024/05/08
Re: [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
,
Fabiano Rosas
,
2024/05/16
Re: [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
,
Daniel P . Berrangé
,
2024/05/17
[PULL 00/14] Accel / SH4 / UI patches for 2024-05-03
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 01/14] accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 02/14] accel/whpx: Fix NULL dereference in whpx_init_vcpu()
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 03/14] exec: Include missing license in 'exec/cpu-common.h'
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 04/14] user: Move 'abitypes.h' from 'exec/user' to 'user'
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 05/14] user: Move 'thunk.h' from 'exec/user' to 'user'
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 06/14] coverity: Update user emulation regexp
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 08/14] plugins: Update stale comment
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 09/14] MAINTAINERS: Update my email address
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 07/14] plugins/api: Only include 'exec/ram_addr.h' with system emulation
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 10/14] target/sh4: Fix ADDV opcode
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 11/14] target/sh4: Fix SUBV opcode
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 12/14] target/sh4: Rename TCGv variables as manual for ADDV opcode
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 13/14] target/sh4: Rename TCGv variables as manual for SUBV opcode
,
Philippe Mathieu-Daudé
,
2024/05/03
[PULL 14/14] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PULL 00/14] Accel / SH4 / UI patches for 2024-05-03
,
Richard Henderson
,
2024/05/03
[PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Zenghui Yu
,
2024/05/03
Re: [PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Alexander Graf
,
2024/05/05
Re: [PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Zenghui Yu
,
2024/05/05
Re: [PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Marcin Juszkiewicz
,
2024/05/05
Re: [PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
,
Peter Maydell
,
2024/05/07
[PULL 00/10] bufferiszero improvements
,
Richard Henderson
,
2024/05/03
[PULL 02/10] util/bufferiszero: Remove AVX512 variant
,
Richard Henderson
,
2024/05/03
[PULL 01/10] util/bufferiszero: Remove SSE4.1 variant
,
Richard Henderson
,
2024/05/03
[PULL 04/10] util/bufferiszero: Remove useless prefetches
,
Richard Henderson
,
2024/05/03
[PULL 03/10] util/bufferiszero: Reorganize for early test for acceleration
,
Richard Henderson
,
2024/05/03
[PULL 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
,
Richard Henderson
,
2024/05/03
[PULL 06/10] util/bufferiszero: Improve scalar variant
,
Richard Henderson
,
2024/05/03
[PULL 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
,
Richard Henderson
,
2024/05/03
[PULL 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
,
Richard Henderson
,
2024/05/03
[PULL 09/10] util/bufferiszero: Add simd acceleration for aarch64
,
Richard Henderson
,
2024/05/03
[PULL 10/10] tests/bench: Add bufferiszero-bench
,
Richard Henderson
,
2024/05/03
Re: [PULL 00/10] bufferiszero improvements
,
Richard Henderson
,
2024/05/03
Re: [PATCH v2 08/33] accel/tcg: Record DisasContextBase in tcg_ctx for plugins
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH 3/5] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH 5/5] accel/tcg: Introduce CF_BP_PAGE
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH 1/5] tcg: Add write_aofs to GVecGen3i
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH] target/arm: Restrict translation disabled alignment check to VMSA
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH] target/arm: Restrict translation disabled alignment check to VMSA
,
Richard Henderson
,
2024/05/03
[PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
,
Vinayak Kale
,
2024/05/03
Re: [PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
,
Cédric Le Goater
,
2024/05/06
Re: [PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
,
Cédric Le Goater
,
2024/05/16
[PATCH v2] hmp/migration: Fix "migrate" command's documentation
,
Peter Xu
,
2024/05/03
Re: [PATCH v3 07/16] aspeed/smc: fix dma moving incorrect data length issue
,
Cédric Le Goater
,
2024/05/03
RE: [PATCH v3 07/16] aspeed/smc: fix dma moving incorrect data length issue
,
Jamin Lin
,
2024/05/15
Re: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/03
RE: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/15
Re: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/07
RE: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/15
Re: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/17
RE: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/19
Re: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Cédric Le Goater
,
2024/05/27
RE: [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
,
Jamin Lin
,
2024/05/27
Re: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Cédric Le Goater
,
2024/05/03
Re: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Jason Gunthorpe
,
2024/05/03
Re: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Cédric Le Goater
,
2024/05/03
RE: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Duan, Zhenzhong
,
2024/05/05
Re: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Jason Gunthorpe
,
2024/05/06
RE: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Duan, Zhenzhong
,
2024/05/06
Re: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Jason Gunthorpe
,
2024/05/07
RE: [PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
,
Duan, Zhenzhong
,
2024/05/08
[PATCH] kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH] kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
,
Philippe Mathieu-Daudé
,
2024/05/03
[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
,
Mickaël Salaün
,
2024/05/03
[RFC PATCH v3 4/5] heki: Lock guest control registers at the end of guest kernel init
,
Mickaël Salaün
,
2024/05/03
[RFC PATCH v3 2/5] KVM: x86: Add new hypercall to lock control registers
,
Mickaël Salaün
,
2024/05/03
[RFC PATCH v3 1/5] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
,
Mickaël Salaün
,
2024/05/03
[RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Mickaël Salaün
,
2024/05/03
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Sean Christopherson
,
2024/05/03
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Mickaël Salaün
,
2024/05/06
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Sean Christopherson
,
2024/05/06
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Mickaël Salaün
,
2024/05/07
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Sean Christopherson
,
2024/05/07
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Nicolas Saenz Julienne
,
2024/05/10
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Mickaël Salaün
,
2024/05/14
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Sean Christopherson
,
2024/05/15
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Nicolas Saenz Julienne
,
2024/05/16
Re: [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
,
Mickaël Salaün
,
2024/05/14
[RFC PATCH v3 5/5] virt: Add Heki KUnit tests
,
Mickaël Salaün
,
2024/05/03
Re: [RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
,
Sean Christopherson
,
2024/05/03
Re: [PATCH v4 0/4] target/sh4: Fix ADDV/SUBV opcodes
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH] exec/user: Move 'abitypes.h' from 'exec/user' to 'user'
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH] exec/user: Move 'abitypes.h' from 'exec/user' to 'user'
,
Richard Henderson
,
2024/05/03
Re: [PULL 3/5] hw/loongarch: Add numa support
,
Peter Maydell
,
2024/05/03
Re: [PULL 3/5] hw/loongarch: Add numa support
,
gaosong
,
2024/05/06
Re: [PULL 04/53] hw/cxl: Add clear poison mailbox command support.
,
Peter Maydell
,
2024/05/03
Re: [PULL 04/53] hw/cxl: Add clear poison mailbox command support.
,
Peter Maydell
,
2024/05/31
Re: [PULL 04/53] hw/cxl: Add clear poison mailbox command support.
,
Ira Weiny
,
2024/05/31
[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Daniel Henrique Barboza
,
2024/05/03
[RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device
,
Daniel Henrique Barboza
,
2024/05/03
Re: [RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device
,
Frank Chang
,
2024/05/07
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Frank Chang
,
2024/05/07
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Gerd Hoffmann
,
2024/05/07
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Daniel Henrique Barboza
,
2024/05/08
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Daniel Henrique Barboza
,
2024/05/08
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Peter Maydell
,
2024/05/07
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Daniel Henrique Barboza
,
2024/05/08
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Frank Chang
,
2024/05/10
Re: [RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
,
Daniel Henrique Barboza
,
2024/05/20
[PATCH v3 0/5] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v3 2/5] accel/tcg: Move system emulation files under sysemu/ subdirectory
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v3 1/5] accel/tcg: Move SoftMMU specific units to softmmu_specific_ss[]
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v3 1/5] accel/tcg: Move SoftMMU specific units to softmmu_specific_ss[]
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH v3 4/5] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v3 5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v3 5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset
,
Fiona Ebner
,
2024/05/16
[PATCH v3 3/5] accel/tcg: Do not define cpu_exec_reset_hold() as stub
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v3 0/5] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
,
Peter Maydell
,
2024/05/03
Re: [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
,
Stefan Hajnoczi
,
2024/05/07
[PATCH v2 0/4] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 1/4] accel/tcg: Move system emulation files under sysemu/ subdirectory
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 1/4] accel/tcg: Move system emulation files under sysemu/ subdirectory
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 2/4] accel/tcg: Do not define cpu_exec_reset_hold() as stub
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 3/4] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 4/4] accel/tcg: Always call tcg_flush_jmp_cache() on reset
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH] gitlab-ci: adjust msys2-64bit to be able to run qtest
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH] gitlab-ci: adjust msys2-64bit to be able to run qtest
,
Daniel P . Berrangé
,
2024/05/03
Re: [PATCH] gitlab-ci: adjust msys2-64bit to be able to run qtest
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH v3 1/2] cxl/core: correct length of DPA field masks
,
Shiyang Ruan
,
2024/05/03
[PATCH] stm32l4x5_usart: add missing class_size
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH] stm32l4x5_usart: add missing class_size
,
Peter Maydell
,
2024/05/03
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Shiyang Ruan
,
2024/05/03
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Jonathan Cameron
,
2024/05/08
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Shiyang Ruan
,
2024/05/03
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Shiyang Ruan
,
2024/05/21
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Dan Williams
,
2024/05/22
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Shiyang Ruan
,
2024/05/24
Re: [PATCH v3 2/2] cxl/core: add poison creation event handler
,
Shiyang Ruan
,
2024/05/28
Re: [PATCH v6] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Aleksei Filippov
,
2024/05/03
Re: [PATCH v6] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Andrew Jones
,
2024/05/03
[PATCH v7] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Alexei Filippov
,
2024/05/27
Re: [PATCH v7] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
,
Andrew Jones
,
2024/05/27
[PATCH v2 2/2] target/riscv: do not set mtval2 for non guest-page faults
,
Alexei Filippov
,
2024/05/03
Re: [PATCH v2 2/2] target/riscv: do not set mtval2 for non guest-page faults
,
Alistair Francis
,
2024/05/14
Re: [PATCH v2 2/2] target/riscv: do not set mtval2 for non guest-page faults
,
Alistair Francis
,
2024/05/14
Re: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Philippe Mathieu-Daudé
,
2024/05/03
RE: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/03
Re: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Philippe Mathieu-Daudé
,
2024/05/03
RE: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/08
Re: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Philippe Mathieu-Daudé
,
2024/05/10
RE: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/03
Re: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Vishnu Pajjuri
,
2024/05/07
Re: [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2024/05/07
[PATCH 0/5] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 1/5] accel/tcg: Simplify meson.build using subdir_done()
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH 1/5] accel/tcg: Simplify meson.build using subdir_done()
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH 1/5] accel/tcg: Simplify meson.build using subdir_done()
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 2/5] accel/tcg: Move system emulation files under sysemu/ subdirectory
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 3/5] accel/tcg: Do not define cpu_exec_reset_hold() as stub
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 4/5] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH] hw/i386/acpi-build: Return a pre-computed _PRT table
,
Ricardo Ribalda
,
2024/05/03
Re: [PATCH] hw/i386/acpi-build: Return a pre-computed _PRT table
,
Igor Mammedov
,
2024/05/30
[PATCH] migration: do not include coroutine_int.h
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH] migration: do not include coroutine_int.h
,
Richard Henderson
,
2024/05/03
[PATCH] tests/qtest: skip m48t59-test if the machine is not absent
,
Paolo Bonzini
,
2024/05/03
Re: [PATCH] tests/qtest: skip m48t59-test if the machine is not absent
,
Richard Henderson
,
2024/05/03
Re: [PATCH 00/22] configs: switch boards to "default y"
,
Paolo Bonzini
,
2024/05/03
[PATCH v2 0/9] target/alpha: Implement CF_PCREL
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 2/9] target/alpha: Hoist branch shift to initial decode
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 3/9] target/alpha: Use DISAS_NEXT definition instead of magic '0' value
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 4/9] target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 5/9] target/alpha: Return DISAS_NORETURN once
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 6/9] target/alpha: Simplify gen_bcond_internal()
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 6/9] target/alpha: Simplify gen_bcond_internal()
,
Richard Henderson
,
2024/05/04
[PATCH v2 7/9] target/alpha: Split out gen_goto_tb
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 7/9] target/alpha: Split out gen_goto_tb
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 8/9] target/alpha: Split out gen_pc_disp
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 9/9] target/alpha: Implement CF_PCREL
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 9/9] target/alpha: Implement CF_PCREL
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Michael Tokarev
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Thomas Huth
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Daniel P . Berrangé
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Daniel P . Berrangé
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Alex Bennée
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Daniel P . Berrangé
,
2024/05/03
Re: [PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Alistair Francis
,
2024/05/13
Re: [PATCH] ppc/pnv: Introduce pnv_chip_foreach_cpu()
,
Nicholas Piggin
,
2024/05/03
[PATCH v6 0/9] TCG plugins new inline operations
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 1/9] plugins: prepare introduction of new inline ops
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 3/9] plugins: add new inline op STORE_U64
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 2/9] plugins: extract generate ptr for qemu_plugin_u64
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 4/9] tests/plugin/inline: add test for STORE_U64 inline op
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 6/9] tests/plugin/inline: add test for conditional callback
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 5/9] plugins: conditional callbacks
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 7/9] plugins: distinct types for callbacks
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 8/9] plugins: extract cpu_index generate
,
Pierrick Bouvier
,
2024/05/02
[PATCH v6 9/9] plugins: remove op from qemu_plugin_inline_cb
,
Pierrick Bouvier
,
2024/05/02
Re: [PATCH v6 0/9] TCG plugins new inline operations
,
Alex Bennée
,
2024/05/07
Re: [PATCH v6 0/9] TCG plugins new inline operations
,
Pierrick Bouvier
,
2024/05/07
[PULL 00/13] Migration patches for 2024-05-02
,
Fabiano Rosas
,
2024/05/02
[PULL 01/13] migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro
,
Fabiano Rosas
,
2024/05/02
[PULL 03/13] migration: process_incoming_migration_co(): complete cleanup on failure
,
Fabiano Rosas
,
2024/05/02
[PULL 02/13] migration: move trace-point from migrate_fd_error to migrate_set_error
,
Fabiano Rosas
,
2024/05/02
[PULL 04/13] migration: process_incoming_migration_co(): fix reporting s->error
,
Fabiano Rosas
,
2024/05/02
[PULL 05/13] migration: process_incoming_migration_co(): rework error reporting
,
Fabiano Rosas
,
2024/05/02
[PULL 06/13] qapi: introduce exit-on-error parameter for migrate-incoming
,
Fabiano Rosas
,
2024/05/02
[PULL 07/13] migration: Remove 'skipped' field from MigrationStats
,
Fabiano Rosas
,
2024/05/02
[PULL 08/13] migration: Remove 'inc' option from migrate command
,
Fabiano Rosas
,
2024/05/02
[PULL 09/13] migration: Remove 'blk/-b' option from migrate commands
,
Fabiano Rosas
,
2024/05/02
[PULL 10/13] migration: Remove block migration
,
Fabiano Rosas
,
2024/05/02
[PULL 12/13] migration: Deprecate fd: for file migration
,
Fabiano Rosas
,
2024/05/02
[PULL 11/13] migration: Remove non-multifd compression
,
Fabiano Rosas
,
2024/05/02
[PULL 13/13] hmp/migration: Fix documents for "migrate" command
,
Fabiano Rosas
,
2024/05/02
Re: [PULL 13/13] hmp/migration: Fix documents for "migrate" command
,
Markus Armbruster
,
2024/05/03
Re: [PULL 13/13] hmp/migration: Fix documents for "migrate" command
,
Fabiano Rosas
,
2024/05/03
Re: [PULL 13/13] hmp/migration: Fix documents for "migrate" command
,
Richard Henderson
,
2024/05/03
Re: [PATCH 0/9] migration/mapped-ram: Add direct-io support
,
Peter Xu
,
2024/05/02
Re: [PATCH 0/9] migration/mapped-ram: Add direct-io support
,
Fabiano Rosas
,
2024/05/02
[PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Michael Tokarev
,
2024/05/02
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Michael Tokarev
,
2024/05/02
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Richard Henderson
,
2024/05/02
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Michael Tokarev
,
2024/05/02
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Richard Henderson
,
2024/05/02
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Michael Tokarev
,
2024/05/02
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Daniel P . Berrangé
,
2024/05/03
Re: [PATCH] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
,
Thomas Huth
,
2024/05/03
Re: [PATCH 0/5] tcg: Misc improvements
,
Richard Henderson
,
2024/05/02
[PATCH v5] Hexagon: add PC alignment check and exception
,
Matheus Tavares Bernardino
,
2024/05/02
Re: [PATCH v5] Hexagon: add PC alignment check and exception
,
Richard Henderson
,
2024/05/02
Re: [PATCH v5] Hexagon: add PC alignment check and exception
,
Matheus Tavares Bernardino
,
2024/05/03
Re: [PATCH v5] Hexagon: add PC alignment check and exception
,
Richard Henderson
,
2024/05/03
Re: [PATCH v4 16/17] xen: mapcache: Add support for grant mappings
,
Stefano Stabellini
,
2024/05/02
Re: [PATCH v4 16/17] xen: mapcache: Add support for grant mappings
,
Edgar E. Iglesias
,
2024/05/02
[PATCH v5 0/9] TCG plugins new inline operations
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 1/9] plugins: prepare introduction of new inline ops
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 2/9] plugins: extract generate ptr for qemu_plugin_u64
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 6/9] tests/plugin/inline: add test for conditional callback
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 3/9] plugins: add new inline op STORE_U64
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 5/9] plugins: conditional callbacks
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 8/9] plugins: extract cpu_index generate
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 4/9] tests/plugin/inline: add test for STORE_U64 inline op
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 9/9] plugins: remove op from qemu_plugin_inline_cb
,
Pierrick Bouvier
,
2024/05/02
[PATCH v5 7/9] plugins: distinct types for callbacks
,
Pierrick Bouvier
,
2024/05/02
Re: [PATCH v5 0/9] TCG plugins new inline operations
,
Pierrick Bouvier
,
2024/05/02
Re: [PATCH v5 0/9] TCG plugins new inline operations
,
Gustavo Romero
,
2024/05/02
Re: [PATCH v5 0/9] TCG plugins new inline operations
,
Pierrick Bouvier
,
2024/05/02
Re: [PATCH v5 0/9] TCG plugins new inline operations
,
Gustavo Romero
,
2024/05/02
Re: [PATCH v5 0/9] TCG plugins new inline operations
,
Gustavo Romero
,
2024/05/02
Re: [PATCH v5 0/9] TCG plugins new inline operations
,
Pierrick Bouvier
,
2024/05/02
[PATCH v2 0/7] target/sparc: vis fixes
,
Richard Henderson
,
2024/05/02
[PATCH v2 6/7] target/sparc: Fix FPMERGE
,
Richard Henderson
,
2024/05/02
Re: [PATCH v2 6/7] target/sparc: Fix FPMERGE
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 1/7] linux-user/sparc: Add more hwcap bits for sparc64
,
Richard Henderson
,
2024/05/02
[PATCH v2 4/7] target/sparc: Fix FMUL8x16A{U,L}
,
Richard Henderson
,
2024/05/02
Re: [PATCH v2 4/7] target/sparc: Fix FMUL8x16A{U,L}
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 7/7] target/sparc: Split out do_ms16b
,
Richard Henderson
,
2024/05/02
Re: [PATCH v2 7/7] target/sparc: Split out do_ms16b
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 7/7] target/sparc: Split out do_ms16b
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 3/7] target/sparc: Fix FMUL8x16
,
Richard Henderson
,
2024/05/02
Re: [PATCH v2 3/7] target/sparc: Fix FMUL8x16
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH v2 5/7] target/sparc: Fix FMULD8*X16
,
Richard Henderson
,
2024/05/02
Re: [PATCH v2 5/7] target/sparc: Fix FMULD8*X16
,
Philippe Mathieu-Daudé
,
2024/05/06
[PATCH v2 2/7] target/sparc: Fix FEXPAND
,
Richard Henderson
,
2024/05/02
Re: [PATCH v2 2/7] target/sparc: Fix FEXPAND
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 0/7] target/sparc: vis fixes
,
Philippe Mathieu-Daudé
,
2024/05/03
Re: [PATCH v2 0/7] target/sparc: vis fixes
,
Mark Cave-Ayland
,
2024/05/05
Re: [PATCH v2 0/7] target/sparc: vis fixes
,
Mark Cave-Ayland
,
2024/05/05
cpr-exec doc (was Re: [PATCH V1 00/26] Live update: cpr-exec)
,
Steven Sistare
,
2024/05/02
Re: cpr-exec doc (was Re: [PATCH V1 00/26] Live update: cpr-exec)
,
Peter Xu
,
2024/05/02
[PATCH 00/13] remove some types from typedefs.h
,
Paolo Bonzini
,
2024/05/02
[PATCH 01/13] fw_cfg: remove useless declarations from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 01/13] fw_cfg: remove useless declarations from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 03/13] numa: remove types from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 03/13] numa: remove types from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 05/13] qemu-option: remove QemuOpt from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 05/13] qemu-option: remove QemuOpt from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 06/13] intc: remove PICCommonState from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 06/13] intc: remove PICCommonState from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 02/13] qdev-core: remove DeviceListener from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 02/13] qdev-core: remove DeviceListener from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 04/13] net: remove AnnounceTimer from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 04/13] net: remove AnnounceTimer from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 08/13] migration: remove PostcopyDiscardState from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 08/13] migration: remove PostcopyDiscardState from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 09/13] monitor: remove MonitorDef from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 09/13] monitor: remove MonitorDef from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 07/13] lockable: remove QemuLockable from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 07/13] lockable: remove QemuLockable from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 10/13] qapi/machine: remove types from typedefs.h
,
Paolo Bonzini
,
2024/05/02
[PATCH 11/13] display: remove GraphicHwOps from typedefs.h
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH 11/13] display: remove GraphicHwOps from typedefs.h
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH 12/13] tcg: remove CPU* types from typedefs.h
,
Paolo Bonzini
,
2024/05/02
[PATCH 13/13] pci: remove some types from typedefs.h
,
Paolo Bonzini
,
2024/05/02
[PATCH] kvm: move target-dependent interrupt routing out of kvm-all.c
,
Paolo Bonzini
,
2024/05/02
[PATCH] hmp/migration: Fix documents for "migrate" command
,
Peter Xu
,
2024/05/02
Re: [PATCH] hmp/migration: Fix documents for "migrate" command
,
Fabiano Rosas
,
2024/05/02
Re: [PATCH] hmp/migration: Fix documents for "migrate" command
,
Markus Armbruster
,
2024/05/03
Re: [PATCH] hmp/migration: Fix documents for "migrate" command
,
Peter Xu
,
2024/05/03
Re: [PATCH] hmp/migration: Fix documents for "migrate" command
,
Markus Armbruster
,
2024/05/03
Re: [PATCH] hmp/migration: Fix documents for "migrate" command
,
Peter Xu
,
2024/05/03
[PATCH ats_vtd v1 00/24] ATS support for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 15/24] pci: add a pci-level initialization function for iommu notifiers
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 16/24] intel_iommu: implement the get_address_space_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 17/24] intel_iommu: implement the get_memory_region_pasid iommu operation
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 02/24] intel_iommu: make types match
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 21/24] memory: add an API for ATS support
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 23/24] intel_iommu: set the address mask even when a translation fails
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 19/24] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 18/24] memory: Allow to store the PASID in IOMMUTLBEntry
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 22/24] pci: add a pci-level API for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 01/24] intel_iommu: fix FRCD construction macro.
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 05/24] intel_iommu: extract device IOTLB invalidation logic
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 24/24] intel_iommu: add support for ATS
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 06/24] intel_iommu: do not consider wait_desc as an invalid descriptor
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 06/24] intel_iommu: do not consider wait_desc as an invalid descriptor
,
Duan, Zhenzhong
,
2024/05/14
[PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
,
Duan, Zhenzhong
,
2024/05/14
Re: [PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
,
CLEMENT MATHIEU--DRIF
,
2024/05/15
RE: [PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
,
Duan, Zhenzhong
,
2024/05/16
Re: [PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
,
CLEMENT MATHIEU--DRIF
,
2024/05/16
[PATCH ats_vtd v1 07/24] memory: add permissions in IOMMUAccessFlags
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 07/24] memory: add permissions in IOMMUAccessFlags
,
Duan, Zhenzhong
,
2024/05/14
[PATCH ats_vtd v1 08/24] pcie: add helper to declare PASID capability for a pcie device
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 08/24] pcie: add helper to declare PASID capability for a pcie device
,
Duan, Zhenzhong
,
2024/05/14
[PATCH ats_vtd v1 04/24] intel_iommu: set accessed and dirty bits during first stage translation
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 04/24] intel_iommu: set accessed and dirty bits during first stage translation
,
Duan, Zhenzhong
,
2024/05/14
[PATCH ats_vtd v1 09/24] pcie: helper functions to check if PASID and ATS are enabled
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 09/24] pcie: helper functions to check if PASID and ATS are enabled
,
Duan, Zhenzhong
,
2024/05/14
[PATCH ats_vtd v1 10/24] intel_iommu: declare supported PASID size
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 20/24] atc: generic ATC that can be used by PCIe devices that support SVM
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 12/24] intel_iommu: add support for PASID-based device IOTLB invalidation
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 11/24] intel_iommu: add an internal API to find an address space with PASID
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 13/24] pci: cache the bus mastering status in the device
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
[PATCH ats_vtd v1 14/24] pci: add IOMMU operations to get address spaces and memory regions with PASID
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH ats_vtd v1 14/24] pci: add IOMMU operations to get address spaces and memory regions with PASID
,
Duan, Zhenzhong
,
2024/05/14
[PATCH v2] bitmap: Use g_try_new0/g_renew
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH v2] bitmap: Use g_try_new0/g_renew
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH v6 0/5] Support message-based DMA in vfio-user server
,
John Levon
,
2024/05/02
Re: [PATCH v6 0/5] Support message-based DMA in vfio-user server
,
Peter Xu
,
2024/05/02
[PATCH v4] Hexagon: add PC alignment check and exception
,
Matheus Tavares Bernardino
,
2024/05/02
RE: [PATCH v4] Hexagon: add PC alignment check and exception
,
ltaylorsimpson
,
2024/05/02
Re: [PATCH v3] Hexagon: add PC alignment check and exception
,
Matheus Tavares Bernardino
,
2024/05/02
[PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
,
Peter Maydell
,
2024/05/02
Re: [PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
,
Philippe Mathieu-Daudé
,
2024/05/03
[PATCH] bitmap: Use g_try_new0/g_renew
,
Paolo Bonzini
,
2024/05/02
Re: [PATCH] bitmap: Use g_try_new0/g_renew
,
Daniel P . Berrangé
,
2024/05/02
[PATCH v5] xlnx_dpdma: fix descriptor endianness bug
,
Alexandra Diupina
,
2024/05/02
Re: [PATCH v5] xlnx_dpdma: fix descriptor endianness bug
,
Peter Maydell
,
2024/05/03
[PATCH 0/3] s390x: Simplify SCLPDevice usage
,
Cédric Le Goater
,
2024/05/02
[PATCH 1/3] s390x: Introduce a SCLPDevice pointer under the machine
,
Cédric Le Goater
,
2024/05/02
Re: [PATCH 1/3] s390x: Introduce a SCLPDevice pointer under the machine
,
Thomas Huth
,
2024/05/02
[PATCH 2/3] s390x/event-facility: Simplify sclp_get_event_facility_bus()
,
Cédric Le Goater
,
2024/05/02
Re: [PATCH 2/3] s390x/event-facility: Simplify sclp_get_event_facility_bus()
,
Thomas Huth
,
2024/05/02
[PATCH 3/3] s390x/sclp: Simplify get_sclp_device()
,
Cédric Le Goater
,
2024/05/02
Re: [PATCH 3/3] s390x/sclp: Simplify get_sclp_device()
,
Thomas Huth
,
2024/05/02
Re: [PATCH] hw/display: Add SSD1306 dot matrix display controller support
,
Peter Maydell
,
2024/05/02
RE: [PATCH] hw/display: Add SSD1306 dot matrix display controller support
,
Ryan Mamone
,
2024/05/02
Re: [PATCH 1/3] target/riscv: Save counter values during countinhibit update
,
Andrew Jones
,
2024/05/02
Re: [PATCH 1/3] target/riscv: Save counter values during countinhibit update
,
Atish Kumar Patra
,
2024/05/09
Re: [PATCH 1/3] target/riscv: Save counter values during countinhibit update
,
Andrew Jones
,
2024/05/10
Re: [PATCH 1/3] target/riscv: Save counter values during countinhibit update
,
Alistair Francis
,
2024/05/14
Re: [PATCH V1 18/26] migration: cpr-exec-args parameter
,
Markus Armbruster
,
2024/05/02
Re: [PATCH V1 18/26] migration: cpr-exec-args parameter
,
Steven Sistare
,
2024/05/02
Re: [PATCH V1 18/26] migration: cpr-exec-args parameter
,
Daniel P . Berrangé
,
2024/05/21
Re: [PATCH V1 20/26] migration: cpr-exec mode
,
Markus Armbruster
,
2024/05/02
Re: [PATCH V1 20/26] migration: cpr-exec mode
,
Steven Sistare
,
2024/05/02
Re: [PATCH V1 20/26] migration: cpr-exec mode
,
Markus Armbruster
,
2024/05/03
Re: [PATCH V1 20/26] migration: cpr-exec mode
,
Daniel P . Berrangé
,
2024/05/21
Re: [PATCH V1 20/26] migration: cpr-exec mode
,
Fabiano Rosas
,
2024/05/24
Re: [PATCH V1 20/26] migration: cpr-exec mode
,
Steven Sistare
,
2024/05/27
Re: [PATCH v4 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH v4 01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH v3 3/6] migration: Remove 'blk/-b' option from migrate commands
,
Markus Armbruster
,
2024/05/02
Re: [PATCH v3 3/6] migration: Remove 'blk/-b' option from migrate commands
,
Dr. David Alan Gilbert
,
2024/05/02
Re: [PATCH v3 3/6] migration: Remove 'blk/-b' option from migrate commands
,
Peter Xu
,
2024/05/02
[PATCH v2] MAINTAINERS: Update the reviewers for RDMA migration
,
Yu Zhang
,
2024/05/02
Re: [PATCH v2] MAINTAINERS: Update the reviewers for RDMA migration
,
Peter Xu
,
2024/05/02
Re: [PATCH v3 06/19] range: Introduce range_get_last_bit()
,
Cédric Le Goater
,
2024/05/02
RE: [PATCH v3 06/19] range: Introduce range_get_last_bit()
,
Duan, Zhenzhong
,
2024/05/06
Re: [PATCH v3 00/13] exec: Rework around CPUState user fields (part 2)
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH v3 00/13] exec: Rework around CPUState user fields (part 2)
,
Philippe Mathieu-Daudé
,
2024/05/02
[PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/02
[PATCH v2 1/3] crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.c
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH v2 1/3] crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.c
,
Daniel P . Berrangé
,
2024/05/17
[PATCH v2 2/3] crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH v2 2/3] crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
,
Daniel P . Berrangé
,
2024/05/17
[PATCH v2 3/3] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH v2 3/3] crypto: Allow building with GnuTLS but without Libtasn1
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH v2 3/3] crypto: Allow building with GnuTLS but without Libtasn1
,
Daniel P . Berrangé
,
2024/05/17
Re: [PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/08
Re: [PATCH v2 04/15] hw/riscv: add riscv-iommu-pci device
,
Daniel Henrique Barboza
,
2024/05/02
[PATCH] migration/rdma: Allow building without on-demand paging support
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] migration/rdma: Allow building without on-demand paging support
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH] migration/rdma: Allow building without on-demand paging support
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] migration/rdma: Allow building without on-demand paging support
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] migration/rdma: Allow building without on-demand paging support
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH] migration/rdma: Allow building without on-demand paging support
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH v10 1/2] tpm: convert tpmdev options processing to new visitor format
,
Markus Armbruster
,
2024/05/02
[PATCH] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] crypto: Allow building with GnuTLS but without Libtasn1
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] crypto: Allow building with GnuTLS but without Libtasn1
,
Philippe Mathieu-Daudé
,
2024/05/02
[PATCH] MAINTAINERS: Update the reviewers for RDMA migration
,
Yu Zhang
,
2024/05/02
Re: [PATCH] MAINTAINERS: Update the reviewers for RDMA migration
,
Philippe Mathieu-Daudé
,
2024/05/02
[PATCH] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Philippe Mathieu-Daudé
,
2024/05/02
Re: [PATCH] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
,
Peter Maydell
,
2024/05/02
Re: [PATCH] mc146818rtc: add a way to generate RTC interrupts via QMP
,
Daniil Tatianin
,
2024/05/02
Re: xlnx-versal-virt machine in qemu
,
abhijeet rajmane
,
2024/05/02
[PATCH] ppc/pnv: Update Power10's cfam id to use Power10 DD2
,
Aditya Gupta
,
2024/05/02
Re: [PATCH] ppc/pnv: Update Power10's cfam id to use Power10 DD2
,
Cédric Le Goater
,
2024/05/02
[PATCH 00/14] target/s390x: Fix and improve PER
,
Richard Henderson
,
2024/05/02
[PATCH 03/14] target/s390x: Update CR9 bits
,
Richard Henderson
,
2024/05/02
Re: [PATCH 03/14] target/s390x: Update CR9 bits
,
Thomas Huth
,
2024/05/03
Re: [PATCH 03/14] target/s390x: Update CR9 bits
,
Ilya Leoshkevich
,
2024/05/22
[PATCH 02/14] target/s390x: Move cpu_get_tb_cpu_state out of line
,
Richard Henderson
,
2024/05/02
Re: [PATCH 02/14] target/s390x: Move cpu_get_tb_cpu_state out of line
,
Thomas Huth
,
2024/05/03
Re: [PATCH 02/14] target/s390x: Move cpu_get_tb_cpu_state out of line
,
Ilya Leoshkevich
,
2024/05/22
[PATCH 01/14] target/s390x: Do not use unwind for per_check_exception
,
Richard Henderson
,
2024/05/02
Re: [PATCH 01/14] target/s390x: Do not use unwind for per_check_exception
,
Ilya Leoshkevich
,
2024/05/22
[PATCH 07/14] target/s390x: Simplify help_branch
,
Richard Henderson
,
2024/05/02
[PATCH 04/14] target/s390x: Record separate PER bits in TB flags
,
Richard Henderson
,
2024/05/02
Re: [PATCH 04/14] target/s390x: Record separate PER bits in TB flags
,
Ilya Leoshkevich
,
2024/05/22
[PATCH 09/14] target/s390x: Raise exception from helper_per_branch
,
Richard Henderson
,
2024/05/02
Re: [PATCH 09/14] target/s390x: Raise exception from helper_per_branch
,
Ilya Leoshkevich
,
2024/05/22
Re: [PATCH 09/14] target/s390x: Raise exception from helper_per_branch
,
Richard Henderson
,
2024/05/22
[PATCH 11/14] target/s390x: Fix helper_per_ifetch flags
,
Richard Henderson
,
2024/05/02
Re: [PATCH 11/14] target/s390x: Fix helper_per_ifetch flags
,
David Hildenbrand
,
2024/05/07
[PATCH 10/14] target/s390x: Raise exception from per_store_real
,
Richard Henderson
,
2024/05/02
[PATCH 06/14] target/s390x: Introduce help_goto_indirect
,
Richard Henderson
,
2024/05/02
[PATCH 08/14] target/s390x: Split per_breaking_event from per_branch_*
,
Richard Henderson
,
2024/05/02
[PATCH 13/14] target/s390x: Adjust check of noreturn in translate_one
,
Richard Henderson
,
2024/05/02
[PATCH 12/14] target/s390x: Simplify per_ifetch, per_check_exception
,
Richard Henderson
,
2024/05/02
Re: [PATCH 12/14] target/s390x: Simplify per_ifetch, per_check_exception
,
Thomas Huth
,
2024/05/29
[PATCH 14/14] tests/tcg/s390x: Add per.S
,
Richard Henderson
,
2024/05/02
Re: [PATCH 14/14] tests/tcg/s390x: Add per.S
,
Ilya Leoshkevich
,
2024/05/22
[PATCH 05/14] target/s390x: Disable conditional branch-to-next for PER
,
Richard Henderson
,
2024/05/02
[PATCH v1 0/2] Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Sia Jee Heng
,
2024/05/02
[PATCH v1 1/2] tests/qtest/bios-tables-test: Update virt SPCR golden references
,
Sia Jee Heng
,
2024/05/02
[PATCH v1 2/2] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Sia Jee Heng
,
2024/05/02
Re: [PATCH v1 0/2] Upgrade ACPI SPCR table to support SPCR table version 4 format
,
Peter Maydell
,
2024/05/02
RE: [PATCH v1 0/2] Upgrade ACPI SPCR table to support SPCR table version 4 format
,
JeeHeng Sia
,
2024/05/06
QEMU headers in C++
,
Roman Kiryanov
,
2024/05/02
Re: QEMU headers in C++
,
Thomas Huth
,
2024/05/02
Re: QEMU headers in C++
,
Warner Losh
,
2024/05/02
Re: QEMU headers in C++
,
Daniel P . Berrangé
,
2024/05/02
Re: QEMU headers in C++
,
Peter Maydell
,
2024/05/02
Re: QEMU headers in C++
,
Paolo Bonzini
,
2024/05/02
Re: QEMU headers in C++
,
Roman Kiryanov
,
2024/05/02
[PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/01
[PATCH v2 03/28] target/ppc: Simplify syscall exception handlers
,
BALATON Zoltan
,
2024/05/01
[PATCH v2 02/28] target/ppc: Move patching nip from exception handler to helper_scv
,
BALATON Zoltan
,
2024/05/01
[PATCH v2 04/28] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 04/28] target/ppc: Remove unused helper
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 01/28] target/ppc: Fix gen_sc to use correct nip
,
BALATON Zoltan
,
2024/05/01
[PATCH v2 05/28] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 05/28] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 09/28] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 09/28] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 11/28] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 11/28] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 06/28] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 06/28] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 12/28] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 12/28] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 07/28] target/ppc/mmu_common.c: Remove unneeded local variable
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 07/28] target/ppc/mmu_common.c: Remove unneeded local variable
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 13/28] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 13/28] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 14/28] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 14/28] target/ppc/mmu_common.c: Inline and remove check_physical()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 16/28] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 16/28] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 17/28] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 17/28] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 10/28] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 10/28] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 15/28] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 15/28] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 18/28] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 18/28] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 22/28] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 22/28] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 08/28] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 08/28] target/ppc/mmu_common.c: Simplify checking for real mode
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 20/28] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 20/28] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
Nicholas Piggin
,
2024/05/07
Re: [PATCH v2 20/28] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
BALATON Zoltan
,
2024/05/07
[PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/07
Re: [PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
Nicholas Piggin
,
2024/05/08
[PATCH v2 19/28] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 19/28] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 21/28] target/ppc: Move mmu_ctx_t definition to mmu_common.c
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 21/28] target/ppc: Move mmu_ctx_t definition to mmu_common.c
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 23/28] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 23/28] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 25/28] target/ppc/mmu_common.c: Simplify ppc_booke_xlate()
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 25/28] target/ppc/mmu_common.c: Simplify ppc_booke_xlate()
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 28/28] target/ppc: Split off common 4xx TLB init
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 28/28] target/ppc: Split off common 4xx TLB init
,
Nicholas Piggin
,
2024/05/07
[PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
Nicholas Piggin
,
2024/05/07
Re: [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
Nicholas Piggin
,
2024/05/08
Re: [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
BALATON Zoltan
,
2024/05/08
Re: [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
Nicholas Piggin
,
2024/05/09
Re: [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
,
BALATON Zoltan
,
2024/05/07
[PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/01
Re: [PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env
,
Nicholas Piggin
,
2024/05/07
Re: [PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env
,
BALATON Zoltan
,
2024/05/07
Re: [PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env
,
Nicholas Piggin
,
2024/05/08
Re: [PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
,
Nicholas Piggin
,
2024/05/07
Re: [PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/05/07
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Si-Wei Liu
,
2024/05/01
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Eugenio Perez Martin
,
2024/05/02
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Si-Wei Liu
,
2024/05/07
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Si-Wei Liu
,
2024/05/01
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Eugenio Perez Martin
,
2024/05/02
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Si-Wei Liu
,
2024/05/07
Re: [RFC 1/2] iova_tree: add an id member to DMAMap
,
Eugenio Perez Martin
,
2024/05/08
Re: [PULL 0/1] ufs queue
,
Richard Henderson
,
2024/05/01
Re: [PATCH v4 17/17] hw/arm: xen: Enable use of grant mappings
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
,
Edgar E. Iglesias
,
2024/05/02
Re: [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
,
Stefano Stabellini
,
2024/05/02
Re: [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
,
Edgar E. Iglesias
,
2024/05/02
Re: [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
,
Stefano Stabellini
,
2024/05/02
Re: [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset
,
Edgar E. Iglesias
,
2024/05/07
Re: [PATCH v4 14/17] xen: Add xen_mr_is_memory()
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 14/17] xen: Add xen_mr_is_memory()
,
David Hildenbrand
,
2024/05/02
Re: [PATCH v4 14/17] xen: Add xen_mr_is_memory()
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 14/17] xen: Add xen_mr_is_memory()
,
Edgar E. Iglesias
,
2024/05/06
Re: [PATCH v4 12/17] xen: mapcache: Unmap first entries in buckets
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 12/17] xen: mapcache: Unmap first entries in buckets
,
Edgar E. Iglesias
,
2024/05/02
Re: [PATCH v4 11/17] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 10/17] xen: mapcache: Break out xen_map_cache_init_single()
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 09/17] xen: mapcache: Break out xen_invalidate_map_cache_single()
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 09/17] xen: mapcache: Break out xen_invalidate_map_cache_single()
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 08/17] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 08/17] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 07/17] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 07/17] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
,
Edgar E. Iglesias
,
2024/05/02
Re: [PATCH v4 07/17] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 06/17] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 06/17] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 05/17] xen: mapcache: Refactor xen_remap_bucket for multi-instance
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 05/17] xen: mapcache: Refactor xen_remap_bucket for multi-instance
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 04/17] xen: mapcache: Refactor xen_map_cache for multi-instance
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 04/17] xen: mapcache: Refactor xen_map_cache for multi-instance
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 03/17] xen: mapcache: Refactor lock functions for multi-instance
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 03/17] xen: mapcache: Refactor lock functions for multi-instance
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v4 00/14] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Peter Xu
,
2024/05/01
Re: [PATCH v4 11/14] migration/multifd: Add migration option set packet size.
,
Peter Xu
,
2024/05/01
Re: [PATCH v9 09/11] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/01
Re: [PATCH v9 09/11] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/01
Re: [PATCH v9 09/11] virtio-gpu: Register capsets dynamically
,
Dmitry Osipenko
,
2024/05/01
Re: [PATCH v9 09/11] virtio-gpu: Register capsets dynamically
,
Akihiko Odaki
,
2024/05/03
Re: [PATCH v4 10/14] migration/multifd: Enable DSA offloading in multifd sender path.
,
Peter Xu
,
2024/05/01
Re: [PATCH v8 08/11] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/01
Re: [PATCH v8 08/11] virtio-gpu: Handle resource blob commands
,
Akihiko Odaki
,
2024/05/05
Re: [PATCH v8 08/11] virtio-gpu: Handle resource blob commands
,
Dmitry Osipenko
,
2024/05/09
Re: [PATCH v4 09/14] migration/multifd: Prepare to introduce DSA acceleration on the multifd path.
,
Peter Xu
,
2024/05/01
Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/01
Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
,
Akihiko Odaki
,
2024/05/05
Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/09
Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
,
Akihiko Odaki
,
2024/05/10
Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/10
Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
,
Dmitry Osipenko
,
2024/05/10
Re: [PATCH v4 07/14] util/dsa: Implement DSA task asynchronous submission and wait for completion.
,
Peter Xu
,
2024/05/01
[PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
,
Daniel P . Berrangé
,
2024/05/01
[PATCH 01/14] include/hw: add helpers for defining versioned machine types
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 01/14] include/hw: add helpers for defining versioned machine types
,
Thomas Huth
,
2024/05/02
Re: [PATCH 01/14] include/hw: add helpers for defining versioned machine types
,
Daniel P . Berrangé
,
2024/05/09
Re: [PATCH 01/14] include/hw: add helpers for defining versioned machine types
,
Eric Blake
,
2024/05/02
Re: [PATCH 01/14] include/hw: add helpers for defining versioned machine types
,
Thomas Huth
,
2024/05/02
Re: [PATCH 01/14] include/hw: add helpers for defining versioned machine types
,
Daniel P . Berrangé
,
2024/05/09
[PATCH 02/14] hw/arm: convert 'virt' machine definitions to use new macros
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 02/14] hw/arm: convert 'virt' machine definitions to use new macros
,
Thomas Huth
,
2024/05/02
[PATCH 03/14] hw/s390x: convert 'ccw' machine definitions to use new macros
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 03/14] hw/s390x: convert 'ccw' machine definitions to use new macros
,
Thomas Huth
,
2024/05/02
[PATCH 04/14] hw/ppc: convert 'spapr' machine definitions to use new macros
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 04/14] hw/ppc: convert 'spapr' machine definitions to use new macros
,
Thomas Huth
,
2024/05/02
[PATCH 05/14] hw/m68k: convert 'virt' machine definitions to use new macros
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 05/14] hw/m68k: convert 'virt' machine definitions to use new macros
,
Thomas Huth
,
2024/05/02
[PATCH 06/14] hw/i386: convert 'i440fx' machine definitions to use new macros
,
Daniel P . Berrangé
,
2024/05/01
[PATCH 07/14] hw/i386: convert 'q35' machine definitions to use new macros
,
Daniel P . Berrangé
,
2024/05/01
[PATCH 08/14] include/hw: add macros for deprecation & removal of versioned machines
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 08/14] include/hw: add macros for deprecation & removal of versioned machines
,
Thomas Huth
,
2024/05/02
Re: [PATCH 08/14] include/hw: add macros for deprecation & removal of versioned machines
,
Daniel P . Berrangé
,
2024/05/09
[PATCH 09/14] hw: temporarily disable deletion of versioned machine types
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 09/14] hw: temporarily disable deletion of versioned machine types
,
Thomas Huth
,
2024/05/02
Re: [PATCH 09/14] hw: temporarily disable deletion of versioned machine types
,
Daniel P . Berrangé
,
2024/05/02
[PATCH 10/14] hw: set deprecation info for all versioned machine types
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 10/14] hw: set deprecation info for all versioned machine types
,
Thomas Huth
,
2024/05/02
[PATCH 12/14] hw/ppc: remove obsolete manual deprecation reason string of spapr machines
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 12/14] hw/ppc: remove obsolete manual deprecation reason string of spapr machines
,
Thomas Huth
,
2024/05/02
[PATCH 11/14] hw: skip registration of outdated versioned machine types
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 11/14] hw: skip registration of outdated versioned machine types
,
Thomas Huth
,
2024/05/02
[PATCH 13/14] hw/i386: remove obsolete manual deprecation reason string of i440fx machines
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 13/14] hw/i386: remove obsolete manual deprecation reason string of i440fx machines
,
Thomas Huth
,
2024/05/02
Re: [PATCH 13/14] hw/i386: remove obsolete manual deprecation reason string of i440fx machines
,
Daniel P . Berrangé
,
2024/05/02
[PATCH 14/14] docs: document special exception for machine type deprecation & removal
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH 14/14] docs: document special exception for machine type deprecation & removal
,
Thomas Huth
,
2024/05/02
Re: [PATCH 14/14] docs: document special exception for machine type deprecation & removal
,
Daniel P . Berrangé
,
2024/05/02
Re: [PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
,
Cédric Le Goater
,
2024/05/03
Re: [PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
,
Peter Maydell
,
2024/05/03
Re: [PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
,
Daniel P . Berrangé
,
2024/05/03
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Marcin Juszkiewicz
,
2024/05/01
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Marcin Juszkiewicz
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Marcin Juszkiewicz
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Dorjoy Chowdhury
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Marcin Juszkiewicz
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Marcin Juszkiewicz
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/02
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/03
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Dorjoy Chowdhury
,
2024/05/03
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/31
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Dorjoy Chowdhury
,
2024/05/31
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Dorjoy Chowdhury
,
2024/05/03
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Peter Maydell
,
2024/05/04
Re: [PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
,
Dorjoy Chowdhury
,
2024/05/04
Re: [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
,
Peter Xu
,
2024/05/01
Re: [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
,
Stefano Stabellini
,
2024/05/01
Re: [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
,
David Hildenbrand
,
2024/05/02
Re: [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
,
Edgar E. Iglesias
,
2024/05/02
Re: [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
,
Philippe Mathieu-Daudé
,
2024/05/06
Re: [PATCH v10 2/2] tpm: add backend for mssim
,
James Bottomley
,
2024/05/01
Re: [PATCH v10 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2024/05/01
Re: [PATCH v10 2/2] tpm: add backend for mssim
,
James Bottomley
,
2024/05/01
Re: [PATCH v10 2/2] tpm: add backend for mssim
,
Stefan Berger
,
2024/05/01
Re: [PATCH v10 2/2] tpm: add backend for mssim
,
James Bottomley
,
2024/05/01
Re: [PATCH v6 0/5] migration: do not exit on incoming failure
,
Peter Xu
,
2024/05/01
Re: [PATCH v4 01/17] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
,
David Hildenbrand
,
2024/05/01
Re: [PATCH v4 01/17] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
,
Peter Xu
,
2024/05/01
Re: [PATCH v3 0/6] migration removals & deprecations
,
Peter Xu
,
2024/05/01
Re: [PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
,
Peter Xu
,
2024/05/01
Re: [PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
,
Fabiano Rosas
,
2024/05/02
Re: [PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
,
gaosong
,
2024/05/07
Re: [PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
,
Peter Xu
,
2024/05/07
Re: [PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
,
Peter Maydell
,
2024/05/07
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/01
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Daniel P . Berrangé
,
2024/05/01
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/01
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Michael Galaxy
,
2024/05/02
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/02
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/02
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/02
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/03
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/03
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/06
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/06
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/07
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Daniel P . Berrangé
,
2024/05/08
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/06
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/06
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/06
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/07
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Zheng Chuan
,
2024/05/09
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/09
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/13
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Yu Zhang
,
2024/05/14
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Michael Galaxy
,
2024/05/16
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Yu Zhang
,
2024/05/17
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/21
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/28
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/28
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/28
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/28
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/29
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Greg Sword
,
2024/05/29
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/29
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/29
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/29
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/29
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Jinpu Wang
,
2024/05/29
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Gonglei (Arei)
,
2024/05/29
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Haris Iqbal
,
2024/05/29
RE: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Sean Hefty
,
2024/05/30
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Peter Xu
,
2024/05/29
Re: [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
,
Michael Galaxy
,
2024/05/13
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
Jonathan Cameron
,
2024/05/01
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
fan
,
2024/05/01
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
fan
,
2024/05/01
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
Jonathan Cameron
,
2024/05/20
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
fan
,
2024/05/20
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
fan
,
2024/05/21
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
Jonathan Cameron
,
2024/05/23
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
fan
,
2024/05/21
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
Jonathan Cameron
,
2024/05/23
Re: [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
Zhijian Li (Fujitsu)
,
2024/05/13
Re: [PULL 5/5] virtio-gpu: fix scanout migration post-load
,
Peter Xu
,
2024/05/01
Re: [PULL 5/5] virtio-gpu: fix scanout migration post-load
,
Marc-André Lureau
,
2024/05/07
[PULL 00/20] tcg patch queue
,
Richard Henderson
,
2024/05/01
[PULL 01/20] tcg: Make tcg/helper-info.h self-contained
,
Richard Henderson
,
2024/05/01
[PULL 02/20] tcg: Pass function pointer to tcg_gen_call*
,
Richard Henderson
,
2024/05/01
[PULL 05/20] plugins: Create TCGHelperInfo for all out-of-line callbacks
,
Richard Henderson
,
2024/05/01
[PULL 04/20] plugins: Move function pointer in qemu_plugin_dyn_cb
,
Richard Henderson
,
2024/05/01
[PULL 08/20] plugins: Add PLUGIN_GEN_AFTER_TB
,
Richard Henderson
,
2024/05/01
[PULL 09/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
,
Richard Henderson
,
2024/05/01
[PULL 14/20] plugins: Simplify callback queues
,
Richard Henderson
,
2024/05/01
[PULL 07/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
,
Richard Henderson
,
2024/05/01
[PULL 11/20] plugins: Remove plugin helpers
,
Richard Henderson
,
2024/05/01
[PULL 12/20] tcg: Remove TCG_CALL_PLUGIN
,
Richard Henderson
,
2024/05/01
[PULL 03/20] plugins: Zero new qemu_plugin_dyn_cb entries
,
Richard Henderson
,
2024/05/01
[PULL 06/20] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
,
Richard Henderson
,
2024/05/01
[PULL 10/20] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
,
Richard Henderson
,
2024/05/01
[PULL 15/20] plugins: Introduce PLUGIN_CB_MEM_REGULAR
,
Richard Henderson
,
2024/05/01
[PULL 19/20] plugins: Inline plugin_gen_empty_callback
,
Richard Henderson
,
2024/05/01
[PULL 13/20] tcg: Remove INDEX_op_plugin_cb_{start,end}
,
Richard Henderson
,
2024/05/01
[PULL 17/20] plugins: Split out common cb expanders
,
Richard Henderson
,
2024/05/01
[PULL 16/20] plugins: Replace pr_ops with a proper debug dump flag
,
Richard Henderson
,
2024/05/01
[PULL 20/20] plugins: Update the documentation block for plugin-gen.c
,
Richard Henderson
,
2024/05/01
[PULL 18/20] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
,
Richard Henderson
,
2024/05/01
Re: [PULL 00/20] tcg patch queue
,
Richard Henderson
,
2024/05/01
Re: [PATCH v2] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
,
Eric Farman
,
2024/05/01
Re: [PATCH v2] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
,
Cédric Le Goater
,
2024/05/02
Re: [PATCH v2] hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facility
,
Thomas Huth
,
2024/05/02
Re: [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
Aditya Gupta
,
2024/05/01
Re: [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
Nicholas Piggin
,
2024/05/03
Re: [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
Aditya Gupta
,
2024/05/03
Re: [PATCH v2 03/10] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/05/01
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/05/01
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/05/01
Re: [PATCH v4 4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode
,
Yoshinori Sato
,
2024/05/01
[PATCH 0/3] target/ppc: Fixes and updates for sync instructions
,
Nicholas Piggin
,
2024/05/01
[PATCH 2/3] target/ppc: Fix embedded memory barriers
,
Nicholas Piggin
,
2024/05/01
Re: [PATCH 2/3] target/ppc: Fix embedded memory barriers
,
Chinmay Rath
,
2024/05/07
[PATCH 3/3] target/ppc: Add ISA v3.1 variants of sync instruction
,
Nicholas Piggin
,
2024/05/01
Re: [PATCH 3/3] target/ppc: Add ISA v3.1 variants of sync instruction
,
Chinmay Rath
,
2024/05/07
[PATCH 1/3] target/ppc: Move sync instructions to decodetree
,
Nicholas Piggin
,
2024/05/01
Re: [PATCH 1/3] target/ppc: Move sync instructions to decodetree
,
Chinmay Rath
,
2024/05/07
Re: [PATCH v4 3/4] target/sh4: Rename TCGv variables as manual for ADDV opcode
,
Yoshinori Sato
,
2024/05/01
Re: [PATCH v4 2/4] target/sh4: Fix SUBV opcode
,
Yoshinori Sato
,
2024/05/01
Re: [PATCH v4 1/4] target/sh4: Fix ADDV opcode
,
Yoshinori Sato
,
2024/05/01
Re: [PATCH v2 3/4] hw/nvme: Support SR-IOV VFs more than 127
,
Klaus Jensen
,
2024/05/01
Re: [PATCH v2 3/4] hw/nvme: Support SR-IOV VFs more than 127
,
Minwoo Im
,
2024/05/07
Re: [PATCH 2/2] ppc/pnv: Implement ADU access to LPC space
,
Nicholas Piggin
,
2024/05/01
Re: [PATCH 2/2] ppc/pnv: Implement ADU access to LPC space
,
Cédric Le Goater
,
2024/05/02
Re: [PATCH 2/2] ppc/pnv: Implement ADU access to LPC space
,
Nicholas Piggin
,
2024/05/03
RE: [PATCH intel_iommu 0/7] FLTS for VT-d
,
Duan, Zhenzhong
,
2024/05/01
Re: [PATCH intel_iommu 0/7] FLTS for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/02
RE: [PATCH intel_iommu 0/7] FLTS for VT-d
,
Duan, Zhenzhong
,
2024/05/05
Re: [PATCH intel_iommu 0/7] FLTS for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/14
RE: [PATCH intel_iommu 0/7] FLTS for VT-d
,
Duan, Zhenzhong
,
2024/05/14
Re: [PATCH intel_iommu 0/7] FLTS for VT-d
,
CLEMENT MATHIEU--DRIF
,
2024/05/14
Re: [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Nicholas Piggin
,
2024/05/01
Re: [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Cédric Le Goater
,
2024/05/02
Re: [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Nicholas Piggin
,
2024/05/03
Re: [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Cédric Le Goater
,
2024/05/03
Re: [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Nicholas Piggin
,
2024/05/07
RE: [PATCH v3 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::check_cap() handler
,
Duan, Zhenzhong
,
2024/05/01
Re: [PATCH v3 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::check_cap() handler
,
Cédric Le Goater
,
2024/05/02
RE: [PATCH v3 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::check_cap() handler
,
Duan, Zhenzhong
,
2024/05/05
Re: [PATCH] hw/nvme: Add support for setting the MQES for the NVMe emulation
,
Berg, John
,
2024/05/01
Re: [PATCH] hw/nvme: Add support for setting the MQES for the NVMe emulation
,
Klaus Jensen
,
2024/05/01
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Dario Binacchi
,
2024/05/01
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Richard Henderson
,
2024/05/01
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Dario Binacchi
,
2024/05/01
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Dario Binacchi
,
2024/05/11
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Richard Henderson
,
2024/05/11
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Dario Binacchi
,
2024/05/11
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Thomas Huth
,
2024/05/13
Re: [PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
,
Alex Bennée
,
2024/05/13
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Jason Chien
,
2024/05/01
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/14
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Frank Chang
,
2024/05/02
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/08
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Frank Chang
,
2024/05/10
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/13
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/13
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Frank Chang
,
2024/05/16
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/20
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Frank Chang
,
2024/05/21
Re: [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
,
Daniel Henrique Barboza
,
2024/05/21
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Joao Martins
,
2024/05/01
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/01
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/06
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/06
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Markus Armbruster
,
2024/05/02
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/05
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 1/3] qapi/vfio: Add VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/06
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Joao Martins
,
2024/05/01
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/01
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Joao Martins
,
2024/05/02
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/05
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Markus Armbruster
,
2024/05/06
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Fabiano Rosas
,
2024/05/06
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Peter Xu
,
2024/05/06
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/07
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Peter Xu
,
2024/05/07
Re: [PATCH 2/3] vfio/migration: Emit VFIO device migration state change QAPI event
,
Avihai Horon
,
2024/05/07
Re: [PATCH v2 01/10] meson: Add optional dependency on IGVM library
,
Roy Hopkins
,
2024/05/01
Re: [PATCH v4 3/3] qapi: introduce device-sync-config
,
Vladimir Sementsov-Ogievskiy
,
2024/05/01
Re: [PATCH v4 3/3] qapi: introduce device-sync-config
,
Markus Armbruster
,
2024/05/02
[PATCH] qemu-keymap: Free xkb allocations
,
Akihiko Odaki
,
2024/05/01
Re: [PATCH] qemu-keymap: Free xkb allocations
,
Michael Tokarev
,
2024/05/05
Re: [PATCH] qemu-keymap: Free xkb allocations
,
Akihiko Odaki
,
2024/05/05
[PULL 0/9] QGA misc changes for 2024-05-01
,
Konstantin Kostiuk
,
2024/05/01
[PULL 1/9] qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
,
Konstantin Kostiuk
,
2024/05/01
[PULL 2/9] qga: introduce ga_run_command() helper for guest cmd execution
,
Konstantin Kostiuk
,
2024/05/01
[PULL 3/9] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
,
Konstantin Kostiuk
,
2024/05/01
[PULL 6/9] qga/commands-posix: don't do fork()/exec() when suspending via sysfs
,
Konstantin Kostiuk
,
2024/05/01
[PULL 7/9] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
,
Konstantin Kostiuk
,
2024/05/01
Re: [PULL 7/9] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
,
Thomas Huth
,
2024/05/03
[PULL 4/9] qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
,
Konstantin Kostiuk
,
2024/05/01
[PULL 8/9] qga: Refactor common SSH functions
,
Konstantin Kostiuk
,
2024/05/01
[PULL 9/9] qga: Implement SSH commands for Windows
,
Konstantin Kostiuk
,
2024/05/01
[PULL 5/9] qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
,
Konstantin Kostiuk
,
2024/05/01
Re: [PULL 0/9] QGA misc changes for 2024-05-01
,
Richard Henderson
,
2024/05/01
Re: [PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
,
Akihiko Odaki
,
2024/05/01
Re: [PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
,
Jason Wang
,
2024/05/05
Re: [PATCH v6 4/5] migration: process_incoming_migration_co(): rework error reporting
,
Vladimir Sementsov-Ogievskiy
,
2024/05/01
Re: [PATCH 2/3] virtio-net: Convert feature properties to OnOffAuto
,
Akihiko Odaki
,
2024/05/01
Re: [PATCH 1/3] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
,
Akihiko Odaki
,
2024/05/01
Re: [PATCH 00/24] Misc PPC exception and BookE MMU clean ups
,
Nicholas Piggin
,
2024/05/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc