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: Sat Apr 30 2022 21:03:27 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH] tcg: Special case split barriers before/after load
,
Richard Henderson
,
2022/04/30
[PATCH v4 00/17] target/m68k: Conditional traps + trap cleanup
,
Richard Henderson
,
2022/04/30
[PATCH v4 01/17] target/m68k: Raise the TRAPn exception with the correct pc
,
Richard Henderson
,
2022/04/30
[PATCH v4 02/17] target/m68k: Switch over exception type in m68k_interrupt_all
,
Richard Henderson
,
2022/04/30
[PATCH v4 03/17] target/m68k: Fix coding style in m68k_interrupt_all
,
Richard Henderson
,
2022/04/30
[PATCH v4 04/17] linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
,
Richard Henderson
,
2022/04/30
[PATCH v4 05/17] target/m68k: Remove retaddr in m68k_interrupt_all
,
Richard Henderson
,
2022/04/30
[PATCH v4 06/17] target/m68k: Fix address argument for EXCP_CHK
,
Richard Henderson
,
2022/04/30
[PATCH v4 08/17] target/m68k: Fix address argument for EXCP_TRACE
,
Richard Henderson
,
2022/04/30
[PATCH v4 07/17] target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
,
Richard Henderson
,
2022/04/30
[PATCH v4 13/17] target/m68k: Implement FTRAPcc
,
Richard Henderson
,
2022/04/30
[PATCH v4 11/17] target/m68k: Implement TPF in terms of TRAPcc
,
Richard Henderson
,
2022/04/30
[PATCH v4 16/17] linux-user/strace: Adjust get_thread_area for m68k
,
Richard Henderson
,
2022/04/30
[PATCH v4 15/17] linux-user/strace: Fix print_syscall_err
,
Richard Henderson
,
2022/04/30
[PATCH v4 17/17] target/m68k: Mark helper_raise_exception as noreturn
,
Richard Henderson
,
2022/04/30
[PATCH v4 09/17] target/m68k: Fix stack frame for EXCP_ILLEGAL
,
Richard Henderson
,
2022/04/30
[PATCH v4 12/17] target/m68k: Implement TRAPV
,
Richard Henderson
,
2022/04/30
[PATCH v4 10/17] target/m68k: Implement TRAPcc
,
Richard Henderson
,
2022/04/30
[PATCH v4 14/17] tests/tcg/m68k: Add trap.c
,
Richard Henderson
,
2022/04/30
[PATCH 0/2] target/m68k: Enable halt insn for 68060
,
Richard Henderson
,
2022/04/30
[PATCH 1/2] target/m68k: Clear mach in m68k_cpu_disas_set_info
,
Richard Henderson
,
2022/04/30
[PATCH 2/2] target/m68k: Enable halt insn for 68060
,
Richard Henderson
,
2022/04/30
[PATCH] hw/usb/hcd-ehci.c: print diagnostics when cpage out of range
,
Arnout Engelen
,
2022/04/30
Building tools on unsupported cpu/arch
,
Michael Tokarev
,
2022/04/30
Re: Building tools on unsupported cpu/arch
,
Richard Henderson
,
2022/04/30
Re: Building tools on unsupported cpu/arch
,
Michael Tokarev
,
2022/04/30
[PULL v3 00/25] Misc patches for 2022-04-29
,
Paolo Bonzini
,
2022/04/30
[PULL v3 20/25] build: move vhost-scsi configuration to Kconfig
,
Paolo Bonzini
,
2022/04/30
[PULL v3 19/25] build: move vhost-vsock configuration to Kconfig
,
Paolo Bonzini
,
2022/04/30
Re: [PULL v3 00/25] Misc patches for 2022-04-29
,
Richard Henderson
,
2022/04/30
Re: [PULL v3 00/25] Misc patches for 2022-04-29
,
Richard Henderson
,
2022/04/30
[PATCH 00/43] semihosting cleanup
,
Richard Henderson
,
2022/04/30
[PATCH 01/43] semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
,
Richard Henderson
,
2022/04/30
[PATCH 03/43] semihosting: Improve condition for config.c and console.c
,
Richard Henderson
,
2022/04/30
[PATCH 04/43] semihosting: Move softmmu-uaccess functions out of line
,
Richard Henderson
,
2022/04/30
[PATCH 07/43] semihosting: Split out guestfd.c
,
Richard Henderson
,
2022/04/30
[PATCH 10/43] semihosting: Adjust error checking in common_semi_cb
,
Richard Henderson
,
2022/04/30
[PATCH 02/43] semihosting: Return failure from softmmu-uaccess.h functions
,
Richard Henderson
,
2022/04/30
[PATCH 11/43] semihosting: Move common-semi.h to include/semihosting/
,
Richard Henderson
,
2022/04/30
[PATCH 17/43] semihosting: Split out common_semi_has_synccache
,
Richard Henderson
,
2022/04/30
[PATCH 13/43] include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
,
Richard Henderson
,
2022/04/30
[PATCH 25/43] semihosting: Split out semihost_sys_lseek
,
Richard Henderson
,
2022/04/30
[PATCH 12/43] include/exec: Move gdb open flags to gdbstub.h
,
Richard Henderson
,
2022/04/30
[PATCH 05/43] semihosting: Add target_strlen for softmmu-uaccess.h
,
Richard Henderson
,
2022/04/30
[PATCH 20/43] semihosting: Split out semihost_sys_open
,
Richard Henderson
,
2022/04/30
[PATCH 19/43] semihosting: Move GET_ARG/SET_ARG earlier in the file
,
Richard Henderson
,
2022/04/30
[PATCH 24/43] semihosting: Bound length for semihost_sys_{read, write}
,
Richard Henderson
,
2022/04/30
[PATCH 33/43] gdbstub: Widen gdb_syscall_complete_cb return value
,
Richard Henderson
,
2022/04/30
[PATCH 35/43] target/m68k: Make semihosting system only
,
Richard Henderson
,
2022/04/30
[PATCH 39/43] target/m68k: Remove EXCP_HALT_INSN
,
Richard Henderson
,
2022/04/30
[PATCH 09/43] semihosting: Return void from do_common_semihosting
,
Richard Henderson
,
2022/04/30
[PATCH 15/43] semihosting: Split is_64bit_semihosting per target
,
Richard Henderson
,
2022/04/30
[PATCH 14/43] semihosting: Use struct gdb_stat in common_semi_flen_cb
,
Richard Henderson
,
2022/04/30
[PATCH 22/43] semihosting: Split out semihost_sys_read
,
Richard Henderson
,
2022/04/30
[PATCH 21/43] semihosting: Split out semihost_sys_close
,
Richard Henderson
,
2022/04/30
[PATCH 26/43] semihosting: Split out semihost_sys_isatty
,
Richard Henderson
,
2022/04/30
[PATCH 27/43] semihosting: Split out semihost_sys_flen
,
Richard Henderson
,
2022/04/30
[PATCH 30/43] semihosting: Split out semihost_sys_system
,
Richard Henderson
,
2022/04/30
[PATCH 31/43] semihosting: Create semihost_sys_{stat,fstat}
,
Richard Henderson
,
2022/04/30
[PATCH 38/43] target/m68k: Enable semihosting for non-coldfire
,
Richard Henderson
,
2022/04/30
[PATCH 34/43] target/m68k: Eliminate m68k_semi_is_fseek
,
Richard Henderson
,
2022/04/30
[PATCH 16/43] semihosting: Split common_semi_flen_buf per target
,
Richard Henderson
,
2022/04/30
[PATCH 23/43] semihosting: Split out semihost_sys_write
,
Richard Henderson
,
2022/04/30
[PATCH 28/43] semihosting: Split out semihost_sys_remove
,
Richard Henderson
,
2022/04/30
[PATCH 29/43] semihosting: Split out semihost_sys_rename
,
Richard Henderson
,
2022/04/30
[PATCH 37/43] target/m68k: Do semihosting call as a normal helper
,
Richard Henderson
,
2022/04/30
[PATCH 32/43] semihosting: Create semihost_sys_gettimeofday
,
Richard Henderson
,
2022/04/30
[PATCH 08/43] semihosting: Generalize GuestFDFeatureFile
,
Richard Henderson
,
2022/04/30
[PATCH 18/43] semihosting: Use env more often in do_common_semihosting
,
Richard Henderson
,
2022/04/30
[PATCH 06/43] semihosting: Simplify softmmu_lock_user_string
,
Richard Henderson
,
2022/04/30
[PATCH 36/43] target/m68k: Use guestfd.h to implement syscalls.
,
Richard Henderson
,
2022/04/30
[PATCH 40/43] target/nios2: Eliminate nios2_semi_is_lseek
,
Richard Henderson
,
2022/04/30
[PATCH 41/43] target/nios2: Move nios2-semi.c to nios2_softmmu_ss
,
Richard Henderson
,
2022/04/30
[PATCH 42/43] target/nios2: Use guestfd.h to implement syscalls.
,
Richard Henderson
,
2022/04/30
[PATCH 43/43] target/nios2: Do semihosting call as a normal helper
,
Richard Henderson
,
2022/04/30
[PULL 0/7] 9p queue 2022-04-30
,
Christian Schoenebeck
,
2022/04/30
[PULL 1/7] 9pfs: fix inode sequencing in 'synth' driver
,
Christian Schoenebeck
,
2022/04/30
[PULL 2/7] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/30
[PULL 3/7] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/30
[PULL 4/7] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/30
[PULL 5/7] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/30
[PULL 6/7] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/30
[PULL 7/7] 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
,
Christian Schoenebeck
,
2022/04/30
Re: [PULL 0/7] 9p queue 2022-04-30
,
Richard Henderson
,
2022/04/30
Re: [PULL 0/7] 9p queue 2022-04-30
,
Christian Schoenebeck
,
2022/04/30
Re: [PULL 0/7] 9p queue 2022-04-30
,
Richard Henderson
,
2022/04/30
[PULL v2 00/25] Misc patches for 2022-04-29
,
Paolo Bonzini
,
2022/04/30
[PULL v2 01/25] WHPX: support for xcr0
,
Paolo Bonzini
,
2022/04/30
Re: [PULL v2 00/25] Misc patches for 2022-04-29
,
Richard Henderson
,
2022/04/30
[PATCH] mos6522: fix linking error when CONFIG_MOS6522 is not set
,
Murilo Opsfelder Araujo
,
2022/04/29
[PATCH] target/i386: do not consult nonexistent host leaves
,
Paolo Bonzini
,
2022/04/29
[PATCH v10] isa-applesmc: provide OSK forwarding on Apple hosts
,
Vladislav Yaroshchuk
,
2022/04/29
[python-qemu-qmp MR] Add rudimentary GitLab CI configurations
,
John Snow
,
2022/04/29
[PATCH 0/7] qapi: Primarily whitespace tweaks
,
Andrea Bolognani
,
2022/04/29
[PATCH 1/7] qapi: Drop stray trailing symbol
,
Andrea Bolognani
,
2022/04/29
[PATCH 3/7] qapi: Add missing separators between sections
,
Andrea Bolognani
,
2022/04/29
[PATCH 2/7] qapi: Fix comment indentation
,
Andrea Bolognani
,
2022/04/29
[PATCH 5/7] qapi: Drop unnecessary empty lines outside of comments
,
Andrea Bolognani
,
2022/04/29
[PATCH 4/7] qapi: Drop unnecessary empty lines in comments
,
Andrea Bolognani
,
2022/04/29
[PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments
,
Andrea Bolognani
,
2022/04/29
[PATCH 7/7] qapi: Drop more unnecessary horizontal spacing in comments
,
Andrea Bolognani
,
2022/04/29
[PATCH 0/3] QEMU RISC-V priv spec version fixes
,
Anup Patel
,
2022/04/29
[PATCH 1/3] target/riscv: Don't force update priv spec version to latest
,
Anup Patel
,
2022/04/29
Re: [PATCH 1/3] target/riscv: Don't force update priv spec version to latest
,
Frank Chang
,
2022/04/29
[PATCH 2/3] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
,
Anup Patel
,
2022/04/29
Re: [PATCH 2/3] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
,
Frank Chang
,
2022/04/29
[PATCH 3/3] target/riscv: Consider priv spec version when generating ISA string
,
Anup Patel
,
2022/04/29
Re: [PATCH 3/3] target/riscv: Consider priv spec version when generating ISA string
,
Frank Chang
,
2022/04/29
Re: [PATCH 3/3] target/riscv: Consider priv spec version when generating ISA string
,
Anup Patel
,
2022/04/30
Re: [PATCH 3/3] target/riscv: Consider priv spec version when generating ISA string
,
Frank Chang
,
2022/04/30
[PULL 00/25] Misc patches for 2022-04-29
,
Paolo Bonzini
,
2022/04/29
[PULL 02/25] configure: Add cross prefix for widl tool
,
Paolo Bonzini
,
2022/04/29
[PULL 04/25] meson-buildoptions: add support for string options
,
Paolo Bonzini
,
2022/04/29
[PULL 01/25] WHPX: support for xcr0
,
Paolo Bonzini
,
2022/04/29
[PULL 03/25] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
,
Paolo Bonzini
,
2022/04/29
[PULL 06/25] configure, meson: move iasl detection to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 08/25] configure: switch string options to automatic parsing
,
Paolo Bonzini
,
2022/04/29
[PULL 05/25] meson, configure: move Xen detection to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 09/25] meson, configure: move --tls-priority to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 10/25] meson, configure: move bdrv whitelists to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 11/25] meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 07/25] configure: move Windows flags detection to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 12/25] meson, configure: move --interp-prefix to meson
,
Paolo Bonzini
,
2022/04/29
[PULL 13/25] meson: always combine directories with prefix
,
Paolo Bonzini
,
2022/04/29
[PULL 17/25] meson, virtio: place all virtio-pci devices under virtio_pci_ss
,
Paolo Bonzini
,
2022/04/29
[PULL 16/25] configure: omit options with default values from meson command line
,
Paolo Bonzini
,
2022/04/29
[PULL 15/25] meson: pass more options directly as -D
,
Paolo Bonzini
,
2022/04/29
[PULL 21/25] build: move vhost-user-fs configuration to Kconfig
,
Paolo Bonzini
,
2022/04/29
[PULL 24/25] configure, meson: move vhost options to Meson
,
Paolo Bonzini
,
2022/04/29
[PULL 19/25] build: move vhost-vsock configuration to Kconfig
,
Paolo Bonzini
,
2022/04/29
[PULL 14/25] configure: switch directory options to automatic parsing
,
Paolo Bonzini
,
2022/04/29
[PULL 18/25] configure: simplify vhost-net-{user, vdpa} configuration
,
Paolo Bonzini
,
2022/04/29
[PULL 20/25] build: move vhost-scsi configuration to Kconfig
,
Paolo Bonzini
,
2022/04/29
[PULL 22/25] meson: create have_vhost_* variables
,
Paolo Bonzini
,
2022/04/29
[PULL 23/25] meson: use have_vhost_* variables to pick sources
,
Paolo Bonzini
,
2022/04/29
[PULL 25/25] pc: remove -soundhw pcspk
,
Paolo Bonzini
,
2022/04/29
Re: [PULL 00/25] Misc patches for 2022-04-29
,
Richard Henderson
,
2022/04/29
[PATCH v9] isa-applesmc: provide OSK forwarding on Apple hosts
,
Vladislav Yaroshchuk
,
2022/04/29
[PATCH v10 00/45] CXl 2.0 emulation Support
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 01/45] hw/pci/cxl: Add a CXL component type (interface)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 03/45] MAINTAINERS: Add entry for Compute Express Link Emulation
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 04/45] hw/cxl/device: Introduce a CXL device (8.2.8)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 05/45] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 06/45] hw/cxl/device: Implement basic mailbox (8.2.8.4)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 07/45] hw/cxl/device: Add memory device utilities
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 08/45] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 09/45] hw/cxl/device: Timestamp implementation (8.2.9.3)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 10/45] hw/cxl/device: Add log commands (8.2.9.4) + CEL
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 11/45] hw/pxb: Use a type for realizing expanders
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 12/45] hw/pci/cxl: Create a CXL bus type
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 14/45] hw/pxb: Allow creation of a CXL PXB (host bridge)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 15/45] qtest/cxl: Introduce initial test for pxb-cxl only.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 16/45] hw/cxl/rp: Add a root port
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 17/45] hw/cxl/device: Add a memory device (8.2.8.5)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 19/45] hw/cxl/device: Add some trivial commands
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 20/45] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 21/45] hw/cxl/device: Implement get/set Label Storage Area (LSA)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 22/45] qtests/cxl: Add initial root port and CXL type3 tests
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 23/45] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 24/45] acpi/cxl: Add _OSC implementation (9.14.2)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 25/45] acpi/cxl: Create the CEDT (9.14.1)
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 26/45] hw/cxl/component: Add utils for interleave parameter encoding/decoding
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 28/45] acpi/cxl: Introduce CFMWS structures in CEDT
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 29/45] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 30/45] pci/pcie_port: Add pci_find_port_by_pn()
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 31/45] CXL/cxl_component: Add cxl_get_hb_cstate()
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 32/45] mem/cxl_type3: Add read and write functions for associated hostmem.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 33/45] cxl/cxl-host: Add memops for CFMWS region.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 34/45] hw/cxl/component Add a dumb HDM decoder handler
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 35/45] i386/pc: Enable CXL fixed memory windows
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 36/45] tests/acpi: q35: Allow addition of a CXL test.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 37/45] qtests/bios-tables-test: Add a test for CXL emulation.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 38/45] tests/acpi: Add tables for CXL emulation.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 39/45] qtest/cxl: Add more complex test cases with CFMWs
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 40/45] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 41/45] qtest/cxl: Add aarch64 virt test for CXL
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 42/45] docs/cxl: Add initial Compute eXpress Link (CXL) documentation.
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 43/45] pci-bridge/cxl_upstream: Add a CXL switch upstream port
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 44/45] pci-bridge/cxl_downstream: Add a CXL switch downstream port
,
Jonathan Cameron
,
2022/04/29
[PATCH v10 45/45] docs/cxl: Add switch documentation
,
Jonathan Cameron
,
2022/04/29
[RFC PATCH 00/12] Cross compilation of embedded firmware
,
Paolo Bonzini
,
2022/04/29
[RFC PATCH 03/12] configure: handle host compiler in probe_target_compiler
,
Paolo Bonzini
,
2022/04/29
[RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 10/12] pc-bios/optionrom: compile with -Wno-array-bounds
,
Richard Henderson
,
2022/04/30
[RFC PATCH 12/12] configure: enable cross compilation of vof
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 12/12] configure: enable cross compilation of vof
,
Richard Henderson
,
2022/04/30
[RFC PATCH 02/12] configure: add missing cross compiler fallbacks
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 02/12] configure: add missing cross compiler fallbacks
,
Richard Henderson
,
2022/04/30
[RFC PATCH 01/12] tests/tcg: merge configure.sh back into main configure script
,
Paolo Bonzini
,
2022/04/29
[RFC PATCH 04/12] configure: introduce --cross-prefix-*=
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 04/12] configure: introduce --cross-prefix-*=
,
Richard Henderson
,
2022/04/30
[RFC PATCH 06/12] configure, meson: move symlinking of ROMs to meson
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 06/12] configure, meson: move symlinking of ROMs to meson
,
Richard Henderson
,
2022/04/30
[RFC PATCH 05/12] configure: include more binutils in tests/tcg makefile
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 05/12] configure: include more binutils in tests/tcg makefile
,
Richard Henderson
,
2022/04/30
[RFC PATCH 07/12] configure: move symlink configuration earlier
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 07/12] configure: move symlink configuration earlier
,
Richard Henderson
,
2022/04/30
[RFC PATCH 09/12] pc-bios/optionrom: detect -fno-pie
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 09/12] pc-bios/optionrom: detect -fno-pie
,
Richard Henderson
,
2022/04/30
[RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw
,
Richard Henderson
,
2022/04/30
[RFC PATCH 11/12] configure: enable cross-compilation of optionrom
,
Paolo Bonzini
,
2022/04/29
Re: [RFC PATCH 11/12] configure: enable cross-compilation of optionrom
,
Richard Henderson
,
2022/04/30
mount host directory as disk in VM
,
Nguetchouang Ngongang Kevin
,
2022/04/29
[PATCH v5 0/6] 9pfs: macOS host fixes
,
Christian Schoenebeck
,
2022/04/29
[PATCH v5 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/29
[PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/29
Re: [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/29
Re: [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Akihiko Odaki
,
2022/04/29
[PATCH v5 3/6] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/29
[PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Bin Meng
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Greg Kurz
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Greg Kurz
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Bin Meng
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Greg Kurz
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Bin Meng
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Bin Meng
,
2022/04/29
[PATCH v5 5/6] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/29
[PATCH v5 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
,
Christian Schoenebeck
,
2022/04/29
Re: [PATCH v5 0/6] 9pfs: macOS host fixes (resend)
,
Christian Schoenebeck
,
2022/04/30
[PATCH v3 00/43] Add LoongArch softmmu support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 02/43] target/loongarch: Add core definition
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 09/43] target/loongarch: Add fixed point extra instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 04/43] target/loongarch: Add fixed point arithmetic instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 01/43] target/loongarch: Add README
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 03/43] target/loongarch: Add main translation routines
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 10/43] target/loongarch: Add floating point arithmetic instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 13/43] target/loongarch: Add floating point move instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 12/43] target/loongarch: Add floating point conversion instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 14/43] target/loongarch: Add floating point load/store instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 11/43] target/loongarch: Add floating point comparison instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 16/43] target/loongarch: Add disassembler
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 37/43] hw/loongarch: Add some devices support for 3A5000.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 24/43] target/loongarch: Add constant timer support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 30/43] hw/loongarch: Add support loongson3 virt machine type.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Xiaojuan Yang
,
2022/04/29
Re: [PATCH v3 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Richard Henderson
,
2022/04/30
[PATCH v3 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 15/43] target/loongarch: Add branch instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 18/43] target/loongarch: Add system emulation introduction
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 39/43] hw/loongarch: Add LoongArch load elf function.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 43/43] target/loongarch: 'make check-tcg' support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 17/43] target/loongarch: Add target build suport
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 26/43] target/loongarch: Add LoongArch IOCSR instruction
,
Xiaojuan Yang
,
2022/04/29
Re: [PATCH v3 26/43] target/loongarch: Add LoongArch IOCSR instruction
,
Richard Henderson
,
2022/04/30
[PATCH v3 22/43] target/loongarch: Add MMU support for LoongArch CPU.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 19/43] target/loongarch: Add CSRs definition
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 35/43] hw/loongarch: Add irq hierarchy for the system
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 20/43] target/loongarch: Add basic vmstate description of CPU.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 23/43] target/loongarch: Add LoongArch interrupt and exception handle
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 41/43] target/loongarch: Add gdb support.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 06/43] target/loongarch: Add fixed point bit instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 28/43] target/loongarch: Add other core instructions support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 29/43] target/loongarch: Add timer related instructions support.
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 08/43] target/loongarch: Add fixed point atomic instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 07/43] target/loongarch: Add fixed point load/store instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 27/43] target/loongarch: Add TLB instruction support
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 25/43] target/loongarch: Add LoongArch CSR instruction
,
Xiaojuan Yang
,
2022/04/29
Re: [PATCH v3 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/30
[PATCH v3 36/43] Enable common virtio pci support for LoongArch
,
Xiaojuan Yang
,
2022/04/29
[PATCH v3 05/43] target/loongarch: Add fixed point shift instruction translation
,
Xiaojuan Yang
,
2022/04/29
[PATCH v2 0/5] hw/nvme: fix namespace identifiers
,
Klaus Jensen
,
2022/04/29
[PATCH v2 1/5] hw/nvme: enforce common serial per subsystem
,
Klaus Jensen
,
2022/04/29
[PATCH v2 2/5] hw/nvme: do not auto-generate eui64
,
Klaus Jensen
,
2022/04/29
Re: [PATCH v2 2/5] hw/nvme: do not auto-generate eui64
,
Christoph Hellwig
,
2022/04/29
[PATCH v2 3/5] hw/nvme: do not auto-generate uuid
,
Klaus Jensen
,
2022/04/29
Re: [PATCH v2 3/5] hw/nvme: do not auto-generate uuid
,
Christoph Hellwig
,
2022/04/29
[PATCH v2 5/5] hw/nvme: bump firmware revision
,
Klaus Jensen
,
2022/04/29
[PATCH v2 4/5] hw/nvme: do not report null uuid
,
Klaus Jensen
,
2022/04/29
[Bug 1970563] Re: Qemu 1:6.2+dfsg-2ubuntu6 deadlock bug
,
Paride Legovini
,
2022/04/29
[Bug 1970563] Re: Qemu Debian 1:6.2+dfsg-2ubuntu6 deadlock bug
,
Paride Legovini
,
2022/04/29
[PATCH v2 0/2] ppc/xive: Update for guest interrupt handling
,
Frederic Barrat
,
2022/04/29
[PATCH v2 2/2] ppc/xive: Update the state of the External interrupt signal
,
Frederic Barrat
,
2022/04/29
[PATCH v2 1/2] ppc/xive: Always recompute the PIPR when pushing an OS context
,
Frederic Barrat
,
2022/04/29
Re: [PATCH v2 1/2] ppc/xive: Always recompute the PIPR when pushing an OS context
,
Cédric Le Goater
,
2022/04/29
[PATCH RESEND 0/2] build improvments
,
Konstantin Kostiuk
,
2022/04/29
[PATCH RESEND 1/2] configure: Add cross prefix for widl tool
,
Konstantin Kostiuk
,
2022/04/29
[PATCH RESEND 2/2] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
,
Konstantin Kostiuk
,
2022/04/29
Re: [PATCH RESEND 0/2] build improvments
,
Paolo Bonzini
,
2022/04/29
[PATCH] hw/nvme: deprecate the use-intel-id compatibility parameter
,
Klaus Jensen
,
2022/04/29
[PULL 00/25] riscv-to-apply queue
,
Alistair Francis
,
2022/04/29
[PULL 02/25] hw/riscv: Don't add empty bootargs to device tree
,
Alistair Francis
,
2022/04/29
[PULL 01/25] hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
,
Alistair Francis
,
2022/04/29
[PULL 03/25] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Alistair Francis
,
2022/04/29
[PULL 04/25] target/riscv: rvk: add cfg properties for zbk* and zk*
,
Alistair Francis
,
2022/04/29
[PULL 05/25] target/riscv: rvk: add support for zbkb extension
,
Alistair Francis
,
2022/04/29
[PULL 06/25] target/riscv: rvk: add support for zbkc extension
,
Alistair Francis
,
2022/04/29
[PULL 07/25] target/riscv: rvk: add support for zbkx extension
,
Alistair Francis
,
2022/04/29
[PULL 08/25] crypto: move sm4_sbox from target/arm
,
Alistair Francis
,
2022/04/29
[PULL 09/25] target/riscv: rvk: add support for zknd/zkne extension in RV32
,
Alistair Francis
,
2022/04/29
[PULL 10/25] target/riscv: rvk: add support for zkne/zknd extension in RV64
,
Alistair Francis
,
2022/04/29
[PULL 11/25] target/riscv: rvk: add support for sha256 related instructions in zknh extension
,
Alistair Francis
,
2022/04/29
[PULL 12/25] target/riscv: rvk: add support for sha512 related instructions for RV32 in zknh extension
,
Alistair Francis
,
2022/04/29
[PULL 13/25] target/riscv: rvk: add support for sha512 related instructions for RV64 in zknh extension
,
Alistair Francis
,
2022/04/29
[PULL 14/25] target/riscv: rvk: add support for zksed/zksh extension
,
Alistair Francis
,
2022/04/29
[PULL 15/25] target/riscv: rvk: add CSR support for Zkr
,
Alistair Francis
,
2022/04/29
[PULL 16/25] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
,
Alistair Francis
,
2022/04/29
[PULL 17/25] target/riscv: rvk: expose zbk* and zk* properties
,
Alistair Francis
,
2022/04/29
[PULL 18/25] target/riscv: Fix incorrect PTE merge in walk_pte
,
Alistair Francis
,
2022/04/29
[PULL 19/25] target/riscv: add scalar crypto related extenstion strings to isa_string
,
Alistair Francis
,
2022/04/29
[PULL 20/25] hw/riscv: virt: Add a machine done notifier
,
Alistair Francis
,
2022/04/29
[PULL 21/25] hw/core: Move the ARM sysbus-fdt to core
,
Alistair Francis
,
2022/04/29
[PULL 22/25] hw/riscv: virt: Create a platform bus
,
Alistair Francis
,
2022/04/29
[PULL 23/25] hw/riscv: virt: Add support for generating platform FDT entries
,
Alistair Francis
,
2022/04/29
[PULL 24/25] hw/riscv: virt: Add device plug support
,
Alistair Francis
,
2022/04/29
[PULL 25/25] hw/riscv: Enable TPM backends
,
Alistair Francis
,
2022/04/29
Re: [PULL 00/25] riscv-to-apply queue
,
Richard Henderson
,
2022/04/29
[PATCH 0/4] QEMU RISC-V nested virtualization fixes
,
Anup Patel
,
2022/04/28
[PATCH 1/4] target/riscv: Fix csr number based privilege checking
,
Anup Patel
,
2022/04/28
Re: [PATCH 1/4] target/riscv: Fix csr number based privilege checking
,
Alistair Francis
,
2022/04/29
Re: [PATCH 1/4] target/riscv: Fix csr number based privilege checking
,
Frank Chang
,
2022/04/29
[PATCH 2/4] target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-mode
,
Anup Patel
,
2022/04/28
[PATCH 3/4] target/riscv: Set [m|s]tval for both illegal and virtual instruction traps
,
Anup Patel
,
2022/04/28
Re: [PATCH 3/4] target/riscv: Set [m|s]tval for both illegal and virtual instruction traps
,
Frank Chang
,
2022/04/29
[PATCH 4/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
,
Anup Patel
,
2022/04/28
[PATCH 0/3] ui/gtk: new options, monitor and detach-all
,
Dongwon Kim
,
2022/04/28
[PATCH 1/3] ui/gtk: new param monitor to specify target monitor for launching QEMU
,
Dongwon Kim
,
2022/04/28
[PATCH 3/3] ui/gtk: specify detached window's size and location
,
Dongwon Kim
,
2022/04/28
[PATCH 2/3] ui/gtk: detach_all option for making all VCs detached upon starting
,
Dongwon Kim
,
2022/04/28
[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
,
Joao Martins
,
2022/04/28
[PATCH RFC 01/10] amd-iommu: Cache PTE/DTE info in IOTLB
,
Joao Martins
,
2022/04/28
[PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
,
Joao Martins
,
2022/04/28
Re: [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
,
Jason Wang
,
2022/04/28
Re: [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
,
Joao Martins
,
2022/04/29
Re: [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
,
Peter Xu
,
2022/04/29
[PATCH RFC 02/10] amd-iommu: Access/Dirty bit support
,
Joao Martins
,
2022/04/28
[PATCH RFC 03/10] intel-iommu: Cache PASID entry flags
,
Joao Martins
,
2022/04/28
[PATCH RFC 05/10] linux-headers: import iommufd.h hwpt extensions
,
Joao Martins
,
2022/04/28
[PATCH RFC 07/10] vfio/iommufd: Add HWPT_GET_DIRTY_IOVA support
,
Joao Martins
,
2022/04/28
[PATCH RFC 08/10] vfio/iommufd: Add IOAS_UNMAP_DIRTY support
,
Joao Martins
,
2022/04/28
[PATCH RFC 06/10] vfio/iommufd: Add HWPT_SET_DIRTY support
,
Joao Martins
,
2022/04/28
[PATCH RFC 09/10] migration/dirtyrate: Expand dirty_bitmap to be tracked separately for devices
,
Joao Martins
,
2022/04/28
[PATCH RFC 10/10] hw/vfio: Add nr of dirty pages to tracepoints
,
Joao Martins
,
2022/04/28
[PATCH 0/2] build improvments
,
Konstantin Kostiuk
,
2022/04/28
Re: [PATCH 0/2] build improvments
,
Paolo Bonzini
,
2022/04/28
[PATCH 1/2] configure: Add cross prefix for widl tool
,
Konstantin Kostiuk
,
2022/04/28
Re: [PATCH 1/2] configure: Add cross prefix for widl tool
,
Marc-André Lureau
,
2022/04/28
[PATCH 2/2] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
,
Konstantin Kostiuk
,
2022/04/28
Re: [PATCH 2/2] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
,
Marc-André Lureau
,
2022/04/28
s390x regression - Re: [PATCH v5 21/26] linux-user/s390x: Implement setup_sigtramp
,
Ulrich Weigand
,
2022/04/28
Re: s390x regression - Re: [PATCH v5 21/26] linux-user/s390x: Implement setup_sigtramp
,
Richard Henderson
,
2022/04/29
[PATCH] hw/dma: Add Xilinx AXI CDMA
,
frank . chang
,
2022/04/28
Re: hang in migration-test (s390 host)
,
Peter Maydell
,
2022/04/28
[PULL 00/11] migration queue
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 06/11] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
,
Dr. David Alan Gilbert (git)
,
2022/04/28
Re: [PULL 06/11] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
,
Dr. David Alan Gilbert
,
2022/04/28
Re: [PULL 06/11] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
,
Leonardo Bras Soares Passos
,
2022/04/29
[PULL 01/11] tests: fix encoding of IP addresses in x509 certs
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 03/11] tests: convert multifd migration tests to use common helper
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 05/11] QIOChannel: Add flags on io_writev and introduce io_flush callback
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 04/11] tests: ensure migration status isn't reported as failed
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 07/11] migration: Add zero-copy-send parameter for QMP/HMP for Linux
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 08/11] migration: Add migrate_use_tls() helper
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 11/11] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 09/11] multifd: multifd_send_sync_main now returns negative on error
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 02/11] tests: convert XBZRLE migration test to use common helper
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PULL 10/11] multifd: Send header packet without flags if zero-copy-send is enabled
,
Dr. David Alan Gilbert (git)
,
2022/04/28
[PATCH] target/arm: read access to performance counters from EL0
,
Alex Zuepke
,
2022/04/28
[PULL 00/54] target-arm queue
,
Peter Maydell
,
2022/04/28
[PULL 02/54] target/arm: Use tcg_constant in gen_mte_check*
,
Peter Maydell
,
2022/04/28
[PULL 06/54] target/arm: Use tcg_constant in handle_sys
,
Peter Maydell
,
2022/04/28
[PULL 04/54] target/arm: Use tcg_constant in gen_adc_CC
,
Peter Maydell
,
2022/04/28
[PULL 01/54] target/arm: Use tcg_constant in gen_probe_access
,
Peter Maydell
,
2022/04/28
[PULL 05/54] target/arm: Use tcg_constant in handle_msr_i
,
Peter Maydell
,
2022/04/28
[PULL 21/54] target/arm: Use tcg_constant in balance of translate-a64.c
,
Peter Maydell
,
2022/04/28
[PULL 24/54] target/arm: Use tcg_constant for gen_{msr,mrs}
,
Peter Maydell
,
2022/04/28
[PULL 07/54] target/arm: Use tcg_constant in disas_exc
,
Peter Maydell
,
2022/04/28
[PULL 15/54] target/arm: Use tcg_constant in handle_{rev16,crc32}
,
Peter Maydell
,
2022/04/28
[PULL 09/54] target/arm: Use tcg_constant in disas_ld_lit
,
Peter Maydell
,
2022/04/28
[PULL 11/54] target/arm: Use tcg_constant in disas_add_sum_imm*
,
Peter Maydell
,
2022/04/28
[PULL 13/54] target/arm: Use tcg_constant in shift_reg_imm
,
Peter Maydell
,
2022/04/28
[PULL 14/54] target/arm: Use tcg_constant in disas_cond_select
,
Peter Maydell
,
2022/04/28
[PULL 16/54] target/arm: Use tcg_constant in disas_data_proc_2src
,
Peter Maydell
,
2022/04/28
[PULL 03/54] target/arm: Use tcg_constant in gen_exception*
,
Peter Maydell
,
2022/04/28
[PULL 08/54] target/arm: Use tcg_constant in gen_compare_and_swap_pair
,
Peter Maydell
,
2022/04/28
[PULL 10/54] target/arm: Use tcg_constant in disas_ldst_*
,
Peter Maydell
,
2022/04/28
[PULL 12/54] target/arm: Use tcg_constant in disas_movw_imm
,
Peter Maydell
,
2022/04/28
[PULL 18/54] target/arm: Use tcg_constant in simd shift expanders
,
Peter Maydell
,
2022/04/28
[PULL 19/54] target/arm: Use tcg_constant in simd fp/int conversion
,
Peter Maydell
,
2022/04/28
[PULL 20/54] target/arm: Use tcg_constant in 2misc expanders
,
Peter Maydell
,
2022/04/28
[PULL 23/54] target/arm: Use tcg_constant for disas_iwmmxt_insn
,
Peter Maydell
,
2022/04/28
[PULL 22/54] target/arm: Use tcg_constant for aa32 exceptions
,
Peter Maydell
,
2022/04/28
[PULL 29/54] target/arm: Use tcg_constant for MOVW, UMAAL, CRC32
,
Peter Maydell
,
2022/04/28
[PULL 17/54] target/arm: Use tcg_constant in disas_fp*
,
Peter Maydell
,
2022/04/28
[PULL 34/54] target/arm: Use tcg_constant in trans_CPS_v7m
,
Peter Maydell
,
2022/04/28
[PULL 35/54] target/arm: Use tcg_constant in trans_CSEL
,
Peter Maydell
,
2022/04/28
[PULL 41/54] target/arm: Use tcg_constant in WHILE
,
Peter Maydell
,
2022/04/28
[PULL 37/54] target/arm: Use tcg_constant in SINCDEC, INCDEC
,
Peter Maydell
,
2022/04/28
[PULL 43/54] target/arm: Use tcg_constant in SUBR
,
Peter Maydell
,
2022/04/28
[PULL 44/54] target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_imm
,
Peter Maydell
,
2022/04/28
[PULL 52/54] target/arm: Advertise support for FEAT_TTL
,
Peter Maydell
,
2022/04/28
[PULL 26/54] target/arm: Use tcg_constant for do_coproc_insn
,
Peter Maydell
,
2022/04/28
[PULL 39/54] target/arm: Use tcg_constant in {incr, wrap}_last_active
,
Peter Maydell
,
2022/04/28
[PULL 50/54] hw/arm/smmuv3: Cache event fault record
,
Peter Maydell
,
2022/04/28
[PULL 53/54] target/arm: Advertise support for FEAT_BBM level 2
,
Peter Maydell
,
2022/04/28
[PULL 32/54] target/arm: Use tcg_constant in LDM, STM
,
Peter Maydell
,
2022/04/28
[PULL 27/54] target/arm: Use tcg_constant for gen_srs
,
Peter Maydell
,
2022/04/28
[PULL 28/54] target/arm: Use tcg_constant for op_s_{rri,rxi}_rot
,
Peter Maydell
,
2022/04/28
[PULL 30/54] target/arm: Use tcg_constant for v7m MRS, MSR
,
Peter Maydell
,
2022/04/28
[PULL 33/54] target/arm: Use tcg_constant in CLRM, DLS, WLS, LE
,
Peter Maydell
,
2022/04/28
[PULL 40/54] target/arm: Use tcg_constant in do_clast_scalar
,
Peter Maydell
,
2022/04/28
[PULL 45/54] target/arm: Use tcg_constant for predicate descriptors
,
Peter Maydell
,
2022/04/28
[PULL 42/54] target/arm: Use tcg_constant in LD1, ST1
,
Peter Maydell
,
2022/04/28
[PULL 46/54] target/arm: Use tcg_constant for do_brk{2,3}
,
Peter Maydell
,
2022/04/28
[PULL 47/54] target/arm: Use tcg_constant for vector descriptor
,
Peter Maydell
,
2022/04/28
[PULL 51/54] hw/arm/smmuv3: Add space in guest error message
,
Peter Maydell
,
2022/04/28
[PULL 25/54] target/arm: Use tcg_constant for vector shift expanders
,
Peter Maydell
,
2022/04/28
[PULL 38/54] target/arm: Use tcg_constant in FCPY, CPY
,
Peter Maydell
,
2022/04/28
[PULL 36/54] target/arm: Use tcg_constant for trans_INDEX_*
,
Peter Maydell
,
2022/04/28
[PULL 49/54] target/arm: Use field names for accessing DBGWCRn
,
Peter Maydell
,
2022/04/28
[PULL 31/54] target/arm: Use tcg_constant for TT, SAT, SMMLA
,
Peter Maydell
,
2022/04/28
[PULL 48/54] target/arm: Disable cryptographic instructions when neon is disabled
,
Peter Maydell
,
2022/04/28
[PULL 54/54] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
,
Peter Maydell
,
2022/04/28
Re: [PULL 00/54] target-arm queue
,
Richard Henderson
,
2022/04/28
[PATCH v5 0/9] Introduce akcipher service for virtio-crypto
,
zhenwei pi
,
2022/04/28
[PATCH v5 1/9] virtio-crypto: header update
,
zhenwei pi
,
2022/04/28
[PATCH v5 3/9] crypto: Introduce akcipher crypto class
,
zhenwei pi
,
2022/04/28
[PATCH v5 2/9] qapi: crypto-akcipher: Introduce akcipher types to qapi
,
zhenwei pi
,
2022/04/28
[PATCH v5 4/9] crypto: add ASN.1 DER decoder
,
zhenwei pi
,
2022/04/28
[PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed
,
zhenwei pi
,
2022/04/28
[PATCH v5 6/9] crypto: Implement RSA algorithm by gcrypt
,
zhenwei pi
,
2022/04/28
[PATCH v5 8/9] tests/crypto: Add test suite for RSA keys
,
zhenwei pi
,
2022/04/28
[PATCH v5 9/9] crypto: Introduce RSA algorithm
,
zhenwei pi
,
2022/04/28
[PATCH v5 7/9] test/crypto: Add test suite for crypto akcipher
,
zhenwei pi
,
2022/04/28
[PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
,
Eric Auger
,
2022/04/28
Re: [PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
,
Cornelia Huck
,
2022/04/28
Re: [PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
,
Alex Williamson
,
2022/04/28
[PATCH] tcg: fix guest memory ordering enforcement
,
Redha Gouicem
,
2022/04/28
Re: [PATCH] tcg: fix guest memory ordering enforcement
,
Richard Henderson
,
2022/04/30
RFC: sgx-epc is not listed in machine type help
,
Jinpu Wang
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Yang Zhong
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Jinpu Wang
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Yang Zhong
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Jinpu Wang
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Yang Zhong
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Jinpu Wang
,
2022/04/29
Re: RFC: sgx-epc is not listed in machine type help
,
Daniel P . Berrangé
,
2022/04/28
Re: RFC: sgx-epc is not listed in machine type help
,
Jinpu Wang
,
2022/04/28
[PATCH] doc: Adapt example to for numa setting.
,
Jack Wang
,
2022/04/28
[PATCH] hw/openrisc: page-align FDT address
,
Jason A. Donenfeld
,
2022/04/28
Re: [PATCH] hw/openrisc: page-align FDT address
,
Stafford Horne
,
2022/04/28
[PATCH v6 00/13] s390x/tcg: Implement Vector-Enhancements Facility 2
,
David Hildenbrand
,
2022/04/28
[PATCH v6 02/13] s390x/cpu_models: drop "msa5" from the TCG "max" model
,
David Hildenbrand
,
2022/04/28
[PATCH v6 03/13] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
,
David Hildenbrand
,
2022/04/28
[PATCH v6 01/13] target/s390x: Fix writeback to v1 in helper_vstl
,
David Hildenbrand
,
2022/04/28
[PATCH v6 04/13] tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
,
David Hildenbrand
,
2022/04/28
[PATCH v6 06/13] target/s390x: vxeh2: vector string search
,
David Hildenbrand
,
2022/04/28
[PATCH v6 09/13] target/s390x: vxeh2: vector {load, store} elements reversed
,
David Hildenbrand
,
2022/04/28
[PATCH v6 10/13] target/s390x: vxeh2: vector {load, store} byte reversed elements
,
David Hildenbrand
,
2022/04/28
[PATCH v6 11/13] target/s390x: vxeh2: vector {load, store} byte reversed element
,
David Hildenbrand
,
2022/04/28
[PATCH v6 12/13] target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
,
David Hildenbrand
,
2022/04/28
[PATCH v6 13/13] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
David Hildenbrand
,
2022/04/28
[PATCH v6 05/13] target/s390x: vxeh2: vector convert short/32b
,
David Hildenbrand
,
2022/04/28
[PATCH v6 08/13] target/s390x: vxeh2: vector shift double by bit
,
David Hildenbrand
,
2022/04/28
[PATCH v6 07/13] target/s390x: vxeh2: Update for changes to vector shifts
,
David Hildenbrand
,
2022/04/28
[PULL 00/18] Misc QEMU patches for 2022-04-28
,
Paolo Bonzini
,
2022/04/28
[PULL 01/18] error-report: fix g_date_time_format assertion
,
Paolo Bonzini
,
2022/04/28
[PULL 03/18] remove -writeconfig
,
Paolo Bonzini
,
2022/04/28
[PULL 07/18] qga: wixl: get path to sysroot from pkg-config as intended
,
Paolo Bonzini
,
2022/04/28
[PULL 09/18] configure: gcov should not exclude fortify-source
,
Paolo Bonzini
,
2022/04/28
[PULL 10/18] configure: move --enable/--disable-debug-info to second option parsing pass
,
Paolo Bonzini
,
2022/04/28
[PULL 02/18] configure: make fortify_source=yes by default
,
Paolo Bonzini
,
2022/04/28
[PULL 04/18] i386: pcmpestr 64-bit sign extension bug
,
Paolo Bonzini
,
2022/04/28
[PULL 05/18] meson: show final set of compiler flags
,
Paolo Bonzini
,
2022/04/28
[PULL 06/18] configure: remove dead code
,
Paolo Bonzini
,
2022/04/28
[PULL 08/18] configure: pc-bios/qemu-icon.bmp does not exist
,
Paolo Bonzini
,
2022/04/28
[PULL 14/18] meson, configure: move usbfs test to meson
,
Paolo Bonzini
,
2022/04/28
[PULL 12/18] meson, configure: move RDMA options to meson
,
Paolo Bonzini
,
2022/04/28
[PULL 16/18] meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h
,
Paolo Bonzini
,
2022/04/28
[PULL 18/18] qemu-options: Limit the -enable-kvm option to the targets that support it
,
Paolo Bonzini
,
2022/04/28
[PULL 15/18] meson, configure: move libgio test to meson
,
Paolo Bonzini
,
2022/04/28
[PULL 17/18] meson, configure: move --enable-module-upgrades to meson
,
Paolo Bonzini
,
2022/04/28
[PULL 11/18] configure, meson: move OpenGL check to meson
,
Paolo Bonzini
,
2022/04/28
[PULL 13/18] meson, configure: move keyctl test to meson
,
Paolo Bonzini
,
2022/04/28
Re: [PULL 00/18] Misc QEMU patches for 2022-04-28
,
Richard Henderson
,
2022/04/28
[PATCH qemu v12 00/15] Add tail agnostic behavior for rvv instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 02/15] target/riscv: rvv: Rename ambiguous esz
,
~eopxd
,
2022/04/28
[PATCH qemu v12 04/15] target/riscv: rvv: Add tail agnostic for vv instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 07/15] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 03/15] target/riscv: rvv: Early exit when vstart >= vl
,
~eopxd
,
2022/04/28
[PATCH qemu v12 08/15] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 01/15] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
~eopxd
,
2022/04/28
[PATCH qemu v12 05/15] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 06/15] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 10/15] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 14/15] target/riscv: rvv: Add tail agnostic for vector permutation instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 09/15] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 13/15] target/riscv: rvv: Add tail agnostic for vector mask instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 15/15] target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnostic behavior
,
~eopxd
,
2022/04/28
[PATCH qemu v12 12/15] target/riscv: rvv: Add tail agnostic for vector reduction instructions
,
~eopxd
,
2022/04/28
[PATCH qemu v12 11/15] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
,
~eopxd
,
2022/04/28
Re: [PATCH v2] WHPX: support for xcr0
,
Paolo Bonzini
,
2022/04/28
[PATCH qemu v11 00/15] Add tail agnostic behavior for rvv instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 02/15] target/riscv: rvv: Rename ambiguous esz
,
~eopxd
,
2022/04/27
[PATCH qemu v11 04/15] target/riscv: rvv: Add tail agnostic for vv instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 03/15] target/riscv: rvv: Early exit when vstart >= vl
,
~eopxd
,
2022/04/27
[PATCH qemu v11 06/15] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 08/15] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 05/15] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 01/15] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
~eopxd
,
2022/04/27
Re: [PATCH qemu v11 01/15] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
Weiwei Li
,
2022/04/28
[PATCH qemu v11 07/15] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 10/15] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 09/15] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 15/15] target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnostic behavior
,
~eopxd
,
2022/04/27
[PATCH qemu v11 12/15] target/riscv: rvv: Add tail agnostic for vector reduction instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 13/15] target/riscv: rvv: Add tail agnostic for vector mask instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 11/15] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v11 14/15] target/riscv: rvv: Add tail agnostic for vector permutation instructions
,
~eopxd
,
2022/04/27
[PATCH] error-report: fix crash when compute iso8061 time
,
Lei He
,
2022/04/27
Re: [PATCH] error-report: fix crash when compute iso8061 time
,
Marc-André Lureau
,
2022/04/28
Re: [External] [PATCH] error-report: fix crash when compute iso8061 time
,
何磊
,
2022/04/28
[PATCH v5 0/6] hw/riscv: Add TPM support to the virt board
,
Alistair Francis
,
2022/04/27
[PATCH v5 1/6] hw/riscv: virt: Add a machine done notifier
,
Alistair Francis
,
2022/04/27
[PATCH v5 2/6] hw/core: Move the ARM sysbus-fdt to core
,
Alistair Francis
,
2022/04/27
[PATCH v5 3/6] hw/riscv: virt: Create a platform bus
,
Alistair Francis
,
2022/04/27
[PATCH v5 4/6] hw/riscv: virt: Add support for generating platform FDT entries
,
Alistair Francis
,
2022/04/27
[PATCH v5 5/6] hw/riscv: virt: Add device plug support
,
Alistair Francis
,
2022/04/27
[PATCH v5 6/6] hw/riscv: Enable TPM backends
,
Alistair Francis
,
2022/04/27
[PATCH] loader: support loading large files (>=2GB)
,
Peter Collingbourne
,
2022/04/27
Re: [PATCH] loader: support loading large files (>=2GB)
,
Richard Henderson
,
2022/04/29
[RESEND PATCH] hw/dma: fix crash caused by race condition
,
Tong Zhang
,
2022/04/27
[PATCH v4 0/6] 9pfs: macOS host fixes
,
Christian Schoenebeck
,
2022/04/27
[PATCH v4 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/27
Re: [PATCH v4 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Greg Kurz
,
2022/04/27
Re: [PATCH v4 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/28
[PATCH v4 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/27
Re: [PATCH v4 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/27
Re: [PATCH v4 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/28
Re: [PATCH v4 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Akihiko Odaki
,
2022/04/28
[PATCH v4 3/6] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/27
[PATCH v4 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/27
[PATCH v4 5/6] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/27
[PATCH v4 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
,
Christian Schoenebeck
,
2022/04/27
[PATCH] hw/arm: add versioning to sbsa-ref machine DT
,
Leif Lindholm
,
2022/04/27
Re: [PATCH] hw/arm: add versioning to sbsa-ref machine DT
,
Cédric Le Goater
,
2022/04/28
Re: [PATCH] hw/arm: add versioning to sbsa-ref machine DT
,
Leif Lindholm
,
2022/04/28
Re: [PATCH] hw/arm: add versioning to sbsa-ref machine DT
,
Cédric Le Goater
,
2022/04/29
Re: [PATCH] hw/arm: add versioning to sbsa-ref machine DT
,
Leif Lindholm
,
2022/04/29
[PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
,
Leif Lindholm
,
2022/04/27
Re: [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
,
Leif Lindholm
,
2022/04/27
Re: [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
,
Peter Maydell
,
2022/04/28
Re: [PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
,
Leif Lindholm
,
2022/04/29
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Jason A. Donenfeld
,
2022/04/27
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Peter Maydell
,
2022/04/27
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Stafford Horne
,
2022/04/27
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Jason A. Donenfeld
,
2022/04/27
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Jason A. Donenfeld
,
2022/04/28
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Stafford Horne
,
2022/04/28
Re: [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic
,
Peter Maydell
,
2022/04/28
[PULL 0/9] Kraxel 20220427 patches
,
Gerd Hoffmann
,
2022/04/27
[PULL 2/9] Replacing CONFIG_VNC_PNG with CONFIG_PNG
,
Gerd Hoffmann
,
2022/04/27
[PULL 1/9] hw/display/vmware_vga: do not discard screen updates
,
Gerd Hoffmann
,
2022/04/27
[PULL 4/9] ui/vnc: refactor arrays of addresses to SocketAddressList
,
Gerd Hoffmann
,
2022/04/27
[PULL 3/9] Added parameter to take screenshot with screendump as PNG
,
Gerd Hoffmann
,
2022/04/27
[PULL 5/9] qapi/ui: add 'display-update' command for changing listen address
,
Gerd Hoffmann
,
2022/04/27
[PULL 6/9] avocado/vnc: add test_change_listen
,
Gerd Hoffmann
,
2022/04/27
[PULL 7/9] i386: move bios load error message
,
Gerd Hoffmann
,
2022/04/27
[PULL 8/9] i386: factor out x86_firmware_configure()
,
Gerd Hoffmann
,
2022/04/27
[PULL 9/9] i386: firmware parsing and sev setup for -bios loaded firmware
,
Gerd Hoffmann
,
2022/04/27
Re: [PULL 0/9] Kraxel 20220427 patches
,
Richard Henderson
,
2022/04/27
[PATCH 0/7] tests/tcg/xtensa: test fixes and improvements
,
Max Filippov
,
2022/04/27
[PATCH 1/7] tests/tcg/xtensa: fix build for cores without windowed registers
,
Max Filippov
,
2022/04/27
[PATCH 5/7] tests/tcg/xtensa: enable autorefill phys_mem tests for MMUv3
,
Max Filippov
,
2022/04/27
[PATCH 4/7] tests/tcg/xtensa: remove dependency on the loop option
,
Max Filippov
,
2022/04/27
[PATCH 3/7] tests/tcg/xtensa: fix watchpoint test
,
Max Filippov
,
2022/04/27
[PATCH 2/7] tests/tcg/xtensa: restore vecbase SR after test
,
Max Filippov
,
2022/04/27
[PATCH 7/7] tests/tcg/xtensa: fix vectors and checks in timer test
,
Max Filippov
,
2022/04/27
[PATCH 6/7] tests/tcg/xtensa: enable mmu tests for MMUv3
,
Max Filippov
,
2022/04/27
[PATCH] xen/pt: Avoid initializing BARs from the host ones
,
Ross Lagerwall
,
2022/04/27
[PATCH 0/2] ppc/xive: Update for guest interrupt handling
,
Frederic Barrat
,
2022/04/27
[PATCH 2/2] ppc/xive: Update the state of the External interrupt signal
,
Frederic Barrat
,
2022/04/27
Re: [PATCH 2/2] ppc/xive: Update the state of the External interrupt signal
,
Cédric Le Goater
,
2022/04/27
[PATCH 1/2] ppc/xive: Always recompute the PIPR when pushing an OS context
,
Frederic Barrat
,
2022/04/27
Re: [PATCH 1/2] ppc/xive: Always recompute the PIPR when pushing an OS context
,
Cédric Le Goater
,
2022/04/27
Re: [PATCH v3 3/3] nbd/server: Allow MULTI_CONN for shared writable exports
,
Kevin Wolf
,
2022/04/27
Re: [PATCH v3 3/3] nbd/server: Allow MULTI_CONN for shared writable exports
,
Eric Blake
,
2022/04/27
Re: [PATCH v3 3/3] nbd/server: Allow MULTI_CONN for shared writable exports
,
Kevin Wolf
,
2022/04/29
[PATCH] util: Return void on iova_tree_remove
,
Eugenio Pérez
,
2022/04/27
[PATCH qemu v10 00/14] Add tail agnostic behavior for rvv instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 03/14] target/riscv: rvv: Early exit when vstart >= vl
,
~eopxd
,
2022/04/27
Re: [PATCH qemu v10 03/14] target/riscv: rvv: Early exit when vstart >= vl
,
Alistair Francis
,
2022/04/27
[PATCH qemu v10 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
,
~eopxd
,
2022/04/27
Re: [PATCH qemu v10 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
,
Alistair Francis
,
2022/04/27
Re: [PATCH qemu v10 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
,
Alistair Francis
,
2022/04/27
Re: [PATCH qemu v10 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
,
Alistair Francis
,
2022/04/27
[PATCH qemu v10 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 02/14] target/riscv: rvv: Rename ambiguous esz
,
~eopxd
,
2022/04/27
Re: [PATCH qemu v10 02/14] target/riscv: rvv: Rename ambiguous esz
,
Alistair Francis
,
2022/04/27
[PATCH qemu v10 08/14] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 07/14] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 10/14] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
~eopxd
,
2022/04/27
Re: [PATCH qemu v10 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
Alistair Francis
,
2022/04/27
[PATCH qemu v10 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 13/14] target/riscv: rvv: Add tail agnostic for vector mask instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v10 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
,
~eopxd
,
2022/04/27
[PATCH 0/6] virtio-scsi: fix 100% CPU consumption in IOThread
,
Stefan Hajnoczi
,
2022/04/27
[PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
,
Nir Soffer
,
2022/04/27
Re: [PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
,
Stefan Hajnoczi
,
2022/04/28
Re: [PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
,
Paolo Bonzini
,
2022/04/28
Re: [PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
,
Stefan Hajnoczi
,
2022/04/30
[PATCH 1/6] virtio-scsi: fix ctrl and event handler functions in dataplane mode
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH 1/6] virtio-scsi: fix ctrl and event handler functions in dataplane mode
,
Michael Tokarev
,
2022/04/27
Re: [PATCH 1/6] virtio-scsi: fix ctrl and event handler functions in dataplane mode
,
Stefan Hajnoczi
,
2022/04/28
Re: [PATCH 1/6] virtio-scsi: fix ctrl and event handler functions in dataplane mode
,
Paolo Bonzini
,
2022/04/28
[PATCH 3/6] virtio-scsi: clean up virtio_scsi_handle_event_vq()
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH 3/6] virtio-scsi: clean up virtio_scsi_handle_event_vq()
,
Paolo Bonzini
,
2022/04/28
[PATCH 4/6] virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH 4/6] virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
,
Paolo Bonzini
,
2022/04/28
[PATCH 5/6] virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH 5/6] virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
,
Paolo Bonzini
,
2022/04/28
[PATCH 6/6] virtio-scsi: move request-related items from .h to .c
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH 6/6] virtio-scsi: move request-related items from .h to .c
,
Paolo Bonzini
,
2022/04/28
[PATCH] qemu-options: Limit the -enable-kvm option to the targets that support it
,
Thomas Huth
,
2022/04/27
Re: [PATCH] qemu-options: Limit the -enable-kvm option to the targets that support it
,
Paolo Bonzini
,
2022/04/27
[PATCH] qemu-options: Limit the -xen options to x86 and arm
,
Thomas Huth
,
2022/04/27
Re: [PATCH] qemu-options: Limit the -xen options to x86 and arm
,
Anthony PERARD
,
2022/04/27
[PATCH 0/3] Cleanup CoQueue restart functions
,
Paolo Bonzini
,
2022/04/27
[PATCH 1/3] coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 1/3] coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
,
Eric Blake
,
2022/04/27
[PATCH 2/3] coroutine-lock: introduce qemu_co_queue_enter_all
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 2/3] coroutine-lock: introduce qemu_co_queue_enter_all
,
Eric Blake
,
2022/04/27
[PATCH 3/3] coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 3/3] coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
,
Eric Blake
,
2022/04/27
[PATCH] softmmu/vl: Fence 'xenfb' if Xen support is not compiled in
,
Thomas Huth
,
2022/04/27
Re: [PATCH] softmmu/vl: Fence 'xenfb' if Xen support is not compiled in
,
Anthony PERARD
,
2022/04/27
[PATCH 0/4] Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
,
Hanna Reitz
,
2022/04/27
[PATCH 1/4] block: Classify bdrv_get_flags() as I/O function
,
Hanna Reitz
,
2022/04/27
Re: [PATCH 1/4] block: Classify bdrv_get_flags() as I/O function
,
Eric Blake
,
2022/04/27
[PATCH 2/4] qcow2: Do not reopen data_file in invalidate_cache
,
Hanna Reitz
,
2022/04/27
Re: [PATCH 2/4] qcow2: Do not reopen data_file in invalidate_cache
,
Eric Blake
,
2022/04/27
Re: [PATCH 2/4] qcow2: Do not reopen data_file in invalidate_cache
,
Kevin Wolf
,
2022/04/27
[PATCH 3/4] Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
,
Hanna Reitz
,
2022/04/27
Re: [PATCH 3/4] Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
,
Eric Blake
,
2022/04/27
[PATCH 4/4] iotests: Add regression test for issue 945
,
Hanna Reitz
,
2022/04/27
Re: [PATCH 4/4] iotests: Add regression test for issue 945
,
Eric Blake
,
2022/04/27
Re: [PATCH 0/4] Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
,
Kevin Wolf
,
2022/04/27
[RFC PATCH 0/6] replace -soundhw with -audio
,
Paolo Bonzini
,
2022/04/27
[RFC PATCH 1/6] pc: remove -soundhw pcspk
,
Paolo Bonzini
,
2022/04/27
Re: [RFC PATCH 1/6] pc: remove -soundhw pcspk
,
Paolo Bonzini
,
2022/04/29
[RFC PATCH 3/6] soundhw: extract soundhw help to a separate function
,
Paolo Bonzini
,
2022/04/27
[RFC PATCH 4/6] soundhw: unify initialization for ISA and PCI soundhw
,
Paolo Bonzini
,
2022/04/27
[RFC PATCH 6/6] vl: introduce -audio as a replacement for -soundhw
,
Paolo Bonzini
,
2022/04/27
Re: [RFC PATCH 6/6] vl: introduce -audio as a replacement for -soundhw
,
Mark Cave-Ayland
,
2022/04/27
Re: [RFC PATCH 6/6] vl: introduce -audio as a replacement for -soundhw
,
Paolo Bonzini
,
2022/04/27
Re: [RFC PATCH 6/6] vl: introduce -audio as a replacement for -soundhw
,
Martin Kletzander
,
2022/04/29
[RFC PATCH 2/6] soundhw: remove ability to create multiple soundcards
,
Paolo Bonzini
,
2022/04/27
[RFC PATCH 5/6] soundhw: move help handling to vl.c
,
Paolo Bonzini
,
2022/04/27
[PATCH 1/2] hw/arm/smmuv3: Cache event fault record
,
Jean-Philippe Brucker
,
2022/04/27
[PATCH 2/2] hw/arm/smmuv3: Add space in guest error message
,
Jean-Philippe Brucker
,
2022/04/27
Re: [PATCH 2/2] hw/arm/smmuv3: Add space in guest error message
,
Richard Henderson
,
2022/04/27
Re: [PATCH 2/2] hw/arm/smmuv3: Add space in guest error message
,
Eric Auger
,
2022/04/28
Re: [PATCH 1/2] hw/arm/smmuv3: Cache event fault record
,
Richard Henderson
,
2022/04/27
Re: [PATCH 1/2] hw/arm/smmuv3: Cache event fault record
,
Eric Auger
,
2022/04/28
Re: [PATCH 1/2] hw/arm/smmuv3: Cache event fault record
,
Peter Maydell
,
2022/04/28
Re: [PATCH 1/2] hw/arm/smmuv3: Cache event fault record
,
Jean-Philippe Brucker
,
2022/04/28
[PATCH qemu v9 00/14] Add tail agnostic behavior for rvv instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 02/14] target/riscv: rvv: Rename ambiguous esz
,
~eopxd
,
2022/04/27
[PATCH qemu v9 03/14] target/riscv: rvv: Early exit when vstart >= vl
,
~eopxd
,
2022/04/27
[PATCH qemu v9 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
~eopxd
,
2022/04/27
Re: [PATCH qemu v9 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
Weiwei Li
,
2022/04/27
Re: [PATCH qemu v9 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
eop Chen
,
2022/04/27
[PATCH qemu v9 07/14] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 08/14] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
~eopxd
,
2022/04/27
[PATCH qemu v9 13/14] target/riscv: rvv: Add tail agnostic for vector mask instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 10/14] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
,
~eopxd
,
2022/04/27
[PATCH qemu v9 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
,
~eopxd
,
2022/04/27
[PATCH] vhost-user-scsi: avoid unlink(NULL) with fd passing
,
Stefan Hajnoczi
,
2022/04/27
Re: [PATCH] vhost-user-scsi: avoid unlink(NULL) with fd passing
,
Raphael Norwitz
,
2022/04/29
[PATCH v2] target/arm: Disable cryptographic instructions when neon is disabled
,
Damien Hedde
,
2022/04/27
Re: [PATCH v2] target/arm: Disable cryptographic instructions when neon is disabled
,
Richard Henderson
,
2022/04/27
Re: [PATCH v2] target/arm: Disable cryptographic instructions when neon is disabled
,
Peter Maydell
,
2022/04/28
Re: [PATCH V2 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
,
Jason Wang
,
2022/04/27
RE: [PATCH V2 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
,
Zhang, Chen
,
2022/04/27
[PATCH v2 0/5] vhost-vdpa multiqueue fixes
,
Si-Wei Liu
,
2022/04/27
[PATCH v2 1/5] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
,
Si-Wei Liu
,
2022/04/27
Re: [PATCH v2 1/5] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
,
Jason Wang
,
2022/04/28
[PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Si-Wei Liu
,
2022/04/27
Re: [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Jason Wang
,
2022/04/28
Re: [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Jason Wang
,
2022/04/28
Re: [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Si-Wei Liu
,
2022/04/29
Re: [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Si-Wei Liu
,
2022/04/29
[PATCH v2 3/5] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
,
Si-Wei Liu
,
2022/04/27
[PATCH v2 4/5] vhost-net: fix improper cleanup in vhost_net_start
,
Si-Wei Liu
,
2022/04/27
[PATCH v2 5/5] vhost-vdpa: backend feature should set only once
,
Si-Wei Liu
,
2022/04/27
[PATCH] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
,
Joel Stanley
,
2022/04/27
Re: [PATCH] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
,
Daniel Henrique Barboza
,
2022/04/27
[PATCH] target/arm: Use field names for accessing DBGWCRn
,
Richard Henderson
,
2022/04/27
Re: [PATCH] target/arm: Use field names for accessing DBGWCRn
,
Alex Bennée
,
2022/04/27
Re: [PATCH] target/arm: Use field names for accessing DBGWCRn
,
Peter Maydell
,
2022/04/28
[PULL 0/6] Coverity patch queue
,
Richard Henderson
,
2022/04/27
[PULL 3/6] target/i386: Suppress coverity warning on fsave/frstor
,
Richard Henderson
,
2022/04/27
[PULL 1/6] accel/tcg: Assert mmu_idx in range before use in cputlb
,
Richard Henderson
,
2022/04/27
[PULL 4/6] softfloat: Fix declaration of partsN_compare
,
Richard Henderson
,
2022/04/27
[PULL 2/6] target/s390x: Fix the accumulation of ccm in op_icm
,
Richard Henderson
,
2022/04/27
[PULL 5/6] softfloat: Use FloatRelation within partsN_compare
,
Richard Henderson
,
2022/04/27
[PULL 6/6] softfloat: Use FloatRelation for fracN_cmp
,
Richard Henderson
,
2022/04/27
Re: [PULL 0/6] Coverity patch queue
,
Richard Henderson
,
2022/04/27
[PATCH qemu] spapr_pci: Disable IRQFD resampling on XIVE
,
Alexey Kardashevskiy
,
2022/04/27
Re: [PATCH qemu] spapr_pci: Disable IRQFD resampling on XIVE
,
Cédric Le Goater
,
2022/04/27
Re: [PATCH qemu] spapr_pci: Disable IRQFD resampling on XIVE
,
Alexey Kardashevskiy
,
2022/04/28
Re: [PATCH qemu] spapr_pci: Disable IRQFD resampling on XIVE
,
Cédric Le Goater
,
2022/04/28
Re: [PATCH qemu] spapr_pci: Disable IRQFD resampling on XIVE
,
Alexey Kardashevskiy
,
2022/04/28
Re: [PATCH qemu] spapr_pci: Disable IRQFD resampling on XIVE
,
Cédric Le Goater
,
2022/04/28
Re: [PATCH 0/7] vhost-vdpa multiqueue fixes
,
Jason Wang
,
2022/04/27
Re: [PATCH 0/7] vhost-vdpa multiqueue fixes
,
Si-Wei Liu
,
2022/04/27
Re: [PATCH 0/7] vhost-vdpa multiqueue fixes
,
Jason Wang
,
2022/04/27
Re: [PATCH 0/7] vhost-vdpa multiqueue fixes
,
Si-Wei Liu
,
2022/04/27
Re: [PATCH 0/7] vhost-vdpa multiqueue fixes
,
Jason Wang
,
2022/04/28
Re: [PATCH 0/7] vhost-vdpa multiqueue fixes
,
Si-Wei Liu
,
2022/04/29
[PATCH] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
,
Richard Henderson
,
2022/04/27
Re: [PATCH] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
,
Peter Maydell
,
2022/04/28
Re: [PATCH] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
,
Richard Henderson
,
2022/04/28
[PATCH v2] linux-user: Clean up arg_start/arg_end confusion
,
Richard Henderson
,
2022/04/26
[PATCH] 9pfs: local: Do not follow symlink in _nofollow
,
Akihiko Odaki
,
2022/04/26
Re: [PATCH] 9pfs: local: Do not follow symlink in _nofollow
,
Christian Schoenebeck
,
2022/04/27
Re: [PATCH] 9pfs: local: Do not follow symlink in _nofollow
,
Greg Kurz
,
2022/04/27
Re: [PATCH] 9pfs: local: Do not follow symlink in _nofollow
,
Christian Schoenebeck
,
2022/04/27
[PATCH v2 0/5] Implement Sstc extension
,
Atish Patra
,
2022/04/26
[PATCH v2 2/5] migration: Add 64bit variable array data type
,
Atish Patra
,
2022/04/26
Re: [PATCH v2 2/5] migration: Add 64bit variable array data type
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 2/5] migration: Add 64bit variable array data type
,
Atish Kumar Patra
,
2022/04/26
[PATCH v2 1/5] hw/intc: Move mtimer/mtimecmp to aclint
,
Atish Patra
,
2022/04/26
Re: [PATCH v2 1/5] hw/intc: Move mtimer/mtimecmp to aclint
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 1/5] hw/intc: Move mtimer/mtimecmp to aclint
,
Atish Kumar Patra
,
2022/04/26
Re: [PATCH v2 1/5] hw/intc: Move mtimer/mtimecmp to aclint
,
Dr. David Alan Gilbert
,
2022/04/27
[PATCH v2 3/5] hw/intc: Support migration of aclint device
,
Atish Patra
,
2022/04/26
Re: [PATCH v2 3/5] hw/intc: Support migration of aclint device
,
Richard Henderson
,
2022/04/26
[PATCH v2 4/5] target/riscv: Add stimecmp support
,
Atish Patra
,
2022/04/26
Re: [PATCH v2 4/5] target/riscv: Add stimecmp support
,
Richard Henderson
,
2022/04/26
[PATCH v2 5/5] target/riscv: Add vstimecmp support
,
Atish Patra
,
2022/04/26
[PATCH v10 0/7] MSG_ZEROCOPY + multifd
,
Leonardo Bras
,
2022/04/26
[PATCH v10 1/7] QIOChannel: Add flags on io_writev and introduce io_flush callback
,
Leonardo Bras
,
2022/04/26
[PATCH v10 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
,
Leonardo Bras
,
2022/04/26
[PATCH v10 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
,
Leonardo Bras
,
2022/04/26
[PATCH v10 4/7] migration: Add migrate_use_tls() helper
,
Leonardo Bras
,
2022/04/26
[PATCH v10 5/7] multifd: multifd_send_sync_main now returns negative on error
,
Leonardo Bras
,
2022/04/26
[PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Leonardo Bras
,
2022/04/26
Re: [PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Peter Xu
,
2022/04/26
Re: [PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Leonardo Bras Soares Passos
,
2022/04/27
Re: [PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Dr. David Alan Gilbert
,
2022/04/28
Re: [PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Daniel P . Berrangé
,
2022/04/27
Re: [PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Leonardo Bras Soares Passos
,
2022/04/27
[PATCH v10 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Leonardo Bras
,
2022/04/26
Re: [PATCH v10 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Peter Xu
,
2022/04/26
Re: [PATCH v10 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Leonardo Bras Soares Passos
,
2022/04/27
Re: [PATCH v10 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Daniel P . Berrangé
,
2022/04/27
Re: [PATCH v10 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Leonardo Bras Soares Passos
,
2022/04/27
Re: [PATCH v10 0/7] MSG_ZEROCOPY + multifd
,
Dr. David Alan Gilbert
,
2022/04/28
Re: [PATCH v10 0/7] MSG_ZEROCOPY + multifd
,
Leonardo Bras Soares Passos
,
2022/04/28
[PULL 00/13] NBD patches through 2022-04-26
,
Eric Blake
,
2022/04/26
[PULL 02/13] qapi: nbd-export: allow select bitmaps by node/name pair
,
Eric Blake
,
2022/04/26
[PULL 09/13] nbd: code motion and function renaming
,
Eric Blake
,
2022/04/26
[PULL 01/13] qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
,
Eric Blake
,
2022/04/26
[PULL 04/13] nbd: safeguard against waking up invalid coroutine
,
Eric Blake
,
2022/04/26
[PULL 06/13] nbd: remove peppering of nbd_client_connected
,
Eric Blake
,
2022/04/26
[PULL 12/13] nbd: document what is protected by the CoMutexes
,
Eric Blake
,
2022/04/26
[PULL 11/13] nbd: take receive_mutex when reading requests[].receiving
,
Eric Blake
,
2022/04/26
[PULL 05/13] nbd: mark more coroutine_fns
,
Eric Blake
,
2022/04/26
[PULL 08/13] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
,
Eric Blake
,
2022/04/26
[PULL 03/13] iotests/223: check new possibility of exporting bitmaps by node/name
,
Eric Blake
,
2022/04/26
[PULL 07/13] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Eric Blake
,
2022/04/26
[PULL 13/13] qemu-nbd: Pass max connections to blockdev layer
,
Eric Blake
,
2022/04/26
[PULL 10/13] nbd: move s->state under requests_lock
,
Eric Blake
,
2022/04/26
Re: [PULL 00/13] NBD patches through 2022-04-26
,
Richard Henderson
,
2022/04/26
[PATCH v3 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
,
Andrew Deason
,
2022/04/26
[PATCH v3 3/5] qga/commands-posix: Fix listing ifaces for Solaris
,
Andrew Deason
,
2022/04/26
[PATCH v3 2/5] qga/commands-posix: Fix iface hw address detection
,
Andrew Deason
,
2022/04/26
[PATCH v3 4/5] qga/commands-posix: Log all net stats failures
,
Andrew Deason
,
2022/04/26
[PATCH v3 5/5] qga/commands-posix: 'guest-shutdown' for Solaris
,
Andrew Deason
,
2022/04/26
[PATCH v3 1/5] qga/commands-posix: Use getifaddrs when available
,
Andrew Deason
,
2022/04/26
Re: [PATCH v3 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
,
Andrew Deason
,
2022/04/30
[PULL 00/68] nios2 patch queue
,
Richard Henderson
,
2022/04/26
[PULL 01/68] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
,
Richard Henderson
,
2022/04/26
[PULL 05/68] linux-user/nios2: Handle special qemu syscall return values
,
Richard Henderson
,
2022/04/26
[PULL 16/68] target/nios2: Split PC out of env->regs[]
,
Richard Henderson
,
2022/04/26
[PULL 07/68] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
,
Richard Henderson
,
2022/04/26
[PULL 12/68] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
,
Richard Henderson
,
2022/04/26
[PULL 26/68] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
,
Richard Henderson
,
2022/04/26
[PULL 22/68] target/nios2: Split control registers away from general registers
,
Richard Henderson
,
2022/04/26
[PULL 04/68] linux-user/nios2: Adjust error return
,
Richard Henderson
,
2022/04/26
[PULL 08/68] tests/tcg/nios2: Re-enable linux-user tests
,
Richard Henderson
,
2022/04/26
[PULL 11/68] target/nios2: Build helper.c for system only
,
Richard Henderson
,
2022/04/26
[PULL 17/68] target/nios2: Split out helper for eret instruction
,
Richard Henderson
,
2022/04/26
[PULL 03/68] linux-user/nios2: Drop syscall 0 "workaround"
,
Richard Henderson
,
2022/04/26
[PULL 02/68] linux-user/nios2: Fix clone child return
,
Richard Henderson
,
2022/04/26
[PULL 06/68] linux-user/nios2: Remove do_sigreturn
,
Richard Henderson
,
2022/04/26
[PULL 10/68] target/nios2: Remove nios2_cpu_record_sigsegv
,
Richard Henderson
,
2022/04/26
[PULL 13/68] target/nios2: Check supervisor on eret
,
Richard Henderson
,
2022/04/26
[PULL 14/68] target/nios2: Stop generating code if gen_check_supervisor fails
,
Richard Henderson
,
2022/04/26
[PULL 18/68] target/nios2: Fix BRET instruction
,
Richard Henderson
,
2022/04/26
[PULL 20/68] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
,
Richard Henderson
,
2022/04/26
[PULL 21/68] target/nios2: Remove cpu_interrupts_enabled
,
Richard Henderson
,
2022/04/26
[PULL 23/68] target/nios2: Clean up nios2_cpu_dump_state
,
Richard Henderson
,
2022/04/26
[PULL 25/68] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
,
Richard Henderson
,
2022/04/26
[PULL 28/68] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
,
Richard Henderson
,
2022/04/26
[PULL 29/68] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
,
Richard Henderson
,
2022/04/26
[PULL 38/68] target/nios2: Implement cpuid
,
Richard Henderson
,
2022/04/26
[PULL 32/68] target/nios2: Clean up nios2_cpu_do_interrupt
,
Richard Henderson
,
2022/04/26
[PULL 37/68] target/nios2: Prevent writes to read-only or reserved control fields
,
Richard Henderson
,
2022/04/26
[PULL 39/68] target/nios2: Implement CR_STATUS.RSIE
,
Richard Henderson
,
2022/04/26
[PULL 09/68] target/nios2: Remove user-only nios2_cpu_do_interrupt
,
Richard Henderson
,
2022/04/26
[PULL 15/68] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
,
Richard Henderson
,
2022/04/26
[PULL 19/68] target/nios2: Do not create TCGv for control registers
,
Richard Henderson
,
2022/04/26
[PULL 24/68] target/nios2: Use hw/registerfields.h for CR_STATUS fields
,
Richard Henderson
,
2022/04/26
[PULL 27/68] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
,
Richard Henderson
,
2022/04/26
[PULL 30/68] target/nios2: Move R_FOO and CR_BAR into enumerations
,
Richard Henderson
,
2022/04/26
[PULL 33/68] target/nios2: Hoist CPU_LOG_INT logging
,
Richard Henderson
,
2022/04/26
[PULL 34/68] target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
,
Richard Henderson
,
2022/04/26
[PULL 35/68] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
,
Richard Henderson
,
2022/04/26
[PULL 31/68] target/nios2: Create EXCP_SEMIHOST for semi-hosting
,
Richard Henderson
,
2022/04/26
[PULL 36/68] target/nios2: Clean up handling of tlbmisc in do_exception
,
Richard Henderson
,
2022/04/26
[PULL 40/68] target/nios2: Remove CPU_INTERRUPT_NMI
,
Richard Henderson
,
2022/04/26
[PULL 43/68] target/nios2: Split out named structs for [IRJ]_TYPE
,
Richard Henderson
,
2022/04/26
[PULL 46/68] target/nios2: Split out helpers for gen_r_math_logic
,
Richard Henderson
,
2022/04/26
[PULL 44/68] target/nios2: Split out helpers for gen_i_cmpxx
,
Richard Henderson
,
2022/04/26
[PULL 49/68] target/nios2: Introduce dest_gpr
,
Richard Henderson
,
2022/04/26
[PULL 51/68] target/nios2: Enable unaligned traps for system mode
,
Richard Henderson
,
2022/04/26
[PULL 56/68] target/nios2: Implement Misaligned destination exception
,
Richard Henderson
,
2022/04/26
[PULL 53/68] target/nios2: Hoist set of is_jmp into gen_goto_tb
,
Richard Henderson
,
2022/04/26
[PULL 41/68] target/nios2: Support division error exception
,
Richard Henderson
,
2022/04/26
[PULL 42/68] target/nios2: Use tcg_constant_tl
,
Richard Henderson
,
2022/04/26
[PULL 54/68] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
,
Richard Henderson
,
2022/04/26
[PULL 64/68] hw/nios2: Introduce Nios2MachineState
,
Richard Henderson
,
2022/04/26
[PULL 45/68] target/nios2: Split out helpers for gen_i_math_logic
,
Richard Henderson
,
2022/04/26
[PULL 50/68] target/nios2: Drop CR_STATUS_EH from tb->flags
,
Richard Henderson
,
2022/04/26
[PULL 52/68] target/nios2: Create gen_jumpr
,
Richard Henderson
,
2022/04/26
[PULL 57/68] target/nios2: Introduce shadow register sets
,
Richard Henderson
,
2022/04/26
[PULL 55/68] target/nios2: Use tcg_gen_lookup_and_goto_ptr
,
Richard Henderson
,
2022/04/26
[PULL 59/68] target/nios2: Update helper_eret for shadow registers
,
Richard Henderson
,
2022/04/26
[PULL 60/68] target/nios2: Implement EIC interrupt processing
,
Richard Henderson
,
2022/04/26
[PULL 61/68] target/nios2: Advance pc when raising exceptions
,
Richard Henderson
,
2022/04/26
[PULL 62/68] linux-user/nios2: Handle various SIGILL exceptions
,
Richard Henderson
,
2022/04/26
[PULL 65/68] hw/nios2: Move memory regions into Nios2Machine
,
Richard Henderson
,
2022/04/26
[PULL 68/68] tests/tcg/nios2: Add test-shadow-1
,
Richard Henderson
,
2022/04/26
[PULL 48/68] target/nios2: Split out helpers for gen_rr_shift
,
Richard Henderson
,
2022/04/26
[PULL 67/68] tests/tcg/nios2: Add semihosting multiarch tests
,
Richard Henderson
,
2022/04/26
[PULL 47/68] target/nios2: Split out helpers for gen_rr_mul_high
,
Richard Henderson
,
2022/04/26
[PULL 58/68] target/nios2: Implement rdprs, wrprs
,
Richard Henderson
,
2022/04/26
[PULL 63/68] hw/intc: Vectored Interrupt Controller (VIC)
,
Richard Henderson
,
2022/04/26
[PULL 66/68] hw/nios2: Machine with a Vectored Interrupt Controller
,
Richard Henderson
,
2022/04/26
Re: [PULL 00/68] nios2 patch queue
,
Richard Henderson
,
2022/04/26
[PATCH qemu v8 00/14] Add tail agnostic behavior for rvv instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
~eopxd
,
2022/04/26
[PATCH qemu v8 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 02/14] target/riscv: rvv: Rename ambiguous esz
,
~eopxd
,
2022/04/26
[PATCH qemu v8 08/14] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 07/14] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 03/14] target/riscv: rvv: Early exit when vstart >= vl
,
~eopxd
,
2022/04/26
[PATCH qemu v8 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 10/14] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 13/14] target/riscv: rvv: Add tail agnostic for vector mask instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
,
~eopxd
,
2022/04/26
[PATCH qemu v8 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
,
~eopxd
,
2022/04/26
[PATCH 00/47] target/arm: Use tcg_constant
,
Richard Henderson
,
2022/04/26
[PATCH 01/47] target/arm: Use tcg_constant in gen_probe_access
,
Richard Henderson
,
2022/04/26
Re: [PATCH 01/47] target/arm: Use tcg_constant in gen_probe_access
,
Peter Maydell
,
2022/04/28
[PATCH 06/47] target/arm: Use tcg_constant in handle_sys
,
Richard Henderson
,
2022/04/26
Re: [PATCH 06/47] target/arm: Use tcg_constant in handle_sys
,
Peter Maydell
,
2022/04/28
[PATCH 02/47] target/arm: Use tcg_constant in gen_mte_check*
,
Richard Henderson
,
2022/04/26
Re: [PATCH 02/47] target/arm: Use tcg_constant in gen_mte_check*
,
Peter Maydell
,
2022/04/28
[PATCH 10/47] target/arm: Use tcg_constant in disas_ldst_*
,
Richard Henderson
,
2022/04/26
Re: [PATCH 10/47] target/arm: Use tcg_constant in disas_ldst_*
,
Peter Maydell
,
2022/04/28
[PATCH 14/47] target/arm: Use tcg_constant in disas_cond_select
,
Richard Henderson
,
2022/04/26
Re: [PATCH 14/47] target/arm: Use tcg_constant in disas_cond_select
,
Peter Maydell
,
2022/04/28
[PATCH 13/47] target/arm: Use tcg_constant in shift_reg_imm
,
Richard Henderson
,
2022/04/26
Re: [PATCH 13/47] target/arm: Use tcg_constant in shift_reg_imm
,
Peter Maydell
,
2022/04/28
[PATCH 11/47] target/arm: Use tcg_constant in disas_add_sum_imm*
,
Richard Henderson
,
2022/04/26
Re: [PATCH 11/47] target/arm: Use tcg_constant in disas_add_sum_imm*
,
Peter Maydell
,
2022/04/28
[PATCH 08/47] target/arm: Use tcg_constant in gen_compare_and_swap_pair
,
Richard Henderson
,
2022/04/26
Re: [PATCH 08/47] target/arm: Use tcg_constant in gen_compare_and_swap_pair
,
Peter Maydell
,
2022/04/28
[PATCH 05/47] target/arm: Use tcg_constant in handle_msr_i
,
Richard Henderson
,
2022/04/26
Re: [PATCH 05/47] target/arm: Use tcg_constant in handle_msr_i
,
Peter Maydell
,
2022/04/28
[PATCH 04/47] target/arm: Use tcg_constant in gen_adc_CC
,
Richard Henderson
,
2022/04/26
Re: [PATCH 04/47] target/arm: Use tcg_constant in gen_adc_CC
,
Peter Maydell
,
2022/04/28
[PATCH 03/47] target/arm: Use tcg_constant in gen_exception*
,
Richard Henderson
,
2022/04/26
Re: [PATCH 03/47] target/arm: Use tcg_constant in gen_exception*
,
Peter Maydell
,
2022/04/28
[PATCH 17/47] target/arm: Use tcg_constant in disas_fp*
,
Richard Henderson
,
2022/04/26
Re: [PATCH 17/47] target/arm: Use tcg_constant in disas_fp*
,
Peter Maydell
,
2022/04/28
[PATCH 25/47] target/arm: Use tcg_constant for vector shift expanders
,
Richard Henderson
,
2022/04/26
Re: [PATCH 25/47] target/arm: Use tcg_constant for vector shift expanders
,
Peter Maydell
,
2022/04/28
[PATCH 23/47] target/arm: Use tcg_constant for disas_iwmmxt_insn
,
Richard Henderson
,
2022/04/26
Re: [PATCH 23/47] target/arm: Use tcg_constant for disas_iwmmxt_insn
,
Peter Maydell
,
2022/04/28
[PATCH 07/47] target/arm: Use tcg_constant in disas_exc
,
Richard Henderson
,
2022/04/26
Re: [PATCH 07/47] target/arm: Use tcg_constant in disas_exc
,
Peter Maydell
,
2022/04/28
[PATCH 09/47] target/arm: Use tcg_constant in disas_ld_lit
,
Richard Henderson
,
2022/04/26
Re: [PATCH 09/47] target/arm: Use tcg_constant in disas_ld_lit
,
Peter Maydell
,
2022/04/28
[PATCH 12/47] target/arm: Use tcg_constant in disas_movw_imm
,
Richard Henderson
,
2022/04/26
Re: [PATCH 12/47] target/arm: Use tcg_constant in disas_movw_imm
,
Peter Maydell
,
2022/04/28
[PATCH 15/47] target/arm: Use tcg_constant in handle_{rev16,crc32}
,
Richard Henderson
,
2022/04/26
Re: [PATCH 15/47] target/arm: Use tcg_constant in handle_{rev16, crc32}
,
Peter Maydell
,
2022/04/28
[PATCH 19/47] target/arm: Use tcg_constant in simd fp/int conversion
,
Richard Henderson
,
2022/04/26
Re: [PATCH 19/47] target/arm: Use tcg_constant in simd fp/int conversion
,
Peter Maydell
,
2022/04/28
[PATCH 20/47] target/arm: Use tcg_constant in 2misc expanders
,
Richard Henderson
,
2022/04/26
Re: [PATCH 20/47] target/arm: Use tcg_constant in 2misc expanders
,
Peter Maydell
,
2022/04/28
[PATCH 24/47] target/arm: Use tcg_constant for gen_{msr,mrs}
,
Richard Henderson
,
2022/04/26
Re: [PATCH 24/47] target/arm: Use tcg_constant for gen_{msr,mrs}
,
Peter Maydell
,
2022/04/28
[PATCH 21/47] target/arm: Use tcg_constant in balance of translate-a64.c
,
Richard Henderson
,
2022/04/26
Re: [PATCH 21/47] target/arm: Use tcg_constant in balance of translate-a64.c
,
Peter Maydell
,
2022/04/28
[PATCH 16/47] target/arm: Use tcg_constant in disas_data_proc_2src
,
Richard Henderson
,
2022/04/26
Re: [PATCH 16/47] target/arm: Use tcg_constant in disas_data_proc_2src
,
Peter Maydell
,
2022/04/28
[PATCH 22/47] target/arm: Use tcg_constant for aa32 exceptions
,
Richard Henderson
,
2022/04/26
Re: [PATCH 22/47] target/arm: Use tcg_constant for aa32 exceptions
,
Peter Maydell
,
2022/04/28
[PATCH 26/47] target/arm: Use tcg_constant for do_coproc_insn
,
Richard Henderson
,
2022/04/26
Re: [PATCH 26/47] target/arm: Use tcg_constant for do_coproc_insn
,
Peter Maydell
,
2022/04/28
[PATCH 37/47] target/arm: Use tcg_constant in SINCDEC, INCDEC
,
Richard Henderson
,
2022/04/26
Re: [PATCH 37/47] target/arm: Use tcg_constant in SINCDEC, INCDEC
,
Peter Maydell
,
2022/04/28
[PATCH 35/47] target/arm: Use tcg_constant in trans_CSEL
,
Richard Henderson
,
2022/04/26
Re: [PATCH 35/47] target/arm: Use tcg_constant in trans_CSEL
,
Peter Maydell
,
2022/04/28
[PATCH 34/47] target/arm: Use tcg_constant in trans_CPS_v7m
,
Richard Henderson
,
2022/04/26
Re: [PATCH 34/47] target/arm: Use tcg_constant in trans_CPS_v7m
,
Peter Maydell
,
2022/04/28
[PATCH 39/47] target/arm: Use tcg_constant in {incr, wrap}_last_active
,
Richard Henderson
,
2022/04/26
Re: [PATCH 39/47] target/arm: Use tcg_constant in {incr, wrap}_last_active
,
Peter Maydell
,
2022/04/28
[PATCH 38/47] target/arm: Use tcg_constant in FCPY, CPY
,
Richard Henderson
,
2022/04/26
Re: [PATCH 38/47] target/arm: Use tcg_constant in FCPY, CPY
,
Peter Maydell
,
2022/04/28
[PATCH 28/47] target/arm: Use tcg_constant for op_s_{rri,rxi}_rot
,
Richard Henderson
,
2022/04/26
Re: [PATCH 28/47] target/arm: Use tcg_constant for op_s_{rri, rxi}_rot
,
Peter Maydell
,
2022/04/28
[PATCH 29/47] target/arm: Use tcg_constant for MOVW, UMAAL, CRC32
,
Richard Henderson
,
2022/04/26
Re: [PATCH 29/47] target/arm: Use tcg_constant for MOVW, UMAAL, CRC32
,
Peter Maydell
,
2022/04/28
[PATCH 32/47] target/arm: Use tcg_constant in LDM, STM
,
Richard Henderson
,
2022/04/26
Re: [PATCH 32/47] target/arm: Use tcg_constant in LDM, STM
,
Peter Maydell
,
2022/04/28
[PATCH 30/47] target/arm: Use tcg_constant for v7m MRS, MSR
,
Richard Henderson
,
2022/04/26
Re: [PATCH 30/47] target/arm: Use tcg_constant for v7m MRS, MSR
,
Peter Maydell
,
2022/04/28
[PATCH 31/47] target/arm: Use tcg_constant for TT, SAT, SMMLA
,
Richard Henderson
,
2022/04/26
Re: [PATCH 31/47] target/arm: Use tcg_constant for TT, SAT, SMMLA
,
Peter Maydell
,
2022/04/28
[PATCH 18/47] target/arm: Use tcg_constant in simd shift expanders
,
Richard Henderson
,
2022/04/26
Re: [PATCH 18/47] target/arm: Use tcg_constant in simd shift expanders
,
Peter Maydell
,
2022/04/28
[PATCH 27/47] target/arm: Use tcg_constant for gen_srs
,
Richard Henderson
,
2022/04/26
Re: [PATCH 27/47] target/arm: Use tcg_constant for gen_srs
,
Peter Maydell
,
2022/04/28
[PATCH 33/47] target/arm: Use tcg_constant in CLRM, DLS, WLS, LE
,
Richard Henderson
,
2022/04/26
Re: [PATCH 33/47] target/arm: Use tcg_constant in CLRM, DLS, WLS, LE
,
Peter Maydell
,
2022/04/28
[PATCH 36/47] target/arm: Use tcg_constant for trans_INDEX_*
,
Richard Henderson
,
2022/04/26
Re: [PATCH 36/47] target/arm: Use tcg_constant for trans_INDEX_*
,
Peter Maydell
,
2022/04/28
[PATCH 40/47] target/arm: Use tcg_constant in do_clast_scalar
,
Richard Henderson
,
2022/04/26
Re: [PATCH 40/47] target/arm: Use tcg_constant in do_clast_scalar
,
Peter Maydell
,
2022/04/28
[PATCH 42/47] target/arm: Use tcg_constant in LD1, ST1
,
Richard Henderson
,
2022/04/26
Re: [PATCH 42/47] target/arm: Use tcg_constant in LD1, ST1
,
Peter Maydell
,
2022/04/28
[PATCH 43/47] target/arm: Use tcg_constant in SUBR
,
Richard Henderson
,
2022/04/26
Re: [PATCH 43/47] target/arm: Use tcg_constant in SUBR
,
Peter Maydell
,
2022/04/28
[PATCH 41/47] target/arm: Use tcg_constant in WHILE
,
Richard Henderson
,
2022/04/26
Re: [PATCH 41/47] target/arm: Use tcg_constant in WHILE
,
Peter Maydell
,
2022/04/28
[PATCH 44/47] target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_imm
,
Richard Henderson
,
2022/04/26
Re: [PATCH 44/47] target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_imm
,
Peter Maydell
,
2022/04/28
[PATCH 45/47] target/arm: Use tcg_constant for predicate descriptors
,
Richard Henderson
,
2022/04/26
Re: [PATCH 45/47] target/arm: Use tcg_constant for predicate descriptors
,
Peter Maydell
,
2022/04/28
[PATCH 47/47] target/arm: Use tcg_constant for vector descriptor
,
Richard Henderson
,
2022/04/26
Re: [PATCH 47/47] target/arm: Use tcg_constant for vector descriptor
,
Peter Maydell
,
2022/04/28
[PATCH 46/47] target/arm: Use tcg_constant for do_brk{2,3}
,
Richard Henderson
,
2022/04/26
Re: [PATCH 46/47] target/arm: Use tcg_constant for do_brk{2,3}
,
Peter Maydell
,
2022/04/28
Re: [PATCH 00/47] target/arm: Use tcg_constant
,
Peter Maydell
,
2022/04/28
Re: [PATCH 00/47] target/arm: Use tcg_constant
,
Richard Henderson
,
2022/04/28
[PATCH] hw/xtensa: fix reset value of MIROUT register of MX PIC
,
Max Filippov
,
2022/04/26
[PATCH 0/3] target/arm, hw/arm/smmuv3: Advertise TTL and BBM features
,
Peter Maydell
,
2022/04/26
[PATCH 2/3] target/arm: Advertise support for FEAT_BBM level 2
,
Peter Maydell
,
2022/04/26
[PATCH 3/3] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
,
Peter Maydell
,
2022/04/26
Re: [PATCH 3/3] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
,
Eric Auger
,
2022/04/28
Re: [PATCH 3/3] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
,
Peter Maydell
,
2022/04/28
Re: [PATCH 3/3] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2
,
Eric Auger
,
2022/04/28
[PATCH 1/3] target/arm: Advertise support for FEAT_TTL
,
Peter Maydell
,
2022/04/26
Re: [PATCH 0/3] target/arm, hw/arm/smmuv3: Advertise TTL and BBM features
,
Richard Henderson
,
2022/04/26
[PATCH v3 0/9] tests: introduce testing coverage for TLS with migration
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v3 1/9] tests: fix encoding of IP addresses in x509 certs
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 1/9] tests: fix encoding of IP addresses in x509 certs
,
Dr. David Alan Gilbert
,
2022/04/28
[PATCH v3 9/9] tests: ensure migration status isn't reported as failed
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v3 3/9] tests: add migration tests of TLS with PSK credentials
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 3/9] tests: add migration tests of TLS with PSK credentials
,
Eric Blake
,
2022/04/28
[PATCH v3 4/9] tests: add migration tests of TLS with x509 credentials
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 4/9] tests: add migration tests of TLS with x509 credentials
,
Eric Blake
,
2022/04/28
[PATCH v3 8/9] tests: add multifd migration tests of TLS with x509 credentials
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 8/9] tests: add multifd migration tests of TLS with x509 credentials
,
Eric Blake
,
2022/04/28
[PATCH v3 2/9] tests: add more helper macros for creating TLS x509 certs
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 2/9] tests: add more helper macros for creating TLS x509 certs
,
Eric Blake
,
2022/04/28
[PATCH v3 6/9] tests: convert multifd migration tests to use common helper
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v3 7/9] tests: add multifd migration tests of TLS with PSK credentials
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 7/9] tests: add multifd migration tests of TLS with PSK credentials
,
Eric Blake
,
2022/04/28
[PATCH v3 5/9] tests: convert XBZRLE migration test to use common helper
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v3 0/9] tests: introduce testing coverage for TLS with migration
,
Dr. David Alan Gilbert
,
2022/04/28
[PATCH] ui: move 'pc-bios/keymaps' to 'ui/keymaps'
,
Daniel P . Berrangé
,
2022/04/26
[PULL 0/3] Misc next patches
,
Daniel P . Berrangé
,
2022/04/26
[PULL 1/3] softmmu: remove deprecated --enable-fips option
,
Daniel P . Berrangé
,
2022/04/26
[PULL 2/3] hw/char: fix qcode array bounds check in ESCC impl
,
Daniel P . Berrangé
,
2022/04/26
[PULL 3/3] github: fix config mistake preventing repo lockdown commenting
,
Daniel P . Berrangé
,
2022/04/26
Re: [PULL 0/3] Misc next patches
,
Richard Henderson
,
2022/04/26
Re: [PATCH] Fix 'writeable' typos
,
Peter Maydell
,
2022/04/26
Re: [PATCH] Fix 'writeable' typos
,
Stefan Weil
,
2022/04/26
Re: [PATCH] Fix 'writeable' typos
,
Stefan Weil
,
2022/04/26
Re: [PATCH] Fix 'writeable' typos
,
Laurent Vivier
,
2022/04/26
Re: [PATCH] Fix 'writeable' typos
,
Peter Maydell
,
2022/04/26
[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport.
,
Paolo Bonzini
,
2022/04/26
[PATCH 1/8] qmp: Support for querying stats
,
Paolo Bonzini
,
2022/04/26
Re: [PATCH 1/8] qmp: Support for querying stats
,
Dr. David Alan Gilbert
,
2022/04/27
Re: [PATCH 1/8] qmp: Support for querying stats
,
Paolo Bonzini
,
2022/04/27
[PATCH 3/8] qmp: add filtering of statistics by target vCPU
,
Paolo Bonzini
,
2022/04/26
[PATCH 2/8] kvm: Support for querying fd-based stats
,
Paolo Bonzini
,
2022/04/26
[PATCH 7/8] qmp: add filtering of statistics by name
,
Paolo Bonzini
,
2022/04/26
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Dr. David Alan Gilbert
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Dr. David Alan Gilbert
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Dr. David Alan Gilbert
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Dr. David Alan Gilbert
,
2022/04/27
Re: [PATCH 7/8] qmp: add filtering of statistics by name
,
Paolo Bonzini
,
2022/04/28
[PATCH 5/8] qmp: add filtering of statistics by provider
,
Paolo Bonzini
,
2022/04/26
[PATCH 4/8] hmp: add basic "info stats" implementation
,
Paolo Bonzini
,
2022/04/26
[PATCH 8/8] hmp: add filtering of statistics by name
,
Paolo Bonzini
,
2022/04/26
[PATCH 6/8] hmp: add filtering of statistics by provider
,
Paolo Bonzini
,
2022/04/26
[RFC PATCH 0/7] VSX MMA Implementation
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
[RFC PATCH 1/7] target/ppc: Implement xxm[tf]acc and xxsetaccz
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
Re: [RFC PATCH 1/7] target/ppc: Implement xxm[tf]acc and xxsetaccz
,
Richard Henderson
,
2022/04/26
[RFC PATCH 2/7] target/ppc: Implemented xvi*ger* instructions
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
Re: [RFC PATCH 2/7] target/ppc: Implemented xvi*ger* instructions
,
Richard Henderson
,
2022/04/26
Re: [RFC PATCH 2/7] target/ppc: Implemented xvi*ger* instructions
,
Lucas Mateus Martins Araujo e Castro
,
2022/04/27
Re: [RFC PATCH 2/7] target/ppc: Implemented xvi*ger* instructions
,
Richard Henderson
,
2022/04/27
[RFC PATCH 3/7] target/ppc: Implemented pmxvi*ger* instructions
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
[RFC PATCH 4/7] target/ppc: Implemented xvf*ger*
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
Re: [RFC PATCH 4/7] target/ppc: Implemented xvf*ger*
,
Richard Henderson
,
2022/04/26
[RFC PATCH 5/7] target/ppc: Implemented xvf16ger*
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
Re: [RFC PATCH 5/7] target/ppc: Implemented xvf16ger*
,
Richard Henderson
,
2022/04/26
Re: [RFC PATCH 5/7] target/ppc: Implemented xvf16ger*
,
Lucas Mateus Martins Araujo e Castro
,
2022/04/27
Re: [RFC PATCH 5/7] target/ppc: Implemented xvf16ger*
,
Richard Henderson
,
2022/04/27
[RFC PATCH 6/7] target/ppc: Implemented pmxvf*ger*
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
Re: [RFC PATCH 6/7] target/ppc: Implemented pmxvf*ger*
,
Richard Henderson
,
2022/04/26
[RFC PATCH 7/7] target/ppc: Implemented [pm]xvbf16ger2*
,
Lucas Mateus Castro(alqotel)
,
2022/04/26
Re: [RFC PATCH 0/7] VSX MMA Implementation
,
Joel Stanley
,
2022/04/27
Re: [RFC PATCH 0/7] VSX MMA Implementation
,
Cédric Le Goater
,
2022/04/27
Re: [RFC PATCH 0/7] VSX MMA Implementation
,
Lucas Mateus Martins Araujo e Castro
,
2022/04/28
[PULL 0/5] Trivial branch for 7.1 patches
,
Laurent Vivier
,
2022/04/26
[PULL 1/5] hw/pvrdma: Some cosmetic fixes
,
Laurent Vivier
,
2022/04/26
[PULL 2/5] vdpa: Add missing tracing to batch mapping functions
,
Laurent Vivier
,
2022/04/26
[PULL 4/5] docs: Replace Qemu -> QEMU
,
Laurent Vivier
,
2022/04/26
[PULL 3/5] target/mips: Remove stale TODO file
,
Laurent Vivier
,
2022/04/26
[PULL 5/5] docs: Replace HomeBrew -> Homebrew
,
Laurent Vivier
,
2022/04/26
Re: [PULL 0/5] Trivial branch for 7.1 patches
,
Richard Henderson
,
2022/04/26
[PATCH] target/arm: Disable cryptographic instructions when neon is disabled
,
Damien Hedde
,
2022/04/26
Re: [PATCH] target/arm: Disable cryptographic instructions when neon is disabled
,
Richard Henderson
,
2022/04/26
[PULL 0/9] Kraxel 20220426 patches
,
Gerd Hoffmann
,
2022/04/26
[PULL 1/9] hw/display/vmware_vga: do not discard screen updates
,
Gerd Hoffmann
,
2022/04/26
[PULL 2/9] Replacing CONFIG_VNC_PNG with CONFIG_PNG
,
Gerd Hoffmann
,
2022/04/26
Re: [PULL 2/9] Replacing CONFIG_VNC_PNG with CONFIG_PNG
,
Richard Henderson
,
2022/04/26
Re: [PULL 2/9] Replacing CONFIG_VNC_PNG with CONFIG_PNG
,
Kshitij Suri
,
2022/04/28
[PULL 3/9] Added parameter to take screenshot with screendump as PNG
,
Gerd Hoffmann
,
2022/04/26
[PULL 6/9] avocado/vnc: add test_change_listen
,
Gerd Hoffmann
,
2022/04/26
[PULL 7/9] i386: move bios load error message
,
Gerd Hoffmann
,
2022/04/26
[PULL 8/9] i386: factor out x86_firmware_configure()
,
Gerd Hoffmann
,
2022/04/26
[PULL 9/9] i386: firmware parsing and sev setup for -bios loaded firmware
,
Gerd Hoffmann
,
2022/04/26
[PULL 5/9] qapi/ui: add 'display-update' command for changing listen address
,
Gerd Hoffmann
,
2022/04/26
[PULL 4/9] ui/vnc: refactor arrays of addresses to SocketAddressList
,
Gerd Hoffmann
,
2022/04/26
serial hang in qemu-system-ppc64 -M pseries
,
Rob Landley
,
2022/04/26
Re: serial hang in qemu-system-ppc64 -M pseries
,
Thomas Huth
,
2022/04/27
Re: serial hang in qemu-system-ppc64 -M pseries
,
Thomas Huth
,
2022/04/27
Re: serial hang in qemu-system-ppc64 -M pseries
,
Rob Landley
,
2022/04/28
Re: serial hang in qemu-system-ppc64 -M pseries
,
Rob Landley
,
2022/04/28
Re: serial hang in qemu-system-ppc64 -M pseries
,
Fabiano Rosas
,
2022/04/29
Re: serial hang in qemu-system-ppc64 -M pseries
,
Rob Landley
,
2022/04/30
[PATCH] ppc/xive: Save/restore state of the External interrupt
,
Frederic Barrat
,
2022/04/26
Re: [PATCH] ppc/xive: Save/restore state of the External interrupt
,
Cédric Le Goater
,
2022/04/26
Re: [PATCH] ppc/xive: Save/restore state of the External interrupt
,
Frederic Barrat
,
2022/04/26
Re: [PATCH] ppc/xive: Save/restore state of the External interrupt
,
Cédric Le Goater
,
2022/04/26
Re: [PATCH] ppc/xive: Save/restore state of the External interrupt
,
Frederic Barrat
,
2022/04/28
Re: [PATCH] ppc/xive: Save/restore state of the External interrupt
,
Cédric Le Goater
,
2022/04/26
[PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string
,
Weiwei Li
,
2022/04/26
Re: [PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string
,
Jiatai He
,
2022/04/27
Re: [PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string
,
Alistair Francis
,
2022/04/27
Re: [PATCH] target/riscv: add scalar crypto related extenstion strings to isa_string
,
Alistair Francis
,
2022/04/27
[PATCH v2 00/26] Misc cleanups
,
marcandre . lureau
,
2022/04/26
[PATCH v2 01/26] Use QEMU_SANITIZE_THREAD
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 01/26] Use QEMU_SANITIZE_THREAD
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 01/26] Use QEMU_SANITIZE_THREAD
,
Marc-André Lureau
,
2022/04/27
[PATCH v2 02/26] Use QEMU_SANITIZE_ADDRESS
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 02/26] Use QEMU_SANITIZE_ADDRESS
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 02/26] Use QEMU_SANITIZE_ADDRESS
,
Thomas Huth
,
2022/04/27
[PATCH v2 04/26] util/win32: simplify qemu_get_local_state_dir()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 03/26] include: move qemu_*_exec_dir() to cutils
,
marcandre . lureau
,
2022/04/26
[PATCH v2 06/26] libqtest: split QMP part in libqmp
,
marcandre . lureau
,
2022/04/26
[PATCH v2 05/26] tests: move libqtest.h back under qtest/
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 05/26] tests: move libqtest.h back under qtest/
,
Stefan Berger
,
2022/04/26
[PATCH v2 07/26] tests: make libqmp buildable for win32
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 07/26] tests: make libqmp buildable for win32
,
Thomas Huth
,
2022/04/26
Re: [PATCH v2 07/26] tests: make libqmp buildable for win32
,
Marc-André Lureau
,
2022/04/26
Re: [PATCH v2 07/26] tests: make libqmp buildable for win32
,
Thomas Huth
,
2022/04/26
[PATCH v2 08/26] Use g_unix_set_fd_nonblocking()
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 08/26] Use g_unix_set_fd_nonblocking()
,
Richard Henderson
,
2022/04/26
[PATCH v2 09/26] block: move fcntl_setfl()
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 09/26] block: move fcntl_setfl()
,
Richard Henderson
,
2022/04/26
[PATCH v2 11/26] util: replace pipe()+cloexec with g_unix_open_pipe()
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 11/26] util: replace pipe()+cloexec with g_unix_open_pipe()
,
Richard Henderson
,
2022/04/26
[PATCH v2 10/26] Replace qemu_pipe() with g_unix_open_pipe()
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 10/26] Replace qemu_pipe() with g_unix_open_pipe()
,
Richard Henderson
,
2022/04/26
[PATCH v2 13/26] tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
,
marcandre . lureau
,
2022/04/26
[PATCH v2 12/26] qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 12/26] qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 12/26] qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
,
Marc-André Lureau
,
2022/04/27
[PATCH v2 14/26] os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 14/26] os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)
,
Richard Henderson
,
2022/04/26
[PATCH v2 17/26] Replace fcntl(0_NONBLOCK) with g_unix_set_fd_nonblocking()
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 17/26] Replace fcntl(0_NONBLOCK) with g_unix_set_fd_nonblocking()
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 17/26] Replace fcntl(0_NONBLOCK) with g_unix_set_fd_nonblocking()
,
Marc-André Lureau
,
2022/04/27
[PATCH v2 16/26] io: replace pipe() with g_unix_open_pipe(CLOEXEC)
,
marcandre . lureau
,
2022/04/26
[PATCH v2 15/26] virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)
,
marcandre . lureau
,
2022/04/26
[PATCH v2 19/26] chardev: replace qemu_set_nonblock()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 18/26] io: make qio_channel_command_new_pid() static
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 18/26] io: make qio_channel_command_new_pid() static
,
Richard Henderson
,
2022/04/26
[PATCH v2 20/26] io: replace qemu_set{_non}block()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 22/26] hw: replace qemu_set_nonblock()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 21/26] qga: replace qemu_set_nonblock()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 23/26] ui: replace qemu_set_nonblock()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 24/26] net: replace qemu_set_nonblock()
,
marcandre . lureau
,
2022/04/26
[PATCH v2 25/26] tests: replace qemu_set_nonblock()
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 25/26] tests: replace qemu_set_nonblock()
,
Thomas Huth
,
2022/04/27
Re: [PATCH v2 25/26] tests: replace qemu_set_nonblock()
,
Marc-André Lureau
,
2022/04/27
Re: [PATCH v2 25/26] tests: replace qemu_set_nonblock()
,
Thomas Huth
,
2022/04/27
[PATCH v2 26/26] util: rename qemu_*block() socket functions
,
marcandre . lureau
,
2022/04/26
Re: [PATCH v2 26/26] util: rename qemu_*block() socket functions
,
Marc-André Lureau
,
2022/04/26
Re: [PATCH v2 26/26] util: rename qemu_*block() socket functions
,
Stefan Hajnoczi
,
2022/04/26
Re: [PATCH v2 26/26] util: rename qemu_*block() socket functions
,
Marc-André Lureau
,
2022/04/27
[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Emanuele Giuseppe Esposito
,
2022/04/26
[RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
,
Paolo Bonzini
,
2022/04/26
Re: [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
,
Paolo Bonzini
,
2022/04/28
Re: [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
,
Emanuele Giuseppe Esposito
,
2022/04/29
[RFC PATCH v2 7/8] graph-lock: implement WITH_GRAPH_RDLOCK_GUARD and GRAPH_RDLOCK_GUARD macros
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 7/8] graph-lock: implement WITH_GRAPH_RDLOCK_GUARD and GRAPH_RDLOCK_GUARD macros
,
Stefan Hajnoczi
,
2022/04/28
[RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
,
Emanuele Giuseppe Esposito
,
2022/04/29
Re: [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
,
Stefan Hajnoczi
,
2022/04/30
Re: [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
,
Paolo Bonzini
,
2022/04/29
[RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
,
Paolo Bonzini
,
2022/04/28
Re: [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
,
Emanuele Giuseppe Esposito
,
2022/04/29
[RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
,
Paolo Bonzini
,
2022/04/26
Re: [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
,
Emanuele Giuseppe Esposito
,
2022/04/29
Re: [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
,
Stefan Hajnoczi
,
2022/04/30
[RFC PATCH v2 8/8] mirror: protect drains in coroutine with rdlock
,
Emanuele Giuseppe Esposito
,
2022/04/26
[RFC PATCH v2 6/8] block: assert that graph read and writes are performed correctly
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 6/8] block: assert that graph read and writes are performed correctly
,
Stefan Hajnoczi
,
2022/04/28
[RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm
,
Emanuele Giuseppe Esposito
,
2022/04/26
Re: [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm
,
Paolo Bonzini
,
2022/04/26
Re: [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm
,
Emanuele Giuseppe Esposito
,
2022/04/29
Re: [RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Emanuele Giuseppe Esposito
,
2022/04/27
Re: [RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Emanuele Giuseppe Esposito
,
2022/04/28
Re: [RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Stefan Hajnoczi
,
2022/04/30
Re: [RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Stefan Hajnoczi
,
2022/04/28
Re: [RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
,
Emanuele Giuseppe Esposito
,
2022/04/29
[PATCH v6 0/3] aspeed/hace: Support AST2600 HACE
,
Steven Lee
,
2022/04/25
[PATCH v6 1/3] aspeed/hace: Support HMAC Key Buffer register.
,
Steven Lee
,
2022/04/25
[PATCH v6 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode
,
Steven Lee
,
2022/04/25
[PATCH v6 2/3] aspeed/hace: Support AST2600 HACE
,
Steven Lee
,
2022/04/25
Re: [PATCH qemu v7 03/14] target/riscv: rvv: Early exit when vstart >= vl
,
Alistair Francis
,
2022/04/25
[PATCH v5 00/21] migration: Postcopy Preemption
,
Peter Xu
,
2022/04/25
[PATCH v5 02/21] tests: add more helper macros for creating TLS x509 certs
,
Peter Xu
,
2022/04/25
[PATCH v5 01/21] tests: fix encoding of IP addresses in x509 certs
,
Peter Xu
,
2022/04/25
[PATCH v5 05/21] tests: convert XBZRLE migration test to use common helper
,
Peter Xu
,
2022/04/25
[PATCH v5 07/21] tests: add multifd migration tests of TLS with PSK credentials
,
Peter Xu
,
2022/04/25
[PATCH v5 03/21] tests: add migration tests of TLS with PSK credentials
,
Peter Xu
,
2022/04/25
[PATCH v5 04/21] tests: add migration tests of TLS with x509 credentials
,
Peter Xu
,
2022/04/25
[PATCH v5 06/21] tests: convert multifd migration tests to use common helper
,
Peter Xu
,
2022/04/25
[PATCH v5 08/21] tests: add multifd migration tests of TLS with x509 credentials
,
Peter Xu
,
2022/04/25
[PATCH v5 09/21] tests: ensure migration status isn't reported as failed
,
Peter Xu
,
2022/04/25
[PATCH v5 10/21] migration: Add postcopy-preempt capability
,
Peter Xu
,
2022/04/25
[PATCH v5 11/21] migration: Postcopy preemption preparation on channel creation
,
Peter Xu
,
2022/04/25
[PATCH v5 12/21] migration: Postcopy preemption enablement
,
Peter Xu
,
2022/04/25
[PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously
,
Peter Xu
,
2022/04/25
[PATCH v5 13/21] migration: Postcopy recover with preempt enabled
,
Peter Xu
,
2022/04/25
[PATCH v5 15/21] migration: Parameter x-postcopy-preempt-break-huge
,
Peter Xu
,
2022/04/25
[PATCH v5 17/21] migration: Export tls-[creds|hostname|authz] params to cmdline too
,
Peter Xu
,
2022/04/25
[PATCH v5 18/21] migration: Enable TLS for preempt channel
,
Peter Xu
,
2022/04/25
[PATCH v5 16/21] migration: Add helpers to detect TLS capability
,
Peter Xu
,
2022/04/25
[PATCH v5 19/21] tests: Add postcopy tls migration test
,
Peter Xu
,
2022/04/25
[PATCH v5 21/21] tests: Add postcopy preempt tests
,
Peter Xu
,
2022/04/25
[PATCH v5 20/21] tests: Add postcopy tls recovery migration test
,
Peter Xu
,
2022/04/25
[PATCH v9 0/7] MSG_ZEROCOPY + multifd
,
Leonardo Bras
,
2022/04/25
[PATCH v9 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
,
Leonardo Bras
,
2022/04/25
[PATCH v9 5/7] multifd: multifd_send_sync_main now returns negative on error
,
Leonardo Bras
,
2022/04/25
Re: [PATCH v9 5/7] multifd: multifd_send_sync_main now returns negative on error
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v9 5/7] multifd: multifd_send_sync_main now returns negative on error
,
Peter Xu
,
2022/04/26
Re: [PATCH v9 5/7] multifd: multifd_send_sync_main now returns negative on error
,
Leonardo Bras Soares Passos
,
2022/04/26
[PATCH v9 4/7] migration: Add migrate_use_tls() helper
,
Leonardo Bras
,
2022/04/25
[PATCH v9 1/7] QIOChannel: Add flags on io_writev and introduce io_flush callback
,
Leonardo Bras
,
2022/04/25
[PATCH v9 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
,
Leonardo Bras
,
2022/04/25
[PATCH v9 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Leonardo Bras
,
2022/04/25
Re: [PATCH v9 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Daniel P . Berrangé
,
2022/04/26
Re: [PATCH v9 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
,
Leonardo Bras Soares Passos
,
2022/04/26
[PATCH v9 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Leonardo Bras
,
2022/04/25
Re: [PATCH v9 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Peter Xu
,
2022/04/26
Re: [PATCH v9 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
,
Leonardo Bras Soares Passos
,
2022/04/26
[PATCH] error-report: Fix GDateTime usage
,
Eric Farman
,
2022/04/25
Re: [PATCH] error-report: Fix GDateTime usage
,
Marc-André Lureau
,
2022/04/26
Re: [PATCH v3 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
,
Alex Williamson
,
2022/04/25
[PATCH] Hexagon (tests/tcg/hexagon) reference file for float_convd
,
Taylor Simpson
,
2022/04/25
[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
,
Bin Meng
,
2022/04/25
[PATCH 1/9] hw/9pfs: Compile 9p-local.c and 9p-proxy.c for Linux and macOS
,
Bin Meng
,
2022/04/25
[PATCH 6/9] hw/9pfs: Update 9p-synth.c for Windows build
,
Bin Meng
,
2022/04/25
[PATCH 2/9] qemu/xatth.h: Update for Windows build
,
Bin Meng
,
2022/04/25
[PATCH 4/9] fsdev: Add missing definitions for Windows in file-op-9p.h
,
Bin Meng
,
2022/04/25
[PATCH 7/9] fsdev: Enable 'local' file system driver backend for Windows
,
Bin Meng
,
2022/04/25
[PATCH 3/9] hw/9pfs: Extract common stuff to 9p-local.h
,
Bin Meng
,
2022/04/25
[PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
,
Bin Meng
,
2022/04/25
[PATCH 8/9] meson.build: Turn on virtfs for Windows host
,
Bin Meng
,
2022/04/25
[PATCH 9/9] hw/9p: win32: Translate Windows error number to Linux value
,
Bin Meng
,
2022/04/25
Re: [PATCH 0/9] 9pfs: Add 9pfs support for Windows host
,
Bin Meng
,
2022/04/25
[PATCH qemu 0/9] Add mask agnostic behavior for rvv instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 2/9] target/riscv: rvv: Add mask agnostic for vector load / store instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 8/9] target/riscv: rvv: Add mask agnostic for vector mask instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
~eopxd
,
2022/04/25
Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
Weiwei Li
,
2022/04/26
Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
eop Chen
,
2022/04/26
Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
Weiwei Li
,
2022/04/26
Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
eop Chen
,
2022/04/26
Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
Weiwei Li
,
2022/04/26
Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
,
eop Chen
,
2022/04/26
[PATCH qemu 5/9] target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 9/9] target/riscv: rvv: Add mask agnostic for vector permutation instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 4/9] target/riscv: rvv: Add mask agnostic for vector integer shift instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 3/9] target/riscv: rvv: Add mask agnostic for vx instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 7/9] target/riscv: rvv: Add mask agnostic for vector floating-point instructions
,
~eopxd
,
2022/04/25
[PATCH qemu 6/9] target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instructions
,
~eopxd
,
2022/04/25
[PULL 00/14] Block patches
,
Hanna Reitz
,
2022/04/25
[PULL 02/14] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
,
Hanna Reitz
,
2022/04/25
[PULL 01/14] block: add 'force' parameter to 'blockdev-change-medium' command
,
Hanna Reitz
,
2022/04/25
[PULL 03/14] iotests/163: Fix broken qemu-io invocation
,
Hanna Reitz
,
2022/04/25
[PULL 05/14] iotests/040: Don't check image pattern on zero-length image
,
Hanna Reitz
,
2022/04/25
[PULL 04/14] iotests: Don't check qemu_io() output for specific error strings
,
Hanna Reitz
,
2022/04/25
[PULL 06/14] iotests/040: Fix TestCommitWithFilters test
,
Hanna Reitz
,
2022/04/25
[PULL 07/14] iotests: create generic qemu_tool() function
,
Hanna Reitz
,
2022/04/25
[PULL 08/14] iotests: rebase qemu_io() on top of qemu_tool()
,
Hanna Reitz
,
2022/04/25
[PULL 11/14] iotests: remove qemu_io_pipe_and_status()
,
Hanna Reitz
,
2022/04/25
[PULL 09/14] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
,
Hanna Reitz
,
2022/04/25
[PULL 10/14] iotests/image-fleecing: switch to qemu_io()
,
Hanna Reitz
,
2022/04/25
[PULL 14/14] iotests/108: Fix when missing user_allow_other
,
Hanna Reitz
,
2022/04/25
[PULL 12/14] iotests: remove qemu_io_silent() and qemu_io_silent_check().
,
Hanna Reitz
,
2022/04/25
[PULL 13/14] iotests: make qemu_io_log() check return codes by default
,
Hanna Reitz
,
2022/04/25
Re: [PULL 00/14] Block patches
,
Richard Henderson
,
2022/04/25
Re: [PATCH 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
,
Gerd Hoffmann
,
2022/04/25
[PATCH v2 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
,
Gerd Hoffmann
,
2022/04/25
[PATCH v2 1/3] i386: move bios load error message
,
Gerd Hoffmann
,
2022/04/25
[PATCH v2 2/3] i386: factor out x86_firmware_configure()
,
Gerd Hoffmann
,
2022/04/25
[PATCH v2 3/3] i386: firmware parsing and sev setup for -bios loaded firmware
,
Gerd Hoffmann
,
2022/04/25
Live Migration ToDo
,
Artyom
,
2022/04/25
Re: Live Migration ToDo
,
Peter Xu
,
2022/04/25
Re: Live Migration ToDo
,
Artyom
,
2022/04/25
Re: Live Migration ToDo
,
Peter Xu
,
2022/04/25
Re: Live Migration ToDo
,
Artyom
,
2022/04/25
Re: Live Migration ToDo
,
Peter Xu
,
2022/04/25
[PATCH v3 0/6] 9pfs: macOS host fixes
,
Christian Schoenebeck
,
2022/04/25
[PATCH v3 3/6] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/25
[PATCH v3 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/25
[PATCH v3 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
,
Christian Schoenebeck
,
2022/04/25
Re: [PATCH v3 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host
,
Greg Kurz
,
2022/04/25
[PATCH v3 5/6] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/25
[PATCH v3 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/25
[PATCH v3 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/25
Re: [PATCH v3 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/27
Signing QEMU up for GitLab for Open Source?
,
Stefan Hajnoczi
,
2022/04/25
Re: Signing QEMU up for GitLab for Open Source?
,
Alex Bennée
,
2022/04/25
Re: Signing QEMU up for GitLab for Open Source?
,
Daniel P . Berrangé
,
2022/04/25
Re: Signing QEMU up for GitLab for Open Source?
,
Alex Bennée
,
2022/04/27
Re: Signing QEMU up for GitLab for Open Source?
,
Stefan Hajnoczi
,
2022/04/28
Re: [PATCH] nvme: fix bit buckets
,
Klaus Jensen
,
2022/04/25
Re: [PATCH] nvme: fix bit buckets
,
Keith Busch
,
2022/04/25
[PATCH v2 00/43] Add LoongArch softmmu support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 00/43] Add LoongArch softmmu support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 01/43] target/loongarch: Add README
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 04/43] target/loongarch: Add fixed point arithmetic instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 06/43] target/loongarch: Add fixed point bit instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 03/43] target/loongarch: Add main translation routines
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 08/43] target/loongarch: Add fixed point atomic instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 07/43] target/loongarch: Add fixed point load/store instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 05/43] target/loongarch: Add fixed point shift instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 14/43] target/loongarch: Add floating point load/store instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 11/43] target/loongarch: Add floating point comparison instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 02/43] target/loongarch: Add core definition
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 12/43] target/loongarch: Add floating point conversion instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 16/43] target/loongarch: Add disassembler
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 15/43] target/loongarch: Add branch instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 09/43] target/loongarch: Add fixed point extra instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 23/43] target/loongarch: Add LoongArch interrupt and exception handle
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 23/43] target/loongarch: Add LoongArch interrupt and exception handle
,
Richard Henderson
,
2022/04/25
[PATCH v2 18/43] target/loongarch: Add system emulation introduction
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 28/43] target/loongarch: Add other core instructions support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 10/43] target/loongarch: Add floating point arithmetic instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 25/43] target/loongarch: Add LoongArch CSR instruction
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/25
Re: [PATCH v2 25/43] target/loongarch: Add LoongArch CSR instruction
,
yangxiaojuan
,
2022/04/26
Re: [PATCH v2 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/26
[PATCH v2 17/43] target/loongarch: Add target build suport
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 13/43] target/loongarch: Add floating point move instruction translation
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 35/43] hw/loongarch: Add irq hierarchy for the system
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Mark Cave-Ayland
,
2022/04/28
[PATCH v2 39/43] hw/loongarch: Add LoongArch load elf function.
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 39/43] hw/loongarch: Add LoongArch load elf function.
,
Richard Henderson
,
2022/04/26
[PATCH v2 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
,
Richard Henderson
,
2022/04/26
[PATCH v2 41/43] target/loongarch: Add gdb support.
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 41/43] target/loongarch: Add gdb support.
,
Richard Henderson
,
2022/04/26
[PATCH v2 20/43] target/loongarch: Add basic vmstate description of CPU.
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 20/43] target/loongarch: Add basic vmstate description of CPU.
,
Richard Henderson
,
2022/04/25
[PATCH v2 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Richard Henderson
,
2022/04/26
Re: [PATCH v2 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Mark Cave-Ayland
,
2022/04/28
Re: [PATCH v2 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Mark Cave-Ayland
,
2022/04/28
[PATCH v2 37/43] hw/loongarch: Add some devices support for 3A5000.
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 37/43] hw/loongarch: Add some devices support for 3A5000.
,
Richard Henderson
,
2022/04/26
[PATCH v2 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 26/43] target/loongarch: Add LoongArch IOCSR instruction
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 26/43] target/loongarch: Add LoongArch IOCSR instruction
,
Richard Henderson
,
2022/04/26
[PATCH v2 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Mark Cave-Ayland
,
2022/04/25
Re: [PATCH v2 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
yangxiaojuan
,
2022/04/27
Re: [PATCH v2 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Richard Henderson
,
2022/04/26
[PATCH v2 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 43/43] target/loongarch: 'make check-tcg' support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 24/43] target/loongarch: Add constant timer support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 19/43] target/loongarch: Add CSRs definition
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 19/43] target/loongarch: Add CSRs definition
,
Richard Henderson
,
2022/04/25
[PATCH v2 36/43] Enable common virtio pci support for LoongArch
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 22/43] target/loongarch: Add MMU support for LoongArch CPU.
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 27/43] target/loongarch: Add TLB instruction support
,
Xiaojuan Yang
,
2022/04/25
[PATCH v2 30/43] hw/loongarch: Add support loongson3 virt machine type.
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 30/43] hw/loongarch: Add support loongson3 virt machine type.
,
Richard Henderson
,
2022/04/26
[PATCH v2 29/43] target/loongarch: Add timer related instructions support.
,
Xiaojuan Yang
,
2022/04/25
Re: [PATCH v2 29/43] target/loongarch: Add timer related instructions support.
,
Richard Henderson
,
2022/04/25
[PATCH v2 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
,
Xiaojuan Yang
,
2022/04/25
[PULL 0/3] Block patches
,
Stefan Hajnoczi
,
2022/04/25
[PULL 2/3] contrib/vhost-user-blk: add missing GOptionEntry NULL terminator
,
Stefan Hajnoczi
,
2022/04/25
[PULL 3/3] virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option
,
Stefan Hajnoczi
,
2022/04/25
[PULL 1/3] Implements Backend Program conventions for vhost-user-scsi
,
Stefan Hajnoczi
,
2022/04/25
Re: [PULL 0/3] Block patches
,
Richard Henderson
,
2022/04/25
[PATCH 00/18] RFC: Remove deprecated audio features
,
Martin Kletzander
,
2022/04/25
[PATCH 01/18] hw/audio: Remove -soundhw support
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 01/18] hw/audio: Remove -soundhw support
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 01/18] hw/audio: Remove -soundhw support
,
Stefan Hajnoczi
,
2022/04/26
Re: [PATCH 01/18] hw/audio: Remove -soundhw support
,
Paolo Bonzini
,
2022/04/27
[PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 10/18] hw/input/tsc210x.c: Support machine-default audiodev with fallback
,
Martin Kletzander
,
2022/04/25
[PATCH 08/18] audio: Add easy dummy audio initialiser
,
Martin Kletzander
,
2022/04/25
[PATCH 17/18] audio: Remove unused can_be_default
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 17/18] audio: Remove unused can_be_default
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 06/18] ui/vnc: Require audiodev=
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 06/18] ui/vnc: Require audiodev=
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 06/18] ui/vnc: Require audiodev=
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 06/18] ui/vnc: Require audiodev=
,
Daniel P . Berrangé
,
2022/04/27
[PATCH 07/18] Introduce machine's default-audiodev property
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 07/18] Introduce machine's default-audiodev property
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 07/18] Introduce machine's default-audiodev property
,
Martin Kletzander
,
2022/04/29
[PATCH 11/18] hw/arm: Support machine-default audiodev with fallback
,
Martin Kletzander
,
2022/04/25
[PATCH 14/18] audio: Require AudioState in AUD_add_capture
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 14/18] audio: Require AudioState in AUD_add_capture
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 12/18] hw/ppc: Support machine-default audiodev with fallback
,
Martin Kletzander
,
2022/04/25
[PATCH 16/18] audio: Remove legacy audio environment variables and options
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 16/18] audio: Remove legacy audio environment variables and options
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 13/18] audio: Make AUD_register_card fallible and require audiodev=
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 13/18] audio: Make AUD_register_card fallible and require audiodev=
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 13/18] audio: Make AUD_register_card fallible and require audiodev=
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 03/18] hw/audio: Simplify hda audio init
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 03/18] hw/audio: Simplify hda audio init
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 03/18] hw/audio: Simplify hda audio init
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 09/18] hw/display/xlnx_dp.c: Add audiodev property
,
Martin Kletzander
,
2022/04/25
[PATCH 18/18] audio/spiceaudio: Fail initialisation when not using spice
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 18/18] audio/spiceaudio: Fail initialisation when not using spice
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
,
Martin Kletzander
,
2022/04/29
[PATCH 02/18] hw/input/tsc210x: Extract common init code into new function
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 02/18] hw/input/tsc210x: Extract common init code into new function
,
Daniel P . Berrangé
,
2022/04/25
[PATCH 15/18] audio: Be more strict during audio backend initialisation
,
Martin Kletzander
,
2022/04/25
Re: [PATCH 15/18] audio: Be more strict during audio backend initialisation
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH 00/18] RFC: Remove deprecated audio features
,
Mark Cave-Ayland
,
2022/04/25
Re: [PATCH 00/18] RFC: Remove deprecated audio features
,
Martin Kletzander
,
2022/04/29
Re: [PATCH 00/18] RFC: Remove deprecated audio features
,
Stefan Hajnoczi
,
2022/04/26
[PATCH v6 0/3] util/thread-pool: Expose minimun and maximum size
,
Nicolas Saenz Julienne
,
2022/04/25
[PATCH v6 2/3] util/main-loop: Introduce the main loop into QOM
,
Nicolas Saenz Julienne
,
2022/04/25
[PATCH v6 1/3] Introduce event-loop-base abstract class
,
Nicolas Saenz Julienne
,
2022/04/25
[PATCH v6 3/3] util/event-loop-base: Introduce options to set the thread pool size
,
Nicolas Saenz Julienne
,
2022/04/25
Re: [PATCH v6 0/3] util/thread-pool: Expose minimun and maximum size
,
Stefan Hajnoczi
,
2022/04/26
Re: [PATCH v5 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
,
Christian Borntraeger
,
2022/04/25
Re: [PATCH v5 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
,
David Hildenbrand
,
2022/04/25
Re: [PATCH v5 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
,
Thomas Huth
,
2022/04/25
Re: [PATCH v5 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
,
David Miller
,
2022/04/27
[PULL 0/6] Kraxel 20220425 patches
,
Gerd Hoffmann
,
2022/04/25
[PULL 1/6] hw/display/vmware_vga: do not discard screen updates
,
Gerd Hoffmann
,
2022/04/25
[PULL 2/6] Replacing CONFIG_VNC_PNG with CONFIG_PNG
,
Gerd Hoffmann
,
2022/04/25
[PULL 3/6] Added parameter to take screenshot with screendump as PNG
,
Gerd Hoffmann
,
2022/04/25
[PULL 4/6] ui/vnc: refactor arrays of addresses to SocketAddressList
,
Gerd Hoffmann
,
2022/04/25
[PULL 6/6] avocado/vnc: add test_change_listen
,
Gerd Hoffmann
,
2022/04/25
[PULL 5/6] qapi/ui: add 'display-update' command for changing listen address
,
Gerd Hoffmann
,
2022/04/25
Re: [PULL 0/6] Kraxel 20220425 patches
,
Richard Henderson
,
2022/04/25
Re: [PULL 0/6] Kraxel 20220425 patches
,
Gerd Hoffmann
,
2022/04/26
Re: [PULL 0/6] Kraxel 20220425 patches
,
Daniel P . Berrangé
,
2022/04/26
Re: [PULL 0/6] Kraxel 20220425 patches
,
Thomas Huth
,
2022/04/26
[PATCH v8 0/5] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/24
[PATCH v8 1/5] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/24
[PATCH v8 2/5] qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
,
Gavin Shan
,
2022/04/24
[PATCH v8 3/5] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/24
[PATCH v8 4/5] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/24
[PATCH v8 5/5] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/24
答复: [PATCH] hw/sd/sdhci: Block Size Register bits [14:12] is lost
,
Gao, Lu
,
2022/04/24
Re: [PATCH v22 0/8] support dirty restraint on vCPU
,
Hyman
,
2022/04/24
Re: [PATCH v22 0/8] support dirty restraint on vCPU
,
Peter Xu
,
2022/04/24
Re: [PATCH v22 0/8] support dirty restraint on vCPU
,
Markus Armbruster
,
2022/04/27
[PATCH v2 00/11] scsi: add quirks and features to support m68k Macs
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 01/11] scsi-disk: add FORMAT UNIT command
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 02/11] scsi-disk: add new quirks bitmap to SCSIDiskState
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 03/11] scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 05/11] scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_FORCE_DBD quirk for Macintosh
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 06/11] q800: implement compat_props to enable quirk_mode_sense_rom_force_dbd for scsi-cd devices
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 07/11] scsi-disk: allow truncated MODE SELECT requests
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 04/11] q800: implement compat_props to enable quirk_mode_page_apple_vendor for scsi-hd devices
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 09/11] scsi-disk: allow MODE SELECT block descriptor to set the ROM device block size
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 08/11] scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM drives
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 10/11] q800: add default vendor and product information for scsi-hd devices
,
Mark Cave-Ayland
,
2022/04/24
[PATCH v2 11/11] q800: add default vendor and product information for scsi-cd devices
,
Mark Cave-Ayland
,
2022/04/24
Possible bug when setting aarch64 watchpoints
,
Chris Howard
,
2022/04/24
Re: Possible bug when setting aarch64 watchpoints
,
Chris Howard
,
2022/04/24
Re: Possible bug when setting aarch64 watchpoints
,
Richard Henderson
,
2022/04/27
[PATCH v1] error-report: fix g_date_time_format assertion
,
Haiyue Wang
,
2022/04/24
[PATCH v2] error-report: fix g_date_time_format assertion
,
Haiyue Wang
,
2022/04/24
Re: [PATCH v2] error-report: fix g_date_time_format assertion
,
Marc-André Lureau
,
2022/04/24
Re: [PATCH v2] error-report: fix g_date_time_format assertion
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH v2] error-report: fix g_date_time_format assertion
,
Paolo Bonzini
,
2022/04/26
[PATCH 0/2] target/riscv: ISA string conversion fix and enhancement
,
Tsukasa OI
,
2022/04/24
[PATCH 1/2] target/riscv: Tentatively remove Zhinx* from ISA extension string
,
Tsukasa OI
,
2022/04/24
Re: [PATCH 1/2] target/riscv: Tentatively remove Zhinx* from ISA extension string
,
Alistair Francis
,
2022/04/27
Re: [PATCH 1/2] target/riscv: Tentatively remove Zhinx* from ISA extension string
,
Weiwei Li
,
2022/04/27
[PATCH 2/2] target/riscv: Add short-isa-string option
,
Tsukasa OI
,
2022/04/24
[PATCH v2 00/34] Misc meson conversions for QEMU 7.1
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 01/34] meson: show final set of compiler flags
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 02/34] configure: remove dead code
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 04/34] configure: pc-bios/qemu-icon.bmp does not exist
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 03/34] qga: wixl: get path to sysroot from pkg-config as intended
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 05/34] configure: gcov should not exclude fortify-source
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 06/34] configure: move --enable/--disable-debug-info to second option parsing pass
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 07/34] configure, meson: move OpenGL check to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 08/34] meson, configure: move RDMA options to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 09/34] meson, configure: move keyctl test to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 10/34] meson, configure: move usbfs test to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 11/34] meson, configure: move libgio test to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 13/34] meson, configure: move --enable-module-upgrades to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 12/34] meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 15/34] meson-buildoptions: add support for string options
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 16/34] configure, meson: move iasl detection to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 23/34] meson: always combine directories with prefix
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 24/34] configure: switch directory options to automatic parsing
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 14/34] meson, configure: move Xen detection to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 18/34] configure: switch string options to automatic parsing
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 29/34] build: move vhost-vsock configuration to Kconfig
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 27/34] meson, virtio: place all virtio-pci devices under virtio_pci_ss
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 21/34] meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 28/34] configure: simplify vhost-net-{user, vdpa} configuration
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 30/34] build: move vhost-scsi configuration to Kconfig
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 31/34] build: move vhost-user-fs configuration to Kconfig
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 32/34] meson: create have_vhost_* variables
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 22/34] meson, configure: move --interp-prefix to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 34/34] configure, meson: move vhost options to Meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 19/34] meson, configure: move --tls-priority to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 20/34] meson, configure: move bdrv whitelists to meson
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 25/34] meson: pass more options directly as -D
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 26/34] configure: omit options with default values from meson command line
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 17/34] configure: move Windows flags detection to meson
,
Paolo Bonzini
,
2022/04/23
Re: [PATCH v2 17/34] configure: move Windows flags detection to meson
,
Marc-André Lureau
,
2022/04/24
[PATCH v2 33/34] meson: use have_vhost_* variables to pick sources
,
Paolo Bonzini
,
2022/04/23
[PATCH v3 0/3] Misc AC97 clean ups
,
BALATON Zoltan
,
2022/04/23
[PATCH v3 2/3] hw/audio/ac97: Remove unimplemented reset functions
,
BALATON Zoltan
,
2022/04/23
Re: [PATCH v3 2/3] hw/audio/ac97: Remove unimplemented reset functions
,
Víctor Colombo
,
2022/04/25
[PATCH v3 3/3] hw/audio/ac97: Remove unneeded local variables
,
BALATON Zoltan
,
2022/04/23
[PATCH v3 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
,
BALATON Zoltan
,
2022/04/23
Re: [PATCH v3 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
,
Víctor Colombo
,
2022/04/25
[PATCH v2] target/xtensa: import core lx106
,
Simon Safar
,
2022/04/23
Re: [PATCH v2] target/xtensa: import core lx106
,
Max Filippov
,
2022/04/23
Re: [PATCH v2] target/xtensa: import core lx106
,
Simon Safar
,
2022/04/25
Re: [PATCH v2] target/xtensa: import core lx106
,
Max Filippov
,
2022/04/25
qemu questions about x86
,
项晨东
,
2022/04/23
Re: qemu questions about x86
,
Wei Li
,
2022/04/26
[PATCH v12 00/14] support subsets of scalar crypto extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 04/14] target/riscv: rvk: add support for zbkx extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
,
Weiwei Li
,
2022/04/22
[PATCH v12 03/14] target/riscv: rvk: add support for zbkc extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 01/14] target/riscv: rvk: add cfg properties for zbk* and zk*
,
Weiwei Li
,
2022/04/22
[PATCH v12 05/14] crypto: move sm4_sbox from target/arm
,
Weiwei Li
,
2022/04/22
[PATCH v12 02/14] target/riscv: rvk: add support for zbkb extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 08/14] target/riscv: rvk: add support for sha256 related instructions in zknh extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 in zknh extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
,
Weiwei Li
,
2022/04/22
[PATCH v12 12/14] target/riscv: rvk: add CSR support for Zkr
,
Weiwei Li
,
2022/04/22
[PATCH v12 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
,
Weiwei Li
,
2022/04/22
[PATCH v12 10/14] target/riscv: rvk: add support for sha512 related instructions for RV64 in zknh extension
,
Weiwei Li
,
2022/04/22
[PATCH v12 14/14] target/riscv: rvk: expose zbk* and zk* properties
,
Weiwei Li
,
2022/04/22
[PATCH v12 11/14] target/riscv: rvk: add support for zksed/zksh extension
,
Weiwei Li
,
2022/04/22
Re: [PATCH v12 00/14] support subsets of scalar crypto extension
,
Alistair Francis
,
2022/04/23
Re: [PATCH v3 0/3] nbd: MULTI_CONN for shared writable exports
,
Eric Blake
,
2022/04/22
Re: [PATCH v2 for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
,
Eric Blake
,
2022/04/22
[PATCH] target/xtensa: add clock input to xtensa CPU
,
Max Filippov
,
2022/04/22
[PATCH 00/20] target/ppc: Remove hidden usages of *env
,
Víctor Colombo
,
2022/04/22
[PATCH 01/20] target/ppc: Remove fpscr_* macros from cpu.h
,
Víctor Colombo
,
2022/04/22
Re: [PATCH 01/20] target/ppc: Remove fpscr_* macros from cpu.h
,
Richard Henderson
,
2022/04/26
[PATCH 02/20] target/ppc: Remove unused msr_* macros
,
Víctor Colombo
,
2022/04/22
Re: [PATCH 02/20] target/ppc: Remove unused msr_* macros
,
Richard Henderson
,
2022/04/26
[PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
Víctor Colombo
,
2022/04/22
Re: [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
Richard Henderson
,
2022/04/26
Re: [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
Víctor Colombo
,
2022/04/27
Re: [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
Cédric Le Goater
,
2022/04/28
Re: [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
Víctor Colombo
,
2022/04/28
Re: [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
Richard Henderson
,
2022/04/28
Re: [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro
,
BALATON Zoltan
,
2022/04/28
[PATCH 04/20] target/ppc: Substitute msr_le macro with new M_MSR_LE macro
,
Víctor Colombo
,
2022/04/22
Re: [PATCH 04/20] target/ppc: Substitute msr_le macro with new M_MSR_LE macro
,
BALATON Zoltan
,
2022/04/23
[PATCH 05/20] target/ppc: Substitute msr_ds macro with new M_MSR_DS macro
,
Víctor Colombo
,
2022/04/22
[PATCH 06/20] target/ppc: Substitute msr_ile macro with new M_MSR_ILE macro
,
Víctor Colombo
,
2022/04/22
[PATCH 07/20] target/ppc: Substitute msr_ee macro with new M_MSR_EE macro
,
Víctor Colombo
,
2022/04/22
[PATCH 08/20] target/ppc: Substitute msr_ce macro with new M_MSR_CE macro
,
Víctor Colombo
,
2022/04/22
[PATCH 09/20] target/ppc: Substitute msr_pow macro with new M_MSR_POW macro
,
Víctor Colombo
,
2022/04/22
[PATCH 10/20] target/ppc: Substitute msr_me macro with new M_MSR_ME macro
,
Víctor Colombo
,
2022/04/22
[PATCH 11/20] target/ppc: Substitute msr_gs macro with new M_MSR_GS macro
,
Víctor Colombo
,
2022/04/22
[PATCH 12/20] target/ppc: Substitute msr_fp macro with new M_MSR_FP macro
,
Víctor Colombo
,
2022/04/22
[PATCH 13/20] target/ppc: Substitute msr_cm macro with new M_MSR_CM macro
,
Víctor Colombo
,
2022/04/22
[PATCH 14/20] target/ppc: Substitute msr_ir macro with new M_MSR_IR macro
,
Víctor Colombo
,
2022/04/22
[PATCH 16/20] target/ppc: Substitute msr_ep macro with new M_MSR_EP macro
,
Víctor Colombo
,
2022/04/22
[PATCH 15/20] target/ppc: Substitute msr_dr macro with new M_MSR_DR macro
,
Víctor Colombo
,
2022/04/22
[PATCH 17/20] target/ppc: Substitute msr_fe macro with new M_MSR_FE macro
,
Víctor Colombo
,
2022/04/22
[PATCH 18/20] target/ppc: Substitute msr_ts macro with new M_MSR_TS macro
,
Víctor Colombo
,
2022/04/22
[PATCH 19/20] target/ppc: Substitute msr_hv macro with new M_MSR_HV macro
,
Víctor Colombo
,
2022/04/22
[PATCH 20/20] target/ppc: Add unused M_MSR_* macros
,
Víctor Colombo
,
2022/04/22
Re: [PATCH 00/20] target/ppc: Remove hidden usages of *env
,
Richard Henderson
,
2022/04/26
[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
,
John Snow
,
2022/04/22
[qemu.qmp PATCH 04/12] update project URLs
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 04/12] update project URLs
,
Daniel P . Berrangé
,
2022/04/25
Re: [qemu.qmp PATCH 04/12] update project URLs
,
John Snow
,
2022/04/25
Re: [qemu.qmp PATCH 04/12] update project URLs
,
Daniel P . Berrangé
,
2022/04/26
Re: [qemu.qmp PATCH 04/12] update project URLs
,
Kashyap Chamarthy
,
2022/04/26
Re: [qemu.qmp PATCH 04/12] update project URLs
,
John Snow
,
2022/04/26
Re: [qemu.qmp PATCH 04/12] update project URLs
,
Beraldo Leal
,
2022/04/29
Re: [qemu.qmp PATCH 04/12] update project URLs
,
John Snow
,
2022/04/29
[qemu.qmp PATCH 03/12] update project description
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 03/12] update project description
,
Beraldo Leal
,
2022/04/29
[qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile
,
Kashyap Chamarthy
,
2022/04/25
[qemu.qmp PATCH 02/12] update maintainer metadata
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 02/12] update maintainer metadata
,
Daniel P . Berrangé
,
2022/04/25
Re: [qemu.qmp PATCH 02/12] update maintainer metadata
,
John Snow
,
2022/04/25
[qemu.qmp PATCH 07/12] move PACKAGE.rst to README.rst and update
,
John Snow
,
2022/04/22
[qemu.qmp PATCH 12/12] update VERSION to 0.0.0a1
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 12/12] update VERSION to 0.0.0a1
,
Beraldo Leal
,
2022/04/29
[qemu.qmp PATCH 10/12] update Pipfile
,
John Snow
,
2022/04/22
[qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git
,
Daniel P . Berrangé
,
2022/04/25
Re: [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git
,
John Snow
,
2022/04/25
[qemu.qmp PATCH 08/12] docs: add versioning policy to README
,
John Snow
,
2022/04/22
[qemu.qmp PATCH 06/12] move README.rst to FILES.rst and update
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 06/12] move README.rst to FILES.rst and update
,
Kashyap Chamarthy
,
2022/04/25
[qemu.qmp PATCH 09/12] add LGPLv2+ and GPLv2 LICENSE files
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 09/12] add LGPLv2+ and GPLv2 LICENSE files
,
Daniel P . Berrangé
,
2022/04/25
[qemu.qmp PATCH 05/12] add a couple new trove classifiers
,
John Snow
,
2022/04/22
Re: [qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
,
John Snow
,
2022/04/29
[RFC PATCH] 9p: case-insensitive host filesystems
,
Christian Schoenebeck
,
2022/04/22
Re: [RFC PATCH] 9p: case-insensitive host filesystems
,
Dominique Martinet
,
2022/04/22
target/i386/kvm/kvm.c:2996: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
,
Michael Tokarev
,
2022/04/22
[PATCH v9 00/12] target/hexagon: introduce idef-parser
,
Anton Johansson
,
2022/04/22
[PATCH v9 01/12] target/hexagon: update MAINTAINERS for idef-parser
,
Anton Johansson
,
2022/04/22
[PATCH v9 03/12] target/hexagon: make slot number an unsigned
,
Anton Johansson
,
2022/04/22
[PATCH v9 04/12] target/hexagon: make helper functions non-static
,
Anton Johansson
,
2022/04/22
[PATCH v9 05/12] target/hexagon: introduce new helper functions
,
Anton Johansson
,
2022/04/22
[PATCH v9 06/12] target/hexagon: expose next PC in DisasContext
,
Anton Johansson
,
2022/04/22
[PATCH v9 02/12] target/hexagon: import README for idef-parser
,
Anton Johansson
,
2022/04/22
[PATCH v9 08/12] target/hexagon: import flex/bison to docker files
,
Anton Johansson
,
2022/04/22
[PATCH v9 07/12] target/hexagon: prepare input for the idef-parser
,
Anton Johansson
,
2022/04/22
[PATCH v9 12/12] target/hexagon: import additional tests
,
Anton Johansson
,
2022/04/22
[PATCH v9 09/12] target/hexagon: import lexer for idef-parser
,
Anton Johansson
,
2022/04/22
[PATCH v9 10/12] target/hexagon: import parser for idef-parser
,
Anton Johansson
,
2022/04/22
[PATCH v9 11/12] target/hexagon: call idef-parser functions
,
Anton Johansson
,
2022/04/22
[PATCH v8 00/68] nios2 fixes, cleanups, shadow reg sets
,
Richard Henderson
,
2022/04/22
[PATCH v8 02/68] linux-user/nios2: Fix clone child return
,
Richard Henderson
,
2022/04/22
[PATCH v8 03/68] linux-user/nios2: Drop syscall 0 "workaround"
,
Richard Henderson
,
2022/04/22
[PATCH v8 04/68] linux-user/nios2: Adjust error return
,
Richard Henderson
,
2022/04/22
[PATCH v8 01/68] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
,
Richard Henderson
,
2022/04/22
[PATCH v8 05/68] linux-user/nios2: Handle special qemu syscall return values
,
Richard Henderson
,
2022/04/22
[PATCH v8 06/68] linux-user/nios2: Remove do_sigreturn
,
Richard Henderson
,
2022/04/22
[PATCH v8 07/68] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
,
Richard Henderson
,
2022/04/22
[PATCH v8 08/68] tests/tcg/nios2: Re-enable linux-user tests
,
Richard Henderson
,
2022/04/22
[PATCH v8 09/68] target/nios2: Remove user-only nios2_cpu_do_interrupt
,
Richard Henderson
,
2022/04/22
[PATCH v8 10/68] target/nios2: Remove nios2_cpu_record_sigsegv
,
Richard Henderson
,
2022/04/22
[PATCH v8 11/68] target/nios2: Build helper.c for system only
,
Richard Henderson
,
2022/04/22
[PATCH v8 12/68] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
,
Richard Henderson
,
2022/04/22
[PATCH v8 14/68] target/nios2: Stop generating code if gen_check_supervisor fails
,
Richard Henderson
,
2022/04/22
[PATCH v8 13/68] target/nios2: Check supervisor on eret
,
Richard Henderson
,
2022/04/22
[PATCH v8 16/68] target/nios2: Split PC out of env->regs[]
,
Richard Henderson
,
2022/04/22
[PATCH v8 18/68] target/nios2: Fix BRET instruction
,
Richard Henderson
,
2022/04/22
[PATCH v8 19/68] target/nios2: Do not create TCGv for control registers
,
Richard Henderson
,
2022/04/22
[PATCH v8 20/68] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
,
Richard Henderson
,
2022/04/22
[PATCH v8 21/68] target/nios2: Remove cpu_interrupts_enabled
,
Richard Henderson
,
2022/04/22
[PATCH v8 24/68] target/nios2: Use hw/registerfields.h for CR_STATUS fields
,
Richard Henderson
,
2022/04/22
[PATCH v8 15/68] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
,
Richard Henderson
,
2022/04/22
[PATCH v8 17/68] target/nios2: Split out helper for eret instruction
,
Richard Henderson
,
2022/04/22
[PATCH v8 23/68] target/nios2: Clean up nios2_cpu_dump_state
,
Richard Henderson
,
2022/04/22
[PATCH v8 22/68] target/nios2: Split control registers away from general registers
,
Richard Henderson
,
2022/04/22
[PATCH v8 25/68] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
,
Richard Henderson
,
2022/04/22
[PATCH v8 26/68] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
,
Richard Henderson
,
2022/04/22
[PATCH v8 27/68] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
,
Richard Henderson
,
2022/04/22
[PATCH v8 28/68] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
,
Richard Henderson
,
2022/04/22
[PATCH v8 29/68] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
,
Richard Henderson
,
2022/04/22
[PATCH v8 30/68] target/nios2: Move R_FOO and CR_BAR into enumerations
,
Richard Henderson
,
2022/04/22
[PATCH v8 31/68] target/nios2: Create EXCP_SEMIHOST for semi-hosting
,
Richard Henderson
,
2022/04/22
[PATCH v8 32/68] target/nios2: Clean up nios2_cpu_do_interrupt
,
Richard Henderson
,
2022/04/22
[PATCH v8 33/68] target/nios2: Hoist CPU_LOG_INT logging
,
Richard Henderson
,
2022/04/22
[PATCH v8 34/68] target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
,
Richard Henderson
,
2022/04/22
[PATCH v8 35/68] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
,
Richard Henderson
,
2022/04/22
[PATCH v8 36/68] target/nios2: Clean up handling of tlbmisc in do_exception
,
Richard Henderson
,
2022/04/22
[PATCH v8 38/68] target/nios2: Implement cpuid
,
Richard Henderson
,
2022/04/22
[PATCH v8 37/68] target/nios2: Prevent writes to read-only or reserved control fields
,
Richard Henderson
,
2022/04/22
[PATCH v8 39/68] target/nios2: Implement CR_STATUS.RSIE
,
Richard Henderson
,
2022/04/22
[PATCH v8 40/68] target/nios2: Remove CPU_INTERRUPT_NMI
,
Richard Henderson
,
2022/04/22
[PATCH v8 41/68] target/nios2: Support division error exception
,
Richard Henderson
,
2022/04/22
[PATCH v8 42/68] target/nios2: Use tcg_constant_tl
,
Richard Henderson
,
2022/04/22
[PATCH v8 43/68] target/nios2: Split out named structs for [IRJ]_TYPE
,
Richard Henderson
,
2022/04/22
[PATCH v8 44/68] target/nios2: Split out helpers for gen_i_cmpxx
,
Richard Henderson
,
2022/04/22
Re: [PATCH v8 44/68] target/nios2: Split out helpers for gen_i_cmpxx
,
Peter Maydell
,
2022/04/26
[PATCH v8 45/68] target/nios2: Split out helpers for gen_i_math_logic
,
Richard Henderson
,
2022/04/22
Re: [PATCH v8 45/68] target/nios2: Split out helpers for gen_i_math_logic
,
Peter Maydell
,
2022/04/26
[PATCH v8 46/68] target/nios2: Split out helpers for gen_r_math_logic
,
Richard Henderson
,
2022/04/22
Re: [PATCH v8 46/68] target/nios2: Split out helpers for gen_r_math_logic
,
Peter Maydell
,
2022/04/26
[PATCH v8 47/68] target/nios2: Split out helpers for gen_rr_mul_high
,
Richard Henderson
,
2022/04/22
Re: [PATCH v8 47/68] target/nios2: Split out helpers for gen_rr_mul_high
,
Peter Maydell
,
2022/04/26
[PATCH v8 48/68] target/nios2: Split out helpers for gen_rr_shift
,
Richard Henderson
,
2022/04/22
Re: [PATCH v8 48/68] target/nios2: Split out helpers for gen_rr_shift
,
Peter Maydell
,
2022/04/26
[PATCH v8 49/68] target/nios2: Introduce dest_gpr
,
Richard Henderson
,
2022/04/22
[PATCH v8 51/68] target/nios2: Enable unaligned traps for system mode
,
Richard Henderson
,
2022/04/22
[PATCH v8 52/68] target/nios2: Create gen_jumpr
,
Richard Henderson
,
2022/04/22
[PATCH v8 50/68] target/nios2: Drop CR_STATUS_EH from tb->flags
,
Richard Henderson
,
2022/04/22
[PATCH v8 54/68] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
,
Richard Henderson
,
2022/04/22
[PATCH v8 53/68] target/nios2: Hoist set of is_jmp into gen_goto_tb
,
Richard Henderson
,
2022/04/22
[PATCH v8 56/68] target/nios2: Implement Misaligned destination exception
,
Richard Henderson
,
2022/04/22
[PATCH v8 55/68] target/nios2: Use tcg_gen_lookup_and_goto_ptr
,
Richard Henderson
,
2022/04/22
[PATCH v8 57/68] target/nios2: Introduce shadow register sets
,
Richard Henderson
,
2022/04/22
[PATCH v8 59/68] target/nios2: Update helper_eret for shadow registers
,
Richard Henderson
,
2022/04/22
[PATCH v8 58/68] target/nios2: Implement rdprs, wrprs
,
Richard Henderson
,
2022/04/22
[PATCH v8 60/68] target/nios2: Implement EIC interrupt processing
,
Richard Henderson
,
2022/04/22
[PATCH v8 61/68] target/nios2: Advance pc when raising exceptions
,
Richard Henderson
,
2022/04/22
[PATCH v8 62/68] linux-user/nios2: Handle various SIGILL exceptions
,
Richard Henderson
,
2022/04/22
[PATCH v8 63/68] hw/intc: Vectored Interrupt Controller (VIC)
,
Richard Henderson
,
2022/04/22
[PATCH v8 64/68] hw/nios2: Introduce Nios2MachineState
,
Richard Henderson
,
2022/04/22
[PATCH v8 66/68] hw/nios2: Machine with a Vectored Interrupt Controller
,
Richard Henderson
,
2022/04/22
[PATCH v8 65/68] hw/nios2: Move memory regions into Nios2Machine
,
Richard Henderson
,
2022/04/22
[PATCH v8 67/68] tests/tcg/nios2: Add semihosting multiarch tests
,
Richard Henderson
,
2022/04/22
Re: [PATCH v8 67/68] tests/tcg/nios2: Add semihosting multiarch tests
,
Peter Maydell
,
2022/04/26
[PATCH v8 68/68] tests/tcg/nios2: Add test-shadow-1
,
Richard Henderson
,
2022/04/22
[PATCH v5 0/3] util/thread-pool: Expose minimun and maximum size
,
Nicolas Saenz Julienne
,
2022/04/22
[PATCH v5 2/3] util/main-loop: Introduce the main loop into QOM
,
Nicolas Saenz Julienne
,
2022/04/22
Re: [PATCH v5 2/3] util/main-loop: Introduce the main loop into QOM
,
Markus Armbruster
,
2022/04/25
[PATCH v5 3/3] util/event-loop-base: Introduce options to set the thread pool size
,
Nicolas Saenz Julienne
,
2022/04/22
[PATCH v5 1/3] Introduce event-loop-base abstract class
,
Nicolas Saenz Julienne
,
2022/04/22
Re: [PATCH v5 0/3] util/thread-pool: Expose minimun and maximum size
,
Markus Armbruster
,
2022/04/25
Re: [PATCH v5 0/3] util/thread-pool: Expose minimun and maximum size
,
Nicolas Saenz Julienne
,
2022/04/25
[PATCH] docs/devel: add doc about device life cycles
,
Damien Hedde
,
2022/04/22
Re: [PATCH] docs/devel: add doc about device life cycles
,
Damien Hedde
,
2022/04/28
[PULL v2 00/61] target-arm queue
,
Peter Maydell
,
2022/04/22
Re: [PULL v2 00/61] target-arm queue
,
Richard Henderson
,
2022/04/22
[PATCH] qapi: Fix malformed "Since:" section tags
,
Markus Armbruster
,
2022/04/22
Re: [PATCH] qapi: Fix malformed "Since:" section tags
,
Andrea Bolognani
,
2022/04/22
[PATCH 0/3] Misc AC97 clean ups
,
BALATON Zoltan
,
2022/04/22
[PATCH 3/3] hw/audio/ac97: Remove unneeded local variables
,
BALATON Zoltan
,
2022/04/22
Re: [PATCH 3/3] hw/audio/ac97: Remove unneeded local variables
,
Peter Maydell
,
2022/04/22
[PATCH 2/3] hw/audio/ac97: Remove unimplemented reset functions
,
BALATON Zoltan
,
2022/04/22
Re: [PATCH 2/3] hw/audio/ac97: Remove unimplemented reset functions
,
Peter Maydell
,
2022/04/22
[PATCH 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
,
BALATON Zoltan
,
2022/04/22
[PATCH 0/3] Misc AC97 clean ups
,
BALATON Zoltan
,
2022/04/22
[PATCH v2 3/3] hw/audio/ac97: Remove unneeded local variables
,
BALATON Zoltan
,
2022/04/22
[PATCH v2 2/3] hw/audio/ac97: Remove unimplemented reset functions
,
BALATON Zoltan
,
2022/04/22
[PATCH v2 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
,
BALATON Zoltan
,
2022/04/22
Re: [PATCH v2 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
,
Víctor Colombo
,
2022/04/22
Re: [PATCH V2 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
,
Peter Xu
,
2022/04/22
Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
,
Chan Kim
,
2022/04/22
Re: Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
,
Mulyadi Santosa
,
2022/04/22
RE: Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
,
Chan Kim
,
2022/04/22
RE: Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
,
Chan Kim
,
2022/04/25
RE: Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
,
Chan Kim
,
2022/04/27
RE: Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
,
Chan Kim
,
2022/04/27
[PATCH 0/9] Record/replay refactoring and stuff
,
Pavel Dovgalyuk
,
2022/04/22
[PATCH 1/9] replay: fix event queue flush for qemu shutdown
,
Pavel Dovgalyuk
,
2022/04/22
Re: [PATCH 1/9] replay: fix event queue flush for qemu shutdown
,
Richard Henderson
,
2022/04/26
[PATCH 5/9] docs: convert docs/devel/replay page to rst
,
Pavel Dovgalyuk
,
2022/04/22
Re: [PATCH 5/9] docs: convert docs/devel/replay page to rst
,
Richard Henderson
,
2022/04/26
[PATCH 2/9] replay: notify vCPU when BH is scheduled
,
Pavel Dovgalyuk
,
2022/04/22
Re: [PATCH 2/9] replay: notify vCPU when BH is scheduled
,
Richard Henderson
,
2022/04/26
[PATCH 6/9] docs: move replay docs to docs/system/replay.rst
,
Pavel Dovgalyuk
,
2022/04/22
Re: [PATCH 6/9] docs: move replay docs to docs/system/replay.rst
,
Richard Henderson
,
2022/04/26
[PATCH 7/9] tests/avocado: update replay_linux test
,
Pavel Dovgalyuk
,
2022/04/22
[PATCH 8/9] tests/avocado: add replay Linux tests for virtio machine
,
Pavel Dovgalyuk
,
2022/04/22
[PATCH 3/9] replay: rewrite async event handling
,
Pavel Dovgalyuk
,
2022/04/22
Re: [PATCH 3/9] replay: rewrite async event handling
,
Richard Henderson
,
2022/04/26
[PATCH 4/9] replay: simplify async event processing
,
Pavel Dovgalyuk
,
2022/04/22
Re: [PATCH 4/9] replay: simplify async event processing
,
Richard Henderson
,
2022/04/26
[PATCH 9/9] tests/avocado: add replay Linux test for Aarch64 machines
,
Pavel Dovgalyuk
,
2022/04/22
[PATCH v3 7/7] target/xtensa: use tcg_constant_* for remaining opcodes
,
Max Filippov
,
2022/04/22
Re: [PATCH v3 7/7] target/xtensa: use tcg_constant_* for remaining opcodes
,
Richard Henderson
,
2022/04/22
[PATCH v2 0/7] target/xtensa: use tcg_constant_* where possible
,
Max Filippov
,
2022/04/22
[PATCH v2 1/7] target/xtensa: fix missing tcg_temp_free in gen_window_check
,
Max Filippov
,
2022/04/22
Re: [PATCH v2 1/7] target/xtensa: fix missing tcg_temp_free in gen_window_check
,
Richard Henderson
,
2022/04/22
[PATCH v2 2/7] target/xtensa: use tcg_contatnt_* for numeric literals
,
Max Filippov
,
2022/04/22
[PATCH v2 3/7] target/xtensa: use tcg_constant_* for exceptions
,
Max Filippov
,
2022/04/22
Re: [PATCH v2 3/7] target/xtensa: use tcg_constant_* for exceptions
,
Richard Henderson
,
2022/04/22
[PATCH v2 4/7] target/xtensa: use tcg_constant_* for TLB opcodes
,
Max Filippov
,
2022/04/22
[PATCH v2 6/7] target/xtensa: use tcg_constant_* for FPU conversion opcodes
,
Max Filippov
,
2022/04/22
[PATCH v2 5/7] target/xtensa: use tcg_constant_* for numbered special registers
,
Max Filippov
,
2022/04/22
[PATCH v2 7/7] target/xtensa: use tcg_constant_* for remaining opcodes
,
Max Filippov
,
2022/04/22
[PULL v2 00/13] Dump patches
,
marcandre . lureau
,
2022/04/22
[PULL v2 01/13] dump: Use ERRP_GUARD()
,
marcandre . lureau
,
2022/04/22
[PULL v2 02/13] dump: Remove the sh_info variable
,
marcandre . lureau
,
2022/04/22
[PULL v2 03/13] dump: Introduce shdr_num to decrease complexity
,
marcandre . lureau
,
2022/04/22
[PULL v2 04/13] dump: Remove the section if when calculating the memory offset
,
marcandre . lureau
,
2022/04/22
[PULL v2 05/13] dump: Add more offset variables
,
marcandre . lureau
,
2022/04/22
[PULL v2 07/13] dump: Consolidate phdr note writes
,
marcandre . lureau
,
2022/04/22
[PULL v2 06/13] dump: Introduce dump_is_64bit() helper function
,
marcandre . lureau
,
2022/04/22
[PULL v2 08/13] dump: Cleanup dump_begin write functions
,
marcandre . lureau
,
2022/04/22
[PULL v2 12/13] include/qemu: add 32-bit Windows dump structures
,
marcandre . lureau
,
2022/04/22
[PULL v2 09/13] dump: Consolidate elf note function
,
marcandre . lureau
,
2022/04/22
[PULL v2 11/13] dump/win_dump: add helper macros for Windows dump header access
,
marcandre . lureau
,
2022/04/22
[PULL v2 13/13] dump/win_dump: add 32-bit guest Windows support
,
marcandre . lureau
,
2022/04/22
Re: [PULL v2 13/13] dump/win_dump: add 32-bit guest Windows support
,
Viktor Prutyanov
,
2022/04/22
[PULL v2 10/13] include/qemu: rename Windows context definitions to expose bitness
,
marcandre . lureau
,
2022/04/22
Re: [PULL v2 00/13] Dump patches
,
Richard Henderson
,
2022/04/22
[PATCH] configure: make fortify_source=yes by default
,
Michael Tokarev
,
2022/04/22
Re: [PATCH] configure: make fortify_source=yes by default
,
Paolo Bonzini
,
2022/04/22
[PULL 00/61] target-arm queue
,
Peter Maydell
,
2022/04/22
[PULL 01/61] hw/intc/arm_gicv3_its: Add missing blank line
,
Peter Maydell
,
2022/04/22
[PULL 04/61] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
,
Peter Maydell
,
2022/04/22
[PULL 07/61] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
,
Peter Maydell
,
2022/04/22
[PULL 12/61] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
,
Peter Maydell
,
2022/04/22
[PULL 10/61] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
,
Peter Maydell
,
2022/04/22
[PULL 05/61] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
,
Peter Maydell
,
2022/04/22
[PULL 06/61] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
,
Peter Maydell
,
2022/04/22
[PULL 09/61] hw/intc/arm_gicv3_its: Implement VMAPP
,
Peter Maydell
,
2022/04/22
[PULL 17/61] hw/intc/arm_gicv3_its: Implement VSYNC
,
Peter Maydell
,
2022/04/22
[PULL 15/61] hw/intc/arm_gicv3: Keep pointers to every connected ITS
,
Peter Maydell
,
2022/04/22
[PULL 03/61] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
,
Peter Maydell
,
2022/04/22
[PULL 02/61] hw/intc/arm_gicv3: Sanity-check num-cpu property
,
Peter Maydell
,
2022/04/22
[PULL 08/61] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
,
Peter Maydell
,
2022/04/22
[PULL 11/61] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
,
Peter Maydell
,
2022/04/22
[PULL 13/61] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
,
Peter Maydell
,
2022/04/22
[PULL 19/61] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
,
Peter Maydell
,
2022/04/22
[PULL 14/61] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
,
Peter Maydell
,
2022/04/22
[PULL 21/61] hw/intc/arm_gicv3_its: Implement VINVALL
,
Peter Maydell
,
2022/04/22
[PULL 20/61] hw/intc/arm_gicv3_its: Implement VMOVI
,
Peter Maydell
,
2022/04/22
[PULL 26/61] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
,
Peter Maydell
,
2022/04/22
[PULL 24/61] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
,
Peter Maydell
,
2022/04/22
[PULL 16/61] hw/intc/arm_gicv3_its: Implement VMOVP
,
Peter Maydell
,
2022/04/22
[PULL 18/61] hw/intc/arm_gicv3_its: Implement INV command properly
,
Peter Maydell
,
2022/04/22
[PULL 22/61] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
,
Peter Maydell
,
2022/04/22
[PULL 23/61] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
,
Peter Maydell
,
2022/04/22
[PULL 25/61] hw/intc/arm_gicv3_cpuif: Support vLPIs
,
Peter Maydell
,
2022/04/22
[PULL 27/61] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
,
Peter Maydell
,
2022/04/22
[PULL 29/61] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
,
Peter Maydell
,
2022/04/22
[PULL 34/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
,
Peter Maydell
,
2022/04/22
[PULL 35/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
,
Peter Maydell
,
2022/04/22
[PULL 32/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
,
Peter Maydell
,
2022/04/22
[PULL 36/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
,
Peter Maydell
,
2022/04/22
[PULL 38/61] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
,
Peter Maydell
,
2022/04/22
[PULL 39/61] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
,
Peter Maydell
,
2022/04/22
[PULL 28/61] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
,
Peter Maydell
,
2022/04/22
[PULL 31/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
,
Peter Maydell
,
2022/04/22
[PULL 42/61] target/arm: Update ISAR fields for ARMv8.8
,
Peter Maydell
,
2022/04/22
[PULL 37/61] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
,
Peter Maydell
,
2022/04/22
[PULL 30/61] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
,
Peter Maydell
,
2022/04/22
[PULL 33/61] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
,
Peter Maydell
,
2022/04/22
[PULL 40/61] hw/arm/virt: Abstract out calculation of redistributor region capacity
,
Peter Maydell
,
2022/04/22
[PULL 45/61] target/arm: Change DisasContext.aarch64 to bool
,
Peter Maydell
,
2022/04/22
[PULL 43/61] target/arm: Update SCR_EL3 bits to ARMv8.8
,
Peter Maydell
,
2022/04/22
[PULL 44/61] target/arm: Update SCTLR bits to ARMv9.2
,
Peter Maydell
,
2022/04/22
[PULL 46/61] target/arm: Change CPUArchState.aarch64 to bool
,
Peter Maydell
,
2022/04/22
[PULL 47/61] target/arm: Extend store_cpu_offset to take field size
,
Peter Maydell
,
2022/04/22
[PULL 49/61] target/arm: Change CPUArchState.thumb to bool
,
Peter Maydell
,
2022/04/22
[PULL 50/61] target/arm: Remove fpexc32_access
,
Peter Maydell
,
2022/04/22
[PULL 51/61] target/arm: Split out set_btype_raw
,
Peter Maydell
,
2022/04/22
[PULL 53/61] target/arm: Simplify GEN_SHIFT in translate.c
,
Peter Maydell
,
2022/04/22
[PULL 55/61] target/arm: Simplify aa32 DISAS_WFI
,
Peter Maydell
,
2022/04/22
[PULL 52/61] target/arm: Split out gen_rebuild_hflags
,
Peter Maydell
,
2022/04/22
[PULL 48/61] target/arm: Change DisasContext.thumb to bool
,
Peter Maydell
,
2022/04/22
[PULL 54/61] target/arm: Simplify gen_sar
,
Peter Maydell
,
2022/04/22
[PULL 56/61] target/arm: Use tcg_constant in translate-m-nocp.c
,
Peter Maydell
,
2022/04/22
[PULL 57/61] target/arm: Use tcg_constant in translate-neon.c
,
Peter Maydell
,
2022/04/22
[PULL 61/61] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
,
Peter Maydell
,
2022/04/22
[PULL 58/61] target/arm: Use smin/smax for do_sat_addsub_32
,
Peter Maydell
,
2022/04/22
[PULL 41/61] hw/arm/virt: Support TCG GICv4
,
Peter Maydell
,
2022/04/22
[PULL 59/61] target/arm: Use tcg_constant in translate-vfp.c
,
Peter Maydell
,
2022/04/22
[PULL 60/61] target/arm: Use tcg_constant_i32 in translate.h
,
Peter Maydell
,
2022/04/22
Re: [PULL 00/61] target-arm queue
,
Richard Henderson
,
2022/04/22
Re: [PULL 00/61] target-arm queue
,
Peter Maydell
,
2022/04/22
[PATCH] nsis: Add missing tools to installer for Windows
,
Stefan Weil
,
2022/04/22
Re: [PATCH] nsis: Add missing tools to installer for Windows
,
Peter Maydell
,
2022/04/22
[PATCH 00/10] Misc cleanups
,
marcandre . lureau
,
2022/04/22
[PATCH 01/10] Use QEMU_SANITIZE_THREAD
,
marcandre . lureau
,
2022/04/22
[PATCH 02/10] Use QEMU_SANITIZE_ADDRESS
,
marcandre . lureau
,
2022/04/22
[PATCH 03/10] include: move qemu_*_exec_dir() to cutils
,
marcandre . lureau
,
2022/04/22
[PATCH 04/10] tests: move libqtest.h back under qtest/
,
marcandre . lureau
,
2022/04/22
Re: [PATCH 04/10] tests: move libqtest.h back under qtest/
,
Thomas Huth
,
2022/04/25
[PATCH 05/10] libqtest: split QMP part in libqmp
,
marcandre . lureau
,
2022/04/22
Re: [PATCH 05/10] libqtest: split QMP part in libqmp
,
Thomas Huth
,
2022/04/25
[PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()
,
marcandre . lureau
,
2022/04/22
Re: [PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()
,
Daniel P . Berrangé
,
2022/04/22
Re: [PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()
,
Marc-André Lureau
,
2022/04/22
[PATCH 07/10] tests: make libqmp buildable for win32
,
marcandre . lureau
,
2022/04/22
[PATCH 08/10] Use g_unix_set_fd_nonblocking()
,
marcandre . lureau
,
2022/04/22
Re: [PATCH 08/10] Use g_unix_set_fd_nonblocking()
,
Daniel P . Berrangé
,
2022/04/22
Re: [PATCH 08/10] Use g_unix_set_fd_nonblocking()
,
Marc-André Lureau
,
2022/04/22
Re: [PATCH 08/10] Use g_unix_set_fd_nonblocking()
,
Eric Blake
,
2022/04/22
Re: [PATCH 08/10] Use g_unix_set_fd_nonblocking()
,
Marc-André Lureau
,
2022/04/22
[PATCH 09/10] block: move fcntl_setfl()
,
marcandre . lureau
,
2022/04/22
Re: [PATCH 09/10] block: move fcntl_setfl()
,
Richard Henderson
,
2022/04/22
[PATCH 10/10] util/win32: simplify qemu_get_local_state_dir()
,
marcandre . lureau
,
2022/04/22
[PATCH] docs: Replace HomeBrew -> Homebrew
,
Stefan Weil
,
2022/04/22
Re: [PATCH] docs: Replace HomeBrew -> Homebrew
,
Bin Meng
,
2022/04/22
Re: [PATCH] docs: Replace HomeBrew -> Homebrew
,
Laurent Vivier
,
2022/04/26
[PATCH] docs: Replace Qemu -> QEMU
,
Stefan Weil
,
2022/04/22
Re: [PATCH] docs: Replace Qemu -> QEMU
,
Bin Meng
,
2022/04/22
Re: [PATCH] docs: Replace Qemu -> QEMU
,
Knut Omang
,
2022/04/22
Re: [PATCH] docs: Replace Qemu -> QEMU
,
Laurent Vivier
,
2022/04/26
Is it possible to support hotplug device to PXB bridge?
,
Eric Ren
,
2022/04/22
Re: Is it possible to support hotplug device to PXB bridge?
,
Daniel P . Berrangé
,
2022/04/22
Re: Is it possible to support hotplug device to PXB bridge?
,
Igor Mammedov
,
2022/04/22
Re: Is it possible to support hotplug device to PXB bridge?
,
Eric Ren
,
2022/04/22
Re: Is it possible to support hotplug device to PXB bridge?
,
Igor Mammedov
,
2022/04/22
Re: [PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
,
Chenyi Qiang
,
2022/04/22
Re: [PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
,
Chenyi Qiang
,
2022/04/27
Re: [PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
,
Jason Wang
,
2022/04/27
Re: [PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
,
Michael S. Tsirkin
,
2022/04/28
Re: [PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
,
Jason Wang
,
2022/04/28
Re: [PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
,
Michael S. Tsirkin
,
2022/04/28
[PATCH 0/3] libvhost-user: Add format attribute and fix format strings
,
Stefan Weil
,
2022/04/22
[PATCH 1/3] libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM)
,
Stefan Weil
,
2022/04/22
[PATCH 2/3] libvhost-user: Fix format strings
,
Stefan Weil
,
2022/04/22
Re: [PATCH 2/3] libvhost-user: Fix format strings
,
Marc-André Lureau
,
2022/04/22
[PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic
,
Stefan Weil
,
2022/04/22
Re: [PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic
,
Marc-André Lureau
,
2022/04/22
[PATCH v2 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
,
Wei Huang
,
2022/04/22
Re: [PATCH v2 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
,
Peter Maydell
,
2022/04/22
Re: [PATCH v2 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
,
Jason Wang
,
2022/04/24
[PATCH v5 0/3] aspeed/hace: Support AST2600 HACE
,
Steven Lee
,
2022/04/22
[PATCH v5 2/3] aspeed/hace: Support AST2600 HACE
,
Steven Lee
,
2022/04/22
Re: [PATCH v5 2/3] aspeed/hace: Support AST2600 HACE
,
Cédric Le Goater
,
2022/04/25
Re: [PATCH v5 2/3] aspeed/hace: Support AST2600 HACE
,
Steven Lee
,
2022/04/25
[PATCH v5 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode
,
Steven Lee
,
2022/04/22
[PATCH v5 1/3] aspeed/hace: Support HMAC Key Buffer register.
,
Steven Lee
,
2022/04/22
[PATCH v3] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
frank . chang
,
2022/04/22
Re: [PATCH v3] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Alistair Francis
,
2022/04/22
Re: [PATCH V2 2/4] intel-iommu: drop VTDBus
,
Peter Xu
,
2022/04/21
Re: [PATCH V2 2/4] intel-iommu: drop VTDBus
,
Jason Wang
,
2022/04/22
Re: [PATCH V2 2/4] intel-iommu: drop VTDBus
,
Peter Xu
,
2022/04/22
Re: [PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
,
Xiaoyao Li
,
2022/04/21
Re: [PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
,
Michael S. Tsirkin
,
2022/04/22
[PULL v2 00/31] riscv-to-apply queue
,
Alistair Francis
,
2022/04/21
[PULL v2 01/31] hw/ssi: Add Ibex SPI device model
,
Alistair Francis
,
2022/04/21
[PULL v2 02/31] riscv: opentitan: Connect opentitan SPI Host
,
Alistair Francis
,
2022/04/21
[PULL v2 03/31] target/riscv: Define simpler privileged spec version numbering
,
Alistair Francis
,
2022/04/21
[PULL v2 05/31] target/riscv: Introduce privilege version field in the CSR ops.
,
Alistair Francis
,
2022/04/21
[PULL v2 04/31] target/riscv: Add the privileged spec version 1.12.0
,
Alistair Francis
,
2022/04/21
[PULL v2 06/31] target/riscv: Add support for mconfigptr
,
Alistair Francis
,
2022/04/21
[PULL v2 07/31] target/riscv: Add *envcfg* CSRs support
,
Alistair Francis
,
2022/04/21
[PULL v2 08/31] target/riscv: Enable privileged spec version 1.12
,
Alistair Francis
,
2022/04/21
[PULL v2 09/31] target/riscv: cpu: Fixup indentation
,
Alistair Francis
,
2022/04/21
[PULL v2 10/31] target/riscv: Allow software access to MIP SEIP
,
Alistair Francis
,
2022/04/21
[PULL v2 12/31] target/riscv: optimize condition assign for scale < 0
,
Alistair Francis
,
2022/04/21
[PULL v2 11/31] target/riscv: Add initial support for the Sdtrig extension
,
Alistair Francis
,
2022/04/21
[PULL v2 15/31] target/riscv: Add isa extenstion strings to the device tree
,
Alistair Francis
,
2022/04/21
[PULL v2 14/31] target/riscv: misa to ISA string conversion fix
,
Alistair Francis
,
2022/04/21
[PULL v2 13/31] target/riscv: optimize helper for vmv<nr>r.v
,
Alistair Francis
,
2022/04/21
[PULL v2 16/31] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
,
Alistair Francis
,
2022/04/21
[PULL v2 17/31] target/riscv: Use cpu_loop_exit_restore directly from mmu faults
,
Alistair Francis
,
2022/04/21
[PULL v2 18/31] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Alistair Francis
,
2022/04/21
[PULL v2 19/31] target/riscv/pmp: fix NAPOT range computation overflow
,
Alistair Francis
,
2022/04/21
[PULL v2 21/31] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
,
Alistair Francis
,
2022/04/21
[PULL v2 22/31] hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINT
,
Alistair Francis
,
2022/04/21
[PULL v2 20/31] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
,
Alistair Francis
,
2022/04/21
[PULL v2 24/31] hw/intc: riscv_aclint: Add reset function of ACLINT devices
,
Alistair Francis
,
2022/04/21
[PULL v2 25/31] target/riscv: debug: Implement debug related TCGCPUOps
,
Alistair Francis
,
2022/04/21
[PULL v2 23/31] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
,
Alistair Francis
,
2022/04/21
[PULL v2 26/31] target/riscv: cpu: Add a config option for native debug
,
Alistair Francis
,
2022/04/21
[PULL v2 27/31] target/riscv: csr: Hook debug CSR read/write
,
Alistair Francis
,
2022/04/21
[PULL v2 28/31] target/riscv: machine: Add debug state description
,
Alistair Francis
,
2022/04/21
[PULL v2 30/31] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
,
Alistair Francis
,
2022/04/21
[PULL v2 29/31] target/riscv: cpu: Enable native debug feature
,
Alistair Francis
,
2022/04/21
[PULL v2 31/31] hw/riscv: boot: Support 64bit fdt address.
,
Alistair Francis
,
2022/04/21
Re: [PULL v2 00/31] riscv-to-apply queue
,
Richard Henderson
,
2022/04/22
[PATCH 0/6] target/xtensa: use tcg_constant_* where possible
,
Max Filippov
,
2022/04/21
[PATCH 1/6] target/xtensa: use tcg_contatnt_* for numeric literals
,
Max Filippov
,
2022/04/21
Re: [PATCH 1/6] target/xtensa: use tcg_contatnt_* for numeric literals
,
Richard Henderson
,
2022/04/21
[PATCH 2/6] target/xtensa: use tcg_constant_* for exceptions
,
Max Filippov
,
2022/04/21
Re: [PATCH 2/6] target/xtensa: use tcg_constant_* for exceptions
,
Richard Henderson
,
2022/04/21
[PATCH 3/6] target/xtensa: use tcg_constant_* for TLB opcodes
,
Max Filippov
,
2022/04/21
Re: [PATCH 3/6] target/xtensa: use tcg_constant_* for TLB opcodes
,
Richard Henderson
,
2022/04/21
[PATCH 6/6] target/xtensa: use tcg_constant_* for remaining opcodes
,
Max Filippov
,
2022/04/21
Re: [PATCH 6/6] target/xtensa: use tcg_constant_* for remaining opcodes
,
Richard Henderson
,
2022/04/21
[PATCH 4/6] target/xtensa: use tcg_constant_* for numbered special registers
,
Max Filippov
,
2022/04/21
Re: [PATCH 4/6] target/xtensa: use tcg_constant_* for numbered special registers
,
Richard Henderson
,
2022/04/21
[PATCH 5/6] target/xtensa: use tcg_constant_* for FPU conversion opcodes
,
Max Filippov
,
2022/04/21
Re: [PATCH 5/6] target/xtensa: use tcg_constant_* for FPU conversion opcodes
,
Richard Henderson
,
2022/04/21
[PATCH] target/xtensa: add missing tcg_temp_free to gen_window_check
,
Max Filippov
,
2022/04/21
Re: [PATCH] target/xtensa: add missing tcg_temp_free to gen_window_check
,
Richard Henderson
,
2022/04/21
[PATCH] target/xtensa: import core lx106
,
Simon Safar
,
2022/04/21
Re: [PATCH] target/xtensa: import core lx106
,
Max Filippov
,
2022/04/21
Re: [PATCH] target/xtensa: import core lx106
,
Simon Safar
,
2022/04/23
Re: [PATCH] target/xtensa: import core lx106
,
Max Filippov
,
2022/04/23
Re: [PATCH] target/xtensa: import core lx106
,
Simon Safar
,
2022/04/25
Re: [PATCH] target/xtensa: import core lx106
,
Max Filippov
,
2022/04/25
[PATCH 00/50] hppa: general improvements and tidy-ups
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 01/50] dino: checkpatch fixes
,
Mark Cave-Ayland
,
2022/04/21
Re: [PATCH 01/50] dino: checkpatch fixes
,
Richard Henderson
,
2022/04/21
[PATCH 02/50] dino: move registers from dino_init() to DINO_PCI_BRIDGE init function
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 03/50] dino: move PCI bus initialisation to dino_pcihost_init()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 04/50] dino: move PCI windows initialisation to dino_pcihost_init()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 07/50] dino: move PCI bus master address space setup to dino_pcihost_realize()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 09/50] dino: use QOM cast instead of directly referencing parent_obj
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 10/50] dino: return PCIBus from dino_init() using qdev_get_child_bus()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 08/50] dino: move initial register configuration to new dino_pcihost_reset() function
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 06/50] dino: move pci_setup_iommu() to dino_pcihost_init()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 05/50] dino: add memory-as property containing a link to the memory address space
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 11/50] dino: split declarations from dino.c into dino.h
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 18/50] dino: remove unused dino_set_timer_irq() IRQ handler
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 13/50] dino: change dino_init() to return the DINO device instead of PCIBus
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 12/50] hppa: use new CONFIG_HPPA_GENERIC option instead of CONFIG_DINO to build hppa machine
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 15/50] dino.h: add defines for DINO IRQ numbers
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 17/50] dino: wire up serial IRQ using a qdev GPIO in machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 20/50] dino: use numerical constant for iar0 and iar1 reset values
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 16/50] dino: define IRQ inputs as qdev GPIOs
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 19/50] hppa: move dino_init() from dino.c to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 14/50] machine.c: map DINO device during board configuration
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 21/50] dino: move DINO HPA constants from hppa_hardware.h to dino.h
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 24/50] lasi: move memory region initialisation to new lasi_init() function
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 26/50] lasi: move initialisation of iar and rtc to new lasi_reset() function
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 27/50] lasi: move LASIState and associated QOM structures to lasi.h
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 23/50] lasi: checkpatch fixes
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 22/50] dino: move from hw/hppa to hw/pci-host
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 25/50] lasi: move register memory mapping from lasi.c to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 28/50] lasi: replace lasi_get_irq() with defined constants
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 29/50] lasi: define IRQ inputs as qdev GPIOs
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 30/50] lasi: use qdev GPIOs to wire up IRQs in lasi_initfn()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 31/50] lasi: fix serial port initialisation
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 32/50] lasi: update lasi_initfn() to return LASIState
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 34/50] lasi: move parallel port initialisation to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 36/50] lasi: move PS2 initialisation to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 33/50] lasi: move LAN initialisation to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 39/50] lasi: use constants for device register offsets
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 35/50] lasi: move second serial port initialisation to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 41/50] hppa: move device headers from hppa_sys.h into individual .c files
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 37/50] lasi: remove address space parameter from lasi_initfn()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 38/50] lasi: move lasi_initfn() to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 40/50] lasi: use numerical constant for iar reset value
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 42/50] lasi: move from hw/hppa to hw/misc
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 44/50] hppa: remove hw/hppa/pci.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 45/50] hppa: remove unused trace-events from from hw/hppa
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 48/50] hppa: use MACHINE QOM macros for defining the hppa machine
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 46/50] hppa: move enable_lan() define from hppa_sys.h to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 49/50] hppa: fold machine_hppa_machine_init() into machine_hppa_machine_init_class_init()
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 43/50] hppa: move hppa_pci_ignore_ops from pci.c to machine.c
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 47/50] hppa: remove the empty hppa_sys.h file
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 50/50] hppa: simplify machine function names in machine.c
,
Mark Cave-Ayland
,
2022/04/21
Re: [PATCH 00/50] hppa: general improvements and tidy-ups
,
Helge Deller
,
2022/04/28
[PULL 0/7] target/rx patch queue
,
Richard Henderson
,
2022/04/21
[PULL 1/7] target/rx: Put tb_flags into DisasContext
,
Richard Henderson
,
2022/04/21
[PULL 3/7] target/rx: Move DISAS_UPDATE check for write to PSW
,
Richard Henderson
,
2022/04/21
[PULL 4/7] target/rx: Swap stack pointers on clrpsw/setpsw instruction
,
Richard Henderson
,
2022/04/21
[PULL 2/7] target/rx: Store PSW.U in tb->flags
,
Richard Henderson
,
2022/04/21
[PULL 5/7] hw/rx: rx-gdbsim DTB load address aligned of 16byte.
,
Richard Henderson
,
2022/04/21
[PULL 6/7] target/rx: set PSW.I when executing wait instruction
,
Richard Henderson
,
2022/04/21
[PULL 7/7] target/rx: update PC correctly in wait instruction
,
Richard Henderson
,
2022/04/21
Re: [PULL 0/7] target/rx patch queue
,
Richard Henderson
,
2022/04/21
Re: [PATCH v3] hw/rx: rx-gdbsim DTB load address aligned of 16byte.
,
Richard Henderson
,
2022/04/21
[PATCH v2] Only advertise aio=io_uring if support is actually available
,
Dirk Müller
,
2022/04/21
Re: [PATCH v2] Only advertise aio=io_uring if support is actually available
,
Eric Blake
,
2022/04/21
Re: [PATCH v2] Only advertise aio=io_uring if support is actually available
,
Eric Blake
,
2022/04/22
Re: [PATCH v2] Only advertise aio=io_uring if support is actually available
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH v2] Only advertise aio=io_uring if support is actually available
,
Eric Blake
,
2022/04/25
Create qemu-project/py-qemu.qmp repo
,
John Snow
,
2022/04/21
Re: Create qemu-project/py-qemu.qmp repo
,
Andrea Bolognani
,
2022/04/21
Re: Create qemu-project/py-qemu.qmp repo
,
John Snow
,
2022/04/21
Re: Create qemu-project/py-qemu.qmp repo
,
Andrea Bolognani
,
2022/04/22
Re: Create qemu-project/py-qemu.qmp repo
,
John Snow
,
2022/04/22
Re: Create qemu-project/py-qemu.qmp repo
,
John Snow
,
2022/04/22
[PULL 00/18] migration queue
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 02/18] tests: support QTEST_TRACE env variable
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 07/18] tests: introduce ability to provide hooks for migration precopy test
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 01/18] tests: improve error message when saving TLS PSK file fails
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 03/18] tests: print newline after QMP response in qtest logs
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 06/18] tests: merge code for UNIX and TCP migration pre-copy tests
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 09/18] tests: expand the migration precopy helper to support failures
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 10/18] migration: Postpone releasing MigrationState.hostname
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 08/18] tests: switch migration FD passing test to use common precopy helper
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 05/18] tests: switch MigrateStart struct to be stack allocated
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 11/18] migration: Drop multifd tls_hostname cache
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 13/18] migration: Move migrate_allow_multifd and helpers into migration.c
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 16/18] migration: Allow migrate-recover to run multiple times
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 14/18] migration: Export ram_load_postcopy()
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 18/18] migration: Read state once
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 12/18] migration: Add pss.postcopy_requested status
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 15/18] migration: Move channel setup out of postcopy_try_recover()
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 17/18] migration: Fix operator type
,
Dr. David Alan Gilbert (git)
,
2022/04/21
Re: [PULL 00/18] migration queue
,
Dr. David Alan Gilbert
,
2022/04/21
[PULL 00/18] migration queue
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 05/18] tests: switch MigrateStart struct to be stack allocated
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 01/18] tests: improve error message when saving TLS PSK file fails
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 08/18] tests: switch migration FD passing test to use common precopy helper
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 02/18] tests: support QTEST_TRACE env variable
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 10/18] migration: Postpone releasing MigrationState.hostname
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 15/18] migration: Move channel setup out of postcopy_try_recover()
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 14/18] migration: Export ram_load_postcopy()
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 16/18] migration: Allow migrate-recover to run multiple times
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 09/18] tests: expand the migration precopy helper to support failures
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 07/18] tests: introduce ability to provide hooks for migration precopy test
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 06/18] tests: merge code for UNIX and TCP migration pre-copy tests
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 03/18] tests: print newline after QMP response in qtest logs
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 11/18] migration: Drop multifd tls_hostname cache
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 13/18] migration: Move migrate_allow_multifd and helpers into migration.c
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 18/18] migration: Read state once
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 12/18] migration: Add pss.postcopy_requested status
,
Dr. David Alan Gilbert (git)
,
2022/04/21
[PULL 17/18] migration: Fix operator type
,
Dr. David Alan Gilbert (git)
,
2022/04/21
Re: [PULL 00/18] migration queue
,
Richard Henderson
,
2022/04/22
[PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Sam Li
,
2022/04/21
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Fam Zheng
,
2022/04/22
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Daniel P . Berrangé
,
2022/04/22
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Fam Zheng
,
2022/04/22
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Daniel P . Berrangé
,
2022/04/22
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Stefan Hajnoczi
,
2022/04/22
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
Stefan Hajnoczi
,
2022/04/22
Re: [PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
,
olc
,
2022/04/22
[PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
,
Wei Huang
,
2022/04/21
Re: [PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
,
Peter Maydell
,
2022/04/21
Re: [PATCH 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
,
Wei Huang
,
2022/04/21
[PATCH v2 0/5] 9pfs: macOS host fixes
,
Christian Schoenebeck
,
2022/04/21
[PATCH v2 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH v2 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Greg Kurz
,
2022/04/21
[PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/21
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Akihiko Odaki
,
2022/04/21
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/22
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Akihiko Odaki
,
2022/04/23
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/24
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Akihiko Odaki
,
2022/04/25
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/26
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Akihiko Odaki
,
2022/04/26
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Will Cohen
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/27
Re: [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/27
[PATCH v2 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH v2 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Greg Kurz
,
2022/04/21
[PATCH v2 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH v2 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Greg Kurz
,
2022/04/21
[PATCH v2 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH v2 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Greg Kurz
,
2022/04/21
[PATCH v7 00/64] nios2 fixes, cleanups, shadow reg sets
,
Richard Henderson
,
2022/04/21
[PATCH v7 02/64] linux-user/nios2: Fix clone child return
,
Richard Henderson
,
2022/04/21
[PATCH v7 03/64] linux-user/nios2: Drop syscall 0 "workaround"
,
Richard Henderson
,
2022/04/21
[PATCH v7 04/64] linux-user/nios2: Adjust error return
,
Richard Henderson
,
2022/04/21
[PATCH v7 01/64] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
,
Richard Henderson
,
2022/04/21
[PATCH v7 05/64] linux-user/nios2: Handle special qemu syscall return values
,
Richard Henderson
,
2022/04/21
[PATCH v7 06/64] linux-user/nios2: Remove do_sigreturn
,
Richard Henderson
,
2022/04/21
[PATCH v7 07/64] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
,
Richard Henderson
,
2022/04/21
[PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt
,
Peter Maydell
,
2022/04/22
[PATCH v7 08/64] tests/tcg/nios2: Re-enable linux-user tests
,
Richard Henderson
,
2022/04/21
[PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv
,
Peter Maydell
,
2022/04/22
[PATCH v7 11/64] target/nios2: Build helper.c for system only
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 11/64] target/nios2: Build helper.c for system only
,
Peter Maydell
,
2022/04/22
[PATCH v7 12/64] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 12/64] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
,
Peter Maydell
,
2022/04/22
[PATCH v7 13/64] target/nios2: Check supervisor on eret
,
Richard Henderson
,
2022/04/21
[PATCH v7 14/64] target/nios2: Stop generating code if gen_check_supervisor fails
,
Richard Henderson
,
2022/04/21
[PATCH v7 15/64] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
,
Richard Henderson
,
2022/04/21
[PATCH v7 16/64] target/nios2: Split PC out of env->regs[]
,
Richard Henderson
,
2022/04/21
[PATCH v7 17/64] target/nios2: Split out helper for eret instruction
,
Richard Henderson
,
2022/04/21
[PATCH v7 18/64] target/nios2: Fix BRET instruction
,
Richard Henderson
,
2022/04/21
[PATCH v7 19/64] target/nios2: Do not create TCGv for control registers
,
Richard Henderson
,
2022/04/21
[PATCH v7 20/64] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
,
Richard Henderson
,
2022/04/21
[PATCH v7 23/64] target/nios2: Clean up nios2_cpu_dump_state
,
Richard Henderson
,
2022/04/21
[PATCH v7 22/64] target/nios2: Split control registers away from general registers
,
Richard Henderson
,
2022/04/21
[PATCH v7 24/64] target/nios2: Use hw/registerfields.h for CR_STATUS fields
,
Richard Henderson
,
2022/04/21
[PATCH v7 25/64] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
,
Richard Henderson
,
2022/04/21
[PATCH v7 21/64] target/nios2: Remove cpu_interrupts_enabled
,
Richard Henderson
,
2022/04/21
[PATCH v7 26/64] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
,
Richard Henderson
,
2022/04/21
[PATCH v7 27/64] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
,
Richard Henderson
,
2022/04/21
[PATCH v7 28/64] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
,
Richard Henderson
,
2022/04/21
[PATCH v7 29/64] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
,
Richard Henderson
,
2022/04/21
[PATCH v7 30/64] target/nios2: Move R_FOO and CR_BAR into enumerations
,
Richard Henderson
,
2022/04/21
[PATCH v7 31/64] target/nios2: Create EXCP_SEMIHOST for semi-hosting
,
Richard Henderson
,
2022/04/21
[PATCH v7 32/64] target/nios2: Clean up nios2_cpu_do_interrupt
,
Richard Henderson
,
2022/04/21
[PATCH v7 33/64] target/nios2: Hoist CPU_LOG_INT logging
,
Richard Henderson
,
2022/04/21
[PATCH v7 35/64] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
,
Richard Henderson
,
2022/04/21
[PATCH v7 34/64] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 34/64] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
,
Peter Maydell
,
2022/04/22
[PATCH v7 36/64] target/nios2: Clean up handling of tlbmisc in do_exception
,
Richard Henderson
,
2022/04/21
[PATCH v7 37/64] target/nios2: Prevent writes to read-only or reserved control fields
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 37/64] target/nios2: Prevent writes to read-only or reserved control fields
,
Peter Maydell
,
2022/04/22
[PATCH v7 38/64] target/nios2: Implement cpuid
,
Richard Henderson
,
2022/04/21
[PATCH v7 39/64] target/nios2: Implement CR_STATUS.RSIE
,
Richard Henderson
,
2022/04/21
[PATCH v7 42/64] target/nios2: Use tcg_constant_tl
,
Richard Henderson
,
2022/04/21
[PATCH v7 41/64] target/nios2: Support division error exception
,
Richard Henderson
,
2022/04/21
[PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros
,
Peter Maydell
,
2022/04/22
[PATCH v7 43/64] target/nios2: Split out named structs for [IRJ]_TYPE
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 43/64] target/nios2: Split out named structs for [IRJ]_TYPE
,
Peter Maydell
,
2022/04/22
[PATCH v7 48/64] target/nios2: Create gen_jumpr
,
Richard Henderson
,
2022/04/21
[PATCH v7 40/64] target/nios2: Remove CPU_INTERRUPT_NMI
,
Richard Henderson
,
2022/04/21
[PATCH v7 51/64] target/nios2: Use tcg_gen_lookup_and_goto_ptr
,
Richard Henderson
,
2022/04/21
[PATCH v7 45/64] target/nios2: Introduce dest_gpr
,
Richard Henderson
,
2022/04/21
[PATCH v7 47/64] target/nios2: Enable unaligned traps for system mode
,
Richard Henderson
,
2022/04/21
[PATCH v7 46/64] target/nios2: Drop CR_STATUS_EH from tb->flags
,
Richard Henderson
,
2022/04/21
[PATCH v7 49/64] target/nios2: Hoist set of is_jmp into gen_goto_tb
,
Richard Henderson
,
2022/04/21
[PATCH v7 50/64] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
,
Richard Henderson
,
2022/04/21
[PATCH v7 52/64] target/nios2: Implement Misaligned destination exception
,
Richard Henderson
,
2022/04/21
[PATCH v7 58/64] linux-user/nios2: Handle various SIGILL exceptions
,
Richard Henderson
,
2022/04/21
[PATCH v7 61/64] hw/nios2: Move memory regions into Nios2Machine
,
Richard Henderson
,
2022/04/21
[PATCH v7 56/64] target/nios2: Implement EIC interrupt processing
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 56/64] target/nios2: Implement EIC interrupt processing
,
Peter Maydell
,
2022/04/22
[PATCH v7 55/64] target/nios2: Update helper_eret for shadow registers
,
Richard Henderson
,
2022/04/21
[PATCH v7 59/64] hw/intc: Vectored Interrupt Controller (VIC)
,
Richard Henderson
,
2022/04/21
[PATCH v7 64/64] tests/tcg/nios2: Add test-shadow-1
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 64/64] tests/tcg/nios2: Add test-shadow-1
,
Peter Maydell
,
2022/04/22
[PATCH v7 53/64] target/nios2: Introduce shadow register sets
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 53/64] target/nios2: Introduce shadow register sets
,
Peter Maydell
,
2022/04/22
[PATCH v7 60/64] hw/nios2: Introduce Nios2MachineState
,
Richard Henderson
,
2022/04/21
[PATCH v7 54/64] target/nios2: Implement rdprs, wrprs
,
Richard Henderson
,
2022/04/21
[PATCH v7 57/64] target/nios2: Advance pc when raising exceptions
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 57/64] target/nios2: Advance pc when raising exceptions
,
Peter Maydell
,
2022/04/22
[PATCH v7 62/64] hw/nios2: Machine with a Vectored Interrupt Controller
,
Richard Henderson
,
2022/04/21
[PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests
,
Richard Henderson
,
2022/04/21
Re: [PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests
,
Peter Maydell
,
2022/04/22
[PULL 00/17] Python patches
,
John Snow
,
2022/04/21
[PULL 04/17] iotests: switch to AQMP
,
John Snow
,
2022/04/21
[PULL 02/17] scripts/bench-block-job: switch to AQMP
,
John Snow
,
2022/04/21
[PULL 03/17] iotests/mirror-top-perms: switch to AQMP
,
John Snow
,
2022/04/21
[PULL 06/17] python/aqmp: relicense as LGPLv2+
,
John Snow
,
2022/04/21
[PULL 07/17] python/qmp-shell: relicense as LGPLv2+
,
John Snow
,
2022/04/21
[PULL 09/17] python: temporarily silence pylint duplicate-code warnings
,
John Snow
,
2022/04/21
[PULL 08/17] python/aqmp-tui: relicense as LGPLv2+
,
John Snow
,
2022/04/21
[PULL 10/17] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
,
John Snow
,
2022/04/21
[PULL 13/17] python: remove the old QMP package
,
John Snow
,
2022/04/21
[PULL 12/17] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
,
John Snow
,
2022/04/21
[PULL 14/17] python: re-enable pylint duplicate-code warnings
,
John Snow
,
2022/04/21
[PULL 11/17] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
,
John Snow
,
2022/04/21
[PULL 01/17] python/machine: permanently switch to AQMP
,
John Snow
,
2022/04/21
[PULL 16/17] python: rename 'aqmp-tui' to 'qmp-tui'
,
John Snow
,
2022/04/21
[PULL 15/17] python: rename qemu.aqmp to qemu.qmp
,
John Snow
,
2022/04/21
[PULL 05/17] python/aqmp: add explicit GPLv2 license to legacy.py
,
John Snow
,
2022/04/21
[PULL 17/17] python/qmp: remove pylint workaround from legacy.py
,
John Snow
,
2022/04/21
Re: [PULL 00/17] Python patches
,
Richard Henderson
,
2022/04/21
[PULL 0/7] QAPI patches patches for 2022-04-21
,
Markus Armbruster
,
2022/04/21
[PULL 3/7] qapi-schema: test: add a unit test for parsing array alternates
,
Markus Armbruster
,
2022/04/21
[PULL 7/7] qapi: Fix version of cpu0-id field
,
Markus Armbruster
,
2022/04/21
[PULL 2/7] qapi-schema: test: add a qapi-schema-test for array alternates
,
Markus Armbruster
,
2022/04/21
[PULL 6/7] qapi: Fix typo
,
Markus Armbruster
,
2022/04/21
[PULL 4/7] docs: qapi: Remove outdated reference to simple unions
,
Markus Armbruster
,
2022/04/21
[PULL 5/7] qapi: Fix documentation for query-xen-replication-status
,
Markus Armbruster
,
2022/04/21
[PULL 1/7] qapi-schema: support alternates with array type
,
Markus Armbruster
,
2022/04/21
Re: [PULL 0/7] QAPI patches patches for 2022-04-21
,
Richard Henderson
,
2022/04/21
[PATCH] iotests/108: Fix when missing user_allow_other
,
Hanna Reitz
,
2022/04/21
Re: [PATCH] iotests/108: Fix when missing user_allow_other
,
Markus Armbruster
,
2022/04/21
Re: [PATCH] iotests/108: Fix when missing user_allow_other
,
Eric Blake
,
2022/04/22
Re: [PATCH v4 00/19] migration: Postcopy Preemption
,
Dr. David Alan Gilbert
,
2022/04/21
[PULL 00/30] Misc patches
,
marcandre . lureau
,
2022/04/21
[PULL 01/30] glib-compat: isolate g_date_time_format_iso8601 version-bypass
,
marcandre . lureau
,
2022/04/21
[PULL 02/30] scripts/analyze-inclusions: drop qemu-common.h from analysis
,
marcandre . lureau
,
2022/04/21
[PULL 03/30] Simplify softmmu/main.c
,
marcandre . lureau
,
2022/04/21
[PULL 05/30] include: rename qemu-common.h qemu/help-texts.h
,
marcandre . lureau
,
2022/04/21
[PULL 04/30] hw/hyperv: remove needless qemu-common.h include
,
marcandre . lureau
,
2022/04/21
[PULL 06/30] qga: replace usleep() with g_usleep()
,
marcandre . lureau
,
2022/04/21
[PULL 08/30] arm/digic: replace snprintf() with g_strdup_printf()
,
marcandre . lureau
,
2022/04/21
[PULL 07/30] docs: trace-events-all is installed without renaming
,
marcandre . lureau
,
2022/04/21
[PULL 09/30] arm/allwinner-a10: replace snprintf() with g_strdup_printf()
,
marcandre . lureau
,
2022/04/21
[PULL 10/30] intc/exynos4210_gic: replace snprintf() with g_strdup_printf()
,
marcandre . lureau
,
2022/04/21
[PULL 11/30] doc/style: CLang -> Clang
,
marcandre . lureau
,
2022/04/21
[PULL 12/30] osdep.h: move qemu_build_not_reached()
,
marcandre . lureau
,
2022/04/21
[PULL 13/30] compiler.h: replace QEMU_NORETURN with G_NORETURN
,
marcandre . lureau
,
2022/04/21
[PULL 14/30] include: move qemu_msync() to osdep
,
marcandre . lureau
,
2022/04/21
[PULL 15/30] include: move qemu_fdatasync() to osdep
,
marcandre . lureau
,
2022/04/21
[PULL 16/30] include: add qemu/keyval.h
,
marcandre . lureau
,
2022/04/21
[PULL 17/30] include: move qdict_{crumple,flatten} declarations
,
marcandre . lureau
,
2022/04/21
[PULL 19/30] compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
,
marcandre . lureau
,
2022/04/21
[PULL 18/30] tests: remove block/qdict checks from check-qobject.c
,
marcandre . lureau
,
2022/04/21
[PULL 20/30] tests: run-time skip test-qga if TSAN is enabled
,
marcandre . lureau
,
2022/04/21
[PULL 21/30] Move error_printf_unless_qmp() with monitor unit
,
marcandre . lureau
,
2022/04/21
[PULL 22/30] qga: move qga_get_host_name()
,
marcandre . lureau
,
2022/04/21
[PULL 24/30] util: simplify write in signal handler
,
marcandre . lureau
,
2022/04/21
[PULL 23/30] qtest: simplify socket_send()
,
marcandre . lureau
,
2022/04/21
[PULL 25/30] util: use qemu_write_full() in qemu_write_pidfile()
,
marcandre . lureau
,
2022/04/21
[PULL 26/30] util: use qemu_create() in qemu_write_pidfile()
,
marcandre . lureau
,
2022/04/21
[PULL 27/30] util: replace qemu_get_local_state_pathname()
,
marcandre . lureau
,
2022/04/21
[PULL 28/30] qga: remove need for QEMU atomic.h
,
marcandre . lureau
,
2022/04/21
[PULL 29/30] tests/fuzz: fix warning
,
marcandre . lureau
,
2022/04/21
[PULL 30/30] qga: use fixed-length and GDateTime for log timestamp
,
marcandre . lureau
,
2022/04/21
Re: [PULL 00/30] Misc patches
,
Richard Henderson
,
2022/04/21
[PATCH] qga: use fixed-length and GDateTime for log timestamp
,
marcandre . lureau
,
2022/04/21
Re: [PATCH] qga: use fixed-length and GDateTime for log timestamp
,
Daniel P . Berrangé
,
2022/04/21
Q: TX (THR) throttling for serial interface?
,
REITHER Robert
,
2022/04/21
[PULL 00/13] Dump patches
,
marcandre . lureau
,
2022/04/21
[PULL 01/13] dump: Use ERRP_GUARD()
,
marcandre . lureau
,
2022/04/21
[PULL 02/13] dump: Remove the sh_info variable
,
marcandre . lureau
,
2022/04/21
[PULL 04/13] dump: Remove the section if when calculating the memory offset
,
marcandre . lureau
,
2022/04/21
[PULL 03/13] dump: Introduce shdr_num to decrease complexity
,
marcandre . lureau
,
2022/04/21
[PULL 05/13] dump: Add more offset variables
,
marcandre . lureau
,
2022/04/21
[PULL 06/13] dump: Introduce dump_is_64bit() helper function
,
marcandre . lureau
,
2022/04/21
[PULL 07/13] dump: Consolidate phdr note writes
,
marcandre . lureau
,
2022/04/21
[PULL 08/13] dump: Cleanup dump_begin write functions
,
marcandre . lureau
,
2022/04/21
[PULL 10/13] include/qemu: rename Windows context definitions to expose bitness
,
marcandre . lureau
,
2022/04/21
[PULL 09/13] dump: Consolidate elf note function
,
marcandre . lureau
,
2022/04/21
[PULL 11/13] dump/win_dump: add helper macros for Windows dump header access
,
marcandre . lureau
,
2022/04/21
[PULL 12/13] include/qemu: add 32-bit Windows dump structures
,
marcandre . lureau
,
2022/04/21
[PULL 13/13] dump/win_dump: add 32-bit guest Windows support
,
marcandre . lureau
,
2022/04/21
Re: [PULL 13/13] dump/win_dump: add 32-bit guest Windows support
,
Marc-André Lureau
,
2022/04/21
Re: [PULL 13/13] dump/win_dump: add 32-bit guest Windows support
,
Richard Henderson
,
2022/04/21
Re: [PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
,
Dr. David Alan Gilbert
,
2022/04/21
[PULL 00/31] target-arm queue
,
Peter Maydell
,
2022/04/21
[PULL 01/31] hw/arm/virt: Check for attempt to use TrustZone with KVM or HVF
,
Peter Maydell
,
2022/04/21
[PULL 03/31] hw/arm/xlnx-zynqmp: Connect 4 TTC timers
,
Peter Maydell
,
2022/04/21
[PULL 02/31] timer: cadence_ttc: Break out header file to allow embedding
,
Peter Maydell
,
2022/04/21
[PULL 04/31] hw/arm: versal: Create an APU CPU Cluster
,
Peter Maydell
,
2022/04/21
[PULL 07/31] hw/arm: versal: Connect the CRL
,
Peter Maydell
,
2022/04/21
[PULL 06/31] hw/misc: Add a model of the Xilinx Versal CRL
,
Peter Maydell
,
2022/04/21
[PULL 05/31] hw/arm: versal: Add the Cortex-R5Fs
,
Peter Maydell
,
2022/04/21
[PULL 08/31] hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
,
Peter Maydell
,
2022/04/21
[PULL 10/31] hw/arm/exynos4210: Put a9mpcore device into state struct
,
Peter Maydell
,
2022/04/21
[PULL 09/31] hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
,
Peter Maydell
,
2022/04/21
[PULL 11/31] hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
,
Peter Maydell
,
2022/04/21
[PULL 22/31] hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
,
Peter Maydell
,
2022/04/21
[PULL 12/31] hw/arm/exynos4210: Coalesce board_irqs and irq_table
,
Peter Maydell
,
2022/04/21
[PULL 21/31] hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
,
Peter Maydell
,
2022/04/21
[PULL 23/31] hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
,
Peter Maydell
,
2022/04/21
[PULL 14/31] hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
,
Peter Maydell
,
2022/04/21
[PULL 20/31] hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
,
Peter Maydell
,
2022/04/21
[PULL 15/31] hw/arm/exynos4210: Put external GIC into state struct
,
Peter Maydell
,
2022/04/21
[PULL 13/31] hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
,
Peter Maydell
,
2022/04/21
[PULL 19/31] hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
,
Peter Maydell
,
2022/04/21
[PULL 18/31] hw/arm/exynos4210: Delete unused macro definitions
,
Peter Maydell
,
2022/04/21
[PULL 16/31] hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
,
Peter Maydell
,
2022/04/21
[PULL 17/31] hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
,
Peter Maydell
,
2022/04/21
[PULL 24/31] hw/arm/exynos4210: Put combiners into state struct
,
Peter Maydell
,
2022/04/21
[PULL 25/31] hw/arm/exynos4210: Drop Exynos4210Irq struct
,
Peter Maydell
,
2022/04/21
[PULL 29/31] hw/arm/virt: impact of gic-version on max CPUs
,
Peter Maydell
,
2022/04/21
[PULL 27/31] hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
,
Peter Maydell
,
2022/04/21
[PULL 31/31] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
,
Peter Maydell
,
2022/04/21
[PULL 30/31] hw/misc: Add PWRON STRAP bit fields in GCR module
,
Peter Maydell
,
2022/04/21
[PULL 26/31] hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
,
Peter Maydell
,
2022/04/21
[PULL 28/31] hw/core/irq: remove unused 'qemu_irq_split' function
,
Peter Maydell
,
2022/04/21
Re: [PULL 00/31] target-arm queue
,
Richard Henderson
,
2022/04/21
[PATCH v2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Dmitry Tikhov
,
2022/04/21
Re: [PATCH v2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Klaus Jensen
,
2022/04/28
Re: [PATCH v5 0/4] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
,
Peter Maydell
,
2022/04/21
[PATCH] virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option
,
Liu Yiding
,
2022/04/21
Re: [PATCH] virtiofsd: Add docs/helper for killpriv_v2/no_killpriv_v2 option
,
Stefan Hajnoczi
,
2022/04/21
Re: [PATCH v1 0/9] Machine type compatible properties
,
Vladimir Sementsov-Ogievskiy
,
2022/04/21
[PATCH v3 0/3] Enable notify VM exit
,
Chenyi Qiang
,
2022/04/21
[PATCH v3 2/3] i386: kvm: Save&restore triple fault event
,
Chenyi Qiang
,
2022/04/21
[PATCH v3 3/3] i386: Add notify VM exit support
,
Chenyi Qiang
,
2022/04/21
[PATCH v3 1/3] linux-header: update linux header
,
Chenyi Qiang
,
2022/04/21
[PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 1/6] scsi-disk: add FORMAT UNIT command
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 2/6] scsi-disk: add new quirks bitmap to SCSIDiskState
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
,
Mark Cave-Ayland
,
2022/04/21
Re: [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
,
Fam Zheng
,
2022/04/21
Re: [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
,
Mark Cave-Ayland
,
2022/04/21
Re: [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
,
Richard Henderson
,
2022/04/21
Re: [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
,
BALATON Zoltan
,
2022/04/21
Re: [PATCH 3/6] scsi-disk: add MODE_PAGE_APPLE quirk for Macintosh
,
Mark Cave-Ayland
,
2022/04/24
[PATCH 5/6] q800: add default vendor, product and version information for scsi-hd devices
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 4/6] q800: implement compat_props to enable quirk_mode_page_apple for scsi-hd devices
,
Mark Cave-Ayland
,
2022/04/21
[PATCH 6/6] q800: add default vendor, product and version information for scsi-cd devices
,
Mark Cave-Ayland
,
2022/04/21
Re: [PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
,
Mark Cave-Ayland
,
2022/04/24
Re: [RFC PATCH 00/17] hw/sd: Rework models for eMMC support
,
Cédric Le Goater
,
2022/04/21
[PULL 00/31] riscv-to-apply queue
,
Alistair Francis
,
2022/04/21
[PULL 01/31] hw/ssi: Add Ibex SPI device model
,
Alistair Francis
,
2022/04/21
[PULL 02/31] riscv: opentitan: Connect opentitan SPI Host
,
Alistair Francis
,
2022/04/21
[PULL 03/31] target/riscv: Define simpler privileged spec version numbering
,
Alistair Francis
,
2022/04/21
[PULL 04/31] target/riscv: Add the privileged spec version 1.12.0
,
Alistair Francis
,
2022/04/21
[PULL 05/31] target/riscv: Introduce privilege version field in the CSR ops.
,
Alistair Francis
,
2022/04/21
[PULL 06/31] target/riscv: Add support for mconfigptr
,
Alistair Francis
,
2022/04/21
[PULL 07/31] target/riscv: Add *envcfg* CSRs support
,
Alistair Francis
,
2022/04/21
[PULL 08/31] target/riscv: Enable privileged spec version 1.12
,
Alistair Francis
,
2022/04/21
[PULL 09/31] target/riscv: cpu: Fixup indentation
,
Alistair Francis
,
2022/04/21
[PULL 10/31] target/riscv: Allow software access to MIP SEIP
,
Alistair Francis
,
2022/04/21
[PULL 12/31] target/riscv: optimize condition assign for scale < 0
,
Alistair Francis
,
2022/04/21
[PULL 14/31] target/riscv: misa to ISA string conversion fix
,
Alistair Francis
,
2022/04/21
[PULL 11/31] target/riscv: Add initial support for the Sdtrig extension
,
Alistair Francis
,
2022/04/21
[PULL 13/31] target/riscv: optimize helper for vmv<nr>r.v
,
Alistair Francis
,
2022/04/21
[PULL 15/31] target/riscv: Add isa extenstion strings to the device tree
,
Alistair Francis
,
2022/04/21
[PULL 16/31] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
,
Alistair Francis
,
2022/04/21
[PULL 17/31] target/riscv: Use cpu_loop_exit_restore directly from mmu faults
,
Alistair Francis
,
2022/04/21
[PULL 18/31] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Alistair Francis
,
2022/04/21
[PULL 19/31] target/riscv/pmp: fix NAPOT range computation overflow
,
Alistair Francis
,
2022/04/21
[PULL 21/31] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
,
Alistair Francis
,
2022/04/21
[PULL 20/31] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
,
Alistair Francis
,
2022/04/21
[PULL 23/31] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
,
Alistair Francis
,
2022/04/21
[PULL 24/31] hw/intc: riscv_aclint: Add reset function of ACLINT devices
,
Alistair Francis
,
2022/04/21
[PULL 22/31] hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINT
,
Alistair Francis
,
2022/04/21
[PULL 25/31] target/riscv: debug: Implement debug related TCGCPUOps
,
Alistair Francis
,
2022/04/21
[PULL 26/31] target/riscv: cpu: Add a config option for native debug
,
Alistair Francis
,
2022/04/21
[PULL 27/31] target/riscv: csr: Hook debug CSR read/write
,
Alistair Francis
,
2022/04/21
[PULL 28/31] target/riscv: machine: Add debug state description
,
Alistair Francis
,
2022/04/21
[PULL 29/31] target/riscv: cpu: Enable native debug feature
,
Alistair Francis
,
2022/04/21
[PULL 30/31] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
,
Alistair Francis
,
2022/04/21
[PULL 31/31] hw/riscv: boot: Support 64bit fdt address.
,
Alistair Francis
,
2022/04/21
Re: [PULL 00/31] riscv-to-apply queue
,
Richard Henderson
,
2022/04/21
Re: [RFC PATCH 0/2] hw/riscv: Baseline QEMU support for RISC-V IOMMU (draft)
,
Alistair Francis
,
2022/04/21
Re: [RFC PATCH 0/2] hw/riscv: Baseline QEMU support for RISC-V IOMMU (draft)
,
Atish Patra
,
2022/04/22
Re: [RFC PATCH 1/2] hw/riscv: rivos-iommu: Baseline implementation of RIVOS IOMMU.
,
Alistair Francis
,
2022/04/21
[PATCH 1/2] hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
,
Bin Meng
,
2022/04/21
[PATCH 2/2] hw/riscv: Don't add empty bootargs to device tree
,
Bin Meng
,
2022/04/21
Re: [PATCH 2/2] hw/riscv: Don't add empty bootargs to device tree
,
Bin Meng
,
2022/04/21
Re: [PATCH 2/2] hw/riscv: Don't add empty bootargs to device tree
,
Alistair Francis
,
2022/04/21
Re: [PATCH 2/2] hw/riscv: Don't add empty bootargs to device tree
,
Alistair Francis
,
2022/04/22
Re: [PATCH 1/2] hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
,
Alistair Francis
,
2022/04/21
a qemu process has 54 threads, how to know who they are and what they are doing
,
yue
,
2022/04/20
Re: a qemu process has 54 threads, how to know who they are and what they are doing
,
Dr. David Alan Gilbert
,
2022/04/28
Re: a qemu process has 54 threads, how to know who they are and what they are doing
,
Paolo Bonzini
,
2022/04/28
[PATCH] Hexagon (target/hexagon) add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
,
Taylor Simpson
,
2022/04/20
[PATCH] Hexagon (target/hexagon) make VyV operands use a unique temp
,
Taylor Simpson
,
2022/04/20
[PATCH] Hexagon (target/hexagon) move store size tracking to translation
,
Taylor Simpson
,
2022/04/20
[PATCH] Hexagon (tests/tcg/hexagon) Fix alignment in load_unpack.c
,
Taylor Simpson
,
2022/04/20
[PATCH] Hexagon (target/hexagon) remove unused encodings
,
Taylor Simpson
,
2022/04/20
[PATCH v2] target/ppc: Fix BookE debug interrupt generation
,
Bin Meng
,
2022/04/20
Re: [PATCH v2] target/ppc: Fix BookE debug interrupt generation
,
Cédric Le Goater
,
2022/04/21
Re: [PATCH v2] target/ppc: Fix BookE debug interrupt generation
,
Fabiano Rosas
,
2022/04/22
Re: [PATCH v2] target/ppc: Fix BookE debug interrupt generation
,
Lucas Mateus Martins Araujo e Castro
,
2022/04/25
Re: [PATCH v2] target/ppc: Fix BookE debug interrupt generation
,
Cédric Le Goater
,
2022/04/25
Re: [PATCH v2] target/ppc: Fix BookE debug interrupt generation
,
Daniel Henrique Barboza
,
2022/04/26
[PATCH v5 0/6] target/riscv: Initial support for the Sdtrig extension via M-mode CSRs
,
Bin Meng
,
2022/04/20
[PATCH v5 1/6] target/riscv: debug: Implement debug related TCGCPUOps
,
Bin Meng
,
2022/04/20
[PATCH v5 2/6] target/riscv: cpu: Add a config option for native debug
,
Bin Meng
,
2022/04/20
[PATCH v5 3/6] target/riscv: csr: Hook debug CSR read/write
,
Bin Meng
,
2022/04/20
[PATCH v5 4/6] target/riscv: machine: Add debug state description
,
Bin Meng
,
2022/04/20
[PATCH v5 5/6] target/riscv: cpu: Enable native debug feature
,
Bin Meng
,
2022/04/20
[PATCH v5 6/6] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
,
Bin Meng
,
2022/04/20
Re: [PATCH v5 0/6] target/riscv: Initial support for the Sdtrig extension via M-mode CSRs
,
Alistair Francis
,
2022/04/20
[PULL 00/23] ppc queue
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 01/23] ppc/pnv: Update skiboot to v7.0
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 02/23] ppc/spapr/ddw: Add 2M pagesize
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 03/23] ppc/pnv: Fix PSI IRQ definition
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 04/23] ppc/pnv: Remove PnvLpcController::psi link
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 05/23] ppc/pnv: Remove PnvOCC::psi link
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 06/23] ppc/pnv: Remove PnvPsiClas::irq_set
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 07/23] ppc/pnv: Remove useless checks in set_irq handlers
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 08/23] spapr: Move hypercall_register_softmmu
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 09/23] spapr: Move nested KVM hypercalls under a TCG only config.
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 10/23] target/ppc: Improve KVM hypercall trace
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 11/23] qemu/int128: add int128_urshift
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 12/23] softfloat: add uint128_to_float128
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 13/23] softfloat: add int128_to_float128
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 14/23] softfloat: add float128_to_uint128
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 15/23] softfloat: add float128_to_int128
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 16/23] target/ppc: implement xscv[su]qqp
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 17/23] target/ppc: implement xscvqp[su]qz
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 18/23] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 19/23] ppc/vof: Fix uninitialized string tracing
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 20/23] pcie: Don't try triggering a LSI when not defined
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 21/23] ppc/pnv: Remove LSI on the PCIE host bridge
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 22/23] target/ppc: Add two missing register callbacks on POWER10
,
Daniel Henrique Barboza
,
2022/04/20
[PULL 23/23] hw/ppc: change indentation to spaces from TABs
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PULL 00/23] ppc queue
,
Richard Henderson
,
2022/04/21
Re: [PULL 00/23] ppc queue
,
Peter Maydell
,
2022/04/21
[PATCH v4 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
,
Joao Martins
,
2022/04/20
[PATCH v4 1/5] hw/i386: add 4g boundary start to X86MachineState
,
Joao Martins
,
2022/04/20
[PATCH v4 2/5] i386/pc: create pci-host qdev prior to pc_memory_init()
,
Joao Martins
,
2022/04/20
[PATCH v4 3/5] i386/pc: pass pci_hole64_size to pc_memory_init()
,
Joao Martins
,
2022/04/20
[PATCH v4 5/5] i386/pc: restrict AMD only enforcing of valid IOVAs to new machine type
,
Joao Martins
,
2022/04/20
[PATCH v4 4/5] i386/pc: relocate 4g start to 1T where applicable
,
Joao Martins
,
2022/04/20
[PATCH v3 0/9] VDIV/VMOD Implementation
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 1/9] qemu/int128: add int128_urshift
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 2/9] target/ppc: Implemented vector divide instructions
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 3/9] target/ppc: Implemented vector divide quadword
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 4/9] target/ppc: Implemented vector divide extended word
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 5/9] host-utils: Implemented unsigned 256-by-128 division
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 6/9] host-utils: Implemented signed 256-by-128 division
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 7/9] target/ppc: Implemented remaining vector divide extended
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 8/9] target/ppc: Implemented vector module word/doubleword
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
[PATCH v3 9/9] target/ppc: Implemented vector module quadword
,
Lucas Mateus Castro(alqotel)
,
2022/04/20
Future of libslirp in QEMU
,
Anders Pitman
,
2022/04/20
Re: Future of libslirp in QEMU
,
Daniel Henrique Barboza
,
2022/04/20
Re: Future of libslirp in QEMU
,
Anders Pitman
,
2022/04/20
Re: Future of libslirp in QEMU
,
Cornelia Huck
,
2022/04/21
Re: Future of libslirp in QEMU
,
Paolo Bonzini
,
2022/04/21
[PULL 0/4] tcg patch queue
,
Richard Henderson
,
2022/04/20
[PULL 1/4] Don't include sysemu/tcg.h if it is not necessary
,
Richard Henderson
,
2022/04/20
[PULL 2/4] tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
,
Richard Henderson
,
2022/04/20
[PULL 3/4] accel/tcg: Remove ATOMIC_MMU_IDX
,
Richard Henderson
,
2022/04/20
[PULL 4/4] tcg: Add tcg_constant_ptr
,
Richard Henderson
,
2022/04/20
Re: [PULL 0/4] tcg patch queue
,
Richard Henderson
,
2022/04/21
Re: [RFC PATCH 0/8] Alternative softfloat 128-bit integer support
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH] target/ppc: Improve KVM hypercall trace
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH v2 0/2] spapr: Make the nested code TCG only
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH 0/5] ppc/pnv: Introduce GPIO lines to drive the PSIHB device
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
,
Daniel Henrique Barboza
,
2022/04/20
[PATCH] qapi: Fix version of cpu0-id field
,
Dov Murik
,
2022/04/20
Re: [PATCH] qapi: Fix version of cpu0-id field
,
Markus Armbruster
,
2022/04/21
[PULL 00/25] Various testing, doc and gdbstub fixes
,
Alex Bennée
,
2022/04/20
[PULL 01/25] tests/avocado: update aarch64_virt test to exercise -cpu max
,
Alex Bennée
,
2022/04/20
[PULL 03/25] docs/devel: drop :hidden: and :includehidden: tags
,
Alex Bennée
,
2022/04/20
[PULL 04/25] tests/docker: remove dead code for linux-user containers
,
Alex Bennée
,
2022/04/20
[PULL 02/25] docs/devel: add some notes on the binfmt-image-debian targets
,
Alex Bennée
,
2022/04/20
[PULL 06/25] tests/docker: remove dead variable
,
Alex Bennée
,
2022/04/20
[PULL 07/25] tests/docker: remove unnecessary default definitions
,
Alex Bennée
,
2022/04/20
[PULL 10/25] tests/docker: simplify docker-TEST@IMAGE targets
,
Alex Bennée
,
2022/04/20
[PULL 05/25] tests/docker: remove test targets
,
Alex Bennée
,
2022/04/20
[PULL 09/25] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
,
Alex Bennée
,
2022/04/20
[PULL 13/25] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak
,
Alex Bennée
,
2022/04/20
[PULL 16/25] tests/tcg: list test targets in Makefile.prereqs
,
Alex Bennée
,
2022/04/20
[PULL 21/25] tests/tcg: remove duplicate sha512-sse case
,
Alex Bennée
,
2022/04/20
[PULL 08/25] tests/docker: inline variable definitions or move close to use
,
Alex Bennée
,
2022/04/20
[PULL 14/25] tests/tcg: remove CONFIG_USER_ONLY from config-target.mak
,
Alex Bennée
,
2022/04/20
[PULL 15/25] tests/tcg: prepare Makefile.prereqs at configure time
,
Alex Bennée
,
2022/04/20
[PULL 18/25] tests/tcg: isolate from QEMU's config-host.mak
,
Alex Bennée
,
2022/04/20
[PULL 20/25] tests/tcg: fix non-static build
,
Alex Bennée
,
2022/04/20
[PULL 24/25] target/i386: fix byte swap issue with XMM register access
,
Alex Bennée
,
2022/04/20
[PULL 25/25] tests/guest-debug: better handle gdb crashes
,
Alex Bennée
,
2022/04/20
[PULL 19/25] tests/docker: remove SKIP_DOCKER_BUILD
,
Alex Bennée
,
2022/04/20
[PULL 12/25] tests/tcg: add compiler test variables when using containers
,
Alex Bennée
,
2022/04/20
[PULL 22/25] tests/tcg: add float_convd test
,
Alex Bennée
,
2022/04/20
[PULL 23/25] tests/tcg: add missing reference files for float_convs
,
Alex Bennée
,
2022/04/20
[PULL 17/25] tests/tcg: invoke Makefile.target directly from QEMU's makefile
,
Alex Bennée
,
2022/04/20
[PULL 11/25] tests/docker: do not duplicate rules for hexagon-cross
,
Alex Bennée
,
2022/04/20
Re: [PULL 00/25] Various testing, doc and gdbstub fixes
,
Richard Henderson
,
2022/04/20
[PULL 00/39] Logging cleanup and per-thread logfiles
,
Richard Henderson
,
2022/04/20
[PULL 01/39] util/log: Drop manual log buffering
,
Richard Henderson
,
2022/04/20
[PULL 05/39] os-posix: Use qemu_log_enabled
,
Richard Henderson
,
2022/04/20
[PULL 04/39] util/log: Pass Error pointer to qemu_set_log
,
Richard Henderson
,
2022/04/20
[PULL 02/39] target/hexagon: Remove qemu_set_log in hexagon_translate_init
,
Richard Henderson
,
2022/04/20
[PULL 03/39] util/log: Return bool from qemu_set_log_filename
,
Richard Henderson
,
2022/04/20
[PULL 07/39] util/log: Rename qemu_log_lock to qemu_log_trylock
,
Richard Henderson
,
2022/04/20
[PULL 08/39] hw/xen: Split out xen_pv_output_msg
,
Richard Henderson
,
2022/04/20
[PULL 09/39] *: Use fprintf between qemu_log_trylock/unlock
,
Richard Henderson
,
2022/04/20
[PULL 13/39] exec/log: Remove log_disas and log_target_disas
,
Richard Henderson
,
2022/04/20
[PULL 12/39] exec/translator: Pass the locked filepointer to disas_log hook
,
Richard Henderson
,
2022/04/20
[PULL 06/39] util/log: Move qemu_log_lock, qemu_log_unlock out of line
,
Richard Henderson
,
2022/04/20
[PULL 10/39] util/log: Remove qemu_log_vprintf
,
Richard Henderson
,
2022/04/20
[PULL 11/39] tcg: Pass the locked filepointer to tcg_dump_ops
,
Richard Henderson
,
2022/04/20
[PULL 14/39] accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
,
Richard Henderson
,
2022/04/20
[PULL 15/39] target/nios2: Remove log_cpu_state from reset
,
Richard Henderson
,
2022/04/20
[PULL 16/39] util/log: Use qemu_log_trylock/unlock in qemu_log
,
Richard Henderson
,
2022/04/20
[PULL 19/39] util/log: Remove qemu_log_flush
,
Richard Henderson
,
2022/04/20
[PULL 18/39] util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
,
Richard Henderson
,
2022/04/20
[PULL 20/39] util/log: Drop call to setvbuf
,
Richard Henderson
,
2022/04/20
[PULL 17/39] util/log: Drop return value from qemu_log
,
Richard Henderson
,
2022/04/20
[PULL 24/39] include/exec/log: Do not reference QemuLogFile directly
,
Richard Henderson
,
2022/04/20
[PULL 23/39] tests/unit: Do not reference QemuLogFile directly
,
Richard Henderson
,
2022/04/20
[PULL 21/39] bsd-user: Expand log_page_dump inline
,
Richard Henderson
,
2022/04/20
[PULL 25/39] include/qemu/log: Move entire implementation out-of-line
,
Richard Henderson
,
2022/04/20
[PULL 22/39] linux-user: Expand log_page_dump inline
,
Richard Henderson
,
2022/04/20
[PULL 27/39] util/log: Introduce qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/20
[PULL 26/39] sysemu/os-win32: Test for and use _lock_file/_unlock_file
,
Richard Henderson
,
2022/04/20
[PULL 29/39] linux-user: Use qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/20
[PULL 30/39] softmmu: Use qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/20
[PULL 31/39] util/log: Remove qemu_log_close
,
Richard Henderson
,
2022/04/20
[PULL 32/39] util/log: Rename logfilename to global_filename
,
Richard Henderson
,
2022/04/20
[PULL 35/39] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
,
Richard Henderson
,
2022/04/20
[PULL 28/39] bsd-user: Use qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/20
[PULL 33/39] util/log: Rename qemu_logfile to global_file
,
Richard Henderson
,
2022/04/20
[PULL 36/39] util/log: Combine two logfile closes
,
Richard Henderson
,
2022/04/20
[PULL 37/39] util/log: Rename QemuLogFile to RCUCloseFILE
,
Richard Henderson
,
2022/04/20
[PULL 38/39] util/log: Limit RCUCloseFILE to file closing
,
Richard Henderson
,
2022/04/20
[PULL 39/39] util/log: Support per-thread log files
,
Richard Henderson
,
2022/04/20
[PULL 34/39] util/log: Rename qemu_logfile_mutex to global_mutex
,
Richard Henderson
,
2022/04/20
Re: [PULL 00/39] Logging cleanup and per-thread logfiles
,
Richard Henderson
,
2022/04/20
[PATCH 0/2] docs: build-platforms: Fix and clarify
,
Andrea Bolognani
,
2022/04/20
[PATCH 1/2] docs: build-platforms: Fix spelling for Homebrew
,
Andrea Bolognani
,
2022/04/20
Re: [PATCH 1/2] docs: build-platforms: Fix spelling for Homebrew
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 2/2] docs: build-platforms: Clarify stance on minor releases and backports
,
Andrea Bolognani
,
2022/04/20
Re: [PATCH 2/2] docs: build-platforms: Clarify stance on minor releases and backports
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 2/2] docs: build-platforms: Clarify stance on minor releases and backports
,
Andrea Bolognani
,
2022/04/20
[PATCH 0/3] qapi: Random small fixes
,
Andrea Bolognani
,
2022/04/20
[PATCH 1/3] docs: qapi: Remove outdated reference to simple unions
,
Andrea Bolognani
,
2022/04/20
[PATCH 2/3] qapi: Fix documentation for query-xen-replication-status
,
Andrea Bolognani
,
2022/04/20
Re: [PATCH 2/3] qapi: Fix documentation for query-xen-replication-status
,
Dr. David Alan Gilbert
,
2022/04/20
[PATCH 3/3] qapi: Fix typo
,
Andrea Bolognani
,
2022/04/20
Re: [PATCH 0/3] qapi: Random small fixes
,
Markus Armbruster
,
2022/04/21
[PATCH 00/34] Misc meson conversions for QEMU 7.1
,
Paolo Bonzini
,
2022/04/20
[PATCH 01/34] meson: show final set of compiler flags
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 01/34] meson: show final set of compiler flags
,
Marc-André Lureau
,
2022/04/20
[PATCH 02/34] configure: remove dead code
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 02/34] configure: remove dead code
,
Marc-André Lureau
,
2022/04/20
[PATCH 03/34] qga: wixl: get path to sysroot from pkg-config as intended
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 03/34] qga: wixl: get path to sysroot from pkg-config as intended
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 03/34] qga: wixl: get path to sysroot from pkg-config as intended
,
Konstantin Kostiuk
,
2022/04/21
[PATCH 04/34] configure: pc-bios/qemu-icon.bmp does not exist
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 04/34] configure: pc-bios/qemu-icon.bmp does not exist
,
Thomas Huth
,
2022/04/20
Re: [PATCH 04/34] configure: pc-bios/qemu-icon.bmp does not exist
,
Marc-André Lureau
,
2022/04/20
[PATCH 05/34] configure: gcov should not exclude fortify-source
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 05/34] configure: gcov should not exclude fortify-source
,
Marc-André Lureau
,
2022/04/20
[PATCH 16/34] configure, meson: move iasl detection to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 16/34] configure, meson: move iasl detection to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 17/34] configure: move Windows flags detection to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 17/34] configure: move Windows flags detection to meson
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/34] configure: move Windows flags detection to meson
,
Paolo Bonzini
,
2022/04/20
[PATCH 19/34] meson, configure: move --tls-priority to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 19/34] meson, configure: move --tls-priority to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 06/34] configure: move --enable/--disable-debug-info to second option parsing pass
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 06/34] configure: move --enable/--disable-debug-info to second option parsing pass
,
Thomas Huth
,
2022/04/20
Re: [PATCH 06/34] configure: move --enable/--disable-debug-info to second option parsing pass
,
Marc-André Lureau
,
2022/04/20
[PATCH 09/34] meson, configure: move keyctl test to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 09/34] meson, configure: move keyctl test to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 10/34] meson, configure: move usbfs test to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 10/34] meson, configure: move usbfs test to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 08/34] meson, configure: move RDMA options to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 08/34] meson, configure: move RDMA options to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 18/34] configure: switch string options to automatic parsing
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 18/34] configure: switch string options to automatic parsing
,
Marc-André Lureau
,
2022/04/20
[PATCH 12/34] meson: move CONFIG_XEN_PCI_PASSTHROUGH to config-host.h
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 12/34] meson: move CONFIG_XEN_PCI_PASSTHROUGH to config-host.h
,
Marc-André Lureau
,
2022/04/20
[PATCH 14/34] meson, configure: move Xen detection to meson
,
Paolo Bonzini
,
2022/04/20
[PATCH 13/34] meson, configure: move --enable-module-upgrades to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 13/34] meson, configure: move --enable-module-upgrades to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 07/34] configure, meson: move OpenGL check to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 07/34] configure, meson: move OpenGL check to meson
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 07/34] configure, meson: move OpenGL check to meson
,
Paolo Bonzini
,
2022/04/20
[PATCH 11/34] meson, configure: move libgio test to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 11/34] meson, configure: move libgio test to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 15/34] meson-buildoptions: add support for string options
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 15/34] meson-buildoptions: add support for string options
,
Marc-André Lureau
,
2022/04/20
[PATCH 20/34] meson, configure: move bdrv whitelists to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 20/34] meson, configure: move bdrv whitelists to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 21/34] meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 21/34] meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 23/34] meson: always combine directories with prefix
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 23/34] meson: always combine directories with prefix
,
Marc-André Lureau
,
2022/04/20
[PATCH 22/34] meson, configure: move --interp-prefix to meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 22/34] meson, configure: move --interp-prefix to meson
,
Marc-André Lureau
,
2022/04/20
[PATCH 26/34] configure: omit options with default values from meson command line
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 26/34] configure: omit options with default values from meson command line
,
Marc-André Lureau
,
2022/04/21
[PATCH 24/34] configure: switch directory options to automatic parsing
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 24/34] configure: switch directory options to automatic parsing
,
Marc-André Lureau
,
2022/04/21
Re: [PATCH 24/34] configure: switch directory options to automatic parsing
,
Paolo Bonzini
,
2022/04/21
[PATCH 25/34] meson: pass more options directly as -D
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 25/34] meson: pass more options directly as -D
,
Marc-André Lureau
,
2022/04/21
[PATCH 27/34] meson, virtio: place all virtio-pci devices under virtio_pci_ss
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 27/34] meson, virtio: place all virtio-pci devices under virtio_pci_ss
,
Marc-André Lureau
,
2022/04/21
[PATCH 28/34] configure: simplify vhost-net-{user, vdpa} configuration
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 28/34] configure: simplify vhost-net-{user, vdpa} configuration
,
Marc-André Lureau
,
2022/04/21
[PATCH 29/34] build: move vhost-vsock configuration to Kconfig
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 29/34] build: move vhost-vsock configuration to Kconfig
,
Marc-André Lureau
,
2022/04/21
[PATCH 31/34] build: move vhost-user-fs configuration to Kconfig
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 31/34] build: move vhost-user-fs configuration to Kconfig
,
Marc-André Lureau
,
2022/04/21
[PATCH 30/34] build: move vhost-scsi configuration to Kconfig
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 30/34] build: move vhost-scsi configuration to Kconfig
,
Marc-André Lureau
,
2022/04/21
[PATCH 32/34] meson: create have_vhost_* variables
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 32/34] meson: create have_vhost_* variables
,
Marc-André Lureau
,
2022/04/21
[PATCH 34/34] configure, meson: move vhost options to Meson
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 34/34] configure, meson: move vhost options to Meson
,
Marc-André Lureau
,
2022/04/21
[PATCH 33/34] meson: use have_vhost_* variables to pick sources
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 33/34] meson: use have_vhost_* variables to pick sources
,
Marc-André Lureau
,
2022/04/21
[PATCH 00/41] Misc cleanups
,
marcandre . lureau
,
2022/04/20
[PATCH 01/41] qga: use fixed-length for usecs formatting
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 01/41] qga: use fixed-length for usecs formatting
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 02/41] glib-compat: isolate g_date_time_format_iso8601 version-bypass
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 02/41] glib-compat: isolate g_date_time_format_iso8601 version-bypass
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 03/41] scripts/analyze-inclusions: drop qemu-common.h from analysis
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 03/41] scripts/analyze-inclusions: drop qemu-common.h from analysis
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 04/41] Simplify softmmu/main.c
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 04/41] Simplify softmmu/main.c
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 05/41] hw/hyperv: remove needless qemu-common.h include
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 05/41] hw/hyperv: remove needless qemu-common.h include
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
,
Warner Losh
,
2022/04/20
Re: [PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
,
Peter Maydell
,
2022/04/20
Re: [PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 07/41] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 07/41] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
,
Konstantin Kostiuk
,
2022/04/20
Re: [PATCH 07/41] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 07/41] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
,
Paolo Bonzini
,
2022/04/20
[PATCH 08/41] build-sys: simplify MSI's QEMU_GA_MANUFACTURER
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 08/41] build-sys: simplify MSI's QEMU_GA_MANUFACTURER
,
Konstantin Kostiuk
,
2022/04/20
Re: [PATCH 08/41] build-sys: simplify MSI's QEMU_GA_MANUFACTURER
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 08/41] build-sys: simplify MSI's QEMU_GA_MANUFACTURER
,
Paolo Bonzini
,
2022/04/20
[PATCH 10/41] build-sys: drop MSI's QEMU_GA_DISTRO
,
marcandre . lureau
,
2022/04/20
[PATCH 09/41] build-sys: simplify MSI's QEMU_GA_VERSION
,
marcandre . lureau
,
2022/04/20
[PATCH 11/41] qga: replace usleep() with g_usleep()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 11/41] qga: replace usleep() with g_usleep()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 12/41] docs: trace-events-all is installed without renaming
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 12/41] docs: trace-events-all is installed without renaming
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 14/41] arm/allwinner-a10: replace snprintf() with g_strdup_printf()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 14/41] arm/allwinner-a10: replace snprintf() with g_strdup_printf()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 13/41] arm/digic: replace snprintf() with g_strdup_printf()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 13/41] arm/digic: replace snprintf() with g_strdup_printf()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 15/41] intc/exynos4210_gic: replace snprintf() with g_strdup_printf()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 15/41] intc/exynos4210_gic: replace snprintf() with g_strdup_printf()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 16/41] doc/style: CLang -> Clang
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 16/41] doc/style: CLang -> Clang
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 17/41] doc/build-platforms: document supported compilers
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Thomas Huth
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Thomas Huth
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Thomas Huth
,
2022/04/20
Re: [PATCH 17/41] doc/build-platforms: document supported compilers
,
Marc-André Lureau
,
2022/04/20
[PATCH 18/41] osdep.h: move qemu_build_not_reached()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 18/41] osdep.h: move qemu_build_not_reached()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 20/41] include: move qemu_msync() to osdep
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 20/41] include: move qemu_msync() to osdep
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 20/41] include: move qemu_msync() to osdep
,
Marc-André Lureau
,
2022/04/20
[PATCH 19/41] compiler.h: replace QEMU_NORETURN with G_NORETURN
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 19/41] compiler.h: replace QEMU_NORETURN with G_NORETURN
,
Warner Losh
,
2022/04/20
Re: [PATCH 19/41] compiler.h: replace QEMU_NORETURN with G_NORETURN
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 22/41] include: move qemu_*_exec_dir() to cutils
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 22/41] include: move qemu_*_exec_dir() to cutils
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 23/41] include: add qemu/keyval.h
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 23/41] include: add qemu/keyval.h
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 21/41] include: move qemu_fdatasync() to osdep
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 21/41] include: move qemu_fdatasync() to osdep
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 25/41] tests: remove block/qdict checks from check-qobject.c
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 25/41] tests: remove block/qdict checks from check-qobject.c
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 24/41] include: move qdict_{crumple,flatten} declarations
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 24/41] include: move qdict_{crumple,flatten} declarations
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 26/41] compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 26/41] compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
,
Daniel P . Berrangé
,
2022/04/21
[PATCH 27/41] Use QEMU_SANITIZE_THREAD
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 27/41] Use QEMU_SANITIZE_THREAD
,
Daniel P . Berrangé
,
2022/04/21
[PATCH 28/41] Use QEMU_SANITIZE_ADDRESS
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 28/41] Use QEMU_SANITIZE_ADDRESS
,
Thomas Huth
,
2022/04/20
Re: [PATCH 28/41] Use QEMU_SANITIZE_ADDRESS
,
Marc-André Lureau
,
2022/04/20
[PATCH 29/41] tests: run-time skip test-qga if TSAN is enabled
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 29/41] tests: run-time skip test-qga if TSAN is enabled
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 29/41] tests: run-time skip test-qga if TSAN is enabled
,
Marc-André Lureau
,
2022/04/21
[PATCH 30/41] Move error_printf_unless_qmp() with monitor unit
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 30/41] Move error_printf_unless_qmp() with monitor unit
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 31/41] qga: move qga_get_host_name()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 31/41] qga: move qga_get_host_name()
,
Konstantin Kostiuk
,
2022/04/20
Re: [PATCH 31/41] qga: move qga_get_host_name()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 32/41] qtest: simplify socket_send()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 32/41] qtest: simplify socket_send()
,
Thomas Huth
,
2022/04/20
Re: [PATCH 32/41] qtest: simplify socket_send()
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH 32/41] qtest: simplify socket_send()
,
Marc-André Lureau
,
2022/04/21
[PATCH 35/41] util: simplify write in signal handler
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 35/41] util: simplify write in signal handler
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 34/41] libqtest: split QMP part in libqmp
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 34/41] libqtest: split QMP part in libqmp
,
Thomas Huth
,
2022/04/20
[PATCH 33/41] tests: move libqtest.c under libqos/
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 33/41] tests: move libqtest.c under libqos/
,
Thomas Huth
,
2022/04/20
Re: [PATCH 33/41] tests: move libqtest.c under libqos/
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 37/41] util: use qemu_create() in qemu_write_pidfile()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 37/41] util: use qemu_create() in qemu_write_pidfile()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 36/41] util: use qemu_write_full() in qemu_write_pidfile()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 36/41] util: use qemu_write_full() in qemu_write_pidfile()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 38/41] util: replace qemu_get_local_state_pathname()
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 38/41] util: replace qemu_get_local_state_pathname()
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 39/41] qga: remove need for QEMU atomic.h
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 39/41] qga: remove need for QEMU atomic.h
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 40/41] migration/ram: fix clang warning
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 40/41] migration/ram: fix clang warning
,
Dr. David Alan Gilbert
,
2022/04/20
[PATCH 41/41] tests/fuzz: fix warning
,
marcandre . lureau
,
2022/04/20
Re: [PATCH 41/41] tests/fuzz: fix warning
,
Thomas Huth
,
2022/04/20
Re: [PATCH 00/41] Misc cleanups
,
Thomas Huth
,
2022/04/20
Re: [PATCH v4 2/3] aspeed/hace: Support AST2600 HACE
,
Cédric Le Goater
,
2022/04/20
Re: [PATCH v4 2/3] aspeed/hace: Support AST2600 HACE
,
Steven Lee
,
2022/04/20
Re: [PATCH v4 2/3] aspeed/hace: Support AST2600 HACE
,
Cédric Le Goater
,
2022/04/21
[PULL 0/8] Block patches
,
Hanna Reitz
,
2022/04/20
[PULL 2/8] tests/qemu-iotests: Move the bash and sanitizer checks to meson.build
,
Hanna Reitz
,
2022/04/20
[PULL 4/8] iotests/065: Check for zstd support
,
Hanna Reitz
,
2022/04/20
[PULL 3/8] iotests.py: Add supports_qcow2_zstd_compression()
,
Hanna Reitz
,
2022/04/20
[PULL 6/8] qcow2: Improve refcount structure rebuilding
,
Hanna Reitz
,
2022/04/20
[PULL 1/8] tests/qemu-iotests/meson.build: Improve the indentation
,
Hanna Reitz
,
2022/04/20
[PULL 5/8] iotests/303: Check for zstd support
,
Hanna Reitz
,
2022/04/20
[PULL 7/8] iotests/108: Test new refcount rebuild algorithm
,
Hanna Reitz
,
2022/04/20
[PULL 8/8] qcow2: Add errp to rebuild_refcount_structure()
,
Hanna Reitz
,
2022/04/20
Re: [PULL 0/8] Block patches
,
Richard Henderson
,
2022/04/20
Re: [PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
,
Michael S. Tsirkin
,
2022/04/20
Re: [PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
,
Klaus Jensen
,
2022/04/20
Re: [PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
,
Lukasz Maniak
,
2022/04/20
Re: [PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
,
Klaus Jensen
,
2022/04/28
[PATCH v7 00/13] s390x: CPU Topology
,
Pierre Morel
,
2022/04/20
[PATCH v7 02/13] vfio: tolerate migration protocol v1 uapi renames
,
Pierre Morel
,
2022/04/20
[PATCH v7 01/13] Update linux headers
,
Pierre Morel
,
2022/04/20
[PATCH v7 06/13] s390x: topology: Adding books to STSI
,
Pierre Morel
,
2022/04/20
[PATCH v7 11/13] s390x: topology: resetting the Topology-Change-Report
,
Pierre Morel
,
2022/04/20
[PATCH v7 03/13] s390x: topology: CPU topology objects and structures
,
Pierre Morel
,
2022/04/20
[PATCH v7 04/13] s390x: topology: implementating Store Topology System Information
,
Pierre Morel
,
2022/04/20
[PATCH v7 07/13] s390x: topology: Adding drawers to CPU topology
,
Pierre Morel
,
2022/04/20
[PATCH v7 08/13] s390x: topology: Adding drawers to STSI
,
Pierre Morel
,
2022/04/20
[PATCH v7 10/13] s390x: kvm: topology: interception of PTF instruction
,
Pierre Morel
,
2022/04/20
[PATCH v7 09/13] s390x: topology: implementing numa for the s390x topology
,
Pierre Morel
,
2022/04/20
[PATCH v7 12/13] s390x: CPU topology: CPU topology migration
,
Pierre Morel
,
2022/04/20
[PATCH v7 05/13] s390x: topology: Adding books to CPU topology
,
Pierre Morel
,
2022/04/20
[PATCH v7 13/13] s390x: topology: activating CPU topology
,
Pierre Morel
,
2022/04/20
Re: [PATCH v4 19/19] tests: Add postcopy preempt tests
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 19/19] tests: Add postcopy preempt tests
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 18/19] tests: Add postcopy tls recovery migration test
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 18/19] tests: Add postcopy tls recovery migration test
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 17/19] tests: Add postcopy tls migration test
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 17/19] tests: Add postcopy tls migration test
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 16/19] migration: Enable TLS for preempt channel
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 16/19] migration: Enable TLS for preempt channel
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 15/19] migration: Export tls-[creds|hostname|authz] params to cmdline too
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 15/19] migration: Export tls-[creds|hostname|authz] params to cmdline too
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 14/19] migration: Add helpers to detect TLS capability
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 14/19] migration: Add helpers to detect TLS capability
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 10/19] migration: Postcopy preemption enablement
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 10/19] migration: Postcopy preemption enablement
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 09/19] migration: Postcopy preemption preparation on channel creation
,
Daniel P . Berrangé
,
2022/04/20
[PATCH v7 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/20
[PATCH v7 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/20
Re: [PATCH v7 1/4] qapi/machine.json: Add cluster-id
,
wangyanan (Y)
,
2022/04/21
Re: [PATCH v7 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/22
[PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/20
Re: [PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/21
Re: [PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/22
[PATCH v7 3/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/20
[PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/20
Re: [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Igor Mammedov
,
2022/04/20
Re: [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/21
Re: [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
wangyanan (Y)
,
2022/04/21
Re: [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/22
Re: [PATCH v4 08/19] migration: Add postcopy-preempt capability
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 08/19] migration: Add postcopy-preempt capability
,
Peter Xu
,
2022/04/20
Re: [PATCH v4 07/19] migration: Allow migrate-recover to run multiple times
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 06/19] migration: Move channel setup out of postcopy_try_recover()
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 05/19] migration: Export ram_load_postcopy()
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 04/19] migration: Move migrate_allow_multifd and helpers into migration.c
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 04/19] migration: Move migrate_allow_multifd and helpers into migration.c
,
Peter Xu
,
2022/04/20
Re: [PATCH] tests/acceptance: Allow overwrite smp and memory
,
Thomas Huth
,
2022/04/20
Re: [PATCH v4 03/19] migration: Add pss.postcopy_requested status
,
Daniel P . Berrangé
,
2022/04/20
[PULL 0/7] Misc patches
,
Thomas Huth
,
2022/04/20
[PULL 2/7] tests/qtest: Enable more tests for the "mipsel" target
,
Thomas Huth
,
2022/04/20
[PULL 3/7] tests/qtest: Move the fuzz tests to x86 only
,
Thomas Huth
,
2022/04/20
[PULL 5/7] docs/ccid: convert to restructuredText
,
Thomas Huth
,
2022/04/20
[PULL 4/7] tests/qtest: properly initialise the vring used idx
,
Thomas Huth
,
2022/04/20
[PULL 1/7] tests: Drop perl-Test-Harness from the CI containers / VMs
,
Thomas Huth
,
2022/04/20
[PULL 6/7] hw: Add compat machines for 7.1
,
Thomas Huth
,
2022/04/20
[PULL 7/7] tests/avocado: Allow overwrite smp and memory size command line options
,
Thomas Huth
,
2022/04/20
Re: [PULL 0/7] Misc patches
,
Richard Henderson
,
2022/04/20
[PATCH v2] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
frank . chang
,
2022/04/20
Re: [PATCH v2] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Bin Meng
,
2022/04/20
Re: [PATCH v2] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Alistair Francis
,
2022/04/21
Re: [PATCH v2] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Frank Chang
,
2022/04/21
Re: [PATCH v4 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode
,
Thomas Huth
,
2022/04/20
Re: [PATCH v4 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode
,
Joel Stanley
,
2022/04/21
[PATCH 0/2] Fix nvme copy command with pi metadata
,
Dmitry Tikhov
,
2022/04/20
[PATCH 1/2] hw/nvme: refactor check of disabled dif
,
Dmitry Tikhov
,
2022/04/20
[PATCH 2/2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Dmitry Tikhov
,
2022/04/20
Re: [PATCH 2/2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Klaus Jensen
,
2022/04/20
Re: [PATCH 2/2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Klaus Jensen
,
2022/04/20
Re: [PATCH 2/2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Dmitry Tikhov
,
2022/04/21
Re: [PATCH 2/2] hw/nvme: fix copy cmd for pi enabled namespaces
,
Klaus Jensen
,
2022/04/21
[PATCH] hw/nvme: add new command abort case
,
Dmitry Tikhov
,
2022/04/20
Re: [PATCH] hw/nvme: add new command abort case
,
Klaus Jensen
,
2022/04/20
Re: [PATCH] hw/nvme: add new command abort case
,
Klaus Jensen
,
2022/04/20
Re: [PATCH] hw/nvme: add new command abort case
,
Dmitry Tikhov
,
2022/04/20
Re: [PATCH] hw/nvme: add new command abort case
,
Klaus Jensen
,
2022/04/20
Re: [PATCH] hw/nvme: add new command abort case
,
Dmitry Tikhov
,
2022/04/20
Re: [PATCH] hw/nvme: add new command abort case
,
Klaus Jensen
,
2022/04/20
[PATCH] target/ppc: Fix BookE debug interrupt generation
,
Bin Meng
,
2022/04/20
Re: [PATCH] target/ppc: Fix BookE debug interrupt generation
,
Fabiano Rosas
,
2022/04/20
Re: [PATCH] target/ppc: Fix BookE debug interrupt generation
,
Bin Meng
,
2022/04/20
Re: [PATCH] target/ppc: Fix BookE debug interrupt generation
,
Fabiano Rosas
,
2022/04/20
[PATCH v4 0/4] Support ACLINT 32/64-bit mtimecmp/mtime read/write accesses
,
frank . chang
,
2022/04/20
[PATCH v4 1/4] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
,
frank . chang
,
2022/04/20
[PATCH v4 2/4] hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINT
,
frank . chang
,
2022/04/20
[PATCH v4 3/4] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
,
frank . chang
,
2022/04/20
[PATCH v4 4/4] hw/intc: riscv_aclint: Add reset function of ACLINT devices
,
frank . chang
,
2022/04/20
Re: [PATCH v4 0/4] Support ACLINT 32/64-bit mtimecmp/mtime read/write accesses
,
Alistair Francis
,
2022/04/20
Re: [PATCH 31/32] RFC: Simplify softmmu/main.c
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH 31/32] RFC: Simplify softmmu/main.c
,
Akihiko Odaki
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Bin Meng
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Bin Meng
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Bin Meng
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Bin Meng
,
2022/04/20
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Richard Henderson
,
2022/04/21
Re: [PATCH v4 2/7] target/riscv: machine: Add debug state description
,
Bin Meng
,
2022/04/21
[PATCH] KVM: HWPoison: Fix memory address&size during remap
,
zhenwei pi
,
2022/04/20
PING: [PATCH] KVM: HWPoison: Fix memory address&size during remap
,
zhenwei pi
,
2022/04/26
[PATCH v4 0/6] hw/riscv: Add TPM support to the virt board
,
Alistair Francis
,
2022/04/20
[PATCH v4 1/6] hw/riscv: virt: Add a machine done notifier
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 1/6] hw/riscv: virt: Add a machine done notifier
,
Bin Meng
,
2022/04/21
[PATCH v4 2/6] hw/core: Move the ARM sysbus-fdt to core
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 2/6] hw/core: Move the ARM sysbus-fdt to core
,
Bin Meng
,
2022/04/21
[PATCH v4 4/6] hw/riscv: virt: Add support for generating platform FDT entries
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 4/6] hw/riscv: virt: Add support for generating platform FDT entries
,
Bin Meng
,
2022/04/21
[PATCH v4 3/6] hw/riscv: virt: Create a platform bus
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 3/6] hw/riscv: virt: Create a platform bus
,
Bin Meng
,
2022/04/21
[PATCH v4 5/6] hw/riscv: virt: Add device plug support
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 5/6] hw/riscv: virt: Add device plug support
,
Bin Meng
,
2022/04/21
[PATCH v4 6/6] hw/riscv: Enable TPM backends
,
Alistair Francis
,
2022/04/20
Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends
,
Bin Meng
,
2022/04/21
Re: [PATCH v4 0/6] hw/riscv: Add TPM support to the virt board
,
Bin Meng
,
2022/04/20
Re: [RFC PATCH] hw/i386/e820: remove legacy reserved entries for e820
,
Ani Sinha
,
2022/04/20
[PATCH] hw/i386/e820: remove legacy reserved entries for e820
,
Ani Sinha
,
2022/04/20
Re: [PATCH] hw/i386/e820: remove legacy reserved entries for e820
,
Gerd Hoffmann
,
2022/04/20
Re: [PATCH] hw/i386/e820: remove legacy reserved entries for e820
,
Ani Sinha
,
2022/04/20
Re: [PATCH] hw/i386/e820: remove legacy reserved entries for e820
,
Gerd Hoffmann
,
2022/04/20
[PATCH v2 0/2] qga: Support NVMe disk type and SMART
,
zhenwei pi
,
2022/04/19
[PATCH v2 1/2] qga: Introduce NVMe disk bus type
,
zhenwei pi
,
2022/04/19
[PATCH v2 2/2] qga: Introduce disk smart
,
zhenwei pi
,
2022/04/19
PING: [PATCH v2 0/2] qga: Support NVMe disk type and SMART
,
zhenwei pi
,
2022/04/26
[ANNOUNCE] QEMU 7.0.0 is now available
,
Michael Roth
,
2022/04/19
[PATCH v8 00/17] vfio-user server in QEMU
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 10/17] vfio-user: run vfio-user context
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 10/17] vfio-user: run vfio-user context
,
Markus Armbruster
,
2022/04/21
Re: [PATCH v8 10/17] vfio-user: run vfio-user context
,
Jag Raman
,
2022/04/21
Re: [PATCH v8 10/17] vfio-user: run vfio-user context
,
Markus Armbruster
,
2022/04/22
Re: [PATCH v8 10/17] vfio-user: run vfio-user context
,
Jag Raman
,
2022/04/22
[PATCH v8 13/17] vfio-user: handle DMA mappings
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 13/17] vfio-user: handle DMA mappings
,
Stefan Hajnoczi
,
2022/04/25
Re: [PATCH v8 13/17] vfio-user: handle DMA mappings
,
Jag Raman
,
2022/04/25
Re: [PATCH v8 13/17] vfio-user: handle DMA mappings
,
Jag Raman
,
2022/04/26
[PATCH v8 14/17] vfio-user: handle PCI BAR accesses
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 14/17] vfio-user: handle PCI BAR accesses
,
Stefan Hajnoczi
,
2022/04/25
Re: [PATCH v8 14/17] vfio-user: handle PCI BAR accesses
,
Jag Raman
,
2022/04/25
[PATCH v8 15/17] vfio-user: handle device interrupts
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 15/17] vfio-user: handle device interrupts
,
Stefan Hajnoczi
,
2022/04/25
Re: [PATCH v8 15/17] vfio-user: handle device interrupts
,
Jag Raman
,
2022/04/25
Re: [PATCH v8 15/17] vfio-user: handle device interrupts
,
Stefan Hajnoczi
,
2022/04/28
[PATCH v8 16/17] vfio-user: handle reset of remote device
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 16/17] vfio-user: handle reset of remote device
,
Stefan Hajnoczi
,
2022/04/25
[PATCH v8 17/17] vfio-user: avocado tests for vfio-user
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 11/17] vfio-user: handle PCI config space accesses
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 08/17] vfio-user: instantiate vfio-user context
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 05/17] configure: require cmake 3.19 or newer
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 06/17] vfio-user: build library
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 06/17] vfio-user: build library
,
Stefan Hajnoczi
,
2022/04/25
[PATCH v8 02/17] qdev: unplug blocker for devices
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 02/17] qdev: unplug blocker for devices
,
Markus Armbruster
,
2022/04/21
Re: [PATCH v8 02/17] qdev: unplug blocker for devices
,
Jag Raman
,
2022/04/21
Re: [PATCH v8 02/17] qdev: unplug blocker for devices
,
Markus Armbruster
,
2022/04/22
Re: [PATCH v8 02/17] qdev: unplug blocker for devices
,
Jag Raman
,
2022/04/22
[PATCH v8 07/17] vfio-user: define vfio-user-server object
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 07/17] vfio-user: define vfio-user-server object
,
Stefan Hajnoczi
,
2022/04/25
[PATCH v8 03/17] remote/machine: add HotplugHandler for remote machine
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 01/17] tests/avocado: Specify target VM argument to helper routines
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 09/17] vfio-user: find and init PCI device
,
Jagannathan Raman
,
2022/04/19
[PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Jag Raman
,
2022/04/20
Re: [PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Stefan Hajnoczi
,
2022/04/25
Re: [PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Jag Raman
,
2022/04/25
Re: [PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Stefan Hajnoczi
,
2022/04/28
Re: [PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Stefan Hajnoczi
,
2022/04/25
Re: [PATCH v8 12/17] vfio-user: IOMMU support for remote device
,
Jag Raman
,
2022/04/25
[PATCH v8 04/17] remote/machine: add vfio-user property
,
Jagannathan Raman
,
2022/04/19
Re: [PATCH v8 00/17] vfio-user server in QEMU
,
Stefan Hajnoczi
,
2022/04/25
Re: [PATCH v8 00/17] vfio-user server in QEMU
,
Jag Raman
,
2022/04/25
Re: [PATCH v4 1/3] aspeed/hace: Support HMAC Key Buffer register.
,
Cédric Le Goater
,
2022/04/19
[PATCH] Only advertise aio=io_uring if support is actually available
,
Dirk Müller
,
2022/04/19
Re: [PATCH] Only advertise aio=io_uring if support is actually available
,
Eric Blake
,
2022/04/19
Re: [PATCH] Only advertise aio=io_uring if support is actually available
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH] Only advertise aio=io_uring if support is actually available
,
Dirk Müller
,
2022/04/21
Re: [PATCH] Only advertise aio=io_uring if support is actually available
,
Dirk Müller
,
2022/04/25
[PATCH v3 0/5] i386: Enable newly introduced KVM Hyper-V enlightenments
,
Vitaly Kuznetsov
,
2022/04/19
[PATCH v3 5/5] i386: Hyper-V Direct TLB flush hypercall
,
Vitaly Kuznetsov
,
2022/04/19
[PATCH v3 1/5] i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES
,
Vitaly Kuznetsov
,
2022/04/19
[PATCH v3 2/5] i386: Hyper-V Enlightened MSR bitmap feature
,
Vitaly Kuznetsov
,
2022/04/19
[PATCH v3 3/5] i386: Hyper-V XMM fast hypercall input feature
,
Vitaly Kuznetsov
,
2022/04/19
[PATCH v3 4/5] i386: Hyper-V Support extended GVA ranges for TLB flush hypercalls
,
Vitaly Kuznetsov
,
2022/04/19
Re: [PATCH v3 0/5] i386: Enable newly introduced KVM Hyper-V enlightenments
,
Paolo Bonzini
,
2022/04/29
Re: [PATCH v3 0/5] i386: Enable newly introduced KVM Hyper-V enlightenments
,
Vitaly Kuznetsov
,
2022/04/29
Re: propagating vmgenid outward and upward
,
Jason A. Donenfeld
,
2022/04/19
Re: propagating vmgenid outward and upward
,
Michael S. Tsirkin
,
2022/04/19
[Bug 1721788] Re: Failed to get shared "write" lock with 'qemu-img info'
,
Kaitlyn Lew
,
2022/04/19
introducing vrc :)
,
Paolo Bonzini
,
2022/04/19
Re: introducing vrc :)
,
Stefan Hajnoczi
,
2022/04/20
Re: introducing vrc :)
,
Peter Xu
,
2022/04/20
Re: introducing vrc :)
,
Paolo Bonzini
,
2022/04/21
Re: introducing vrc :)
,
Peter Xu
,
2022/04/21
[PATCH 0/5] 9pfs: macOS host fixes
,
Christian Schoenebeck
,
2022/04/19
[PATCH 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/19
Re: [PATCH 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Will Cohen
,
2022/04/19
Re: [PATCH 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Akihiko Odaki
,
2022/04/19
Re: [PATCH 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Greg Kurz
,
2022/04/20
Re: [PATCH 1/5] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
,
Christian Schoenebeck
,
2022/04/20
[PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/19
Re: [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Will Cohen
,
2022/04/19
Re: [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/20
Re: [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/20
Re: [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/20
Re: [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Greg Kurz
,
2022/04/20
Re: [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
,
Christian Schoenebeck
,
2022/04/20
[PATCH 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/19
Re: [PATCH 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Greg Kurz
,
2022/04/21
Re: [PATCH 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH 3/5] 9pfs: fix wrong encoding of rdev field in Rgetattr on macOS
,
Greg Kurz
,
2022/04/21
[PATCH 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/19
Re: [PATCH 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Greg Kurz
,
2022/04/21
Re: [PATCH 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Greg Kurz
,
2022/04/21
Re: [PATCH 4/5] 9pfs: fix wrong errno being sent to Linux client on macOS host
,
Christian Schoenebeck
,
2022/04/21
[PATCH 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/19
Re: [PATCH 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Greg Kurz
,
2022/04/21
Re: [PATCH 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/21
Re: [PATCH 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Greg Kurz
,
2022/04/21
Re: [PATCH 5/5] 9pfs: fix removing non-existent POSIX ACL xattr on macOS host
,
Christian Schoenebeck
,
2022/04/21
[PATCH 0/5] hw/nvme: fix namespace identifiers
,
Klaus Jensen
,
2022/04/19
[PATCH 1/5] hw/nvme: enforce common serial per subsystem
,
Klaus Jensen
,
2022/04/19
Re: [PATCH 1/5] hw/nvme: enforce common serial per subsystem
,
Christoph Hellwig
,
2022/04/20
[PATCH 2/5] hw/nvme: always set eui64
,
Klaus Jensen
,
2022/04/19
Re: [PATCH 2/5] hw/nvme: always set eui64
,
Christoph Hellwig
,
2022/04/20
Re: [PATCH 2/5] hw/nvme: always set eui64
,
Klaus Jensen
,
2022/04/20
Re: [PATCH 2/5] hw/nvme: always set eui64
,
Klaus Jensen
,
2022/04/20
[PATCH 3/5] hw/nvme: do not report null uuid
,
Klaus Jensen
,
2022/04/19
Re: [PATCH 3/5] hw/nvme: do not report null uuid
,
Christoph Hellwig
,
2022/04/20
[PATCH 4/5] hw/nvme: do not auto-generate uuid
,
Klaus Jensen
,
2022/04/19
Re: [PATCH 4/5] hw/nvme: do not auto-generate uuid
,
Christoph Hellwig
,
2022/04/20
Re: [PATCH 4/5] hw/nvme: do not auto-generate uuid
,
Klaus Jensen
,
2022/04/20
Re: [PATCH 4/5] hw/nvme: do not auto-generate uuid
,
Christoph Hellwig
,
2022/04/20
Re: [PATCH 4/5] hw/nvme: do not auto-generate uuid
,
Klaus Jensen
,
2022/04/20
[PATCH 5/5] hw/nvme: bump firmware revision
,
Klaus Jensen
,
2022/04/19
Re: [PATCH 0/5] hw/nvme: fix namespace identifiers
,
Keith Busch
,
2022/04/19
[PATCH] hw/riscv: boot: Support 64bit fdt address.
,
Dylan Jhong
,
2022/04/19
Re: [PATCH] hw/riscv: boot: Support 64bit fdt address.
,
Alistair Francis
,
2022/04/20
Re: [PATCH] hw/riscv: boot: Support 64bit fdt address.
,
Alistair Francis
,
2022/04/20
Re: Portable inline asm to get address of TLS variable
,
Florian Weimer
,
2022/04/19
Re: Portable inline asm to get address of TLS variable
,
Thomas Rodgers
,
2022/04/19
Re: Portable inline asm to get address of TLS variable
,
Stefan Hajnoczi
,
2022/04/20
[PATCH v1 for 7.1 00/25] testing, docs and gdbstub pre-PR
,
Alex Bennée
,
2022/04/19
[PATCH v1 01/25] tests/avocado: update aarch64_virt test to exercise -cpu max
,
Alex Bennée
,
2022/04/19
[PATCH v1 02/25] docs/devel: add some notes on the binfmt-image-debian targets
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 02/25] docs/devel: add some notes on the binfmt-image-debian targets
,
Richard Henderson
,
2022/04/19
[PATCH v1 04/25] tests/docker: remove dead code for linux-user containers
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 04/25] tests/docker: remove dead code for linux-user containers
,
Richard Henderson
,
2022/04/19
[PATCH v1 03/25] docs/devel: drop :hidden: and :includehidden: tags
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 03/25] docs/devel: drop :hidden: and :includehidden: tags
,
Richard Henderson
,
2022/04/19
[PATCH v1 10/25] tests/docker: simplify docker-TEST@IMAGE targets
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 10/25] tests/docker: simplify docker-TEST@IMAGE targets
,
Richard Henderson
,
2022/04/19
[PATCH v1 06/25] tests/docker: remove dead variable
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 06/25] tests/docker: remove dead variable
,
Richard Henderson
,
2022/04/19
[PATCH v1 13/25] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 13/25] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak
,
Richard Henderson
,
2022/04/19
[PATCH v1 05/25] tests/docker: remove test targets
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 05/25] tests/docker: remove test targets
,
Richard Henderson
,
2022/04/19
[PATCH v1 07/25] tests/docker: remove unnecessary default definitions
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 07/25] tests/docker: remove unnecessary default definitions
,
Richard Henderson
,
2022/04/19
[PATCH v1 11/25] tests/docker: do not duplicate rules for hexagon-cross
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 11/25] tests/docker: do not duplicate rules for hexagon-cross
,
Richard Henderson
,
2022/04/19
[PATCH v1 09/25] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 09/25] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
,
Richard Henderson
,
2022/04/19
[PATCH v1 14/25] tests/tcg: remove CONFIG_USER_ONLY from config-target.mak
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 14/25] tests/tcg: remove CONFIG_USER_ONLY from config-target.mak
,
Richard Henderson
,
2022/04/19
[PATCH v1 12/25] tests/tcg: add compiler test variables when using containers
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 12/25] tests/tcg: add compiler test variables when using containers
,
Richard Henderson
,
2022/04/19
[PATCH v1 08/25] tests/docker: inline variable definitions or move close to use
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 08/25] tests/docker: inline variable definitions or move close to use
,
Richard Henderson
,
2022/04/19
[PATCH v1 18/25] tests/tcg: isolate from QEMU's config-host.mak
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 18/25] tests/tcg: isolate from QEMU's config-host.mak
,
Richard Henderson
,
2022/04/19
[PATCH v1 20/25] tests/tcg: fix non-static build
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 20/25] tests/tcg: fix non-static build
,
Richard Henderson
,
2022/04/19
[PATCH v1 16/25] tests/tcg: list test targets in Makefile.prereqs
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 16/25] tests/tcg: list test targets in Makefile.prereqs
,
Richard Henderson
,
2022/04/19
[PATCH v1 19/25] tests/docker: remove SKIP_DOCKER_BUILD
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 19/25] tests/docker: remove SKIP_DOCKER_BUILD
,
Richard Henderson
,
2022/04/19
[PATCH v1 15/25] tests/tcg: prepare Makefile.prereqs at configure time
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 15/25] tests/tcg: prepare Makefile.prereqs at configure time
,
Richard Henderson
,
2022/04/19
[PATCH v1 17/25] tests/tcg: invoke Makefile.target directly from QEMU's makefile
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 17/25] tests/tcg: invoke Makefile.target directly from QEMU's makefile
,
Richard Henderson
,
2022/04/19
[PATCH v1 25/25] tests/guest-debug: better handle gdb crashes
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 25/25] tests/guest-debug: better handle gdb crashes
,
Richard Henderson
,
2022/04/19
[PATCH v1 22/25] tests/tcg: add float_convd test
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 22/25] tests/tcg: add float_convd test
,
Richard Henderson
,
2022/04/19
Re: [PATCH v1 22/25] tests/tcg: add float_convd test
,
Alex Bennée
,
2022/04/20
[PATCH v1 24/25] target/i386: fix byte swap issue with XMM register access
,
Alex Bennée
,
2022/04/19
[PATCH v1 23/25] tests/tcg: add missing reference files for float_convs
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 23/25] tests/tcg: add missing reference files for float_convs
,
Richard Henderson
,
2022/04/19
Re: [PATCH v1 23/25] tests/tcg: add missing reference files for float_convs
,
Alex Bennée
,
2022/04/20
[PATCH v1 21/25] tests/tcg: remove duplicate sha512-sse case
,
Alex Bennée
,
2022/04/19
Re: [PATCH v1 21/25] tests/tcg: remove duplicate sha512-sse case
,
Richard Henderson
,
2022/04/19
[PATCH v3 0/4] Support ACLINT 32/64-bit mtimecmp/mtime read/write accesses
,
frank . chang
,
2022/04/19
[PATCH v3 1/4] hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
,
frank . chang
,
2022/04/19
[PATCH v3 2/4] hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINT
,
frank . chang
,
2022/04/19
[PATCH v3 4/4] hw/intc: riscv_aclint: Add reset function of ACLINT devices
,
frank . chang
,
2022/04/19
Re: [PATCH v3 4/4] hw/intc: riscv_aclint: Add reset function of ACLINT devices
,
Alistair Francis
,
2022/04/20
[PATCH v3 3/4] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
,
frank . chang
,
2022/04/19
Re: [PATCH v3 3/4] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
,
Alistair Francis
,
2022/04/20
Re: [PATCH v3 3/4] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
,
Frank Chang
,
2022/04/20
[Bug 1795799] Re: Cirrus video, graphical corruption, bad fonts
,
Thomas Huth
,
2022/04/19
[PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB
,
Wertenbroek Rick
,
2022/04/19
[PATCH v3 0/6] hw/riscv: Add TPM support to the virt board
,
Alistair Francis
,
2022/04/19
[PATCH v3 2/6] hw/core: Move the ARM sysbus-fdt to core
,
Alistair Francis
,
2022/04/19
[PATCH v3 3/6] hw/riscv: virt: Create a platform bus
,
Alistair Francis
,
2022/04/19
[PATCH v3 4/6] hw/riscv: virt: Add support for generating platform FDT entries
,
Alistair Francis
,
2022/04/19
[PATCH v3 1/6] hw/riscv: virt: Add a machine done notifier
,
Alistair Francis
,
2022/04/19
[PATCH v3 5/6] hw/riscv: virt: Add device plug support
,
Alistair Francis
,
2022/04/19
[PATCH v3 6/6] hw/riscv: Enable TPM backends
,
Alistair Francis
,
2022/04/19
[PULL for-7.1 00/53] Misc pull request for QEMU 7.1
,
Paolo Bonzini
,
2022/04/19
[PULL 08/53] meson: remove unneeded py3
,
Paolo Bonzini
,
2022/04/19
[PULL 01/53] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
,
Paolo Bonzini
,
2022/04/19
Re: [PULL 01/53] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
,
Dov Murik
,
2022/04/19
Re: [PULL 01/53] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
,
Dov Murik
,
2022/04/20
[PULL 11/53] Replace config-time define HOST_WORDS_BIGENDIAN
,
Paolo Bonzini
,
2022/04/19
[PULL 20/53] error-report: use error_printf() for program prefix
,
Paolo Bonzini
,
2022/04/19
[PULL 23/53] include: move qemu_pipe() to osdep.h
,
Paolo Bonzini
,
2022/04/19
[PULL 06/53] meson: use chardev_ss dependencies
,
Paolo Bonzini
,
2022/04/19
[PULL 07/53] meson: add util dependency for oslib-posix on freebsd
,
Paolo Bonzini
,
2022/04/19
[PULL 16/53] Replace qemu_real_host_page variables with inlined functions
,
Paolo Bonzini
,
2022/04/19
[PULL 14/53] include/qapi: add g_autoptr support for qobject types
,
Paolo Bonzini
,
2022/04/19
[PULL 19/53] util: rename qemu-error.c to match its header name
,
Paolo Bonzini
,
2022/04/19
[PULL 21/53] include: move TFR to osdep.h
,
Paolo Bonzini
,
2022/04/19
[PULL 24/53] include: move coroutine IO functions to coroutine.h
,
Paolo Bonzini
,
2022/04/19
[PULL 27/53] include: move cpu_exec* declarations to cpu-common.h
,
Paolo Bonzini
,
2022/04/19
[PULL 37/53] build-sys: drop ntddscsi.h check
,
Paolo Bonzini
,
2022/04/19
[PULL 38/53] build-sys: simplify AF_VSOCK check
,
Paolo Bonzini
,
2022/04/19
[PULL 41/53] thread-posix: use monotonic clock for QemuCond and QemuSemaphore
,
Paolo Bonzini
,
2022/04/19
[PULL 40/53] thread-posix: remove the posix semaphore support
,
Paolo Bonzini
,
2022/04/19
[PULL 44/53] hyperv: SControl is optional to enable SynIc
,
Paolo Bonzini
,
2022/04/19
[PULL 52/53] target/i386: do not access beyond the low 128 bits of SSE registers
,
Paolo Bonzini
,
2022/04/19
[PULL 30/53] include: move qemu_get_vm_name() to sysemu.h
,
Paolo Bonzini
,
2022/04/19
[PULL 05/53] oslib: drop qemu_gettimeofday()
,
Paolo Bonzini
,
2022/04/19
[PULL 03/53] qga: replace qemu_gettimeofday() with g_get_real_time()
,
Paolo Bonzini
,
2022/04/19
[PULL 04/53] Replace qemu_gettimeofday() with g_get_real_time()
,
Paolo Bonzini
,
2022/04/19
[PULL 13/53] osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
,
Paolo Bonzini
,
2022/04/19
[PULL 09/53] meson: remove test-qdev-global-props dependency on testqapi
,
Paolo Bonzini
,
2022/04/19
[PULL 10/53] char: move qemu_openpty_raw from util/ to char/
,
Paolo Bonzini
,
2022/04/19
[PULL 17/53] qga: replace deprecated g_get_current_time()
,
Paolo Bonzini
,
2022/04/19
[PULL 12/53] Replace TARGET_WORDS_BIGENDIAN
,
Paolo Bonzini
,
2022/04/19
[PULL 02/53] qtest: replace gettimeofday with GTimer
,
Paolo Bonzini
,
2022/04/19
[PULL 15/53] tests: replace free_all() usage with g_auto
,
Paolo Bonzini
,
2022/04/19
[PULL 31/53] include: move os_*() to os-foo.h
,
Paolo Bonzini
,
2022/04/19
[PULL 33/53] Move CPU softfloat unions to cpu-float.h
,
Paolo Bonzini
,
2022/04/19
[PULL 34/53] Move fcntl_setfl() to oslib-posix
,
Paolo Bonzini
,
2022/04/19
[PULL 35/53] qga: remove explicit environ argument from exec/spawn
,
Paolo Bonzini
,
2022/04/19
[PULL 28/53] include: move target page bits declaration to page-vary.h
,
Paolo Bonzini
,
2022/04/19
[PULL 29/53] include: move progress API to qemu-progress.h
,
Paolo Bonzini
,
2022/04/19
[PULL 45/53] hyperv: Add definitions for syndbg
,
Paolo Bonzini
,
2022/04/19
[PULL 46/53] hyperv: Add support to process syndbg commands
,
Paolo Bonzini
,
2022/04/19
[PULL 36/53] Remove qemu-common.h include from most units
,
Paolo Bonzini
,
2022/04/19
[PULL 48/53] s390x: follow qdev tree to detect SCSI device on a CCW bus
,
Paolo Bonzini
,
2022/04/19
[PULL 22/53] include: move qemu_write_full() declaration to osdep.h
,
Paolo Bonzini
,
2022/04/19
[PULL 18/53] error-report: replace deprecated g_get_current_time() with glib >= 2.62
,
Paolo Bonzini
,
2022/04/19
[PULL 43/53] thread-posix: optimize qemu_sem_timedwait with zero timeout
,
Paolo Bonzini
,
2022/04/19
[PULL 50/53] virtio-ccw: move device type declarations to .c files
,
Paolo Bonzini
,
2022/04/19
[PULL 53/53] target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
,
Paolo Bonzini
,
2022/04/19
[PULL 25/53] include: move dump_in_progress() to runstate.h
,
Paolo Bonzini
,
2022/04/19
[PULL 26/53] include: move C/util-related declarations to cutils.h
,
Paolo Bonzini
,
2022/04/19
[PULL 32/53] include: move page_size_init() to include/hw/core/cpu.h
,
Paolo Bonzini
,
2022/04/19
[PULL 42/53] thread-posix: implement Semaphore with QemuCond and QemuMutex
,
Paolo Bonzini
,
2022/04/19
[PULL 39/53] whpx: Added support for breakpoints and stepping
,
Paolo Bonzini
,
2022/04/19
[PULL 47/53] hw: hyperv: Initial commit for Synthetic Debugging device
,
Paolo Bonzini
,
2022/04/19
[PULL 49/53] virtio-ccw: move vhost_ccw_scsi to a separate file
,
Paolo Bonzini
,
2022/04/19
[PULL 51/53] virtio-ccw: do not include headers for all virtio devices
,
Paolo Bonzini
,
2022/04/19
Re: [PULL for-7.1 00/53] Misc pull request for QEMU 7.1
,
Peter Maydell
,
2022/04/19
Re: [PULL for-7.1 00/53] Misc pull request for QEMU 7.1
,
Richard Henderson
,
2022/04/19
Re: [PATCH qemu v7 02/14] target/riscv: rvv: Rename ambiguous esz
,
Alistair Francis
,
2022/04/19
Re: [PATCH qemu v7 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
,
Alistair Francis
,
2022/04/19
Re: [PATCH] chardev: avoid use-after-free when client disconnect
,
Hogan Wang
,
2022/04/18
[PATCH v11 00/14] support subsets of scalar crypto extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 03/14] target/riscv: rvk: add support for zbkc extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 02/14] target/riscv: rvk: add support for zbkb extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 05/14] crypto: move sm4_sbox from target/arm
,
Weiwei Li
,
2022/04/18
[PATCH v11 04/14] target/riscv: rvk: add support for zbkx extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 08/14] target/riscv: rvk: add support for sha256 related instructions in zknh extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
,
Weiwei Li
,
2022/04/18
[PATCH v11 11/14] target/riscv: rvk: add support for zksed/zksh extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 01/14] target/riscv: rvk: add cfg properties for zbk* and zk*
,
Weiwei Li
,
2022/04/18
[PATCH v11 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
,
Weiwei Li
,
2022/04/18
[PATCH v11 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 in zknh extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 14/14] target/riscv: rvk: expose zbk* and zk* properties
,
Weiwei Li
,
2022/04/18
[PATCH v11 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
,
Weiwei Li
,
2022/04/18
[PATCH v11 10/14] target/riscv: rvk: add support for sha512 related instructions for RV64 in zknh extension
,
Weiwei Li
,
2022/04/18
[PATCH v11 12/14] target/riscv: rvk: add CSR support for Zkr
,
Weiwei Li
,
2022/04/18
Re: [PATCH v11 12/14] target/riscv: rvk: add CSR support for Zkr
,
Alistair Francis
,
2022/04/21
Re: [PATCH v11 00/14] support subsets of scalar crypto extension
,
Alistair Francis
,
2022/04/22
[PATCH v3] Use io_uring_register_ring_fd() to skip fd operations
,
Sam Li
,
2022/04/18
Re: [PATCH v3] Use io_uring_register_ring_fd() to skip fd operations
,
Fam Zheng
,
2022/04/21
Re: [PATCH v3] Use io_uring_register_ring_fd() to skip fd operations
,
olc
,
2022/04/21
[PATCH v3 00/12] iotests: add enhanced debugging info to qemu-io failures
,
John Snow
,
2022/04/18
[PATCH v3 01/12] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
,
John Snow
,
2022/04/18
[PATCH v3 09/12] iotests/image-fleecing: switch to qemu_io()
,
John Snow
,
2022/04/18
[PATCH v3 02/12] iotests/163: Fix broken qemu-io invocation
,
John Snow
,
2022/04/18
[PATCH v3 04/12] iotests/040: Don't check image pattern on zero-length image
,
John Snow
,
2022/04/18
[PATCH v3 06/12] iotests: create generic qemu_tool() function
,
John Snow
,
2022/04/18
[PATCH v3 07/12] iotests: rebase qemu_io() on top of qemu_tool()
,
John Snow
,
2022/04/18
Re: [PATCH v3 07/12] iotests: rebase qemu_io() on top of qemu_tool()
,
Eric Blake
,
2022/04/19
[PATCH v3 05/12] iotests/040: Fix TestCommitWithFilters test
,
John Snow
,
2022/04/18
[PATCH v3 11/12] iotests: remove qemu_io_silent() and qemu_io_silent_check().
,
John Snow
,
2022/04/18
[PATCH v3 03/12] iotests: Don't check qemu_io() output for specific error strings
,
John Snow
,
2022/04/18
[PATCH v3 10/12] iotests: remove qemu_io_pipe_and_status()
,
John Snow
,
2022/04/18
[PATCH v3 12/12] iotests: make qemu_io_log() check return codes by default
,
John Snow
,
2022/04/18
[PATCH v3 08/12] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
,
John Snow
,
2022/04/18
Re: [PATCH v3 00/12] iotests: add enhanced debugging info to qemu-io failures
,
Hanna Reitz
,
2022/04/25
Re: [PATCH v3 00/12] iotests: add enhanced debugging info to qemu-io failures
,
John Snow
,
2022/04/26
[RFC PATCH v3 0/5] Port PPC64/PowerNV MMU tests to QEMU
,
Leandro Lupori
,
2022/04/18
[RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Leandro Lupori
,
2022/04/18
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Cédric Le Goater
,
2022/04/18
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Leandro Lupori
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Richard Henderson
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Leandro Lupori
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Leandro Lupori
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Nicholas Piggin
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Cédric Le Goater
,
2022/04/21
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Nicholas Piggin
,
2022/04/21
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Nicholas Piggin
,
2022/04/27
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Cédric Le Goater
,
2022/04/21
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Richard Henderson
,
2022/04/18
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Peter Maydell
,
2022/04/19
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Leandro Lupori
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Peter Maydell
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Peter Maydell
,
2022/04/20
Re: [RFC PATCH v3 1/5] ppc64: Add semihosting support
,
Leandro Lupori
,
2022/04/20
[RFC PATCH v3 3/5] tests/tcg/ppc64: Add basic softmmu test support
,
Leandro Lupori
,
2022/04/18
Re: [RFC PATCH v3 3/5] tests/tcg/ppc64: Add basic softmmu test support
,
Cédric Le Goater
,
2022/04/18
Re: [RFC PATCH v3 3/5] tests/tcg/ppc64: Add basic softmmu test support
,
Daniel Henrique Barboza
,
2022/04/18
Re: [RFC PATCH v3 3/5] tests/tcg/ppc64: Add basic softmmu test support
,
Leandro Lupori
,
2022/04/20
[RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Leandro Lupori
,
2022/04/18
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Richard Henderson
,
2022/04/18
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Leandro Lupori
,
2022/04/20
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Peter Maydell
,
2022/04/20
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Richard Henderson
,
2022/04/20
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Alex Bennée
,
2022/04/21
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Peter Maydell
,
2022/04/21
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Alex Bennée
,
2022/04/21
Re: [RFC PATCH v3 2/5] ppc64: Fix semihosting on ppc64le
,
Peter Maydell
,
2022/04/21
[RFC PATCH v3 5/5] tests/tcg/ppc64: Build PowerNV and LE tests
,
Leandro Lupori
,
2022/04/18
[RFC PATCH v3 4/5] tests/tcg/ppc64: Add MMU test sources
,
Leandro Lupori
,
2022/04/18
[PATCH 0/3] AVX guest implementation
,
Paul Brook
,
2022/04/18
[PATCH 1/4] Add AVX_EN hflag
,
Paul Brook
,
2022/04/18
[PATCH 3/4] Enable all x86-64 cpu features in user mode
,
Paul Brook
,
2022/04/18
[PATCH 2/4] TCG support for AVX
,
Paul Brook
,
2022/04/18
Re: [PATCH 2/4] TCG support for AVX
,
Peter Maydell
,
2022/04/18
Re: [PATCH 2/4] TCG support for AVX
,
Paul Brook
,
2022/04/18
Re: [PATCH 2/4] TCG support for AVX
,
Peter Maydell
,
2022/04/18
Re: [PATCH 2/4] TCG support for AVX
,
Richard Henderson
,
2022/04/18
Re: [PATCH 2/4] TCG support for AVX
,
Paolo Bonzini
,
2022/04/20
Re: [PATCH 2/4] TCG support for AVX
,
Paul Brook
,
2022/04/20
[PATCH 4/4] AVX tests
,
Paul Brook
,
2022/04/18
Re: [PATCH 4/4] AVX tests
,
Alex Bennée
,
2022/04/19
[PATCH v2 01/42] i386: pcmpestr 64-bit sign extension bug
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 01/42] i386: pcmpestr 64-bit sign extension bug
,
Richard Henderson
,
2022/04/25
Re: [PATCH v2 01/42] i386: pcmpestr 64-bit sign extension bug
,
Paolo Bonzini
,
2022/04/27
[PATCH v2 06/42] i386: Add CHECK_NO_VEX
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 06/42] i386: Add CHECK_NO_VEX
,
Richard Henderson
,
2022/04/25
Re: [PATCH v2 06/42] i386: Add CHECK_NO_VEX
,
Richard Henderson
,
2022/04/25
[PATCH v2 02/42] i386: DPPS rounding fix
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 02/42] i386: DPPS rounding fix
,
Richard Henderson
,
2022/04/25
[PATCH v2 09/42] i386: Helper macro for 256 bit AVX helpers
,
Paul Brook
,
2022/04/24
[PATCH v2 07/42] Enforce VEX encoding restrictions
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 07/42] Enforce VEX encoding restrictions
,
Richard Henderson
,
2022/04/25
Re: [PATCH v2 07/42] Enforce VEX encoding restrictions
,
Richard Henderson
,
2022/04/25
Re: [PATCH v2 07/42] Enforce VEX encoding restrictions
,
Paolo Bonzini
,
2022/04/27
[PATCH v2 08/42] i386: Add ZMM_OFFSET macro
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 08/42] i386: Add ZMM_OFFSET macro
,
Richard Henderson
,
2022/04/25
[PATCH v2 04/42] i386: Rework sse_op_table1
,
Paul Brook
,
2022/04/24
[PATCH v2 05/42] i386: Rework sse_op_table6/7
,
Paul Brook
,
2022/04/24
[PATCH v2 03/42] Add AVX_EN hflag
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 03/42] Add AVX_EN hflag
,
Richard Henderson
,
2022/04/25
[PATCH v2 10/42] i386: Rewrite vector shift helper
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 10/42] i386: Rewrite vector shift helper
,
Richard Henderson
,
2022/04/25
Re: [PATCH v2 10/42] i386: Rewrite vector shift helper
,
Paolo Bonzini
,
2022/04/27
[PATCH v2 17/42] i386: Destructive FP helpers for AVX
,
Paul Brook
,
2022/04/24
[PATCH v2 30/42] i386: Implement VPERMIL
,
Paul Brook
,
2022/04/24
[PATCH v2 33/42] i386: Implement VMASKMOV
,
Paul Brook
,
2022/04/24
[PATCH v2 29/42] i386: Implement VBROADCAST
,
Paul Brook
,
2022/04/24
[PATCH v2 41/42] AVX tests
,
Paul Brook
,
2022/04/24
[PATCH v2 16/42] i386: Dot product AVX helper prep
,
Paul Brook
,
2022/04/24
[PATCH v2 37/42] i386: Implement VBLENDV
,
Paul Brook
,
2022/04/24
[PATCH v2 39/42] i386: Enable AVX cpuid bits when using TCG
,
Paul Brook
,
2022/04/24
[PATCH v2 25/42] i386: VEX.V encodings (3 operand)
,
Paul Brook
,
2022/04/24
[PATCH v2 11/42] i386: Rewrite simple integer vector helpers
,
Paul Brook
,
2022/04/24
[PATCH v2 14/42] i386: Add size suffix to vector FP helpers
,
Paul Brook
,
2022/04/24
[PATCH v2 38/42] i386: Implement VPBLENDD
,
Paul Brook
,
2022/04/24
[PATCH v2 24/42] i386: Move 3DNOW decoder
,
Paul Brook
,
2022/04/24
[PATCH v2 28/42] i386: Implement VZEROALL and VZEROUPPER
,
Paul Brook
,
2022/04/24
[PATCH v2 13/42] i386: Destructive vector helpers for AVX
,
Paul Brook
,
2022/04/24
Re: [PATCH v2 13/42] i386: Destructive vector helpers for AVX
,
Paolo Bonzini
,
2022/04/27
[PATCH v2 22/42] i386: Update ops_sse_helper.h ready for 256 bit AVX
,
Paul Brook
,
2022/04/24
[PATCH v2 20/42] i386: AVX pclmulqdq
,
Paul Brook
,
2022/04/24
[PATCH v2 40/42] Enable all x86-64 cpu features in user mode
,
Paul Brook
,
2022/04/24
[PATCH v2 34/42] i386: Implement VGATHER
,
Paul Brook
,
2022/04/24
[PATCH v2 18/42] i386: Misc AVX helper prep
,
Paul Brook
,
2022/04/24
[PATCH v2 23/42] i386: AVX comparison helpers
,
Paul Brook
,
2022/04/24
[PATCH v2 12/42] i386: Misc integer AVX helper prep
,
Paul Brook
,
2022/04/24
[PATCH v2 21/42] i386: AVX+AES helpers
,
Paul Brook
,
2022/04/24
[PATCH v2 42/42] i386: Add sha512-avx test
,
Paul Brook
,
2022/04/24
[PATCH v2 31/42] i386: Implement AVX variable shifts
,
Paul Brook
,
2022/04/24
[PATCH v2 26/42] i386: Utility function for 128 bit AVX
,
Paul Brook
,
2022/04/24
[PATCH v2 36/42] i386: Implement VINSERT128/VEXTRACT128
,
Paul Brook
,
2022/04/24
[PATCH v2 27/42] i386: Translate 256 bit AVX instructions
,
Paul Brook
,
2022/04/24
[PATCH v2 19/42] i386: Rewrite blendv helpers
,
Paul Brook
,
2022/04/24
[PATCH v2 35/42] i386: Implement VPERM
,
Paul Brook
,
2022/04/24
[PATCH v2 32/42] i386: Implement VTEST
,
Paul Brook
,
2022/04/24
[PATCH v2 15/42] i386: Floating point atithmetic helper AVX prep
,
Paul Brook
,
2022/04/24
[PATCH for-7.1 00/10] BCDA and mffscdrn implementations
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 01/10] target/ppc: Fix insn32.decode style issues
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 02/10] target/ppc: Move mffs[.] to decodetree
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 03/10] target/ppc: Move mffsl to decodetree
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 04/10] target/ppc: Move mffsce to decodetree
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 05/10] target/ppc: Move mffscrn[i] to decodetree
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 06/10] target/ppc: Implement mffscdrn[i] instructions
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 07/10] target/ppc: Add flag for ISA v2.06 BCDA instructions
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 08/10] target/ppc: implement addg6s
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 09/10] target/ppc: implement cbcdtd
,
Víctor Colombo
,
2022/04/18
[PATCH for-7.1 10/10] target/ppc: implement cdtbcd
,
Víctor Colombo
,
2022/04/18
Re: [PATCH for-7.1 00/10] BCDA and mffscdrn implementations
,
Víctor Colombo
,
2022/04/26
Question about direct block chaining
,
Taylor Simpson
,
2022/04/18
Re: Question about direct block chaining
,
Richard Henderson
,
2022/04/18
RE: Question about direct block chaining
,
Taylor Simpson
,
2022/04/19
Re: Question about direct block chaining
,
Alex Bennée
,
2022/04/19
Re: [PATCH 1/3] qapi-schema: support alternates with array type
,
Paolo Bonzini
,
2022/04/18
[GSoC] Adding RPi4 support to qemu-system-aarch64
,
Afront
,
2022/04/18
[PATCH 0/3] Repair duplicated clusters in parallels image
,
Natalia Kuzmina
,
2022/04/18
[PATCH 2/3] iotests: 314 test on duplicated clusters (parallels format)
,
Natalia Kuzmina
,
2022/04/18
Re: [PATCH 2/3] iotests: 314 test on duplicated clusters (parallels format)
,
Stefan Hajnoczi
,
2022/04/21
[PATCH 1/3] qemu-img check: fixing duplicated clusters for parallels format
,
Natalia Kuzmina
,
2022/04/18
Re: [PATCH 1/3] qemu-img check: fixing duplicated clusters for parallels format
,
Denis V. Lunev
,
2022/04/18
[PATCH 3/3] docs: parallels image format supports consistency checks
,
Natalia Kuzmina
,
2022/04/18
Re: [PATCH 3/3] docs: parallels image format supports consistency checks
,
Denis V. Lunev
,
2022/04/18
[PATCH 2/2] Use io_ring_register_ring_fd() to skip fd operations
,
Sam Li
,
2022/04/18
Re: [PATCH 2/2] Use io_ring_register_ring_fd() to skip fd operations
,
Damien Le Moal
,
2022/04/18
Re: [PATCH 2/2] Use io_ring_register_ring_fd() to skip fd operations
,
olc
,
2022/04/18
[PATCH] Use io_uring_register_ring_fd() to skip fd operations
,
Sam Li
,
2022/04/18
Re: [PATCH] Use io_uring_register_ring_fd() to skip fd operations
,
Damien Le Moal
,
2022/04/18
[PATCH v6 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/17
[PATCH v6 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/17
[PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/17
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Igor Mammedov
,
2022/04/20
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/20
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Igor Mammedov
,
2022/04/20
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/20
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Igor Mammedov
,
2022/04/20
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/21
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Andrew Jones
,
2022/04/21
Re: [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/21
[PATCH v6 3/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/17
[PATCH v6 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/17
A couple of new device-tree helpers.
,
Ben Dooks
,
2022/04/17
[PATCH 1/4] device_tree: add qemu_fdt_setprop_reg64 helper
,
Ben Dooks
,
2022/04/17
Re: [PATCH 1/4] device_tree: add qemu_fdt_setprop_reg64 helper
,
Alistair Francis
,
2022/04/19
[PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
,
Ben Dooks
,
2022/04/17
Re: [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
,
Ben Dooks
,
2022/04/17
Re: [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
,
Bin Meng
,
2022/04/21
[PATCH 2/4] hw/riscv: use qemu_fdt_setprop_reg64() in sifive_u.c
,
Ben Dooks
,
2022/04/17
[PATCH 3/4] device_tree: add qemu_fdt_setprop_strings() helper
,
Ben Dooks
,
2022/04/17
Re: [PATCH 3/4] device_tree: add qemu_fdt_setprop_strings() helper
,
Alistair Francis
,
2022/04/19
[PATCH v3 00/39] Logging cleanup and per-thread logfiles
,
Richard Henderson
,
2022/04/17
[PATCH v3 01/39] util/log: Drop manual log buffering
,
Richard Henderson
,
2022/04/17
[PATCH v3 11/39] tcg: Pass the locked filepointer to tcg_dump_ops
,
Richard Henderson
,
2022/04/17
[PATCH v3 03/39] util/log: Return bool from qemu_set_log_filename
,
Richard Henderson
,
2022/04/17
[PATCH v3 06/39] util/log: Move qemu_log_lock, qemu_log_unlock out of line
,
Richard Henderson
,
2022/04/17
[PATCH v3 05/39] os-posix: Use qemu_log_enabled
,
Richard Henderson
,
2022/04/17
[PATCH v3 14/39] accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
,
Richard Henderson
,
2022/04/17
[PATCH v3 20/39] util/log: Drop call to setvbuf
,
Richard Henderson
,
2022/04/17
[PATCH v3 10/39] util/log: Remove qemu_log_vprintf
,
Richard Henderson
,
2022/04/17
[PATCH v3 08/39] hw/xen: Split out xen_pv_output_msg
,
Richard Henderson
,
2022/04/17
[PATCH v3 09/39] *: Use fprintf between qemu_log_trylock/unlock
,
Richard Henderson
,
2022/04/17
[PATCH v3 16/39] util/log: Use qemu_log_trylock/unlock in qemu_log
,
Richard Henderson
,
2022/04/17
[PATCH v3 17/39] util/log: Drop return value from qemu_log
,
Richard Henderson
,
2022/04/17
[PATCH v3 25/39] include/qemu/log: Move entire implementation out-of-line
,
Richard Henderson
,
2022/04/17
[PATCH v3 27/39] util/log: Introduce qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/17
[PATCH v3 32/39] util/log: Rename logfilename to global_filename
,
Richard Henderson
,
2022/04/17
[PATCH v3 37/39] util/log: Rename QemuLogFile to RCUCloseFILE
,
Richard Henderson
,
2022/04/17
[PATCH v3 13/39] exec/log: Remove log_disas and log_target_disas
,
Richard Henderson
,
2022/04/17
[PATCH v3 07/39] util/log: Rename qemu_log_lock to qemu_log_trylock
,
Richard Henderson
,
2022/04/17
[PATCH v3 22/39] linux-user: Expand log_page_dump inline
,
Richard Henderson
,
2022/04/17
[PATCH v3 23/39] tests/unit: Do not reference QemuLogFile directly
,
Richard Henderson
,
2022/04/17
[PATCH v3 21/39] bsd-user: Expand log_page_dump inline
,
Richard Henderson
,
2022/04/17
[PATCH v3 26/39] sysemu/os-win32: Test for and use _lock_file/_unlock_file
,
Richard Henderson
,
2022/04/17
[PATCH v3 19/39] util/log: Remove qemu_log_flush
,
Richard Henderson
,
2022/04/17
[PATCH v3 30/39] softmmu: Use qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/17
[PATCH v3 31/39] util/log: Remove qemu_log_close
,
Richard Henderson
,
2022/04/17
[PATCH v3 28/39] bsd-user: Use qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/17
[PATCH v3 02/39] target/hexagon: Remove qemu_set_log in hexagon_translate_init
,
Richard Henderson
,
2022/04/17
[PATCH v3 04/39] util/log: Pass Error pointer to qemu_set_log
,
Richard Henderson
,
2022/04/17
[PATCH v3 15/39] target/nios2: Remove log_cpu_state from reset
,
Richard Henderson
,
2022/04/17
[PATCH v3 24/39] include/exec/log: Do not reference QemuLogFile directly
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 24/39] include/exec/log: Do not reference QemuLogFile directly
,
Alex Bennée
,
2022/04/19
[PATCH v3 29/39] linux-user: Use qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/17
[PATCH v3 35/39] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
,
Richard Henderson
,
2022/04/17
[PATCH v3 34/39] util/log: Rename qemu_logfile_mutex to global_mutex
,
Richard Henderson
,
2022/04/17
[PATCH v3 36/39] util/log: Combine two logfile closes
,
Richard Henderson
,
2022/04/17
[PATCH v3 39/39] util/log: Support per-thread log files
,
Richard Henderson
,
2022/04/17
[PATCH v3 38/39] util/log: Limit RCUCloseFILE to file closing
,
Richard Henderson
,
2022/04/17
[PATCH v3 33/39] util/log: Rename qemu_logfile to global_file
,
Richard Henderson
,
2022/04/17
[PATCH v3 12/39] exec/translator: Pass the locked filepointer to disas_log hook
,
Richard Henderson
,
2022/04/17
[PATCH v3 18/39] util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
,
Richard Henderson
,
2022/04/17
[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
,
Richard Henderson
,
2022/04/17
[PATCH v3 02/60] target/arm: Update ISAR fields for ARMv8.8
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 02/60] target/arm: Update ISAR fields for ARMv8.8
,
Alex Bennée
,
2022/04/19
[PATCH v3 01/60] tcg: Add tcg_constant_ptr
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 01/60] tcg: Add tcg_constant_ptr
,
Alex Bennée
,
2022/04/19
[PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
,
Peter Maydell
,
2022/04/21
Re: [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
,
Alex Bennée
,
2022/04/22
[PATCH v3 09/60] target/arm: Change CPUArchState.thumb to bool
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 09/60] target/arm: Change CPUArchState.thumb to bool
,
Peter Maydell
,
2022/04/21
[PATCH v3 03/60] target/arm: Update SCR_EL3 bits to ARMv8.8
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 03/60] target/arm: Update SCR_EL3 bits to ARMv8.8
,
Alex Bennée
,
2022/04/19
Re: [PATCH v3 03/60] target/arm: Update SCR_EL3 bits to ARMv8.8
,
Alex Bennée
,
2022/04/19
[PATCH v3 06/60] target/arm: Change CPUArchState.aarch64 to bool
,
Richard Henderson
,
2022/04/17
Re:
,
Alex Bennée
,
2022/04/19
[PATCH v3 13/60] target/arm: Use tcg_constant in translate-a64.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 13/60] target/arm: Use tcg_constant in translate-a64.c
,
Peter Maydell
,
2022/04/21
[PATCH v3 04/60] target/arm: Update SCTLR bits to ARMv9.2
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 04/60] target/arm: Update SCTLR bits to ARMv9.2
,
Alex Bennée
,
2022/04/19
[PATCH v3 05/60] target/arm: Change DisasContext.aarch64 to bool
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 05/60] target/arm: Change DisasContext.aarch64 to bool
,
Alex Bennée
,
2022/04/19
[PATCH v3 14/60] target/arm: Simplify GEN_SHIFT in translate.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 14/60] target/arm: Simplify GEN_SHIFT in translate.c
,
Peter Maydell
,
2022/04/21
[PATCH v3 10/60] target/arm: Remove fpexc32_access
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 10/60] target/arm: Remove fpexc32_access
,
Peter Maydell
,
2022/04/21
[PATCH v3 23/60] target/arm: Use tcg_constant_i32 in translate.h
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 23/60] target/arm: Use tcg_constant_i32 in translate.h
,
Peter Maydell
,
2022/04/21
[PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
,
Peter Maydell
,
2022/04/21
Re: [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
,
Alex Bennée
,
2022/04/22
Re: [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
,
Richard Henderson
,
2022/04/22
[PATCH v3 11/60] target/arm: Split out set_btype_raw
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 11/60] target/arm: Split out set_btype_raw
,
Peter Maydell
,
2022/04/21
[PATCH v3 17/60] target/arm: Use tcg_constant in translate.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 17/60] target/arm: Use tcg_constant in translate.c
,
Peter Maydell
,
2022/04/21
[PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32
,
Peter Maydell
,
2022/04/21
[PATCH v3 12/60] target/arm: Split out gen_rebuild_hflags
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 12/60] target/arm: Split out gen_rebuild_hflags
,
Peter Maydell
,
2022/04/21
[PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI
,
Peter Maydell
,
2022/04/21
[PATCH v3 15/60] target/arm: Simplify gen_sar
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 15/60] target/arm: Simplify gen_sar
,
Peter Maydell
,
2022/04/21
[PATCH v3 18/60] target/arm: Use tcg_constant in translate-m-nocp.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 18/60] target/arm: Use tcg_constant in translate-m-nocp.c
,
Peter Maydell
,
2022/04/21
Re: [PATCH v3 18/60] target/arm: Use tcg_constant in translate-m-nocp.c
,
Richard Henderson
,
2022/04/21
[PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
,
Richard Henderson
,
2022/04/30
[PATCH v3 22/60] target/arm: Use tcg_constant in translate-vfp.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 22/60] target/arm: Use tcg_constant in translate-vfp.c
,
Peter Maydell
,
2022/04/21
[PATCH v3 21/60] target/arm: Use tcg_constant in translate-sve.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 21/60] target/arm: Use tcg_constant in translate-sve.c
,
Peter Maydell
,
2022/04/21
[PATCH v3 19/60] target/arm: Use tcg_constant in translate-neon.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 19/60] target/arm: Use tcg_constant in translate-neon.c
,
Peter Maydell
,
2022/04/21
[PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
,
Alex Bennée
,
2022/04/22
[PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
,
Richard Henderson
,
2022/04/22
Re: [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
,
Alex Bennée
,
2022/04/22
Re: [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
,
Richard Henderson
,
2022/04/30
[PATCH v3 27/60] target/arm: Make some more cpreg data static const
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 27/60] target/arm: Make some more cpreg data static const
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 27/60] target/arm: Make some more cpreg data static const
,
Alex Bennée
,
2022/04/22
[PATCH v3 24/60] target/arm: Split out cpregs.h
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 24/60] target/arm: Split out cpregs.h
,
Peter Maydell
,
2022/04/21
Re: [PATCH v3 24/60] target/arm: Split out cpregs.h
,
Alex Bennée
,
2022/04/22
[PATCH v3 28/60] target/arm: Reorg ARMCPRegInfo type field bits
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 28/60] target/arm: Reorg ARMCPRegInfo type field bits
,
Peter Maydell
,
2022/04/22
[PATCH v3 30/60] target/arm: Name CPState type
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 30/60] target/arm: Name CPState type
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 30/60] target/arm: Name CPState type
,
Alex Bennée
,
2022/04/22
[PATCH v3 29/60] target/arm: Change cpreg access permissions to enum
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 29/60] target/arm: Change cpreg access permissions to enum
,
Peter Maydell
,
2022/04/22
[PATCH v3 37/60] target/arm: Merge zcr reginfo
,
Richard Henderson
,
2022/04/17
[PATCH v3 31/60] target/arm: Name CPSecureState type
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 31/60] target/arm: Name CPSecureState type
,
Peter Maydell
,
2022/04/22
[PATCH v3 38/60] target/arm: Add isar predicates for FEAT_Debugv8p2
,
Richard Henderson
,
2022/04/17
[PATCH v3 39/60] target/arm: Adjust definition of CONTEXTIDR_EL2
,
Richard Henderson
,
2022/04/17
[PATCH v3 33/60] target/arm: Store cpregs key in the hash table directly
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 33/60] target/arm: Store cpregs key in the hash table directly
,
Peter Maydell
,
2022/04/22
[PATCH v3 36/60] target/arm: Drop EL3 no EL2 fallbacks
,
Richard Henderson
,
2022/04/17
[PATCH v3 34/60] target/arm: Cleanup add_cpreg_to_hashtable
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 34/60] target/arm: Cleanup add_cpreg_to_hashtable
,
Peter Maydell
,
2022/04/22
[PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
,
Peter Maydell
,
2022/04/26
Re: [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
,
Peter Maydell
,
2022/04/26
[PATCH v3 40/60] target/arm: Move cortex impdef sysregs to cpu_tcg.c
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 40/60] target/arm: Move cortex impdef sysregs to cpu_tcg.c
,
Peter Maydell
,
2022/04/22
[PATCH v3 45/60] target/arm: Use field names for manipulating EL2 and EL3 modes
,
Richard Henderson
,
2022/04/17
[PATCH v3 42/60] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 41/60] target/arm: Update qemu-system-arm -cpu max to cortex-a57
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 41/60] target/arm: Update qemu-system-arm -cpu max to cortex-a57
,
Peter Maydell
,
2022/04/22
[PATCH v3 43/60] target/arm: Split out aa32_max_features
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 43/60] target/arm: Split out aa32_max_features
,
Peter Maydell
,
2022/04/22
[PATCH v3 46/60] target/arm: Enable FEAT_Debugv8p2 for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 47/60] target/arm: Enable FEAT_Debugv8p4 for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 44/60] target/arm: Annotate arm_max_initfn with FEAT identifiers
,
Richard Henderson
,
2022/04/17
[PATCH v3 49/60] target/arm: Add minimal RAS registers
,
Richard Henderson
,
2022/04/17
[PATCH v3 48/60] target/arm: Add isar_feature_{aa64,any}_ras
,
Richard Henderson
,
2022/04/17
[PATCH v3 50/60] target/arm: Enable SCR and HCR bits for RAS
,
Richard Henderson
,
2022/04/17
[PATCH v3 52/60] target/arm: Implement ESB instruction
,
Richard Henderson
,
2022/04/17
[PATCH v3 53/60] target/arm: Enable FEAT_RAS for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 51/60] target/arm: Implement virtual SError exceptions
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 51/60] target/arm: Implement virtual SError exceptions
,
Peter Maydell
,
2022/04/22
[PATCH v3 54/60] target/arm: Enable FEAT_IESB for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 56/60] target/arm: Enable FEAT_CSV2_2 for -cpu max
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 56/60] target/arm: Enable FEAT_CSV2_2 for -cpu max
,
Damien Hedde
,
2022/04/29
Re: [PATCH v3 56/60] target/arm: Enable FEAT_CSV2_2 for -cpu max
,
Richard Henderson
,
2022/04/29
[PATCH v3 57/60] target/arm: Enable FEAT_CSV3 for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 55/60] target/arm: Enable FEAT_CSV2 for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 58/60] target/arm: Enable FEAT_DGH for -cpu max
,
Richard Henderson
,
2022/04/17
[PATCH v3 59/60] target/arm: Define cortex-a76
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 59/60] target/arm: Define cortex-a76
,
Peter Maydell
,
2022/04/22
[PATCH v3 60/60] target/arm: Define neoverse-n1
,
Richard Henderson
,
2022/04/17
Re: [PATCH v3 60/60] target/arm: Define neoverse-n1
,
Peter Maydell
,
2022/04/22
Re: [PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
,
Peter Maydell
,
2022/04/22
[PATCH 0/4] target/rx: Track PSW.U in tb->flags
,
Richard Henderson
,
2022/04/17
[PATCH 1/4] target/rx: Put tb_flags into DisasContext
,
Richard Henderson
,
2022/04/17
[PATCH 2/4] target/rx: Store PSW.U in tb->flags
,
Richard Henderson
,
2022/04/17
[PATCH 3/4] target/rx: Move DISAS_UPDATE check for write to PSW
,
Richard Henderson
,
2022/04/17
[PATCH 4/4] target/rx: Swap stack pointers on clrpsw/setpsw instruction
,
Richard Henderson
,
2022/04/17
Re: [PATCH 0/4] target/rx: Track PSW.U in tb->flags
,
Yoshinori Sato
,
2022/04/19
Re: [PATCH 0/4] target/rx: Track PSW.U in tb->flags
,
Richard Henderson
,
2022/04/21
[PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Helge Konetzka
,
2022/04/17
Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Konstantin Kostiuk
,
2022/04/17
Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Helge Konetzka
,
2022/04/17
Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Marc-André Lureau
,
2022/04/18
Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Konstantin Kostiuk
,
2022/04/20
Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Marc-André Lureau
,
2022/04/20
Re: [PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
,
Helge Konetzka
,
2022/04/22
[PATCH] target/rx: update PC correctly in wait instruction
,
Tomoaki Kawada
,
2022/04/17
Re: [PATCH] target/rx: update PC correctly in wait instruction
,
Richard Henderson
,
2022/04/17
Re: [PATCH] target/rx: update PC correctly in wait instruction
,
Yoshinori Sato
,
2022/04/18
Re: [PATCH] target/rx: update PC correctly in wait instruction
,
Richard Henderson
,
2022/04/21
[PATCH] target/rx: set PSW.I when executing wait instruction
,
Tomoaki Kawada
,
2022/04/17
Re: [PATCH] target/rx: set PSW.I when executing wait instruction
,
Richard Henderson
,
2022/04/17
Re: [PATCH] target/rx: set PSW.I when executing wait instruction
,
Yoshinori Sato
,
2022/04/18
Re: [PATCH] target/rx: set PSW.I when executing wait instruction
,
Richard Henderson
,
2022/04/21
Re: [RFC PATCH 09/18] hw/arm/xlnx-zynqmp: convert cpu clusters to arm_cpus
,
Philippe Mathieu-Daudé
,
2022/04/16
Re: [RFC PATCH 08/18] hw/arm/arm_cpus: add arm_cpus device
,
Philippe Mathieu-Daudé
,
2022/04/16
Re: [RFC PATCH 02/18] hw/cpu/cpus: introduce _cpus_ device
,
Philippe Mathieu-Daudé
,
2022/04/16
Re: [RFC PATCH 02/18] hw/cpu/cpus: introduce _cpus_ device
,
Damien Hedde
,
2022/04/19
[PATCH] hw/nvme: allow to pass a memory backend object for the CMB
,
Wertenbroek Rick
,
2022/04/16
[PATCH v2] hw/vfio/common: Fix a small boundary issue of a trace
,
chenxiang
,
2022/04/16
[PATCH] softmmu/memory: Skip translation size instead of fixed granularity if translate() successfully
,
chenxiang
,
2022/04/16
Re: [PATCH] softmmu/memory: Skip translation size instead of fixed granularity if translate() successfully
,
David Hildenbrand
,
2022/04/19
Re: [PATCH] softmmu/memory: Skip translation size instead of fixed granularity if translate() successfully
,
Peter Xu
,
2022/04/20
[PATCH v2] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
,
chenxiang
,
2022/04/16
Re: [PATCH v2] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
,
Peter Maydell
,
2022/04/22
[PATCH] target/rx: swap stack pointers on clrpsw/setpsw instruction
,
Tomoaki Kawada
,
2022/04/15
Re: [PATCH] target/rx: swap stack pointers on clrpsw/setpsw instruction
,
Richard Henderson
,
2022/04/17
Re: [PATCH] target/rx: swap stack pointers on clrpsw/setpsw instruction
,
Yoshinori Sato
,
2022/04/18
[PATCH v10 00/14] support subsets of scalar crypto extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 01/14] target/riscv: rvk: add cfg properties for zbk* and zk*
,
Weiwei Li
,
2022/04/15
[PATCH v10 08/14] target/riscv: rvk: add support for sha256 related instructions in zknh extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 03/14] target/riscv: rvk: add support for zbkc extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 02/14] target/riscv: rvk: add support for zbkb extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 04/14] target/riscv: rvk: add support for zbkx extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 10/14] target/riscv: rvk: add support for sha512 related instructions for RV64 in zknh extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 05/14] crypto: move sm4_sbox from target/arm
,
Weiwei Li
,
2022/04/15
[PATCH v10 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 in zknh extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
,
Weiwei Li
,
2022/04/15
Re: [PATCH v10 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
,
Richard Henderson
,
2022/04/15
[PATCH v10 11/14] target/riscv: rvk: add support for zksed/zksh extension
,
Weiwei Li
,
2022/04/15
[PATCH v10 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
,
Weiwei Li
,
2022/04/15
[PATCH v10 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
,
Weiwei Li
,
2022/04/15
Re: [PATCH v10 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
,
Richard Henderson
,
2022/04/15
[PATCH v10 12/14] target/riscv: rvk: add CSR support for Zkr
,
Weiwei Li
,
2022/04/15
[PATCH v10 14/14] target/riscv: rvk: expose zbk* and zk* properties
,
Weiwei Li
,
2022/04/15
[PATCH v2] hw/nvme: add missing return statement
,
Dmitry Tikhov
,
2022/04/15
Re: [PATCH v2] hw/nvme: add missing return statement
,
Klaus Jensen
,
2022/04/18
[PATCH] hw/nvme: fix control flow statement
,
Dmitry Tikhov
,
2022/04/15
Re: [PATCH] hw/nvme: fix control flow statement
,
Keith Busch
,
2022/04/15
Re: [PATCH] hw/nvme: fix control flow statement
,
Klaus Jensen
,
2022/04/15
Re: [PATCH] hw/nvme: fix control flow statement
,
Dmitry Tikhov
,
2022/04/15
Re: [PATCH] hw/nvme: fix control flow statement
,
Klaus Jensen
,
2022/04/15
[PATCH 00/19] block: fix coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 01/26] block: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 01/26] block: remove incorrect coroutine_fn annotations
,
Eric Blake
,
2022/04/19
Re: [PATCH 01/26] block: remove incorrect coroutine_fn annotations
,
Stefan Hajnoczi
,
2022/04/21
[PATCH 04/26] coroutine: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 04/26] coroutine: remove incorrect coroutine_fn annotations
,
Eric Blake
,
2022/04/19
Re: [PATCH 04/26] coroutine: remove incorrect coroutine_fn annotations
,
Stefan Hajnoczi
,
2022/04/21
[PATCH 02/26] qcow2: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 02/26] qcow2: remove incorrect coroutine_fn annotations
,
Eric Blake
,
2022/04/19
Re: [PATCH 02/26] qcow2: remove incorrect coroutine_fn annotations
,
Stefan Hajnoczi
,
2022/04/21
Re: [PATCH 02/26] qcow2: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/27
Re: [PATCH 02/26] qcow2: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/27
[PATCH 06/26] blkverify: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 06/26] blkverify: add missing coroutine_fn annotations
,
Eric Blake
,
2022/04/19
[PATCH 07/26] block: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 07/26] block: add missing coroutine_fn annotations
,
Eric Blake
,
2022/04/19
Re: [PATCH 07/26] block: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/20
[PATCH 05/26] blkdebug: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 05/26] blkdebug: add missing coroutine_fn annotations
,
Eric Blake
,
2022/04/19
[PATCH 03/26] nbd: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 03/26] nbd: remove incorrect coroutine_fn annotations
,
Eric Blake
,
2022/04/19
Re: [PATCH 03/26] nbd: remove incorrect coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/20
[PATCH 08/26] file-posix: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 08/26] file-posix: add missing coroutine_fn annotations
,
Eric Blake
,
2022/04/19
[PATCH 09/26] iscsi: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 09/26] iscsi: add missing coroutine_fn annotations
,
Eric Blake
,
2022/04/19
[PATCH 11/26] nfs: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 10/26] nbd: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 10/26] nbd: add missing coroutine_fn annotations
,
Eric Blake
,
2022/04/26
[PATCH 12/26] nvme: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 15/26] copy-before-write: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 16/26] curl: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 17/26] qed: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 18/26] quorum: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 19/26] throttle: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 13/26] parallels: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 14/26] qcow2: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 20/26] vmdk: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 21/26] job: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 22/26] coroutine-lock: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 23/26] raw-format: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 24/26] 9p: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 24/26] 9p: add missing coroutine_fn annotations
,
Christian Schoenebeck
,
2022/04/18
[PATCH 25/26] migration: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
[PATCH 26/26] test-coroutine: add missing coroutine_fn annotations
,
Paolo Bonzini
,
2022/04/15
Re: [PATCH 00/19] block: fix coroutine_fn annotations
,
Stefan Hajnoczi
,
2022/04/21
[PATCH v1 00/43] Add LoongArch softmmu support
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 04/43] target/loongarch: Add fixed point arithmetic instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 01/43] target/loongarch: Add README
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 03/43] target/loongarch: Add main translation routines
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 06/43] target/loongarch: Add fixed point bit instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 05/43] target/loongarch: Add fixed point shift instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 02/43] target/loongarch: Add core definition
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 09/43] target/loongarch: Add fixed point extra instruction translation
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 09/43] target/loongarch: Add fixed point extra instruction translation
,
Richard Henderson
,
2022/04/15
[PATCH v1 11/43] target/loongarch: Add floating point comparison instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 08/43] target/loongarch: Add fixed point atomic instruction translation
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 08/43] target/loongarch: Add fixed point atomic instruction translation
,
Richard Henderson
,
2022/04/15
[PATCH v1 10/43] target/loongarch: Add floating point arithmetic instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 18/43] target/loongarch: Add system emulation introduction
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 18/43] target/loongarch: Add system emulation introduction
,
Richard Henderson
,
2022/04/15
[PATCH v1 19/43] target/loongarch: Add CSRs definition
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 16/43] target/loongarch: Add disassembler
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 36/43] hw/loongarch: Add irq hierarchy for the system
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 36/43] hw/loongarch: Add irq hierarchy for the system
,
Richard Henderson
,
2022/04/18
[PATCH v1 12/43] target/loongarch: Add floating point conversion instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 28/43] target/loongarch: Add other core instructions support
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 28/43] target/loongarch: Add other core instructions support
,
Richard Henderson
,
2022/04/15
[PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
,
Richard Henderson
,
2022/04/18
[PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/15
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
yangxiaojuan
,
2022/04/18
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/18
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
yangxiaojuan
,
2022/04/19
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/19
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
yangxiaojuan
,
2022/04/21
Re: [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
,
Richard Henderson
,
2022/04/21
[PATCH v1 40/43] hw/loongarch: Add LoongArch boot code and load elf function.
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 40/43] hw/loongarch: Add LoongArch boot code and load elf function.
,
Richard Henderson
,
2022/04/18
[PATCH v1 38/43] hw/loongarch: Add some devices support for 3A5000.
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 34/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 34/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
,
Richard Henderson
,
2022/04/17
[PATCH v1 15/43] target/loongarch: Add branch instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 23/43] target/loongarch: Add LoongArch interrupt and exception handle
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 23/43] target/loongarch: Add LoongArch interrupt and exception handle
,
Richard Henderson
,
2022/04/15
[PATCH v1 20/43] target/loongarch: Add basic vmstate description of CPU.
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 20/43] target/loongarch: Add basic vmstate description of CPU.
,
Richard Henderson
,
2022/04/15
[PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Richard Henderson
,
2022/04/17
Re: [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
yangxiaojuan
,
2022/04/18
Re: [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Richard Henderson
,
2022/04/18
Re: [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
yangxiaojuan
,
2022/04/19
Re: [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
Richard Henderson
,
2022/04/19
Re: [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
,
yangxiaojuan
,
2022/04/20
[PATCH v1 14/43] target/loongarch: Add floating point load/store instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 13/43] target/loongarch: Add floating point move instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 43/43] target/loongarch: 'make check-tcg' support
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 31/43] hw/loongarch: Add support loongson3 virt machine type.
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 31/43] hw/loongarch: Add support loongson3 virt machine type.
,
Richard Henderson
,
2022/04/17
Re: [PATCH v1 31/43] hw/loongarch: Add support loongson3 virt machine type.
,
Richard Henderson
,
2022/04/17
[PATCH v1 27/43] target/loongarch: Add TLB instruction support
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 27/43] target/loongarch: Add TLB instruction support
,
Richard Henderson
,
2022/04/15
[PATCH v1 17/43] target/loongarch: Add target build suport
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 30/43] target/loongarch: Add gdb support.
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 30/43] target/loongarch: Add gdb support.
,
Richard Henderson
,
2022/04/17
Re: [PATCH v1 30/43] target/loongarch: Add gdb support.
,
Richard Henderson
,
2022/04/17
[PATCH v1 26/43] target/loongarch: Add LoongArch IOCSR instruction
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 26/43] target/loongarch: Add LoongArch IOCSR instruction
,
Richard Henderson
,
2022/04/15
[PATCH v1 29/43] target/loongarch: Add timer related instructions support.
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 29/43] target/loongarch: Add timer related instructions support.
,
Richard Henderson
,
2022/04/17
[PATCH v1 24/43] target/loongarch: Add constant timer support
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 24/43] target/loongarch: Add constant timer support
,
Richard Henderson
,
2022/04/15
[PATCH v1 41/43] hw/loongarch: Add LoongArch ls7a acpi device support
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Richard Henderson
,
2022/04/17
Re: [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Mark Cave-Ayland
,
2022/04/18
Re: [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
yangxiaojuan
,
2022/04/18
Re: [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
,
Mark Cave-Ayland
,
2022/04/19
[PATCH v1 07/43] target/loongarch: Add fixed point load/store instruction translation
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 32/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
,
Xiaojuan Yang
,
2022/04/15
Re: [PATCH v1 32/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
,
Richard Henderson
,
2022/04/17
[PATCH v1 39/43] hw/loongarch: Add LoongArch ls7a rtc device support
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 22/43] target/loongarch: Add MMU support for LoongArch CPU.
,
Xiaojuan Yang
,
2022/04/15
[PATCH v1 37/43] Enable common virtio pci support for LoongArch
,
Xiaojuan Yang
,
2022/04/15
[PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
frank . chang
,
2022/04/15
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Alistair Francis
,
2022/04/19
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Anup Patel
,
2022/04/19
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Frank Chang
,
2022/04/19
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Frank Chang
,
2022/04/19
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Alistair Francis
,
2022/04/20
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Frank Chang
,
2022/04/20
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Frank Chang
,
2022/04/20
Re: [PATCH] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
,
Alistair Francis
,
2022/04/20
Re: [RFC PATCH v7 14/29] hw/loongarch: Add support loongson3 virt machine type.
,
yangxiaojuan
,
2022/04/15
Re: [RFC PATCH 00/18] user-creatable cpu clusters
,
Damien Hedde
,
2022/04/15
Re: [RFC PATCH 00/18] user-creatable cpu clusters
,
Peter Maydell
,
2022/04/21
Re: [RFC PATCH 00/18] user-creatable cpu clusters
,
Damien Hedde
,
2022/04/21
Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
,
Robert Hoo
,
2022/04/15
Re: [PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
,
Igor Mammedov
,
2022/04/26
Re:
,
Alex Bennée
,
2022/04/14
[PATCH v2 for-7.1 0/9] nbd: actually make s->state thread-safe
,
Paolo Bonzini
,
2022/04/14
[PATCH v2 for-7.1 1/9] nbd: safeguard against waking up invalid coroutine
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 1/9] nbd: safeguard against waking up invalid coroutine
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 1/9] nbd: safeguard against waking up invalid coroutine
,
Vladimir Sementsov-Ogievskiy
,
2022/04/15
[PATCH v2 for-7.1 2/9] nbd: mark more coroutine_fns
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 2/9] nbd: mark more coroutine_fns
,
Vladimir Sementsov-Ogievskiy
,
2022/04/15
[PATCH v2 for-7.1 3/9] nbd: remove peppering of nbd_client_connected
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 3/9] nbd: remove peppering of nbd_client_connected
,
Vladimir Sementsov-Ogievskiy
,
2022/04/15
Re: [PATCH v2 for-7.1 3/9] nbd: remove peppering of nbd_client_connected
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 for-7.1 4/9] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 4/9] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 4/9] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Vladimir Sementsov-Ogievskiy
,
2022/04/16
Re: [PATCH v2 for-7.1 4/9] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 for-7.1 5/9] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 5/9] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 5/9] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
,
Vladimir Sementsov-Ogievskiy
,
2022/04/16
Re: [PATCH v2 for-7.1 5/9] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 for-7.1 7/9] nbd: move s->state under requests_lock
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 7/9] nbd: move s->state under requests_lock
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 7/9] nbd: move s->state under requests_lock
,
Vladimir Sementsov-Ogievskiy
,
2022/04/16
[PATCH v2 for-7.1 6/9] nbd: code motion and function renaming
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 6/9] nbd: code motion and function renaming
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 6/9] nbd: code motion and function renaming
,
Vladimir Sementsov-Ogievskiy
,
2022/04/16
Re: [PATCH v2 for-7.1 6/9] nbd: code motion and function renaming
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 for-7.1 9/9] nbd: document what is protected by the CoMutexes
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 9/9] nbd: document what is protected by the CoMutexes
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 9/9] nbd: document what is protected by the CoMutexes
,
Vladimir Sementsov-Ogievskiy
,
2022/04/16
Re: [PATCH v2 for-7.1 9/9] nbd: document what is protected by the CoMutexes
,
Paolo Bonzini
,
2022/04/23
[PATCH v2 for-7.1 8/9] nbd: take receive_mutex when reading requests[].receiving
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH v2 for-7.1 8/9] nbd: take receive_mutex when reading requests[].receiving
,
Eric Blake
,
2022/04/14
Re: [PATCH v2 for-7.1 8/9] nbd: take receive_mutex when reading requests[].receiving
,
Vladimir Sementsov-Ogievskiy
,
2022/04/16
Re: [PATCH v2 for-7.1 0/9] nbd: actually make s->state thread-safe
,
Lukas Straub
,
2022/04/16
Re: [PATCH v2 for-7.1 0/9] nbd: actually make s->state thread-safe
,
Eric Blake
,
2022/04/22
[PATCH for-7.1 0/5] Move memory and boot to -machine
,
Paolo Bonzini
,
2022/04/14
[PATCH for-7.1 2/5] machine: add boot compound property
,
Paolo Bonzini
,
2022/04/14
[PATCH for-7.1 5/5] machine: move more memory validation to Machine object
,
Paolo Bonzini
,
2022/04/14
[PATCH for-7.1 4/5] machine: make memory-backend a link property
,
Paolo Bonzini
,
2022/04/14
[PATCH for-7.1 3/5] machine: add mem compound property
,
Paolo Bonzini
,
2022/04/14
[PATCH for-7.1 1/5] machine: use QAPI struct for boot configuration
,
Paolo Bonzini
,
2022/04/14
[PATCH] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
,
Niklas Cassel
,
2022/04/14
Re: [PATCH] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
,
Bin Meng
,
2022/04/14
Re: [PATCH] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
,
Frank Chang
,
2022/04/15
Re: [PATCH] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
,
Alistair Francis
,
2022/04/18
Re: [PATCH v2 39/39] util/log: Support per-thread log files
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 39/39] util/log: Support per-thread log files
,
Richard Henderson
,
2022/04/14
Re: [PATCH v2 38/39] util/log: Limit RCUCloseFILE to file closing
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 37/39] util/log: Rename QemuLogFile to RCUCloseFILE
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 36/39] util/log: Combine two logfile closes
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 35/39] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 34/39] util/log: Rename qemu_logfile_mutex to global_mutex
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 33/39] util/log: Rename qemu_logfile to global_file
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 32/39] util/log: Rename logfilename to global_filename
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 32/39] util/log: Rename logfilename to global_filename
,
Richard Henderson
,
2022/04/14
Re: [PATCH v2 31/39] util/log: Remove qemu_log_close
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 30/39] softmmu: Use qemu_set_log_filename_flags
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 29/39] linux-user: Use qemu_set_log_filename_flags
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 28/39] bsd-user: Use qemu_set_log_filename_flags
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 27/39] util/log: Introduce qemu_set_log_filename_flags
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 27/39] util/log: Introduce qemu_set_log_filename_flags
,
Richard Henderson
,
2022/04/14
[PATCH] remove -writeconfig
,
Paolo Bonzini
,
2022/04/14
Re: [PATCH] remove -writeconfig
,
Daniel P . Berrangé
,
2022/04/19
Re: [PATCH v2 26/39] sysemu/os-win32: Test for and use _lock_file/_unlock_file
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 25/39] include/qemu/log: Move entire implementation out-of-line
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 23/39] tests/unit: Do not reference QemuLogFile directly
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 22/39] linux-user: Expand log_page_dump inline
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 21/39] bsd-user: Expand log_page_dump inline
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 20/39] util/log: Drop call to setvbuf
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 19/39] util/log: Remove qemu_log_flush
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 19/39] util/log: Remove qemu_log_flush
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 18/39] util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 17/39] util/log: Drop return value from qemu_log
,
Alex Bennée
,
2022/04/14
[PATCH v1] virtio/virtio.c: include virtio prefix in error message
,
Moteen Shah
,
2022/04/14
Re: [PATCH v1] virtio/virtio.c: include virtio prefix in error message
,
Alex Bennée
,
2022/04/15
Re: [PATCH v2 15/39] target/nios2: Remove log_cpu_state from reset
,
Alex Bennée
,
2022/04/14
Re: [PATCH v2 14/39] accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
,
Alex Bennée
,
2022/04/14
[PATCH] tests/qtest: Move the fuzz tests to x86 only
,
Thomas Huth
,
2022/04/14
Re: [PATCH] tests/qtest: Move the fuzz tests to x86 only
,
Laurent Vivier
,
2022/04/14
[PATCH] tests/qtest: Run the fuzz-sdcard-test only on i386 and x86_64
,
Thomas Huth
,
2022/04/14
Re: [PATCH] tests/qtest: Run the fuzz-sdcard-test only on i386 and x86_64
,
Thomas Huth
,
2022/04/14
[PATCH] tests/qtest: Enable more tests for the "mipsel" target
,
Thomas Huth
,
2022/04/14
[RFC 00/18] vfio: Adopt iommufd
,
Yi Liu
,
2022/04/14
[RFC 01/18] scripts/update-linux-headers: Add iommufd.h
,
Yi Liu
,
2022/04/14
[RFC 03/18] hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
,
Yi Liu
,
2022/04/14
[RFC 02/18] linux-headers: Import latest vfio.h and iommufd.h
,
Yi Liu
,
2022/04/14
[RFC 04/18] vfio/pci: Use vbasedev local variable in vfio_realize()
,
Yi Liu
,
2022/04/14
[RFC 05/18] vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr
,
Yi Liu
,
2022/04/14
[RFC 08/18] vfio/container: Introduce vfio_[attach/detach]_device
,
Yi Liu
,
2022/04/14
[RFC 06/18] vfio/common: Split common.c into common.c, container.c and as.c
,
Yi Liu
,
2022/04/14
[RFC 09/18] vfio/platform: Use vfio_[attach/detach]_device
,
Yi Liu
,
2022/04/14
[RFC 10/18] vfio/ap: Use vfio_[attach/detach]_device
,
Yi Liu
,
2022/04/14
[RFC 07/18] vfio: Add base object for VFIOContainer
,
Yi Liu
,
2022/04/14
Re: [RFC 07/18] vfio: Add base object for VFIOContainer
,
David Gibson
,
2022/04/29
[RFC 11/18] vfio/ccw: Use vfio_[attach/detach]_device
,
Yi Liu
,
2022/04/14
[RFC 13/18] vfio/container-obj: Introduce VFIOContainer reset callback
,
Yi Liu
,
2022/04/14
[RFC 12/18] vfio/container-obj: Introduce [attach/detach]_device container callbacks
,
Yi Liu
,
2022/04/14
[RFC 14/18] hw/iommufd: Creation
,
Yi Liu
,
2022/04/14
[RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Yi Liu
,
2022/04/14
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Jason Gunthorpe
,
2022/04/22
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Alex Williamson
,
2022/04/22
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Yi Liu
,
2022/04/26
RE: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Tian, Kevin
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Jason Gunthorpe
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Yi Liu
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Jason Gunthorpe
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Alex Williamson
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Jason Gunthorpe
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Alex Williamson
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Jason Gunthorpe
,
2022/04/26
Re: [RFC 15/18] vfio/iommufd: Implement iommufd backend
,
Jason Gunthorpe
,
2022/04/26
[RFC 16/18] vfio/iommufd: Add IOAS_COPY_DMA support
,
Yi Liu
,
2022/04/14
[RFC 17/18] vfio/as: Allow the selection of a given iommu backend
,
Yi Liu
,
2022/04/14
[RFC 18/18] vfio/pci: Add an iommufd option
,
Yi Liu
,
2022/04/14
Re: [RFC 00/18] vfio: Adopt iommufd
,
Nicolin Chen
,
2022/04/15
Re: [RFC 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2022/04/17
Re: [RFC 00/18] vfio: Adopt iommufd
,
Nicolin Chen
,
2022/04/18
Re: [RFC 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2022/04/25
RE: [RFC 00/18] vfio: Adopt iommufd
,
Tian, Kevin
,
2022/04/18
Re: [RFC 00/18] vfio: Adopt iommufd
,
Yi Liu
,
2022/04/18
Re: [RFC 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2022/04/25
Re: [RFC 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2022/04/25
RE: [RFC 00/18] vfio: Adopt iommufd
,
Tian, Kevin
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/22
Re: [RFC 00/18] vfio: Adopt iommufd
,
Daniel P . Berrangé
,
2022/04/25
Re: [RFC 00/18] vfio: Adopt iommufd
,
Jason Gunthorpe
,
2022/04/25
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/25
RE: [RFC 00/18] vfio: Adopt iommufd
,
Tian, Kevin
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Jason Gunthorpe
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Jason Gunthorpe
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Jason Gunthorpe
,
2022/04/26
RE: [RFC 00/18] vfio: Adopt iommufd
,
Tian, Kevin
,
2022/04/27
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/28
Re: [RFC 00/18] vfio: Adopt iommufd
,
Daniel P . Berrangé
,
2022/04/28
RE: [RFC 00/18] vfio: Adopt iommufd
,
Tian, Kevin
,
2022/04/28
Re: [RFC 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2022/04/25
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/25
RE: [RFC 00/18] vfio: Adopt iommufd
,
Shameerali Kolothum Thodi
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Eric Auger
,
2022/04/26
RE: [RFC 00/18] vfio: Adopt iommufd
,
Shameerali Kolothum Thodi
,
2022/04/26
Re: [RFC 00/18] vfio: Adopt iommufd
,
Alex Williamson
,
2022/04/26
[PATCH v5 0/3] qtests/libqos: Allow PCI tests to be run with virt-machine
,
Eric Auger
,
2022/04/14
[PATCH v5 2/3] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
,
Eric Auger
,
2022/04/14
[PATCH v5 3/3] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine
,
Eric Auger
,
2022/04/14
[PATCH v5 1/3] tests/qtest/libqos/pci: Introduce pio_limit
,
Eric Auger
,
2022/04/14
Re: [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)
,
Leonardo Bras Soares Passos
,
2022/04/14
RE: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
,
Zhang, Chen
,
2022/04/13
Re: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
,
Jason Wang
,
2022/04/13
RE: [PATCH V2 0/4] COLO net and runstate bugfix/optimization
,
Zhang, Chen
,
2022/04/13
fwcfg: Wrong callback behaviour after fw_cfg_modify_bytes_read
,
Christian A. Ehrhardt
,
2022/04/13
[PATCH] hw/arm/virt: impact of gic-version on max CPUs
,
Heinrich Schuchardt
,
2022/04/13
Re: [PATCH] hw/arm/virt: impact of gic-version on max CPUs
,
Peter Maydell
,
2022/04/21
[PATCH v2 0/5] qga: Implement shutdown/network-get-interfaces on Solaris
,
Andrew Deason
,
2022/04/13
[PATCH v2 1/5] qga/commands-posix: Use getifaddrs when available
,
Andrew Deason
,
2022/04/13
[PATCH v2 3/5] qga/commands-posix: Fix listing ifaces for Solaris
,
Andrew Deason
,
2022/04/13
[PATCH v2 4/5] qga/commands-posix: Log all net stats failures
,
Andrew Deason
,
2022/04/13
Re: [PATCH v2 4/5] qga/commands-posix: Log all net stats failures
,
Marc-André Lureau
,
2022/04/15
[PATCH v2 5/5] qga/commands-posix: 'guest-shutdown' for Solaris
,
Andrew Deason
,
2022/04/13
Re: [PATCH v2 5/5] qga/commands-posix: 'guest-shutdown' for Solaris
,
Marc-André Lureau
,
2022/04/15
[PATCH v2 2/5] qga/commands-posix: Fix iface hw address detection
,
Andrew Deason
,
2022/04/13
Re: [PATCH v2 13/39] exec/log: Remove log_disas and log_target_disas
,
Alex Bennée
,
2022/04/13
[PATCH v2] Warn user if the vga flag is passed but no vga device is created
,
Gautam Agrawal
,
2022/04/13
Re: [PATCH v2] Warn user if the vga flag is passed but no vga device is created
,
Peter Maydell
,
2022/04/21
Re: [PATCH v2] Warn user if the vga flag is passed but no vga device is created
,
Gautam Agrawal
,
2022/04/23
Re: [PATCH v2] Warn user if the vga flag is passed but no vga device is created
,
Peter Maydell
,
2022/04/23
Re: [PATCH v2] Warn user if the vga flag is passed but no vga device is created
,
Thomas Huth
,
2022/04/27
[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 01/25] vhost: Track descriptor chain in private at SVQ
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 01/25] vhost: Track descriptor chain in private at SVQ
,
Jason Wang
,
2022/04/13
Re: [RFC PATCH v7 01/25] vhost: Track descriptor chain in private at SVQ
,
Eugenio Perez Martin
,
2022/04/22
[RFC PATCH v7 02/25] vdpa: Add missing tracing to batch mapping functions
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 02/25] vdpa: Add missing tracing to batch mapping functions
,
Jason Wang
,
2022/04/13
[RFC PATCH v7 04/25] util: Return void on iova_tree_remove
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 04/25] util: Return void on iova_tree_remove
,
Jason Wang
,
2022/04/13
[RFC PATCH v7 05/25] hw/virtio: Replace g_memdup() by g_memdup2()
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 05/25] hw/virtio: Replace g_memdup() by g_memdup2()
,
Jason Wang
,
2022/04/13
Re: [RFC PATCH v7 05/25] hw/virtio: Replace g_memdup() by g_memdup2()
,
Jason Wang
,
2022/04/14
[RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit
,
Jason Wang
,
2022/04/14
Re: [RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit
,
Eugenio Perez Martin
,
2022/04/22
[RFC PATCH v7 08/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 08/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Jason Wang
,
2022/04/14
Re: [RFC PATCH v7 08/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Eugenio Perez Martin
,
2022/04/18
[RFC PATCH v7 09/25] vhost: move descriptor translation to vhost_svq_vring_write_descs
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 09/25] vhost: move descriptor translation to vhost_svq_vring_write_descs
,
Jason Wang
,
2022/04/14
[RFC PATCH v7 10/25] vdpa: Fix index calculus at vhost_vdpa_svqs_start
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 10/25] vdpa: Fix index calculus at vhost_vdpa_svqs_start
,
Jason Wang
,
2022/04/14
[RFC PATCH v7 07/25] vhost: Add reference counting to vhost_iova_tree
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 07/25] vhost: Add reference counting to vhost_iova_tree
,
Jason Wang
,
2022/04/14
[RFC PATCH v7 11/25] virtio-net: Expose ctrl virtqueue logic
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 12/25] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 13/25] virtio: Make virtqueue_alloc_element non-static
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 03/25] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 03/25] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
,
Jason Wang
,
2022/04/13
[RFC PATCH v7 15/25] vhost: Add custom used buffer callback
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 14/25] vhost: Add SVQElement
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 16/25] vdpa: control virtqueue support on shadow virtqueue
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 16/25] vdpa: control virtqueue support on shadow virtqueue
,
Jason Wang
,
2022/04/14
Re: [RFC PATCH v7 16/25] vdpa: control virtqueue support on shadow virtqueue
,
Eugenio Perez Martin
,
2022/04/18
[RFC PATCH v7 17/25] vhost: Add vhost_iova_tree_find
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 18/25] vdpa: Add map/unmap operation callback to SVQ
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 18/25] vdpa: Add map/unmap operation callback to SVQ
,
Jason Wang
,
2022/04/14
[RFC PATCH v7 20/25] vdpa: add NetClientState->start() callback
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 20/25] vdpa: add NetClientState->start() callback
,
Jason Wang
,
2022/04/14
[RFC PATCH v7 19/25] vhost: Add vhost_svq_inject
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 19/25] vhost: Add vhost_svq_inject
,
Jason Wang
,
2022/04/14
Re: [RFC PATCH v7 19/25] vhost: Add vhost_svq_inject
,
Eugenio Perez Martin
,
2022/04/18
[RFC PATCH v7 22/25] vhost: Update kernel headers
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 21/25] vdpa: Add vhost_vdpa_start_control_svq
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 23/25] vhost: Make possible to check for device exclusive vq group
,
Eugenio Pérez
,
2022/04/13
[RFC PATCH v7 24/25] vdpa: Add asid attribute to vdpa device
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 24/25] vdpa: Add asid attribute to vdpa device
,
Jason Wang
,
2022/04/14
Re: [RFC PATCH v7 24/25] vdpa: Add asid attribute to vdpa device
,
Eugenio Perez Martin
,
2022/04/18
[RFC PATCH v7 25/25] vdpa: Add x-cvq-svq
,
Eugenio Pérez
,
2022/04/13
Re: [RFC PATCH v7 25/25] vdpa: Add x-cvq-svq
,
Jason Wang
,
2022/04/14
Re: [RFC PATCH v7 25/25] vdpa: Add x-cvq-svq
,
Eugenio Perez Martin
,
2022/04/18
[PATCH] target/i386: do not access beyond the low 128 bits of SSE registers
,
Paolo Bonzini
,
2022/04/13
Re: [PATCH] target/i386: do not access beyond the low 128 bits of SSE registers
,
Peter Maydell
,
2022/04/13
Re: [PATCH] target/i386: do not access beyond the low 128 bits of SSE registers
,
Alex Bennée
,
2022/04/13
Re: [PATCH] target/i386: do not access beyond the low 128 bits of SSE registers
,
Paolo Bonzini
,
2022/04/13
Re: [PATCH v7 12/17] vfio-user: IOMMU support for remote device
,
Igor Mammedov
,
2022/04/13
Re: [PATCH v7 12/17] vfio-user: IOMMU support for remote device
,
Jag Raman
,
2022/04/13
Re: [PATCH v7 12/17] vfio-user: IOMMU support for remote device
,
Jag Raman
,
2022/04/13
Re: [PATCH v7 12/17] vfio-user: IOMMU support for remote device
,
Igor Mammedov
,
2022/04/13
Re: [PATCH v7 12/17] vfio-user: IOMMU support for remote device
,
Peter Xu
,
2022/04/13
Re: [PATCH v7 12/17] vfio-user: IOMMU support for remote device
,
Igor Mammedov
,
2022/04/19
Re: [PATCH v2 12/39] exec/translator: Pass the locked filepointer to disas_log hook
,
Alex Bennée
,
2022/04/13
Re: [PATCH v2 09/39] *: Use fprintf between qemu_log_trylock/unlock
,
Alex Bennée
,
2022/04/13
adding 'official' way to dump SEV VMSA
,
Cole Robinson
,
2022/04/13
Re: adding 'official' way to dump SEV VMSA
,
Dov Murik
,
2022/04/14
Re: adding 'official' way to dump SEV VMSA
,
Dr. David Alan Gilbert
,
2022/04/14
Re: adding 'official' way to dump SEV VMSA
,
Cole Robinson
,
2022/04/19
Re: adding 'official' way to dump SEV VMSA
,
Dr. David Alan Gilbert
,
2022/04/19
Re: adding 'official' way to dump SEV VMSA
,
Daniel P . Berrangé
,
2022/04/19
Re: adding 'official' way to dump SEV VMSA
,
Daniel P . Berrangé
,
2022/04/19
Re: [PATCH v2 11/39] tcg: Pass the locked filepointer to tcg_dump_ops
,
Alex Bennée
,
2022/04/13
Re: [PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
,
eop Chen
,
2022/04/13
[PATCH] block/rbd: support driver-specific reopen
,
Raphael Pour
,
2022/04/13
[RFC PATCH] tests/guest-debug: better handle gdb crashes
,
Alex Bennée
,
2022/04/13
[PATCH] migration: Read state once
,
Dr. David Alan Gilbert (git)
,
2022/04/13
Re: [PATCH] migration: Read state once
,
Juan Quintela
,
2022/04/19
Re: [PATCH] migration: Read state once
,
Peter Xu
,
2022/04/19
Re: [PATCH] migration: Read state once
,
Dr. David Alan Gilbert
,
2022/04/21
Re: [PATCH v7 12/12] target/riscv: Update the privilege field for sscofpmf CSRs
,
Alistair Francis
,
2022/04/13
Re: [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
,
Alistair Francis
,
2022/04/13
Re: [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
,
Atish Kumar Patra
,
2022/04/15
Re: [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
,
Alistair Francis
,
2022/04/18
Re: [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
,
Atish Patra
,
2022/04/26
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Alexey Kardashevskiy
,
2022/04/13
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Alexey Kardashevskiy
,
2022/04/13
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Cédric Le Goater
,
2022/04/14
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Alexey Kardashevskiy
,
2022/04/20
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Cédric Le Goater
,
2022/04/21
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Cédric Le Goater
,
2022/04/14
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Alexey Kardashevskiy
,
2022/04/18
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Cédric Le Goater
,
2022/04/19
[PATCH] docs: Correct the default thread-pool-size
,
Liu Yiding
,
2022/04/13
Re: [PATCH] docs: Correct the default thread-pool-size
,
address@hidden
,
2022/04/14
Re: [PATCH] docs: Correct the default thread-pool-size
,
address@hidden
,
2022/04/14
Re: [PATCH] docs: Correct the default thread-pool-size
,
Vivek Goyal
,
2022/04/14
Re: [PATCH] docs: Correct the default thread-pool-size
,
address@hidden
,
2022/04/21
Re: [PATCH] docs: Correct the default thread-pool-size
,
address@hidden
,
2022/04/26
[ANNOUNCE] QEMU 7.0.0-rc4 is now available
,
Michael Roth
,
2022/04/12
Re: [ANNOUNCE] QEMU 7.0.0-rc4 is now available
,
Stefan Weil
,
2022/04/18
Re: [ANNOUNCE] QEMU 7.0.0-rc4 is now available
,
Peter Maydell
,
2022/04/19
[PATCH] net/vhost-user: Save ack_features to net_clients during vhost_user_start
,
Yi Wang
,
2022/04/12
[PATCH v3 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Denis V. Lunev
,
2022/04/12
Re: [PATCH v3 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Daniel P . Berrangé
,
2022/04/19
Re: [PATCH v3 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Hanna Reitz
,
2022/04/25
Re: [PATCH v2 07/39] util/log: Rename qemu_log_lock to qemu_log_trylock
,
Alex Bennée
,
2022/04/12
Re: [PATCH v2 04/39] util/log: Pass Error pointer to qemu_set_log
,
Alex Bennée
,
2022/04/12
Re: [PATCH v2 03/39] util/log: Return bool from qemu_set_log_filename
,
Alex Bennée
,
2022/04/12
Re: [PULL 03/15] multifd: Make no compression operations into its own structure
,
Peter Maydell
,
2022/04/12
[PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
,
Vladimir Sementsov-Ogievskiy
,
2022/04/12
Re: [PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
,
Paolo Bonzini
,
2022/04/13
[PATCH for-7.1 0/8] nbd: actually make s->state thread-safe
,
Paolo Bonzini
,
2022/04/12
[PATCH for-7.1 1/8] nbd: actually implement reply_possible safeguard
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 1/8] nbd: actually implement reply_possible safeguard
,
Eric Blake
,
2022/04/12
Re: [PATCH for-7.1 1/8] nbd: actually implement reply_possible safeguard
,
Paolo Bonzini
,
2022/04/13
[PATCH for-7.1 2/8] nbd: mark more coroutine_fns
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 2/8] nbd: mark more coroutine_fns
,
Eric Blake
,
2022/04/13
Re: [PATCH for-7.1 2/8] nbd: mark more coroutine_fns
,
Paolo Bonzini
,
2022/04/13
[PATCH for-7.1 4/8] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 4/8] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
,
Eric Blake
,
2022/04/13
[PATCH for-7.1 3/8] nbd: remove peppering of nbd_client_connected
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 3/8] nbd: remove peppering of nbd_client_connected
,
Eric Blake
,
2022/04/13
[PATCH for-7.1 5/8] nbd: use a QemuMutex to synchronize reconnection with coroutines
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 5/8] nbd: use a QemuMutex to synchronize reconnection with coroutines
,
Paolo Bonzini
,
2022/04/13
Re: [PATCH for-7.1 5/8] nbd: use a QemuMutex to synchronize reconnection with coroutines
,
Eric Blake
,
2022/04/13
Re: [PATCH for-7.1 5/8] nbd: use a QemuMutex to synchronize reconnection with coroutines
,
Paolo Bonzini
,
2022/04/13
[PATCH for-7.1 6/8] nbd: move s->state under requests_lock
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 6/8] nbd: move s->state under requests_lock
,
Eric Blake
,
2022/04/13
Re: [PATCH for-7.1 6/8] nbd: move s->state under requests_lock
,
Paolo Bonzini
,
2022/04/13
[PATCH for-7.1 7/8] nbd: take receive_mutex when reading requests[].receiving
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 7/8] nbd: take receive_mutex when reading requests[].receiving
,
Eric Blake
,
2022/04/13
[PATCH for-7.1 8/8] nbd: document what is protected by the CoMutexes
,
Paolo Bonzini
,
2022/04/12
Re: [PATCH for-7.1 8/8] nbd: document what is protected by the CoMutexes
,
Eric Blake
,
2022/04/13
[RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
,
Thomas Huth
,
2022/04/12
[RFC PATCH 1/3] disas: Remove old libopcode s390 disassembler
,
Thomas Huth
,
2022/04/12
[RFC PATCH 2/3] disas: Remove old libopcode arm disassembler
,
Thomas Huth
,
2022/04/12
[RFC PATCH 3/3] disas: Remove old libopcode i386 disassembler
,
Thomas Huth
,
2022/04/12
Re: [RFC PATCH 0/3] Remove some of the old libopcode based disassemblers
,
Richard Henderson
,
2022/04/21
[PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
,
Peter Maydell
,
2022/04/12
Re: [PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
,
Philippe Mathieu-Daudé
,
2022/04/14
Re: [PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
,
Peter Maydell
,
2022/04/14
Re: [PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
,
Mark Cave-Ayland
,
2022/04/18
[PATCH] vhost: Track descriptor chain in private at SVQ
,
Eugenio Pérez
,
2022/04/12
Re: [PULL v2 29/35] hw/intc: Add RISC-V AIA APLIC device emulation
,
Peter Maydell
,
2022/04/12
Re: [PULL v2 29/35] hw/intc: Add RISC-V AIA APLIC device emulation
,
Alistair Francis
,
2022/04/13
[PATCH] hw/nvme: fix narrowing conversion
,
Dmitry Tikhov
,
2022/04/12
Re: [PATCH] hw/nvme: fix narrowing conversion
,
Klaus Jensen
,
2022/04/12
Re: [PATCH] hw/nvme: fix narrowing conversion
,
Klaus Jensen
,
2022/04/18
Re: [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
,
Chao Peng
,
2022/04/12
Re: [PATCH v5 10/13] KVM: Register private memslot to memory backing store
,
Chao Peng
,
2022/04/12
[RFC PATCH 0/4] net: support for CFI with libslirp >= 4.7
,
Paolo Bonzini
,
2022/04/12
[RFC PATCH 1/4] net: slirp: introduce a wrapper struct for QemuTimer
,
Paolo Bonzini
,
2022/04/12
Re: [RFC PATCH 1/4] net: slirp: introduce a wrapper struct for QemuTimer
,
Samuel Thibault
,
2022/04/26
[RFC PATCH 2/4] net: slirp: switch to slirp_new
,
Paolo Bonzini
,
2022/04/12
Re: [RFC PATCH 2/4] net: slirp: switch to slirp_new
,
Samuel Thibault
,
2022/04/26
[RFC PATCH 4/4] net: slirp: allow CFI with libslirp >= 4.7
,
Paolo Bonzini
,
2022/04/12
Re: [RFC PATCH 4/4] net: slirp: allow CFI with libslirp >= 4.7
,
Samuel Thibault
,
2022/04/26
[RFC PATCH 3/4] net: slirp: add support for CFI-friendly timer API
,
Paolo Bonzini
,
2022/04/12
Re: [RFC PATCH 3/4] net: slirp: add support for CFI-friendly timer API
,
Samuel Thibault
,
2022/04/26
Re: [PATCH v5 09/13] KVM: Handle page fault for private memory
,
Chao Peng
,
2022/04/12
[PATCH for-7.1] target/mips: Remove stale TODO file
,
Thomas Huth
,
2022/04/12
Re: [PATCH for-7.1] target/mips: Remove stale TODO file
,
Richard Henderson
,
2022/04/12
Re: [PATCH for-7.1] target/mips: Remove stale TODO file
,
Laurent Vivier
,
2022/04/26
[Qemu-devel] [PATCH 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
,
Divya Garg
,
2022/04/12
Re: [Qemu-devel] [PATCH 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
,
Vitaly Kuznetsov
,
2022/04/12
Re: [Qemu-devel] [PATCH 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
,
Divya Garg
,
2022/04/12
Re: [Qemu-devel] [PATCH 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
,
Vitaly Kuznetsov
,
2022/04/12
Re: [Qemu-devel] [PATCH 6/8] i386/kvm: hv-stimer requires hv-time and hv-synic
,
Divya Garg
,
2022/04/13
[PATCH for-7.1] target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
,
Peter Maydell
,
2022/04/12
Re: [PATCH for-7.1] target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
,
Paolo Bonzini
,
2022/04/12
[RFC PATCH] gdb/gic: expose cpu_index via MxTxAttrs
,
Alex Bennée
,
2022/04/12
Re: [RFC PATCH] gdb/gic: expose cpu_index via MxTxAttrs
,
Peter Maydell
,
2022/04/12
Re: [RFC PATCH] gdb/gic: expose cpu_index via MxTxAttrs
,
Alex Bennée
,
2022/04/12
[PATCH v2 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Denis V. Lunev
,
2022/04/12
Re: [PATCH v2 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Dr. David Alan Gilbert
,
2022/04/12
Re: [PATCH v2 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Vladimir Sementsov-Ogievskiy
,
2022/04/12
Re: [PATCH v2 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Denis V. Lunev
,
2022/04/12
[PATCH] block: fix core for unlock not permitted
,
suruifeng
,
2022/04/12
Re: [PATCH] block: fix core for unlock not permitted
,
Paolo Bonzini
,
2022/04/12
答复: [PATCH] block: fix core for unlock not permitted
,
suruifeng (A)
,
2022/04/12
[RFC PATCH] target/i386: fix byte swap issue with XMM register access
,
Alex Bennée
,
2022/04/12
Re: [RFC PATCH] target/i386: fix byte swap issue with XMM register access
,
Richard Henderson
,
2022/04/12
[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
,
Robert Hoo
,
2022/04/12
[PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
,
Robert Hoo
,
2022/04/12
Re: [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
,
Igor Mammedov
,
2022/04/27
Re: [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
,
Robert Hoo
,
2022/04/29
[PATCH 2/2] acpi/nvdimm: Fix aml_or() and aml_and() in if clause
,
Robert Hoo
,
2022/04/12
Re: [PATCH 2/2] acpi/nvdimm: Fix aml_or() and aml_and() in if clause
,
Igor Mammedov
,
2022/04/27
Re: [RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
,
Robert Hoo
,
2022/04/20
Re: [RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
,
Igor Mammedov
,
2022/04/27
Re: [RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
,
Robert Hoo
,
2022/04/29
[PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
,
Robert Hoo
,
2022/04/12
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Ani Sinha
,
2022/04/12
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Ani Sinha
,
2022/04/12
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Michael S. Tsirkin
,
2022/04/12
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Ani Sinha
,
2022/04/13
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Michael S. Tsirkin
,
2022/04/12
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Ani Sinha
,
2022/04/13
Re: [libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
,
Ani Sinha
,
2022/04/22
Re: [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module
,
Patrick Venture
,
2022/04/11
[RFC 0/3] Introduce a new Qemu machine for RISC-V
,
Atish Patra
,
2022/04/11
[RFC 1/3] serial: Enable MSI capablity and option
,
Atish Patra
,
2022/04/11
Re: [RFC 1/3] serial: Enable MSI capablity and option
,
Marc Zyngier
,
2022/04/12
[RFC 2/3] hw/riscv: virt: Move common functions to a separate helper file
,
Atish Patra
,
2022/04/11
[RFC 3/3] hw/riscv: Create a new qemu machine for RISC-V
,
Atish Patra
,
2022/04/11
Re: [RFC 0/3] Introduce a new Qemu machine for RISC-V
,
Daniel P . Berrangé
,
2022/04/19
Re: [RFC 0/3] Introduce a new Qemu machine for RISC-V
,
Atish Patra
,
2022/04/19
Re: [PATCH v2 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
,
Bin Meng
,
2022/04/11
Re: [PATCH v2 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
,
Bin Meng
,
2022/04/20
Re: [PATCH v2 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
,
Bin Meng
,
2022/04/21
Re: [PATCH v2 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
,
Bin Meng
,
2022/04/28
[PATCH v2 00/24] target/arm: 8 new features, A76 and N1
,
Richard Henderson
,
2022/04/11
[PATCH v2 02/24] target/arm: Adjust definition of CONTEXTIDR_EL2
,
Richard Henderson
,
2022/04/11
[PATCH v2 01/24] target/arm: Add isar predicates for FEAT_Debugv8p2
,
Richard Henderson
,
2022/04/11
[PATCH v2 03/24] target/arm: Move cortex impdef sysregs to cpu_tcg.c
,
Richard Henderson
,
2022/04/11
[PATCH v2 04/24] target/arm: Update qemu-system-arm -cpu max to cortex-a57
,
Richard Henderson
,
2022/04/11
[PATCH v2 07/24] target/arm: Annotate arm_max_initfn with FEAT identifiers
,
Richard Henderson
,
2022/04/11
[PATCH v2 05/24] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 10/24] target/arm: Enable FEAT_Debugv8p4 for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 15/24] target/arm: Implement ESB instruction
,
Richard Henderson
,
2022/04/11
[PATCH v2 14/24] target/arm: Implement virtual SError exceptions
,
Richard Henderson
,
2022/04/11
[PATCH v2 23/24] target/arm: Define cortex-a76
,
Richard Henderson
,
2022/04/11
[PATCH v2 11/24] target/arm: Add isar_feature_{aa64,any}_ras
,
Richard Henderson
,
2022/04/11
[PATCH v2 09/24] target/arm: Enable FEAT_Debugv8p2 for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 06/24] target/arm: Split out arm32_max_features
,
Richard Henderson
,
2022/04/11
[PATCH v2 08/24] target/arm: Use field names for manipulating EL2 and EL3 modes
,
Richard Henderson
,
2022/04/11
[PATCH v2 12/24] target/arm: Add minimal RAS registers
,
Richard Henderson
,
2022/04/11
[PATCH v2 16/24] target/arm: Enable FEAT_RAS for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 22/24] target/arm: Enable FEAT_DGH for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 17/24] target/arm: Enable FEAT_IESB for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 24/24] target/arm: Define neoverse-n1
,
Richard Henderson
,
2022/04/11
[PATCH v2 13/24] target/arm: Enable SCR and HCR bits for RAS
,
Richard Henderson
,
2022/04/11
[PATCH v2 18/24] target/arm: Enable FEAT_CSV2 for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 19/24] target/arm: Update ISAR fields for ARMv8.8
,
Richard Henderson
,
2022/04/11
[PATCH v2 20/24] target/arm: Enable FEAT_CSV2_2 for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 21/24] target/arm: Enable FEAT_CSV3 for -cpu max
,
Richard Henderson
,
2022/04/11
[PATCH v2 0/2] Correct a couple of defines in pcie_host.h
,
Francisco Iglesias
,
2022/04/11
[PATCH v2 1/2] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK
,
Francisco Iglesias
,
2022/04/11
[PATCH v2 2/2] include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAX
,
Francisco Iglesias
,
2022/04/11
[RFC PATCH v1 1/1] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK
,
Francisco Iglesias
,
2022/04/11
Re: [RFC PATCH v1 1/1] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK
,
Michael S. Tsirkin
,
2022/04/11
Re: [RFC PATCH v1 1/1] include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASK
,
Francisco Iglesias
,
2022/04/11
[PATCH v2 0/2] Define NPCM7XX PWRON bit fields
,
Hao Wu
,
2022/04/11
[PATCH v2 1/2] hw/misc: Add PWRON STRAP bit fields in GCR module
,
Hao Wu
,
2022/04/11
[PATCH v2 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
,
Hao Wu
,
2022/04/11
Re: [PATCH v2 0/2] Define NPCM7XX PWRON bit fields
,
Peter Maydell
,
2022/04/21
Re: [PATCH V6 21/27] vfio-pci: cpr part 3 (intx)
,
Steven Sistare
,
2022/04/11
Re: [PATCH V6 21/27] vfio-pci: cpr part 3 (intx)
,
Fam Zheng
,
2022/04/12
Re: [PATCH v5 03/13] mm/shmem: Support memfile_notifier
,
Kirill A. Shutemov
,
2022/04/11
Re: [PATCH v5 03/13] mm/shmem: Support memfile_notifier
,
Chao Peng
,
2022/04/12
Re: [PATCH v5 03/13] mm/shmem: Support memfile_notifier
,
Vishal Annapurve
,
2022/04/19
Re: [PATCH v5 03/13] mm/shmem: Support memfile_notifier
,
Chao Peng
,
2022/04/19
RE: [PATCH v8 10/12] target/hexagon: import parser for idef-parser
,
Taylor Simpson
,
2022/04/11
Re: [PATCH v8 10/12] target/hexagon: import parser for idef-parser
,
Anton Johansson
,
2022/04/12
RE: [PATCH v8 10/12] target/hexagon: import parser for idef-parser
,
Taylor Simpson
,
2022/04/12
Re: [PATCH v8 10/12] target/hexagon: import parser for idef-parser
,
Anton Johansson
,
2022/04/21
RE: [PATCH v8 10/12] target/hexagon: import parser for idef-parser
,
Taylor Simpson
,
2022/04/21
Re: [PATCH v8 10/12] target/hexagon: import parser for idef-parser
,
Anton Johansson
,
2022/04/21
Re: [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
,
Kirill A. Shutemov
,
2022/04/11
Re: [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
,
Chao Peng
,
2022/04/12
Re: [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
,
Vishal Annapurve
,
2022/04/23
Re: [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
,
Chao Peng
,
2022/04/24
[PATCH] contrib/vhost-user-blk: add missing GOptionEntry NULL terminator
,
Stefan Hajnoczi
,
2022/04/11
Re: [PATCH] contrib/vhost-user-blk: add missing GOptionEntry NULL terminator
,
Michael S. Tsirkin
,
2022/04/11
Re: [PATCH] contrib/vhost-user-blk: add missing GOptionEntry NULL terminator
,
Stefan Hajnoczi
,
2022/04/12
[RFC PATCH] target/i386: avoid copying junk to extended ZMMReg fields
,
Alex Bennée
,
2022/04/11
Re: [RFC PATCH] target/i386: avoid copying junk to extended ZMMReg fields
,
Peter Maydell
,
2022/04/11
Re: [RFC PATCH] target/i386: avoid copying junk to extended ZMMReg fields
,
Paolo Bonzini
,
2022/04/11
Re: [RFC PATCH] target/i386: avoid copying junk to extended ZMMReg fields
,
Peter Maydell
,
2022/04/11
[RFC PATCH v6 00/23] Net Control VQ support with asid in vDPA SVQ
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 01/23] vdpa: Add missing tracing to batch mapping functions
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 03/23] util: Return void on iova_tree_remove
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 05/23] vhost: Fix bad return of descriptors to SVQ
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 07/23] vhost: move descriptor translation to vhost_svq_vring_write_descs
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 09/23] virtio-net: Expose ctrl virtqueue logic
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 11/23] virtio: Make virtqueue_alloc_element non-static
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 10/23] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 13/23] vhost: Add custom used buffer callback
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 08/23] vdpa: Fix index calculus at vhost_vdpa_svqs_start
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 14/23] vdpa: control virtqueue support on shadow virtqueue
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 15/23] vhost: Add vhost_iova_tree_find
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 18/23] vdpa: add NetClientState->start() callback
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 12/23] vhost: Add SVQElement
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 21/23] vhost: Make possible to check for device exclusive vq group
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 19/23] vdpa: Add vhost_vdpa_start_control_svq
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 16/23] vdpa: Add map/unmap operation callback to SVQ
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 23/23] vdpa: Add x-cvq-svq
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 17/23] vhost: Add vhost_svq_inject
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 20/23] vhost: Update kernel headers
,
Eugenio Pérez
,
2022/04/11
[RFC PATCH v6 22/23] vdpa: Add asid attribute to vdpa device
,
Eugenio Pérez
,
2022/04/11
[PATCH] tpm_crb: mark command buffer as dirty on request completion
,
Anthony PERARD
,
2022/04/11
Re: [PATCH] tpm_crb: mark command buffer as dirty on request completion
,
Stefan Berger
,
2022/04/11
[PATCH] migration/dirtyrate: Replace malloc with g_new
,
jianchunfu
,
2022/04/11
Re: [PATCH] migration/dirtyrate: Replace malloc with g_new
,
Dr. David Alan Gilbert
,
2022/04/11
Re: [PATCH] migration/dirtyrate: Replace malloc with g_new
,
Richard Henderson
,
2022/04/11
Re: [PATCH] migration/dirtyrate: Replace malloc with g_new
,
Philippe Mathieu-Daudé
,
2022/04/11
[PATCH] target/ppc: Add two missing register callbacks on POWER10
,
Frederic Barrat
,
2022/04/11
Re: [PATCH] target/ppc: Add two missing register callbacks on POWER10
,
Fabiano Rosas
,
2022/04/11
Re: [PATCH] target/ppc: Add two missing register callbacks on POWER10
,
Daniel Henrique Barboza
,
2022/04/20
[PATCH v4 0/8] Introduce akcipher service for virtio-crypto
,
zhenwei pi
,
2022/04/11
[PATCH v4 1/8] virtio-crypto: header update
,
zhenwei pi
,
2022/04/11
[PATCH v4 2/8] crypto-akcipher: Introduce akcipher types to qapi
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 2/8] crypto-akcipher: Introduce akcipher types to qapi
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v4 3/8] crypto: Introduce akcipher crypto class
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 3/8] crypto: Introduce akcipher crypto class
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v4 4/8] crypto: add ASN.1 decoder
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 4/8] crypto: add ASN.1 decoder
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v4 5/8] crypto: Implement RSA algorithm by hogweed
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 5/8] crypto: Implement RSA algorithm by hogweed
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v4 6/8] crypto: Implement RSA algorithm by gcrypt
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 6/8] crypto: Implement RSA algorithm by gcrypt
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 7/8] tests/crypto: Add test suite for crypto akcipher
,
Daniel P . Berrangé
,
2022/04/26
[PATCH v4 8/8] crypto: Introduce RSA algorithm
,
zhenwei pi
,
2022/04/11
Re: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto
,
Paolo Bonzini
,
2022/04/12
Re: Re: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto
,
zhenwei pi
,
2022/04/12
PING: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto
,
zhenwei pi
,
2022/04/20
Re: PING: [PATCH v4 0/8] Introduce akcipher service for virtio-crypto
,
Daniel P . Berrangé
,
2022/04/21
Re: [PATCH v1 0/2] hw/arm: zynqmp: Add the 4 TTC timers
,
Peter Maydell
,
2022/04/11
[PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Gavin Shan
,
2022/04/11
[PATCH 1/5] target/arm/tcg: Indirect addressing for coprocessor register storage
,
Gavin Shan
,
2022/04/11
[PATCH 2/5] target/arm/hvf: Indirect addressing for coprocessor register storage
,
Gavin Shan
,
2022/04/11
[PATCH 3/5] target/arm/kvm: Indirect addressing for coprocessor register storage
,
Gavin Shan
,
2022/04/11
[PATCH 4/5] target/arm: Migrate coprocessor register indirect addressing information
,
Gavin Shan
,
2022/04/11
[PATCH 5/5] target/arm/kvm: Support coprocessor register with variable size
,
Gavin Shan
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Peter Maydell
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Gavin Shan
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Peter Maydell
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Gavin Shan
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Andrew Jones
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Peter Maydell
,
2022/04/11
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Gavin Shan
,
2022/04/12
Re: [PATCH 0/5] target/arm: Support variable sized coprocessor registers
,
Gavin Shan
,
2022/04/11
Re: [PATCH v9 12/14] target/riscv: rvk: add CSR support for Zkr
,
Weiwei Li
,
2022/04/11
Re: [PATCH v9 12/14] target/riscv: rvk: add CSR support for Zkr
,
Alistair Francis
,
2022/04/13
Re: [PATCH v9 12/14] target/riscv: rvk: add CSR support for Zkr
,
Weiwei Li
,
2022/04/13
[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
Corentin Labbe
,
2022/04/10
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
Peter Maydell
,
2022/04/21
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
Daniel P . Berrangé
,
2022/04/21
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
LABBE Corentin
,
2022/04/24
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
LABBE Corentin
,
2022/04/25
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
Daniel P . Berrangé
,
2022/04/25
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
LABBE Corentin
,
2022/04/27
Re: [PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
,
Daniel P . Berrangé
,
2022/04/27
[PATCH v2 0/1] ui/cocoa: show/hide menu in fullscreen on mouse
,
Carwyn Ellis
,
2022/04/10
[PATCH v2 1/1] ui/cocoa: show/hide menu in fullscreen on mouse ungrab/grab
,
Carwyn Ellis
,
2022/04/10
Re: [PATCH 1/1] ui/cocoa: show/hide menu in fullscreen on mouse ungrab/grab
,
Carwyn Ellis
,
2022/04/10
Re: [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates
,
Carwyn Ellis
,
2022/04/10
Re: [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates
,
Gerd Hoffmann
,
2022/04/22
Re: [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates
,
Carwyn Ellis
,
2022/04/22
[PATCH 0/7] target/arm: More trivial features, A76, N1
,
Richard Henderson
,
2022/04/10
[PATCH 1/7] target/arm: Enable FEAT_CSV2 for -cpu max
,
Richard Henderson
,
2022/04/10
Re: [PATCH 1/7] target/arm: Enable FEAT_CSV2 for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 2/7] target/arm: Update ISAR fields for ARMv8.8
,
Richard Henderson
,
2022/04/10
Re: [PATCH 2/7] target/arm: Update ISAR fields for ARMv8.8
,
Peter Maydell
,
2022/04/11
[PATCH 4/7] target/arm: Enable FEAT_CSV3 for -cpu max
,
Richard Henderson
,
2022/04/10
Re: [PATCH 4/7] target/arm: Enable FEAT_CSV3 for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 3/7] target/arm: Enable FEAT_CSV2_2 for -cpu max
,
Richard Henderson
,
2022/04/10
Re: [PATCH 3/7] target/arm: Enable FEAT_CSV2_2 for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 5/7] target/arm: Enable FEAT_DGH for -cpu max
,
Richard Henderson
,
2022/04/10
Re: [PATCH 5/7] target/arm: Enable FEAT_DGH for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 6/7] target/arm: Define cortex-a76
,
Richard Henderson
,
2022/04/10
Re: [PATCH 6/7] target/arm: Define cortex-a76
,
Peter Maydell
,
2022/04/11
Re: [PATCH 6/7] target/arm: Define cortex-a76
,
Richard Henderson
,
2022/04/11
Re: [PATCH 6/7] target/arm: Define cortex-a76
,
Richard Henderson
,
2022/04/11
[PATCH 7/7] target/arm: Define neoverse-n1
,
Richard Henderson
,
2022/04/10
Re: [PATCH 7/7] target/arm: Define neoverse-n1
,
Peter Maydell
,
2022/04/11
[RFC] migration/dirtyrate: check malloc() return
,
jianchunfu
,
2022/04/10
Re: [RFC] migration/dirtyrate: check malloc() return
,
Richard Henderson
,
2022/04/10
Re: [RFC] migration/dirtyrate: check malloc() return
,
Alex Bennée
,
2022/04/11
[PATCH v2 0/1] Coverity fixes in hw/ppc/spapr_nvdimm.c
,
Daniel Henrique Barboza
,
2022/04/09
[PATCH v2 1/1] hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.c
,
Daniel Henrique Barboza
,
2022/04/09
[PATCH for-7.1 v2 0/1] use dc->vmsd with spapr devices vmstate
,
Daniel Henrique Barboza
,
2022/04/09
[PATCH for-7.1 v2 1/1] hw/ppc: use qdev to register spapr_nvdimm vmsd
,
Daniel Henrique Barboza
,
2022/04/09
[PATCH] target/riscv: use xlen in forging isa string
,
Frédéric Pétrot
,
2022/04/09
[PATCH] target/riscv: replace TARGET_LONG_BITS in gdbstub
,
Frédéric Pétrot
,
2022/04/09
Re: [PATCH] target/riscv: replace TARGET_LONG_BITS in gdbstub
,
Richard Henderson
,
2022/04/09
Re: [PATCH] target/riscv: replace TARGET_LONG_BITS in gdbstub
,
Frédéric Pétrot
,
2022/04/13
Re: [PATCH] target/riscv: use xlen in forging isa string
,
Richard Henderson
,
2022/04/09
[PATCH 00/16] target/arm: Implement features Debugv8p4, RAS, IESB
,
Richard Henderson
,
2022/04/08
[PATCH 01/16] target/arm: Add isar predicates for FEAT_Debugv8p2
,
Richard Henderson
,
2022/04/08
Re: [PATCH 01/16] target/arm: Add isar predicates for FEAT_Debugv8p2
,
Peter Maydell
,
2022/04/11
[PATCH 03/16] target/arm: Update qemu-system-arm -cpu max to cortex-a57
,
Richard Henderson
,
2022/04/08
Re: [PATCH 03/16] target/arm: Update qemu-system-arm -cpu max to cortex-a57
,
Peter Maydell
,
2022/04/11
Re: [PATCH 03/16] target/arm: Update qemu-system-arm -cpu max to cortex-a57
,
Richard Henderson
,
2022/04/11
[PATCH 02/16] target/arm: Adjust definition of CONTEXTIDR_EL2
,
Richard Henderson
,
2022/04/08
Re: [PATCH 02/16] target/arm: Adjust definition of CONTEXTIDR_EL2
,
Peter Maydell
,
2022/04/11
[PATCH 04/16] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
,
Richard Henderson
,
2022/04/08
Re: [PATCH 04/16] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 05/16] target/arm: Split out arm32_max_features
,
Richard Henderson
,
2022/04/08
Re: [PATCH 05/16] target/arm: Split out arm32_max_features
,
Peter Maydell
,
2022/04/11
[PATCH 06/16] target/arm: Annotate arm_max_initfn with FEAT identifiers
,
Richard Henderson
,
2022/04/08
Re: [PATCH 06/16] target/arm: Annotate arm_max_initfn with FEAT identifiers
,
Peter Maydell
,
2022/04/11
[PATCH 08/16] target/arm: Enable FEAT_Debugv8p2 for -cpu max
,
Richard Henderson
,
2022/04/08
Re: [PATCH 08/16] target/arm: Enable FEAT_Debugv8p2 for -cpu max
,
Peter Maydell
,
2022/04/11
Re: [PATCH 08/16] target/arm: Enable FEAT_Debugv8p2 for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 07/16] target/arm: Use field names for manipulating EL2 and EL3 modes
,
Richard Henderson
,
2022/04/08
Re: [PATCH 07/16] target/arm: Use field names for manipulating EL2 and EL3 modes
,
Peter Maydell
,
2022/04/11
[PATCH 09/16] target/arm: Enable FEAT_Debugv8p4 for -cpu max
,
Richard Henderson
,
2022/04/08
Re: [PATCH 09/16] target/arm: Enable FEAT_Debugv8p4 for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 10/16] target/arm: Add isar_feature_{aa64,any}_ras
,
Richard Henderson
,
2022/04/08
Re: [PATCH 10/16] target/arm: Add isar_feature_{aa64,any}_ras
,
Peter Maydell
,
2022/04/11
[PATCH 13/16] target/arm: Implement virtual SError exceptions
,
Richard Henderson
,
2022/04/08
Re: [PATCH 13/16] target/arm: Implement virtual SError exceptions
,
Peter Maydell
,
2022/04/11
Re: [PATCH 13/16] target/arm: Implement virtual SError exceptions
,
Peter Maydell
,
2022/04/11
Re: [PATCH 13/16] target/arm: Implement virtual SError exceptions
,
Richard Henderson
,
2022/04/11
[PATCH 11/16] target/arm: Add minimal RAS registers
,
Richard Henderson
,
2022/04/08
Re: [PATCH 11/16] target/arm: Add minimal RAS registers
,
Peter Maydell
,
2022/04/11
Re: [PATCH 11/16] target/arm: Add minimal RAS registers
,
Richard Henderson
,
2022/04/11
[PATCH 12/16] target/arm: Enable SCR and HCR bits for RAS
,
Richard Henderson
,
2022/04/08
Re: [PATCH 12/16] target/arm: Enable SCR and HCR bits for RAS
,
Peter Maydell
,
2022/04/11
[PATCH 16/16] target/arm: Enable FEAT_IESB for -cpu max
,
Richard Henderson
,
2022/04/08
Re: [PATCH 16/16] target/arm: Enable FEAT_IESB for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH 14/16] target/arm: Implement ESB instruction
,
Richard Henderson
,
2022/04/08
Re: [PATCH 14/16] target/arm: Implement ESB instruction
,
Peter Maydell
,
2022/04/11
Re: [PATCH 14/16] target/arm: Implement ESB instruction
,
Richard Henderson
,
2022/04/11
Re: [PATCH 14/16] target/arm: Implement ESB instruction
,
Peter Maydell
,
2022/04/12
Re: [PATCH 14/16] target/arm: Implement ESB instruction
,
Richard Henderson
,
2022/04/12
[PATCH 15/16] target/arm: Enable FEAT_RAS for -cpu max
,
Richard Henderson
,
2022/04/08
Re: [PATCH 15/16] target/arm: Enable FEAT_RAS for -cpu max
,
Peter Maydell
,
2022/04/11
[PATCH] hw/dma: fix crash caused by race condition
,
Tong Zhang
,
2022/04/08
Re: [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps by node/name pair
,
Vladimir Sementsov-Ogievskiy
,
2022/04/08
Re: [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps by node/name pair
,
Eric Blake
,
2022/04/22
[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Bin Meng
,
2022/04/08
[RFC PATCH 1/4] fsdev: Add missing definitions for Windows in file-op-9p.h
,
Bin Meng
,
2022/04/08
[RFC PATCH 3/4] fsdev: Enable 'local' file system driver backend for Windows
,
Bin Meng
,
2022/04/08
[RFC PATCH 2/4] hw/9pfs: Update 'local' file system backend driver to support Windows
,
Bin Meng
,
2022/04/08
[RFC PATCH 4/4] meson.build: Turn on virtfs for Windows host
,
Bin Meng
,
2022/04/08
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Christian Schoenebeck
,
2022/04/12
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Bin Meng
,
2022/04/12
RE: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Shi, Guohuai
,
2022/04/13
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Christian Schoenebeck
,
2022/04/14
RE: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Shi, Guohuai
,
2022/04/14
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Christian Schoenebeck
,
2022/04/17
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Mark Cave-Ayland
,
2022/04/18
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Christian Schoenebeck
,
2022/04/18
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Mark Cave-Ayland
,
2022/04/19
RE: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Shi, Guohuai
,
2022/04/19
Re: [RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
,
Christian Schoenebeck
,
2022/04/19
[RFC 0/2] introduce QEMUMachind.cmd()
,
Vladimir Sementsov-Ogievskiy
,
2022/04/08
[PATCH 1/2] python/machine.py: upgrade vm.command() method
,
Vladimir Sementsov-Ogievskiy
,
2022/04/08
Re: [PATCH 1/2] python/machine.py: upgrade vm.command() method
,
Daniel P . Berrangé
,
2022/04/19
Re: [PATCH 1/2] python/machine.py: upgrade vm.command() method
,
John Snow
,
2022/04/19
Re: [PATCH 1/2] python/machine.py: upgrade vm.command() method
,
Daniel P . Berrangé
,
2022/04/20
[PATCH 2/2] iotests: use vm.cmd() instead of vm.qmp() where appropriate
,
Vladimir Sementsov-Ogievskiy
,
2022/04/08
Re: [RFC 0/2] introduce QEMUMachind.cmd()
,
John Snow
,
2022/04/27
[RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Thomas Huth
,
2022/04/08
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Brad Smith
,
2022/04/10
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Peter Maydell
,
2022/04/10
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Brad Smith
,
2022/04/10
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Thomas Huth
,
2022/04/11
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Brad Smith
,
2022/04/14
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Daniel P . Berrangé
,
2022/04/19
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Thomas Huth
,
2022/04/20
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Brad Smith
,
2022/04/23
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Paolo Bonzini
,
2022/04/11
Re: [RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
,
Paolo Bonzini
,
2022/04/11
[PATCH v1 00/15] testing, docs, tracepoints and cputlb hacks
,
Alex Bennée
,
2022/04/08
[PATCH v1 02/15] docs/devel: add some notes on the binfmt-image-debian targets
,
Alex Bennée
,
2022/04/08
[PATCH v1 04/15] accel/tcg: move trace events to correct location
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 04/15] accel/tcg: move trace events to correct location
,
Richard Henderson
,
2022/04/09
[PATCH v1 09/15] cputlb: add tracepoints for the protect/unprotect helpers
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 09/15] cputlb: add tracepoints for the protect/unprotect helpers
,
Richard Henderson
,
2022/04/09
[PATCH v1 07/15] disas: generalise plugin_printf and use for monitor_disas
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 07/15] disas: generalise plugin_printf and use for monitor_disas
,
Richard Henderson
,
2022/04/09
[PATCH v1 01/15] tests/avocado: update aarch64_virt test to exercise -cpu max
,
Alex Bennée
,
2022/04/08
[PATCH v1 03/15] docs/devel: drop :hidden: and :includehidden: tags
,
Alex Bennée
,
2022/04/08
[PATCH v1 06/15] monitor: expose monitor_puts to rest of code
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 06/15] monitor: expose monitor_puts to rest of code
,
Richard Henderson
,
2022/04/09
Re: [PATCH v1 06/15] monitor: expose monitor_puts to rest of code
,
Markus Armbruster
,
2022/04/21
[PATCH v1 05/15] accel/tcg: add tb_invalidate_phy_pages_fast tracepoint
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 05/15] accel/tcg: add tb_invalidate_phy_pages_fast tracepoint
,
Richard Henderson
,
2022/04/09
[PATCH v1 12/15] tests/tcg: add memory-sve test for aarch64
,
Alex Bennée
,
2022/04/08
[PATCH v1 08/15] disas: use result of ->read_memory_func
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 08/15] disas: use result of ->read_memory_func
,
Richard Henderson
,
2022/04/09
[PATCH v1 10/15] cputlb: add tracepoints for TB invalidation
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 10/15] cputlb: add tracepoints for TB invalidation
,
Richard Henderson
,
2022/04/09
[PATCH v1 13/15] plugins: extend execlog to filter matches
,
Alex Bennée
,
2022/04/08
[PATCH v1 11/15] accel/tcg: add tb_invalidate_phys_page_range tracepoint
,
Alex Bennée
,
2022/04/08
Re: [PATCH v1 11/15] accel/tcg: add tb_invalidate_phys_page_range tracepoint
,
Richard Henderson
,
2022/04/09
[PATCH v1 15/15] accel/tcg: add heuristic to invalidate al TBs in a page [hack!]
,
Alex Bennée
,
2022/04/08
[PATCH v1 14/15] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
,
Alex Bennée
,
2022/04/08
[PATCH] target/riscv/pmp: fix NAPOT range computation overflow
,
Nicolas Pitre
,
2022/04/08
Re: [PATCH] target/riscv/pmp: fix NAPOT range computation overflow
,
Alistair Francis
,
2022/04/13
Re: [PATCH] target/riscv/pmp: fix NAPOT range computation overflow
,
Alistair Francis
,
2022/04/19
[RFC PATCH v2] tests/qtest: attempt to enable tests for virtio-gpio (!working)
,
Alex Bennée
,
2022/04/08
Support for x86_64 on aarch64 emulation
,
Redha Gouicem
,
2022/04/08
Re: Support for x86_64 on aarch64 emulation
,
Richard Henderson
,
2022/04/08
Re: Support for x86_64 on aarch64 emulation
,
Redha Gouicem
,
2022/04/14
Procedures adding new CPUs in sbsa-ref
,
Itaru Kitayama
,
2022/04/08
Re: Procedures adding new CPUs in sbsa-ref
,
Peter Maydell
,
2022/04/08
Re: Procedures adding new CPUs in sbsa-ref
,
Itaru Kitayama
,
2022/04/10
Re: Procedures adding new CPUs in sbsa-ref
,
Alex Bennée
,
2022/04/11
Re: Procedures adding new CPUs in sbsa-ref
,
Itaru Kitayama
,
2022/04/12
[PATCH 00/41] arm: Implement GICv4
,
Peter Maydell
,
2022/04/08
[PATCH 02/41] hw/intc/arm_gicv3: Sanity-check num-cpu property
,
Peter Maydell
,
2022/04/08
Re: [PATCH 02/41] hw/intc/arm_gicv3: Sanity-check num-cpu property
,
Richard Henderson
,
2022/04/08
[PATCH 01/41] hw/intc/arm_gicv3_its: Add missing blank line
,
Peter Maydell
,
2022/04/08
Re: [PATCH 01/41] hw/intc/arm_gicv3_its: Add missing blank line
,
Richard Henderson
,
2022/04/08
[PATCH 03/41] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
,
Peter Maydell
,
2022/04/08
Re: [PATCH 03/41] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
,
Richard Henderson
,
2022/04/08
[PATCH 06/41] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
,
Peter Maydell
,
2022/04/08
Re: [PATCH 06/41] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
,
Richard Henderson
,
2022/04/08
[PATCH 07/41] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
,
Peter Maydell
,
2022/04/08
Re: [PATCH 07/41] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
,
Richard Henderson
,
2022/04/08
[PATCH 08/41] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
,
Peter Maydell
,
2022/04/08
Re: [PATCH 08/41] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
,
Richard Henderson
,
2022/04/08
[PATCH 05/41] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
,
Peter Maydell
,
2022/04/08
Re: [PATCH 05/41] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
,
Richard Henderson
,
2022/04/08
[PATCH 13/41] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
,
Peter Maydell
,
2022/04/08
Re: [PATCH 13/41] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
,
Richard Henderson
,
2022/04/09
[PATCH 04/41] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
,
Peter Maydell
,
2022/04/08
Re: [PATCH 04/41] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
,
Richard Henderson
,
2022/04/08
[PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP
,
Peter Maydell
,
2022/04/08
Re: [PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP
,
Richard Henderson
,
2022/04/08
[PATCH 10/41] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
,
Peter Maydell
,
2022/04/08
Re: [PATCH 10/41] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
,
Richard Henderson
,
2022/04/08
[PATCH 11/41] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
,
Peter Maydell
,
2022/04/08
Re: [PATCH 11/41] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
,
Richard Henderson
,
2022/04/08
[PATCH 21/41] hw/intc/arm_gicv3_its: Implement VINVALL
,
Peter Maydell
,
2022/04/08
Re: [PATCH 21/41] hw/intc/arm_gicv3_its: Implement VINVALL
,
Richard Henderson
,
2022/04/09
[PATCH 23/41] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
,
Peter Maydell
,
2022/04/08
Re: [PATCH 23/41] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
,
Richard Henderson
,
2022/04/09
[PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC
,
Peter Maydell
,
2022/04/08
Re: [PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC
,
Richard Henderson
,
2022/04/09
Re: [PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC
,
Richard Henderson
,
2022/04/09
[PATCH 18/41] hw/intc/arm_gicv3_its: Implement INV command properly
,
Peter Maydell
,
2022/04/08
Re: [PATCH 18/41] hw/intc/arm_gicv3_its: Implement INV command properly
,
Richard Henderson
,
2022/04/09
[PATCH 14/41] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 14/41] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
,
Richard Henderson
,
2022/04/09
[PATCH 16/41] hw/intc/arm_gicv3_its: Implement VMOVP
,
Peter Maydell
,
2022/04/08
Re: [PATCH 16/41] hw/intc/arm_gicv3_its: Implement VMOVP
,
Richard Henderson
,
2022/04/09
[PATCH 12/41] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
,
Peter Maydell
,
2022/04/08
Re: [PATCH 12/41] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
,
Richard Henderson
,
2022/04/08
[PATCH 15/41] hw/intc/arm_gicv3: Keep pointers to every connected ITS
,
Peter Maydell
,
2022/04/08
Re: [PATCH 15/41] hw/intc/arm_gicv3: Keep pointers to every connected ITS
,
Richard Henderson
,
2022/04/09
[PATCH 19/41] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
,
Peter Maydell
,
2022/04/08
Re: [PATCH 19/41] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
,
Richard Henderson
,
2022/04/09
[PATCH 26/41] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
,
Peter Maydell
,
2022/04/08
Re: [PATCH 26/41] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
,
Richard Henderson
,
2022/04/09
[PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
,
Peter Maydell
,
2022/04/08
Re: [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
,
Richard Henderson
,
2022/04/09
Re: [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
,
Peter Maydell
,
2022/04/22
[PATCH 20/41] hw/intc/arm_gicv3_its: Implement VMOVI
,
Peter Maydell
,
2022/04/08
Re: [PATCH 20/41] hw/intc/arm_gicv3_its: Implement VMOVI
,
Richard Henderson
,
2022/04/09
[PATCH 24/41] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 24/41] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
,
Richard Henderson
,
2022/04/09
[PATCH 25/41] hw/intc/arm_gicv3_cpuif: Support vLPIs
,
Peter Maydell
,
2022/04/08
Re: [PATCH 25/41] hw/intc/arm_gicv3_cpuif: Support vLPIs
,
Richard Henderson
,
2022/04/09
Re: [PATCH 25/41] hw/intc/arm_gicv3_cpuif: Support vLPIs
,
Peter Maydell
,
2022/04/10
[PATCH 27/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
,
Peter Maydell
,
2022/04/08
Re: [PATCH 27/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
,
Richard Henderson
,
2022/04/09
[PATCH 34/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 34/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
,
Richard Henderson
,
2022/04/09
[PATCH 35/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 35/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
,
Richard Henderson
,
2022/04/09
[PATCH 37/41] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
,
Peter Maydell
,
2022/04/08
Re: [PATCH 37/41] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
,
Richard Henderson
,
2022/04/09
[PATCH 32/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 32/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
,
Richard Henderson
,
2022/04/09
[PATCH 41/41] hw/arm/virt: Support TCG GICv4
,
Peter Maydell
,
2022/04/08
Re: [PATCH 41/41] hw/arm/virt: Support TCG GICv4
,
Richard Henderson
,
2022/04/09
[PATCH 30/41] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
,
Peter Maydell
,
2022/04/08
Re: [PATCH 30/41] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
,
Richard Henderson
,
2022/04/09
[PATCH 31/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 31/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
,
Richard Henderson
,
2022/04/09
[PATCH 28/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
,
Peter Maydell
,
2022/04/08
Re: [PATCH 28/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
,
Richard Henderson
,
2022/04/09
[PATCH 29/41] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
,
Peter Maydell
,
2022/04/08
Re: [PATCH 29/41] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
,
Richard Henderson
,
2022/04/09
Re: [PATCH 29/41] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
,
Peter Maydell
,
2022/04/10
[PATCH 39/41] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 39/41] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
,
Richard Henderson
,
2022/04/09
[PATCH 33/41] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
,
Peter Maydell
,
2022/04/08
Re: [PATCH 33/41] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
,
Richard Henderson
,
2022/04/09
[PATCH 36/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
,
Peter Maydell
,
2022/04/08
Re: [PATCH 36/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
,
Richard Henderson
,
2022/04/09
[PATCH 38/41] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
,
Peter Maydell
,
2022/04/08
Re: [PATCH 38/41] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
,
Richard Henderson
,
2022/04/09
[PATCH 40/41] hw/arm/virt: Abstract out calculation of redistributor region capacity
,
Peter Maydell
,
2022/04/08
Re: [PATCH 40/41] hw/arm/virt: Abstract out calculation of redistributor region capacity
,
Richard Henderson
,
2022/04/09
Re: [PATCH 00/41] arm: Implement GICv4
,
Peter Maydell
,
2022/04/08
Re: [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
,
Chao Peng
,
2022/04/08
Re: [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
,
Chao Peng
,
2022/04/28
Re: [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
,
Chao Peng
,
2022/04/08
Re: [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
,
Chao Peng
,
2022/04/08
Re: [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat
,
Christian Schoenebeck
,
2022/04/08
Re: [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat
,
Greg Kurz
,
2022/04/08
Re: [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat
,
Christian Schoenebeck
,
2022/04/12
[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 01/23] vdpa: Add missing tracing to batch mapping functions
,
Eugenio Pérez
,
2022/04/08
Re: [RFC PATCH v5 01/23] vdpa: Add missing tracing to batch mapping functions
,
Jason Wang
,
2022/04/13
[RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
,
Eugenio Pérez
,
2022/04/08
Re: [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
,
Jason Wang
,
2022/04/13
Re: [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
,
Eugenio Perez Martin
,
2022/04/22
[RFC PATCH v5 03/23] util: Return void on iova_tree_remove
,
Eugenio Pérez
,
2022/04/08
Re: [RFC PATCH v5 03/23] util: Return void on iova_tree_remove
,
Jason Wang
,
2022/04/13
[RFC PATCH v5 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
,
Eugenio Pérez
,
2022/04/08
Re: [RFC PATCH v5 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
,
Jason Wang
,
2022/04/13
[RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ
,
Eugenio Pérez
,
2022/04/08
Re: [RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ
,
Jason Wang
,
2022/04/13
[RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Eugenio Pérez
,
2022/04/08
Re: [RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Jason Wang
,
2022/04/13
Re: [RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
,
Eugenio Perez Martin
,
2022/04/18
[RFC PATCH v5 07/23] vhost: move descriptor translation to vhost_svq_vring_write_descs
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 08/23] vdpa: Fix index calculus at vhost_vdpa_svqs_start
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 09/23] virtio-net: Expose ctrl virtqueue logic
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 10/23] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 11/23] virtio: Make virtqueue_alloc_element non-static
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 12/23] vhost: Add SVQElement
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 13/23] vhost: Add custom used buffer callback
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 15/23] vhost: Add vhost_iova_tree_find
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 14/23] vdpa: control virtqueue support on shadow virtqueue
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 16/23] vdpa: Add map/unmap operation callback to SVQ
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 17/23] vhost: Add vhost_svq_inject
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 18/23] vdpa: add NetClientState->start() callback
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 21/23] vhost: Make possible to check for device exclusive vq group
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 19/23] vdpa: Add vhost_vdpa_start_control_svq
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 20/23] vhost: Update kernel headers
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 22/23] vdpa: Add asid attribute to vdpa device
,
Eugenio Pérez
,
2022/04/08
[RFC PATCH v5 23/23] vdpa: Add x-cvq-svq
,
Eugenio Pérez
,
2022/04/08
Re: [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
,
Chao Peng
,
2022/04/08
Re: [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
,
Chao Peng
,
2022/04/08
Re: [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
,
Sean Christopherson
,
2022/04/08
[PATCH v2 0/2] Remove PCIE root bridge LSI on powernv
,
Frederic Barrat
,
2022/04/08
[PATCH v2 2/2] ppc/pnv: Remove LSI on the PCIE host bridge
,
Frederic Barrat
,
2022/04/08
Re: [PATCH v2 2/2] ppc/pnv: Remove LSI on the PCIE host bridge
,
Daniel Henrique Barboza
,
2022/04/08
[PATCH v2 1/2] pcie: Don't try triggering a LSI when not defined
,
Frederic Barrat
,
2022/04/08
Re: [PATCH v2 1/2] pcie: Don't try triggering a LSI when not defined
,
Daniel Henrique Barboza
,
2022/04/08
Re: [PATCH v2 1/2] pcie: Don't try triggering a LSI when not defined
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH v2 1/2] pcie: Don't try triggering a LSI when not defined
,
Michael S. Tsirkin
,
2022/04/20
Re: [PATCH v2 0/2] Remove PCIE root bridge LSI on powernv
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH v5 02/13] mm: Introduce memfile_notifier
,
Chao Peng
,
2022/04/08
[PATCH 0/5] Vhost-user: add Virtio RSS support
,
Maxime Coquelin
,
2022/04/08
[PATCH 5/5] vhost-user: add RSS support
,
Maxime Coquelin
,
2022/04/08
[PATCH 4/5] docs: introduce RSS support in Vhost-user specification
,
Maxime Coquelin
,
2022/04/08
Re: [PATCH 4/5] docs: introduce RSS support in Vhost-user specification
,
Dr. David Alan Gilbert
,
2022/04/11
[PATCH 3/5] virtio-net: add RSS support for Vhost backends
,
Maxime Coquelin
,
2022/04/08
Re: [PATCH 3/5] virtio-net: add RSS support for Vhost backends
,
Jason Wang
,
2022/04/15
[PATCH 1/5] ebpf: pass and check RSS key length to the loader
,
Maxime Coquelin
,
2022/04/08
[PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths
,
Maxime Coquelin
,
2022/04/08
Re: [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths
,
Jason Wang
,
2022/04/15
Re: [PATCH 0/5] Vhost-user: add Virtio RSS support
,
Jason Wang
,
2022/04/15
[PATCH] Warn user if the vga flag is passed but no vga device is created
,
Gautam Agrawal
,
2022/04/08
Re: [PATCH] Warn user if the vga flag is passed but no vga device is created
,
Thomas Huth
,
2022/04/12
Re: [PATCH] Warn user if the vga flag is passed but no vga device is created
,
Peter Maydell
,
2022/04/12
Re: [PATCH] Warn user if the vga flag is passed but no vga device is created
,
Gautam Agrawal
,
2022/04/12
Re: [PATCH] Warn user if the vga flag is passed but no vga device is created
,
Thomas Huth
,
2022/04/13
Re: [PATCH] Warn user if the vga flag is passed but no vga device is created
,
Markus Armbruster
,
2022/04/25
Re: [PATCH] Warn user if the vga flag is passed but no vga device is created
,
Peter Maydell
,
2022/04/25
Re: Wiki: Update package name in build instructions
,
Thomas Huth
,
2022/04/08
[PATCH v5 0/2] Option to take screenshot with screendump as PNG
,
Kshitij Suri
,
2022/04/08
[PATCH v5 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
,
Kshitij Suri
,
2022/04/08
[PATCH v5 2/2] Added parameter to take screenshot with screendump as PNG
,
Kshitij Suri
,
2022/04/08
Re: [PATCH v5 2/2] Added parameter to take screenshot with screendump as PNG
,
Dr. David Alan Gilbert
,
2022/04/20
Re: [PATCH v5 2/2] Added parameter to take screenshot with screendump as PNG
,
Markus Armbruster
,
2022/04/21
Re: [PATCH v5 0/2] Option to take screenshot with screendump as PNG
,
Kshitij Suri
,
2022/04/14
Re: [PATCH v5 0/2] Option to take screenshot with screendump as PNG
,
Markus Armbruster
,
2022/04/21
Re: [PATCH v5 0/2] Option to take screenshot with screendump as PNG
,
Gerd Hoffmann
,
2022/04/22
Re: [PATCH v7 11/12] hw/riscv: virt: Add PMU DT node to the device tree
,
Alistair Francis
,
2022/04/08
[PULL 0/2] Fixes 20220408 patches
,
Gerd Hoffmann
,
2022/04/08
[PULL 1/2] display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)
,
Gerd Hoffmann
,
2022/04/08
[PULL 2/2] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
,
Gerd Hoffmann
,
2022/04/08
Re: [PULL 0/2] Fixes 20220408 patches
,
Peter Maydell
,
2022/04/08
Re: [PATCH v7 00/12] Improve PMU support
,
Atish Patra
,
2022/04/07
[PATCH for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Denis V. Lunev
,
2022/04/07
Re: [PATCH for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
Re: [PATCH for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
,
Denis V. Lunev
,
2022/04/07
[PATCH] target/riscv/pmp: simplify NAPOT address range computation
,
Nicolas Pitre
,
2022/04/07
Re: [PATCH v4 02/19] migration: Drop multifd tls_hostname cache
,
Dr. David Alan Gilbert
,
2022/04/07
Re: [PATCH v4 02/19] migration: Drop multifd tls_hostname cache
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 01/19] migration: Postpone releasing MigrationState.hostname
,
Dr. David Alan Gilbert
,
2022/04/07
Re: [PATCH v4 01/19] migration: Postpone releasing MigrationState.hostname
,
Daniel P . Berrangé
,
2022/04/20
Re: [PATCH v4 01/19] migration: Postpone releasing MigrationState.hostname
,
Peter Xu
,
2022/04/20
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Sean Christopherson
,
2022/04/07
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Andy Lutomirski
,
2022/04/07
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Sean Christopherson
,
2022/04/08
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
David Hildenbrand
,
2022/04/08
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Jason Gunthorpe
,
2022/04/12
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Andy Lutomirski
,
2022/04/12
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
David Hildenbrand
,
2022/04/13
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
David Hildenbrand
,
2022/04/13
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Jason Gunthorpe
,
2022/04/13
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
David Hildenbrand
,
2022/04/25
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Chao Peng
,
2022/04/08
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Kirill A. Shutemov
,
2022/04/11
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Hugh Dickins
,
2022/04/12
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Kirill A. Shutemov
,
2022/04/11
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Chao Peng
,
2022/04/12
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Kirill A. Shutemov
,
2022/04/12
Re: [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
,
Chao Peng
,
2022/04/13
[RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
,
Alex Bennée
,
2022/04/07
Re: [RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
,
Eric Auger
,
2022/04/14
Re: [RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
,
Stefan Hajnoczi
,
2022/04/21
Re: [RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
,
Alex Bennée
,
2022/04/21
[PATCH 0/3] vhost-user: Fixes for VHOST_USER_ADD/REM_MEM_REG
,
Kevin Wolf
,
2022/04/07
[PATCH 2/3] libvhost-user: Fix extra vu_add/rem_mem_reg reply
,
Kevin Wolf
,
2022/04/07
Re: [PATCH 2/3] libvhost-user: Fix extra vu_add/rem_mem_reg reply
,
Raphael Norwitz
,
2022/04/08
[PATCH 3/3] vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
,
Kevin Wolf
,
2022/04/07
Re: [PATCH 3/3] vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
,
Raphael Norwitz
,
2022/04/08
[PATCH 1/3] docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REG
,
Kevin Wolf
,
2022/04/07
Re: [PATCH 1/3] docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REG
,
Raphael Norwitz
,
2022/04/08
Re: [PATCH 0/3] vhost-user: Fixes for VHOST_USER_ADD/REM_MEM_REG
,
Stefan Hajnoczi
,
2022/04/12
[PATCH v4 0/7] copy-before-write: on-cbw-error and cbw-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v4 2/7] block/copy-before-write: add on-cbw-error open parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v4 1/7] block/copy-before-write: refactor option parsing
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
Re: [PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests
,
Hanna Reitz
,
2022/04/08
[PATCH v4 4/7] util: add qemu-co-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v4 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v4 6/7] block/copy-before-write: implement cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v4 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
Re: [PATCH v4 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Hanna Reitz
,
2022/04/08
Re: [PATCH v2 5/5] machine: remove temporary inline functions
,
Edgar E. Iglesias
,
2022/04/07
Re: [PATCH v2 4/5] rename machine_class_allow_dynamic_sysbus_dev
,
Edgar E. Iglesias
,
2022/04/07
Re: [PATCH v2 3/5] qdev-monitor: use the new user_creatable_requires_machine_allowance
,
Edgar E. Iglesias
,
2022/04/07
Re: [PATCH v2 2/5] machine: update machine allowed list related functions/fields
,
Edgar E. Iglesias
,
2022/04/07
Re: [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag
,
Edgar E. Iglesias
,
2022/04/07
Re: [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag
,
Peter Maydell
,
2022/04/21
Re: [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag
,
Damien Hedde
,
2022/04/21
Re: [Qemu-devel] [PULL 28/30] introduce xlnx-dp
,
Peter Maydell
,
2022/04/07
Re: [Qemu-devel] [PULL 28/30] introduce xlnx-dp
,
Frederic Konrad
,
2022/04/07
Re: [Qemu-devel] [PULL 28/30] introduce xlnx-dp
,
Peter Maydell
,
2022/04/07
Re: [PULL 09/12] virtiofsd: Create new file with security context
,
Peter Maydell
,
2022/04/07
Re: [PULL 09/12] virtiofsd: Create new file with security context
,
Dr. David Alan Gilbert
,
2022/04/07
Re: [PULL 09/12] virtiofsd: Create new file with security context
,
Vivek Goyal
,
2022/04/07
[PATCH for-7.0] virtio-iommu: use-after-free fix
,
Michael S. Tsirkin
,
2022/04/07
Re: [PATCH for-7.0] virtio-iommu: use-after-free fix
,
Peter Maydell
,
2022/04/07
Re: [PATCH for-7.0] virtio-iommu: use-after-free fix
,
Michael S. Tsirkin
,
2022/04/07
Re: [PATCH for-7.0] virtio-iommu: use-after-free fix
,
Peter Maydell
,
2022/04/09
[PATCH v4] dump: Remove the sh_info variable
,
Janosch Frank
,
2022/04/07
[PATCH 1/1] qemu-img: properly list formats which have consistency check implemented
,
Denis V. Lunev
,
2022/04/07
Re: [PATCH 1/1] qemu-img: properly list formats which have consistency check implemented
,
Eric Blake
,
2022/04/07
Re: [PATCH 1/1] qemu-img: properly list formats which have consistency check implemented
,
Kevin Wolf
,
2022/04/14
[PATCH v3] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
,
Mauro Matteo Cascella
,
2022/04/07
Re: [PATCH v3] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
,
Marc-André Lureau
,
2022/04/07
Re: [PATCH v3] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
,
Mauro Matteo Cascella
,
2022/04/07
Re: [PATCH v3] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
,
Peter Maydell
,
2022/04/07
Re: [PATCH v3] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
,
Gerd Hoffmann
,
2022/04/08
[PATCH v2] display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)
,
Mauro Matteo Cascella
,
2022/04/07
Re: [PATCH v2] display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)
,
Marc-André Lureau
,
2022/04/07
[PATCH] hw/arm/smmuv3: Pass the real perm to returned IOMMUTLBEntry in smmuv3_translate()
,
chenxiang
,
2022/04/07
Re: [PATCH] hw/arm/smmuv3: Pass the real perm to returned IOMMUTLBEntry in smmuv3_translate()
,
Eric Auger
,
2022/04/14
Re: [PATCH] hw/arm/smmuv3: Pass the real perm to returned IOMMUTLBEntry in smmuv3_translate()
,
chenxiang (M)
,
2022/04/16
[ANNOUNCE] QEMU 7.0.0-rc3 is now available
,
Michael Roth
,
2022/04/07
Re: [PATCH 15/32] error-report: use error_printf() for program prefix
,
Markus Armbruster
,
2022/04/07
Re: [PATCH 14/32] util: rename qemu-error.c to match its header name
,
Markus Armbruster
,
2022/04/07
Re: [PATCH qemu] ppc/spapr/ddw: Add 2M pagesize
,
Alexey Kardashevskiy
,
2022/04/06
Re: [PATCH qemu] ppc/spapr/ddw: Add 2M pagesize
,
Daniel Henrique Barboza
,
2022/04/07
Re: [PATCH qemu] ppc/spapr/ddw: Add 2M pagesize
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH RESEND v1] trace: Split address space and slot id in trace_kvm_set_user_memory()
,
Xiaoyao Li
,
2022/04/06
[PATCH v2 0/6] hw/riscv: Add TPM support to the virt board
,
Alistair Francis
,
2022/04/06
[PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier
,
Alistair Francis
,
2022/04/06
Re: [PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier
,
Andrew Bresticker
,
2022/04/15
Re: [PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier
,
Alistair Francis
,
2022/04/19
[PATCH v2 2/6] hw/core: Move the ARM sysbus-fdt to core
,
Alistair Francis
,
2022/04/06
[PATCH v2 3/6] hw/riscv: virt: Create a platform bus
,
Alistair Francis
,
2022/04/06
[PATCH v2 4/6] hw/riscv: virt: Add support for generateing platform FDT entries
,
Alistair Francis
,
2022/04/06
[PATCH v2 5/6] hw/riscv: virt: Add device plug support
,
Alistair Francis
,
2022/04/06
[PATCH v2 6/6] hw/riscv: Enable TPM backends
,
Alistair Francis
,
2022/04/06
Re: [PATCH v2 0/6] hw/riscv: Add TPM support to the virt board
,
Edgar E. Iglesias
,
2022/04/07
[PATCH] x86: Implement Linear Address Masking support
,
Kirill A. Shutemov
,
2022/04/06
Re: [PATCH] x86: Implement Linear Address Masking support
,
Richard Henderson
,
2022/04/06
Re: [PATCH] x86: Implement Linear Address Masking support
,
Kirill A. Shutemov
,
2022/04/07
Re: [PATCH] x86: Implement Linear Address Masking support
,
Richard Henderson
,
2022/04/07
Re: [PATCH] x86: Implement Linear Address Masking support
,
Kirill A. Shutemov
,
2022/04/07
Re: [PATCH] x86: Implement Linear Address Masking support
,
Paolo Bonzini
,
2022/04/07
Re: [PATCH] x86: Implement Linear Address Masking support
,
Kirill A. Shutemov
,
2022/04/07
Re: [PATCH] x86: Implement Linear Address Masking support
,
Richard Henderson
,
2022/04/08
Re: [RESEND PATCH] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
,
Alistair Francis
,
2022/04/06
[PATCH 0/2] Define NPCM7XX PWRON bit fields
,
Hao Wu
,
2022/04/06
[PATCH 1/2] hw/misc: Add PWRON STRAP bit fields in GCR module
,
Hao Wu
,
2022/04/06
Re: [PATCH 1/2] hw/misc: Add PWRON STRAP bit fields in GCR module
,
Peter Maydell
,
2022/04/11
[PATCH 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
,
Hao Wu
,
2022/04/06
Re: [PATCH 2/2] hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
,
Peter Maydell
,
2022/04/11
[PATCH v2] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Mauro Matteo Cascella
,
2022/04/06
[PULL 0/3] virtio,pc: bugfixes
,
Michael S. Tsirkin
,
2022/04/06
[PULL 1/3] virtio: fix feature negotiation for ACCESS_PLATFORM
,
Michael S. Tsirkin
,
2022/04/06
[PULL 2/3] intel-iommu: correct the value used for error_setg_errno()
,
Michael S. Tsirkin
,
2022/04/06
[PULL 3/3] virtio-iommu: use-after-free fix
,
Michael S. Tsirkin
,
2022/04/06
Re: [PULL 0/3] virtio,pc: bugfixes
,
Peter Maydell
,
2022/04/07
Re: [PULL 0/3] virtio,pc: bugfixes
,
Michael S. Tsirkin
,
2022/04/07
Re: [PULL 0/3] virtio,pc: bugfixes
,
Michael S. Tsirkin
,
2022/04/07
[PATCH v2] acpi: fix acpi_index migration
,
Igor Mammedov
,
2022/04/06
Re: [PATCH v2] acpi: fix acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH v2] acpi: fix acpi_index migration
,
Peter Maydell
,
2022/04/06
Re: [PATCH v2] acpi: fix acpi_index migration
,
Michael S. Tsirkin
,
2022/04/06
[PATCH] acpi: fix acpi_index migration
,
Igor Mammedov
,
2022/04/06
Re: [PATCH] acpi: fix acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
[PATCH v3 0/7] copy-before-write: on-cbw-error and cbw-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
[PATCH v3 2/7] block/copy-before-write: add on-cbw-error open parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH v3 2/7] block/copy-before-write: add on-cbw-error open parameter
,
Hanna Reitz
,
2022/04/07
[PATCH v3 6/7] block/copy-before-write: implement cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH v3 6/7] block/copy-before-write: implement cbw-timeout option
,
Hanna Reitz
,
2022/04/07
[PATCH v3 3/7] iotests: add copy-before-write: on-cbw-error tests
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
[PATCH v3 1/7] block/copy-before-write: refactor option parsing
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH v3 1/7] block/copy-before-write: refactor option parsing
,
Hanna Reitz
,
2022/04/07
[PATCH v3 4/7] util: add qemu-co-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH v3 4/7] util: add qemu-co-timeout
,
Hanna Reitz
,
2022/04/07
[PATCH v3 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH v3 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Hanna Reitz
,
2022/04/07
[PATCH v3 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH v3 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Hanna Reitz
,
2022/04/07
Re: [PATCH v3 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[PATCH v1 0/4] hw/arm: versal: Add Cortex-R5s and CRL
,
Edgar E. Iglesias
,
2022/04/06
[PATCH v1 1/4] hw/arm: versal: Create an APU CPU Cluster
,
Edgar E. Iglesias
,
2022/04/06
Re: [PATCH v1 1/4] hw/arm: versal: Create an APU CPU Cluster
,
Francisco Iglesias
,
2022/04/07
RE: [PATCH v1 1/4] hw/arm: versal: Create an APU CPU Cluster
,
Frederic Konrad
,
2022/04/07
[PATCH v1 2/4] hw/arm: versal: Add the Cortex-R5Fs
,
Edgar E. Iglesias
,
2022/04/06
Re: [PATCH v1 2/4] hw/arm: versal: Add the Cortex-R5Fs
,
Francisco Iglesias
,
2022/04/07
RE: [PATCH v1 2/4] hw/arm: versal: Add the Cortex-R5Fs
,
Frederic Konrad
,
2022/04/07
[PATCH v1 4/4] hw/arm: versal: Connect the CRL
,
Edgar E. Iglesias
,
2022/04/06
Re: [PATCH v1 4/4] hw/arm: versal: Connect the CRL
,
Francisco Iglesias
,
2022/04/07
RE: [PATCH v1 4/4] hw/arm: versal: Connect the CRL
,
Frederic Konrad
,
2022/04/07
[PATCH v1 3/4] hw/misc: Add a model of the Xilinx Versal CRL
,
Edgar E. Iglesias
,
2022/04/06
Re: [PATCH v1 3/4] hw/misc: Add a model of the Xilinx Versal CRL
,
Francisco Iglesias
,
2022/04/07
RE: [PATCH v1 3/4] hw/misc: Add a model of the Xilinx Versal CRL
,
Frederic Konrad
,
2022/04/07
Re: [PATCH v1 0/4] hw/arm: versal: Add Cortex-R5s and CRL
,
Peter Maydell
,
2022/04/11
Re: [PATCH v3 4/5] tests/qtest/vhost-user-blk-test: Temporary hack to get tests passing on aarch64
,
Alex Bennée
,
2022/04/06
Re: [PATCH v3 4/5] tests/qtest/vhost-user-blk-test: Temporary hack to get tests passing on aarch64
,
Eric Auger
,
2022/04/07
[RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Alex Bennée
,
2022/04/06
Re: [RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Peter Maydell
,
2022/04/06
Re: [RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Alex Bennée
,
2022/04/06
Re: [RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Peter Maydell
,
2022/04/06
Re: [RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Alex Bennée
,
2022/04/07
Re: [RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Stefan Hajnoczi
,
2022/04/07
Re: [RFC PATCH] tests/qtest: properly initialise the vring used idx
,
Eric Auger
,
2022/04/07
Re: [PATCH v3] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
,
Cole Robinson
,
2022/04/06
Re: [PATCH v3] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
,
Markus Armbruster
,
2022/04/07
Re: [PATCH v3] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
,
Dov Murik
,
2022/04/10
[PATCH v4 0/4] dump: add 32-bit guest Windows support
,
Viktor Prutyanov
,
2022/04/06
[PATCH v4 2/4] dump/win_dump: add helper macros for Windows dump header access
,
Viktor Prutyanov
,
2022/04/06
[PATCH v4 3/4] include/qemu: add 32-bit Windows dump structures
,
Viktor Prutyanov
,
2022/04/06
[PATCH v4 4/4] dump/win_dump: add 32-bit guest Windows support
,
Viktor Prutyanov
,
2022/04/06
[PATCH v4 1/4] include/qemu: rename Windows context definitions to expose bitness
,
Viktor Prutyanov
,
2022/04/06
Re: [PATCH v4 0/4] dump: add 32-bit guest Windows support
,
Viktor Prutyanov
,
2022/04/20
[PATCH] [PATCH RFC v4] Implements Backend Program conventions for vhost-user-scsi
,
Sakshi Kaushik
,
2022/04/06
Re: [PATCH] [PATCH RFC v4] Implements Backend Program conventions for vhost-user-scsi
,
Stefan Hajnoczi
,
2022/04/11
[PATCH for-7.1 0/2] throttle-groups: use QEMU_CLOCK_REALTIME
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
[PATCH 2/2] iotests: add throttle test
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
[PATCH 1/2] block/throttle-groups: use QEMU_CLOCK_REALTIME for qtest too
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
Re: [PATCH 1/2] block/throttle-groups: use QEMU_CLOCK_REALTIME for qtest too
,
Hanna Reitz
,
2022/04/07
Re: [PATCH 1/2] block/throttle-groups: use QEMU_CLOCK_REALTIME for qtest too
,
Vladimir Sementsov-Ogievskiy
,
2022/04/07
[BUG]QEMU jump into interrupt when single-stepping on aarch64
,
Shuai Xue
,
2022/04/06
Re: [BUG]QEMU jump into interrupt when single-stepping on aarch64
,
Richard Henderson
,
2022/04/06
Re: [BUG]QEMU jump into interrupt when single-stepping on aarch64
,
Shuai Xue
,
2022/04/07
Re: [BUG]QEMU jump into interrupt when single-stepping on aarch64
,
Shuai Xue
,
2022/04/12
Re: [PATCH 12/32] qga: replace deprecated g_get_current_time()
,
Damien Hedde
,
2022/04/06
Re: [PATCH 12/32] qga: replace deprecated g_get_current_time()
,
Markus Armbruster
,
2022/04/07
Re: [PATCH 12/32] qga: replace deprecated g_get_current_time()
,
Marc-André Lureau
,
2022/04/07
Re: iotest40 problem
,
Li Zhang
,
2022/04/06
Re: iotest40 problem
,
John Snow
,
2022/04/06
[PATCH] hmat acpi: Don't require initiator value in -numa when hmat=on
,
Brice Goglin
,
2022/04/06
Re: [PATCH] hmat acpi: Don't require initiator value in -numa when hmat=on
,
Jonathan Cameron
,
2022/04/06
Re: FSFreeze on Windows VM
,
Konstantin Kostiuk
,
2022/04/06
Re: FSFreeze on Windows VM
,
Shelly Kagan
,
2022/04/13
Re: FSFreeze on Windows VM
,
Konstantin Kostiuk
,
2022/04/13
Re: FSFreeze on Windows VM
,
Shelly Kagan
,
2022/04/13
Re: FSFreeze on Windows VM
,
Konstantin Kostiuk
,
2022/04/13
Re: Fix a potential Use-after-free in virtio_iommu_handle_command() (v6.2.0).
,
Michael S. Tsirkin
,
2022/04/06
Re: [RFC PATCH 0/7] aspeed: i2c: Add new mode support
,
Cédric Le Goater
,
2022/04/06
Re: [RFC PATCH 4/7] aspeed: i2c: Use reg array instead of individual vars
,
Cédric Le Goater
,
2022/04/06
Re: [RFC PATCH 1/7] hw/registerfields: Add shared fields macros
,
Cédric Le Goater
,
2022/04/06
[PATCH] migration: Fix operator type
,
Dr. David Alan Gilbert (git)
,
2022/04/06
Re: [PATCH] migration: Fix operator type
,
Peter Maydell
,
2022/04/06
Re: [PATCH] migration: Fix operator type
,
Peter Xu
,
2022/04/06
Re: [PATCH] migration: Fix operator type
,
Dr. David Alan Gilbert
,
2022/04/21
Re: [RFC PATCH 6/7] aspeed: i2c: Add PKT_DONE IRQ to trace
,
Cédric Le Goater
,
2022/04/06
Re: [RFC PATCH 2/7] aspeed: i2c: Add ctrl_global_rsvd property
,
Cédric Le Goater
,
2022/04/06
Re: [PATCH 13/32] error-report: replace deprecated g_get_current_time() with glib >= 2.62
,
Markus Armbruster
,
2022/04/06
Re: [PATCH 13/32] error-report: replace deprecated g_get_current_time() with glib >= 2.62
,
Marc-André Lureau
,
2022/04/06
Re: [PATCH 13/32] error-report: replace deprecated g_get_current_time() with glib >= 2.62
,
Marc-André Lureau
,
2022/04/06
Re: [PATCH 13/32] error-report: replace deprecated g_get_current_time() with glib >= 2.62
,
Markus Armbruster
,
2022/04/06
Re: [PATCH 20/32] include: move dump_in_progress() to runstate.h
,
Markus Armbruster
,
2022/04/06
[PATCH] hw/vfio/common: Fix a small boundary issue of a trace
,
chenxiang
,
2022/04/06
Re: [PATCH] hw/vfio/common: Fix a small boundary issue of a trace
,
Damien Hedde
,
2022/04/06
Re: [PATCH] hw/vfio/common: Fix a small boundary issue of a trace
,
chenxiang (M)
,
2022/04/06
Re: [PATCH v3 4/4] dump/win_dump: add 32-bit guest Windows support
,
Marc-André Lureau
,
2022/04/06
Re: [PATCH v3 4/4] dump/win_dump: add 32-bit guest Windows support
,
Viktor Prutyanov
,
2022/04/06
[PATCH v4 0/6] Support exporting BDSs via VDUSE
,
Xie Yongji
,
2022/04/06
[PATCH v4 1/6] block: Support passing NULL ops to blk_set_dev_ops()
,
Xie Yongji
,
2022/04/06
[PATCH v4 2/6] linux-headers: Add vduse.h
,
Xie Yongji
,
2022/04/06
[PATCH v4 4/6] vduse-blk: implements vduse-blk export
,
Xie Yongji
,
2022/04/06
Re: [PATCH v4 4/6] vduse-blk: implements vduse-blk export
,
Kevin Wolf
,
2022/04/26
Re: [PATCH v4 4/6] vduse-blk: implements vduse-blk export
,
Yongji Xie
,
2022/04/26
Re: [PATCH v4 4/6] vduse-blk: implements vduse-blk export
,
Kevin Wolf
,
2022/04/27
Re: [PATCH v4 4/6] vduse-blk: implements vduse-blk export
,
Yongji Xie
,
2022/04/27
[PATCH v4 3/6] libvduse: Add VDUSE (vDPA Device in Userspace) library
,
Xie Yongji
,
2022/04/06
[PATCH v4 5/6] vduse-blk: Add vduse-blk resize support
,
Xie Yongji
,
2022/04/06
[PATCH v4 6/6] libvduse: Add support for reconnecting
,
Xie Yongji
,
2022/04/06
Re: [PATCH 0/2] Remove PCIE root bridge LSI on powernv
,
Michael S. Tsirkin
,
2022/04/06
Re: [PATCH 0/2] Remove PCIE root bridge LSI on powernv
,
Frederic Barrat
,
2022/04/06
Re: [PATCH v3 3/4] include/qemu: add 32-bit Windows dump structures
,
Marc-André Lureau
,
2022/04/06
Re: [PATCH v3 3/4] include/qemu: add 32-bit Windows dump structures
,
Viktor Prutyanov
,
2022/04/06
Re: [PATCH v3 2/4] dump/win_dump: add helper macros for Windows dump header access
,
Marc-André Lureau
,
2022/04/06
Re: [PATCH v3 1/4] include/qemu: rename Windows context definitions to expose bitness
,
Marc-André Lureau
,
2022/04/06
Re:Re:Re:Re:Re: qemu not support serial crtscts
,
付小明
,
2022/04/06
[PATCH qemu] ppc/vof: Fix uninitialized string tracing
,
Alexey Kardashevskiy
,
2022/04/06
Re: [PATCH qemu] ppc/vof: Fix uninitialized string tracing
,
Daniel Henrique Barboza
,
2022/04/06
Re: [PATCH qemu] ppc/vof: Fix uninitialized string tracing
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
,
Michael Roth
,
2022/04/05
Re: [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
,
Sean Christopherson
,
2022/04/07
Re: [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
,
Chao Peng
,
2022/04/12
Re: [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
,
Vishal Annapurve
,
2022/04/19
Re: [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
,
Chao Peng
,
2022/04/19
[PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
,
Hao Wu
,
2022/04/05
[PATCH for-7.1 02/11] hw/ssi: Make flash size a property in NPCM7XX FIU
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 02/11] hw/ssi: Make flash size a property in NPCM7XX FIU
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 06/11] hw/intc: Add a property to allow GIC to reset into non secure mode
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 06/11] hw/intc: Add a property to allow GIC to reset into non secure mode
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 04/11] hw/misc: Support NPCM8XX CLK Module Registers
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 04/11] hw/misc: Support NPCM8XX CLK Module Registers
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 08/11] hw/net: Add NPCM8XX PCS Module
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 08/11] hw/net: Add NPCM8XX PCS Module
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 01/11] docs/system/arm: Add Description for NPCM8XX SoC
,
Hao Wu
,
2022/04/05
[PATCH for-7.1 03/11] hw/misc: Support NPCM8XX GCR module
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 03/11] hw/misc: Support NPCM8XX GCR module
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 07/11] hw/misc: Support 8-bytes memop in NPCM GCR module
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 07/11] hw/misc: Support 8-bytes memop in NPCM GCR module
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 09/11] pc-bios: Add NPCM8xx Bootrom
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 09/11] pc-bios: Add NPCM8xx Bootrom
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 10/11] hw/arm: Add NPCM8XX SoC
,
Hao Wu
,
2022/04/05
[PATCH for-7.1 11/11] hw/arm: Add NPCM845 Evaluation board
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 11/11] hw/arm: Add NPCM845 Evaluation board
,
Peter Maydell
,
2022/04/21
[PATCH for-7.1 05/11] hw/misc: Store DRAM size in NPCM8XX GCR Module
,
Hao Wu
,
2022/04/05
Re: [PATCH for-7.1 05/11] hw/misc: Store DRAM size in NPCM8XX GCR Module
,
Peter Maydell
,
2022/04/21
Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
,
Peter Maydell
,
2022/04/21
Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
,
Hao Wu
,
2022/04/21
Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
,
Peter Maydell
,
2022/04/21
Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support
,
Hao Wu
,
2022/04/21
[PATCH for-7.1 0/1] Coverity fixes in hw/ppc/spapr_nvdimm.c
,
Daniel Henrique Barboza
,
2022/04/05
[PATCH for-7.1 1/1] hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.c
,
Daniel Henrique Barboza
,
2022/04/05
Re: [PATCH for-7.1 1/1] hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.c
,
David Gibson
,
2022/04/06
[PATCH v2 0/9] VDIV/VMOD Implementation
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
[PATCH v2 1/9] qemu/int128: add int128_urshift
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 1/9] qemu/int128: add int128_urshift
,
Richard Henderson
,
2022/04/06
[PATCH v2 2/9] target/ppc: Implemented vector divide instructions
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 2/9] target/ppc: Implemented vector divide instructions
,
Richard Henderson
,
2022/04/11
Re: [PATCH v2 2/9] target/ppc: Implemented vector divide instructions
,
Lucas Mateus Martins Araujo e Castro
,
2022/04/20
[PATCH v2 3/9] target/ppc: Implemented vector divide quadword
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 3/9] target/ppc: Implemented vector divide quadword
,
Richard Henderson
,
2022/04/11
[PATCH v2 4/9] target/ppc: Implemented vector divide extended word
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 4/9] target/ppc: Implemented vector divide extended word
,
Richard Henderson
,
2022/04/11
[PATCH v2 5/9] host-utils: Implemented unsigned 256-by-128 division
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 5/9] host-utils: Implemented unsigned 256-by-128 division
,
Richard Henderson
,
2022/04/11
[PATCH v2 6/9] host-utils: Implemented signed 256-by-128 division
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
[PATCH v2 7/9] target/ppc: Implemented remaining vector divide extended
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 7/9] target/ppc: Implemented remaining vector divide extended
,
Richard Henderson
,
2022/04/11
[PATCH v2 8/9] target/ppc: Implemented vector module word/doubleword
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 8/9] target/ppc: Implemented vector module word/doubleword
,
Richard Henderson
,
2022/04/11
[PATCH v2 9/9] target/ppc: Implemented vector module quadword
,
Lucas Mateus Castro(alqotel)
,
2022/04/05
Re: [PATCH v2 9/9] target/ppc: Implemented vector module quadword
,
Richard Henderson
,
2022/04/11
Re: [PATCH v2 2/4] target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()
,
Daniel Henrique Barboza
,
2022/04/05
[PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert (git)
,
2022/04/05
Re: [PATCH] acpi: Bodge acpi_index migration
,
Alex Williamson
,
2022/04/05
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Michael S. Tsirkin
,
2022/04/05
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Fabian Ebner
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Marc-André Lureau
,
2022/04/06
[PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert (git)
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
[PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert (git)
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Igor Mammedov
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Michael S. Tsirkin
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Igor Mammedov
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Igor Mammedov
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Dr. David Alan Gilbert
,
2022/04/06
Re: [PATCH] acpi: Bodge acpi_index migration
,
Igor Mammedov
,
2022/04/06
[RFC v2 0/8] blkio: add libblkio BlockDriver
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 1/8] blkio: add io_uring block driver using libblkio
,
Stefan Hajnoczi
,
2022/04/05
Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio
,
Kevin Wolf
,
2022/04/06
Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio
,
Stefan Hajnoczi
,
2022/04/07
Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio
,
Kevin Wolf
,
2022/04/07
Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio
,
Kevin Wolf
,
2022/04/07
Re: [RFC v2 1/8] blkio: add io_uring block driver using libblkio
,
Stefan Hajnoczi
,
2022/04/12
[RFC v2 3/8] block: pass size to bdrv_unregister_buf()
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 4/8] block: add BDRV_REQ_REGISTERED_BUF request flag
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 5/8] block: add BlockRAMRegistrar
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 6/8] stubs: add memory_region_from_host() and memory_region_get_fd()
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 7/8] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 8/8] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint
,
Stefan Hajnoczi
,
2022/04/05
[RFC v2 2/8] numa: call ->ram_block_removed() in ram_block_notifer_remove()
,
Stefan Hajnoczi
,
2022/04/05
Re: [RFC PATCH] docs/devel: start documenting writing VirtIO devices
,
Cornelia Huck
,
2022/04/05
Re: [RFC PATCH] docs/devel: start documenting writing VirtIO devices
,
Alex Bennée
,
2022/04/05
Re: [PATCH 32/32] Remove qemu-common.h include from most units
,
Ani Sinha
,
2022/04/05
Re: [PATCH 32/32] Remove qemu-common.h include from most units
,
Markus Armbruster
,
2022/04/06
Re: [PATCH 32/32] Remove qemu-common.h include from most units
,
Peter Maydell
,
2022/04/06
Re: [PATCH 32/32] Remove qemu-common.h include from most units
,
Warner Losh
,
2022/04/05
Re: [PATCH v3 3/5] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
,
Alex Bennée
,
2022/04/05
[PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Guo Zhi
,
2022/04/05
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Bin Meng
,
2022/04/06
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Daniel Henrique Barboza
,
2022/04/08
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Thomas Huth
,
2022/04/11
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Bin Meng
,
2022/04/11
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Thomas Huth
,
2022/04/11
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Daniel Henrique Barboza
,
2022/04/11
Re: [PATCH v1] hw/ppc: change indentation to spaces from TABs
,
Guo Zhi
,
2022/04/11
[PATCH v2] hw/ppc: change indentation to spaces from TABs
,
Guo Zhi
,
2022/04/11
Re: [PATCH v2] hw/ppc: change indentation to spaces from TABs
,
Daniel Henrique Barboza
,
2022/04/13
Re: [PATCH v2] hw/ppc: change indentation to spaces from TABs
,
Guo Zhi
,
2022/04/13
Re: [PATCH v2] hw/ppc: change indentation to spaces from TABs
,
Daniel Henrique Barboza
,
2022/04/20
[PATCH v1] configure: judge build dir permission
,
Guo Zhi
,
2022/04/05
Re: [PATCH v1] configure: judge build dir permission
,
Stefan Hajnoczi
,
2022/04/06
Re: [PATCH v1] configure: judge build dir permission
,
Peter Maydell
,
2022/04/06
[PATCH] docs/ccid: convert to restructuredText
,
oxr463
,
2022/04/05
Re: [PATCH] docs/ccid: convert to restructuredText
,
Damien Hedde
,
2022/04/05
Re: [PATCH] docs/ccid: convert to restructuredText
,
Thomas Huth
,
2022/04/20
Re: [PATCH 2/2] hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
,
Anthony PERARD
,
2022/04/05
Re: [PATCH v3 2/5] tests/qtest/libqos/pci: Introduce pio_limit
,
Alex Bennée
,
2022/04/05
[PATCH v3 0/3] qcow2: Improve refcount structure rebuilding
,
Hanna Reitz
,
2022/04/05
[PATCH v3 1/3] qcow2: Improve refcount structure rebuilding
,
Hanna Reitz
,
2022/04/05
[PATCH v3 3/3] qcow2: Add errp to rebuild_refcount_structure()
,
Hanna Reitz
,
2022/04/05
Re: [PATCH v3 3/3] qcow2: Add errp to rebuild_refcount_structure()
,
Eric Blake
,
2022/04/05
[PATCH v3 2/3] iotests/108: Test new refcount rebuild algorithm
,
Hanna Reitz
,
2022/04/05
[RFC PATCH 0/1] add Valgrind hint in kvm_get_one_reg()
,
Daniel Henrique Barboza
,
2022/04/05
[RFC PATCH 1/1] kvm-all.c: hint Valgrind that kvm_get_one_reg() inits memory
,
Daniel Henrique Barboza
,
2022/04/05
Re: [RFC PATCH 1/1] kvm-all.c: hint Valgrind that kvm_get_one_reg() inits memory
,
Peter Maydell
,
2022/04/05
Re: [RFC PATCH 1/1] kvm-all.c: hint Valgrind that kvm_get_one_reg() inits memory
,
Daniel Henrique Barboza
,
2022/04/05
Re: [RFC PATCH 1/1] kvm-all.c: hint Valgrind that kvm_get_one_reg() inits memory
,
David Gibson
,
2022/04/06
Re: [RFC PATCH 1/1] kvm-all.c: hint Valgrind that kvm_get_one_reg() inits memory
,
David Gibson
,
2022/04/06
[PATCH v2] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Bernhard Beschow
,
2022/04/05
Re: [PATCH v2] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Peter Maydell
,
2022/04/05
Re: [PATCH v2] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Daniel Henrique Barboza
,
2022/04/20
Re: [PATCH 1/2] hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
,
Bernhard Beschow
,
2022/04/05
Re: [PATCH 1/2] hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
,
Anthony PERARD
,
2022/04/05
[PATCH] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Bernhard Beschow
,
2022/04/05
Re: [PATCH] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Peter Maydell
,
2022/04/05
Re: [PATCH] hw/ppc/ppc405_boards: Initialize g_autofree pointer
,
Bernhard Beschow
,
2022/04/05
Re: [PATCH 0/2] virtio: Add vhost-user-gpio device's support
,
Alex Bennée
,
2022/04/05
[PULL 00/10] QAPI patches patches for 2022-04-05
,
Markus Armbruster
,
2022/04/05
[PULL 05/10] qapi: fix example of query-vnc command
,
Markus Armbruster
,
2022/04/05
[PULL 01/10] qapi: fix example of netdev_add command
,
Markus Armbruster
,
2022/04/05
[PULL 09/10] qapi: fix example of query-memdev command
,
Markus Armbruster
,
2022/04/05
[PULL 10/10] qapi: Fix calc-dirty-rate example
,
Markus Armbruster
,
2022/04/05
[PULL 04/10] qapi: fix example of query-spice command
,
Markus Armbruster
,
2022/04/05
[PULL 07/10] qapi: fix example of trace-event-get-state command
,
Markus Armbruster
,
2022/04/05
[PULL 08/10] qapi: fix example of query-cpus-fast command
,
Markus Armbruster
,
2022/04/05
[PULL 06/10] qapi: fix example of query-colo-status command
,
Markus Armbruster
,
2022/04/05
[PULL 03/10] qapi: fix example of query-named-block-nodes command
,
Markus Armbruster
,
2022/04/05
[PULL 02/10] qapi: fix examples: replay-break and replay-seek
,
Markus Armbruster
,
2022/04/05
Re: [PULL 00/10] QAPI patches patches for 2022-04-05
,
Peter Maydell
,
2022/04/05
[PATCH] display/qxl-render: fix race condition in qxl_cursor (CVE-2022-4207)
,
Mauro Matteo Cascella
,
2022/04/05
Re: [PATCH] display/qxl-render: fix race condition in qxl_cursor (CVE-2022-4207)
,
Marc-André Lureau
,
2022/04/05
Re: [PATCH] display/qxl-render: fix race condition in qxl_cursor (CVE-2022-4207)
,
Gerd Hoffmann
,
2022/04/05
[PATCH] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Mauro Matteo Cascella
,
2022/04/05
Re: [PATCH] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Marc-André Lureau
,
2022/04/05
Re: [PATCH] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Gerd Hoffmann
,
2022/04/05
Re: [PATCH] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Mauro Matteo Cascella
,
2022/04/05
Re: [PATCH] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Gerd Hoffmann
,
2022/04/06
Re: [PATCH] ui/cursor: fix integer overflow in cursor_alloc (CVE-2022-4206)
,
Peter Maydell
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Kevin Wolf
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Hanna Reitz
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Hanna Reitz
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Kevin Wolf
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Vladimir Sementsov-Ogievskiy
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Kevin Wolf
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Vladimir Sementsov-Ogievskiy
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Emanuele Giuseppe Esposito
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Kevin Wolf
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Emanuele Giuseppe Esposito
,
2022/04/05
Re: [PATCH] block/stream: Drain subtree around graph change
,
Emanuele Giuseppe Esposito
,
2022/04/05
[PULL 0/2] target-arm queue
,
Peter Maydell
,
2022/04/05
[PULL 1/2] xlnx-bbram: hw/nvram: Fix uninitialized Error *
,
Peter Maydell
,
2022/04/05
[PULL 2/2] docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
,
Peter Maydell
,
2022/04/05
Re: [PULL 0/2] target-arm queue
,
Peter Maydell
,
2022/04/05
[PULL 0/3] Misc changes for 2022-04-05
,
Paolo Bonzini
,
2022/04/05
[PULL 1/3] coverity: update model for latest tools
,
Paolo Bonzini
,
2022/04/05
[PULL 2/3] qga/vss-win32: fix compilation with clang++
,
Paolo Bonzini
,
2022/04/05
[PULL 3/3] docs/system/i386: Add measurement calculation details to amd-memory-encryption
,
Paolo Bonzini
,
2022/04/05
Re: [PULL 0/3] Misc changes for 2022-04-05
,
Peter Maydell
,
2022/04/05
Re: [PULL 0/3] Misc changes for 2022-04-05
,
Peter Maydell
,
2022/04/05
Re: [qemu.qmp PATCH 10/13] docs: add versioning policy to README
,
Damien Hedde
,
2022/04/05
Re: [qemu.qmp PATCH 10/13] docs: add versioning policy to README
,
John Snow
,
2022/04/05
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Dr. David Alan Gilbert
,
2022/04/05
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Claudio Fontana
,
2022/04/05
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Claudio Fontana
,
2022/04/07
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Dr. David Alan Gilbert
,
2022/04/07
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Claudio Fontana
,
2022/04/07
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Claudio Fontana
,
2022/04/11
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Dr. David Alan Gilbert
,
2022/04/11
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Claudio Fontana
,
2022/04/12
Re: [libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
,
Claudio Fontana
,
2022/04/10
Re: [PATCH-for-7.0 v2] qga/vss-win32: fix compilation with clang++
,
Konstantin Kostiuk
,
2022/04/05
[PATCH] vdpa: Add missing tracing to batch mapping functions
,
Eugenio Pérez
,
2022/04/05
Re: [PATCH] vdpa: Add missing tracing to batch mapping functions
,
Laurent Vivier
,
2022/04/05
Re: [PATCH] vdpa: Add missing tracing to batch mapping functions
,
Stefano Garzarella
,
2022/04/05
Re: [PATCH] vdpa: Add missing tracing to batch mapping functions
,
Jason Wang
,
2022/04/05
Re: [PATCH] vdpa: Add missing tracing to batch mapping functions
,
Laurent Vivier
,
2022/04/26
Re: [PATCH] vdpa: Add missing tracing to batch mapping functions
,
Eugenio Perez Martin
,
2022/04/26
[Bug 1967814] Re: Ubuntu 20.04.3 - ilzlnx3g1 - virtio-scsi devs on KVM guest having miscompares on disktests when there is a failed path.
,
Frank Heimes
,
2022/04/05
Re: ping [PATCH-for-7.0 v2] qga/vss-win32: fix compilation with clang++
,
Helge Konetzka
,
2022/04/05
[PATCH v3] hw/misc: applesmc: use host osk as default on macs
,
Pedro Tôrres
,
2022/04/04
Re: [PATCH v3] hw/misc: applesmc: use host osk as default on macs
,
Vladislav Yaroshchuk
,
2022/04/16
Re: [PATCH v3] hw/misc: applesmc: use host osk as default on macs
,
Vladislav Yaroshchuk
,
2022/04/17
Re: [PATCH v3] hw/misc: applesmc: use host osk as default on macs
,
Daniel P . Berrangé
,
2022/04/19
Re: [PATCH v3] hw/misc: applesmc: use host osk as default on macs
,
Vladislav Yaroshchuk
,
2022/04/21
RE: [PATCH v1] ui/gtk-egl: Check for a valid context before making EGL calls
,
Kasireddy, Vivek
,
2022/04/04
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
John Snow
,
2022/04/04
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Damien Hedde
,
2022/04/05
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Markus Armbruster
,
2022/04/05
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
John Snow
,
2022/04/05
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Markus Armbruster
,
2022/04/06
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Markus Armbruster
,
2022/04/05
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Damien Hedde
,
2022/04/05
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Daniel P . Berrangé
,
2022/04/19
Re: [RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
,
Markus Armbruster
,
2022/04/20
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
,
Matthew Rosato
,
2022/04/04
[PATCH v5 3/9] target/s390x: add zpci-interp to cpu models
,
Matthew Rosato
,
2022/04/04
[PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames
,
Matthew Rosato
,
2022/04/04
Re: [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames
,
Pierre Morel
,
2022/04/12
Re: [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames
,
Matthew Rosato
,
2022/04/12
Re: [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames
,
Pierre Morel
,
2022/04/19
[PATCH v5 1/9] Update linux headers
,
Matthew Rosato
,
2022/04/04
[PATCH v5 5/9] s390x/pci: enable for load/store intepretation
,
Matthew Rosato
,
2022/04/04
Re: [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
,
Pierre Morel
,
2022/04/19
Re: [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
,
Matthew Rosato
,
2022/04/20
Re: [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
,
Pierre Morel
,
2022/04/22
[PATCH v5 4/9] s390x/pci: add routine to get host function handle from CLP info
,
Matthew Rosato
,
2022/04/04
Re: [PATCH v5 4/9] s390x/pci: add routine to get host function handle from CLP info
,
Pierre Morel
,
2022/04/19
[PATCH v5 6/9] s390x/pci: don't fence interpreted devices without MSI-X
,
Matthew Rosato
,
2022/04/04
[PATCH v5 8/9] s390x/pci: let intercept devices have separate PCI groups
,
Matthew Rosato
,
2022/04/04
[PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
,
Matthew Rosato
,
2022/04/04
Re: [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
,
Pierre Morel
,
2022/04/22
Re: [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
,
Matthew Rosato
,
2022/04/22
[PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices
,
Matthew Rosato
,
2022/04/04
Re: [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices
,
Pierre Morel
,
2022/04/19
Re: [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices
,
Pierre Morel
,
2022/04/22
Re: [PATCH] tests/qtest: failover: fix infinite loop
,
Dr. David Alan Gilbert
,
2022/04/04
[PATCH for-7.1] hw/arm/virt: Check for attempt to use TrustZone with KVM or HVF
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1] hw/arm/virt: Check for attempt to use TrustZone with KVM or HVF
,
Richard Henderson
,
2022/04/04
[PATCH for-7.1 00/18] hw/arm: Make exynos4210 use TYPE_SPLIT_IRQ
,
Peter Maydell
,
2022/04/04
[PATCH for-7.1 01/18] hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 01/18] hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 02/18] hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 02/18] hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
,
Francisco Iglesias
,
2022/04/07
[PATCH for-7.1 04/18] hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 04/18] hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 07/18] hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 07/18] hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 11/18] hw/arm/exynos4210: Delete unused macro definitions
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 11/18] hw/arm/exynos4210: Delete unused macro definitions
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 05/18] hw/arm/exynos4210: Coalesce board_irqs and irq_table
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 05/18] hw/arm/exynos4210: Coalesce board_irqs and irq_table
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 03/18] hw/arm/exynos4210: Put a9mpcore device into state struct
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 03/18] hw/arm/exynos4210: Put a9mpcore device into state struct
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 06/18] hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 06/18] hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 14/18] hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 14/18] hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 09/18] hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 09/18] hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 12/18] hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 12/18] hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 13/18] hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 13/18] hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 17/18] hw/arm/exynos4210: Put combiners into state struct
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 17/18] hw/arm/exynos4210: Put combiners into state struct
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 08/18] hw/arm/exynos4210: Put external GIC into state struct
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 08/18] hw/arm/exynos4210: Put external GIC into state struct
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 10/18] hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 10/18] hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 15/18] hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 15/18] hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 16/18] hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 16/18] hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
,
Richard Henderson
,
2022/04/06
[PATCH for-7.1 18/18] hw/arm/exynos4210: Drop Exynos4210Irq struct
,
Peter Maydell
,
2022/04/04
Re: [PATCH for-7.1 18/18] hw/arm/exynos4210: Drop Exynos4210Irq struct
,
Richard Henderson
,
2022/04/06
Re: [PATCH v1 8/9] qom: add command to print initial properties
,
Maxim Davydov
,
2022/04/04
Re: [PATCH v1 8/9] qom: add command to print initial properties
,
Maxim Davydov
,
2022/04/04
Re: [PATCH v1 7/9] colo-compare: safe finalization
,
Maxim Davydov
,
2022/04/04
[PATCH v9 00/45] CXl 2.0 emulation Support
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 01/45] hw/pci/cxl: Add a CXL component type (interface)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 03/45] MAINTAINERS: Add entry for Compute Express Link Emulation
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 04/45] hw/cxl/device: Introduce a CXL device (8.2.8)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 05/45] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 06/45] hw/cxl/device: Implement basic mailbox (8.2.8.4)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 07/45] hw/cxl/device: Add memory device utilities
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 08/45] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 09/45] hw/cxl/device: Timestamp implementation (8.2.9.3)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 10/45] hw/cxl/device: Add log commands (8.2.9.4) + CEL
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 11/45] hw/pxb: Use a type for realizing expanders
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 12/45] hw/pci/cxl: Create a CXL bus type
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 13/45] cxl: Machine level control on whether CXL support is enabled
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 14/45] hw/pxb: Allow creation of a CXL PXB (host bridge)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 15/45] qtest/cxl: Introduce initial test for pxb-cxl only.
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 16/45] hw/cxl/rp: Add a root port
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 17/45] hw/cxl/device: Add a memory device (8.2.8.5)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
,
Jonathan Cameron
,
2022/04/04
Re: [PATCH v9 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
,
Tong Zhang
,
2022/04/04
Re: [PATCH v9 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
,
Jonathan Cameron
,
2022/04/05
[PATCH v9 19/45] hw/cxl/device: Add some trivial commands
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 20/45] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 21/45] hw/cxl/device: Implement get/set Label Storage Area (LSA)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 22/45] qtests/cxl: Add initial root port and CXL type3 tests
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 23/45] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 24/45] acpi/cxl: Add _OSC implementation (9.14.2)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 25/45] acpi/cxl: Create the CEDT (9.14.1)
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 26/45] hw/cxl/component: Add utils for interleave parameter encoding/decoding
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows.
,
Jonathan Cameron
,
2022/04/04
Re: [PATCH v9 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows.
,
Markus Armbruster
,
2022/04/05
[PATCH v9 28/45] acpi/cxl: Introduce CFMWS structures in CEDT
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 29/45] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 30/45] pci/pcie_port: Add pci_find_port_by_pn()
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 31/45] CXL/cxl_component: Add cxl_get_hb_cstate()
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 32/45] mem/cxl_type3: Add read and write functions for associated hostmem.
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 33/45] cxl/cxl-host: Add memops for CFMWS region.
,
Jonathan Cameron
,
2022/04/04
Re: [PATCH v9 33/45] cxl/cxl-host: Add memops for CFMWS region.
,
Tong Zhang
,
2022/04/07
Re: [PATCH v9 33/45] cxl/cxl-host: Add memops for CFMWS region.
,
Jonathan Cameron
,
2022/04/08
[PATCH v9 34/45] hw/cxl/component Add a dumb HDM decoder handler
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 35/45] i386/pc: Enable CXL fixed memory windows
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 36/45] tests/acpi: q35: Allow addition of a CXL test.
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 37/45] qtests/bios-tables-test: Add a test for CXL emulation.
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 38/45] tests/acpi: Add tables for CXL emulation.
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 39/45] qtest/cxl: Add more complex test cases with CFMWs
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 40/45] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 41/45] qtest/cxl: Add aarch64 virt test for CXL
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 42/45] docs/cxl: Add initial Compute eXpress Link (CXL) documentation.
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 43/45] pci-bridge/cxl_upstream: Add a CXL switch upstream port
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 44/45] pci-bridge/cxl_downstream: Add a CXL switch downstream port
,
Jonathan Cameron
,
2022/04/04
[PATCH v9 45/45] docs/cxl: Add switch documentation
,
Jonathan Cameron
,
2022/04/04
Re: [PATCH 2/4] virtio-ccw: move vhost_ccw_scsi to a separate file
,
Cornelia Huck
,
2022/04/04
[PULL 0/3] ppc queue
,
Cédric Le Goater
,
2022/04/04
[PULL 2/3] ppc/pnv: Fix number of registers in the PCIe controller on POWER9
,
Cédric Le Goater
,
2022/04/04
[PULL 3/3] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Cédric Le Goater
,
2022/04/04
[PULL 1/3] hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
,
Cédric Le Goater
,
2022/04/04
Re: [PULL 0/3] ppc queue
,
Peter Maydell
,
2022/04/04
Re: [PATCH v1 6/9] chardev: add appropriate getting address
,
Maxim Davydov
,
2022/04/04
Re: [PATCH 0/3] qapi-schema: support alternates with array type
,
Markus Armbruster
,
2022/04/04
Re: [PATCH 0/3] qapi-schema: support alternates with array type
,
Paolo Bonzini
,
2022/04/18
Re: [PATCH v1 3/9] mem: appropriate handling getting mem region
,
Maxim Davydov
,
2022/04/04
Re: [PATCH] multifd: Copy pages before compressing them with zlib
,
Dr. David Alan Gilbert
,
2022/04/04
Re: [PATCH] multifd: Copy pages before compressing them with zlib
,
Ilya Leoshkevich
,
2022/04/04
Re: [PATCH] multifd: Copy pages before compressing them with zlib
,
Dr. David Alan Gilbert
,
2022/04/04
Re: [PATCH] multifd: Copy pages before compressing them with zlib
,
Daniel P . Berrangé
,
2022/04/04
Re: [PATCH] multifd: Copy pages before compressing them with zlib
,
Juan Quintela
,
2022/04/04
Re: [PATCH v1 2/9] pci: add null-pointer check
,
Maxim Davydov
,
2022/04/04
Re: [PATCH v1 0/9] Fix some qapi examples
,
Markus Armbruster
,
2022/04/04
Re: [PATCH v6 15/19] vfio-user: handle device interrupts
,
Stefan Hajnoczi
,
2022/04/04
Re: [PATCH v7 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV
,
Łukasz Gieryk
,
2022/04/04
Re: [PATCH v7 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV
,
Lukasz Maniak
,
2022/04/20
Re: [PATCH v7 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV
,
Michael S. Tsirkin
,
2022/04/20
Re: [PATCH v1 1/9] qmp: Add dump machine type compatible properties
,
Maxim Davydov
,
2022/04/04
Re: [PATCH 0/2] target/i386: Some mmx/sse instructions don't require
,
Wei Li
,
2022/04/04
Re: [PATCH v2 1/1] hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
,
Cédric Le Goater
,
2022/04/04
[PATCH] hw/i386/amd_iommu: Fix remapping of APIC registers
,
Austin Conatser
,
2022/04/03
[PATCH] [PATCH RFC v3] Implements Backend Program conventions for vhost-user-scsi
,
Sakshi Kaushik
,
2022/04/03
[PATCH] [PATCH RFC v3] Implements Backend Program conventions for vhost-user-scsi
,
Sakshi Kaushik
,
2022/04/05
Re: [PATCH] [PATCH RFC v3] Implements Backend Program conventions for vhost-user-scsi
,
Stefan Hajnoczi
,
2022/04/06
Question about porting target.
,
gaspard
,
2022/04/03
[PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/03
[PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/03
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Daniel P . Berrangé
,
2022/04/04
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Daniel P . Berrangé
,
2022/04/04
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/04
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/13
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/14
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
wangyanan (Y)
,
2022/04/14
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Daniel P . Berrangé
,
2022/04/19
Re: [PATCH v5 1/4] qapi/machine.json: Add cluster-id
,
Gavin Shan
,
2022/04/19
[PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/03
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Daniel P . Berrangé
,
2022/04/04
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/04
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Igor Mammedov
,
2022/04/04
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/13
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/13
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/14
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/14
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/15
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Jonathan Cameron
,
2022/04/14
Re: [PATCH v5 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/15
[PATCH v5 3/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/03
[PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/03
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Jonathan Cameron
,
2022/04/12
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/12
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Igor Mammedov
,
2022/04/13
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/13
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/14
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Igor Mammedov
,
2022/04/19
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/20
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Igor Mammedov
,
2022/04/20
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/20
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
wangyanan (Y)
,
2022/04/13
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/14
Re: [PATCH v5 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
wangyanan (Y)
,
2022/04/14
Re: [PATCH v5 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/11
Re: [PATCH v3 3/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/03
Re: [PATCH v1 2/2] plugins: extend execlog to filter matches
,
Alexandre IOOSS
,
2022/04/03
[PATCH v4 0/3] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/03
[PATCH v4 1/3] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/03
[PATCH v4 2/3] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/03
[PATCH v4 3/3] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
,
Gavin Shan
,
2022/04/03
Re: [PATCH v4 0/3] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/03
Re: [PATCH] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
,
Konstantin Kostiuk
,
2022/04/03
Re: [PATCH v3 4/4] hw/arm/virt: Unify ACPI processor ID in MADT and SRAT table
,
Gavin Shan
,
2022/04/03
[PATCH] hw/pvrdma: Some cosmetic fixes
,
Yuval Shaia
,
2022/04/03
Re: [PATCH] hw/pvrdma: Some cosmetic fixes
,
Marcel Apfelbaum
,
2022/04/05
Re: [PATCH] hw/pvrdma: Some cosmetic fixes
,
Laurent Vivier
,
2022/04/26
[PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
,
Yuval Shaia
,
2022/04/03
Re: [PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
,
Marcel Apfelbaum
,
2022/04/05
[PATCH v2] hw/pvrdma: Protect against buggy or malicious guest driver
,
Yuval Shaia
,
2022/04/03
[PATCH] docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
,
Pavel Pisa
,
2022/04/02
Re: [PATCH] docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
,
Francisco Iglesias
,
2022/04/04
Re: [PATCH] docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
,
Peter Maydell
,
2022/04/05
[PATCH] hw/arm/aspeed: fix AST2500/AST2600 EVB fmc model
,
Jae Hyun Yoo
,
2022/04/02
Re: [PATCH] hw/arm/aspeed: fix AST2500/AST2600 EVB fmc model
,
Cédric Le Goater
,
2022/04/02
[PATCH] nubus: fix memory leak in nubus_bridge_init()
,
Laurent Vivier
,
2022/04/02
Re: [PATCH] nubus: fix memory leak in nubus_bridge_init()
,
Mark Cave-Ayland
,
2022/04/02
Re: [PATCH 1/2] gdbstub: Set current_cpu for memory read write
,
Bin Meng
,
2022/04/02
Re: [PATCH 1/2] gdbstub: Set current_cpu for memory read write
,
Bin Meng
,
2022/04/08
Re: [PATCH 1/2] gdbstub: Set current_cpu for memory read write
,
Alex Bennée
,
2022/04/08
Re: [PATCH 1/2] gdbstub: Set current_cpu for memory read write
,
Alex Bennée
,
2022/04/12
RE: [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
,
Tian, Kevin
,
2022/04/02
Re: [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
,
Jason Wang
,
2022/04/05
RE: [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
,
Tian, Kevin
,
2022/04/05
Re: [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
,
Peter Xu
,
2022/04/21
Re: [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
,
Jason Wang
,
2022/04/22
Re: [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
,
Michael S. Tsirkin
,
2022/04/22
Re: [PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring
,
Hyman Huang
,
2022/04/02
Re: [PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring
,
Chongyun Wu
,
2022/04/02
Re: [PATCH v2 2/4] kvm: Dirty ring autoconverge optmization for kvm_cpu_synchronize_kick_all
,
Hyman Huang
,
2022/04/02
Re: [PATCH v2 1/4] kvm: Dynamically adjust the rate of dirty ring reaper thread
,
Hyman Huang
,
2022/04/02
Re: [PATCH v2 1/4] kvm: Dynamically adjust the rate of dirty ring reaper thread
,
Chongyun Wu
,
2022/04/02
Re: [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/01
Re: [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/03
Re: [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
wangyanan (Y)
,
2022/04/01
Re: [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/03
Re: [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
,
Gavin Shan
,
2022/04/03
Re: [PATCH v3 2/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
wangyanan (Y)
,
2022/04/01
Re: [PATCH v3 2/4] hw/arm/virt: Fix CPU's default NUMA node ID
,
Gavin Shan
,
2022/04/03
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Si-Wei Liu
,
2022/04/01
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Jason Wang
,
2022/04/01
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Michael Qiu
,
2022/04/01
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Si-Wei Liu
,
2022/04/05
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Jason Wang
,
2022/04/07
Message not available
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Jason Wang
,
2022/04/07
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Jason Wang
,
2022/04/01
Re: [PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
,
Michael Qiu
,
2022/04/01
[RFC PATCH v1 0/8] qapi: add generator for Golang interface
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 1/8] qapi: golang: Generate qapi's enum types in Go
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 2/8] qapi: golang: Generate qapi's alternate types in Go
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 3/8] qapi: golang: Generate qapi's struct types in Go
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 4/8] qapi: golang: Generate qapi's union types in Go
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 5/8] qapi: golang: Generate qapi's event types in Go
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 7/8] qapi: golang: Add CommandResult type to Go
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 8/8] qapi: golang: document skip function visit_array_types
,
Victor Toso
,
2022/04/01
[RFC PATCH v1 6/8] qapi: golang: Generate qapi's command types in Go
,
Victor Toso
,
2022/04/01
Re: [RFC PATCH v1 0/8] qapi: add generator for Golang interface
,
Andrea Bolognani
,
2022/04/19
Re: [RFC PATCH v1 0/8] qapi: add generator for Golang interface
,
Andrea Bolognani
,
2022/04/19
Re: [RFC PATCH v1 0/8] qapi: add generator for Golang interface
,
Markus Armbruster
,
2022/04/28
Re: [RFC PATCH v1 0/8] qapi: add generator for Golang interface
,
Andrea Bolognani
,
2022/04/29
Re: [RFC PATCH v1 0/8] qapi: add generator for Golang interface
,
Markus Armbruster
,
2022/04/26
Re: [PATCH 1/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Si-Wei Liu
,
2022/04/01
Re: [PATCH 1/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Jason Wang
,
2022/04/01
Re: [PATCH 1/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
,
Si-Wei Liu
,
2022/04/05
Re: [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
,
Si-Wei Liu
,
2022/04/01
Re: [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
,
Jason Wang
,
2022/04/01
Re: [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
,
Si-Wei Liu
,
2022/04/05
Re: [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
,
Jason Wang
,
2022/04/07
Re: [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
,
Si-Wei Liu
,
2022/04/07
Re: [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
,
Jason Wang
,
2022/04/11
[PATCH 0/1] xlnx-bbram: hw/nvram: Fix Coverity CID 1487233
,
Tong Ho
,
2022/04/01
[PATCH 1/1] xlnx-bbram: hw/nvram: Fix uninitialized Error *
,
Tong Ho
,
2022/04/01
Re: [PATCH 1/1] xlnx-bbram: hw/nvram: Fix uninitialized Error *
,
Francisco Iglesias
,
2022/04/04
Re: [PATCH 0/1] xlnx-bbram: hw/nvram: Fix Coverity CID 1487233
,
Peter Maydell
,
2022/04/05
[PATCH] target/s390x: Fix the accumulation of ccm in op_icm
,
Richard Henderson
,
2022/04/01
Re: [PATCH] target/s390x: Fix the accumulation of ccm in op_icm
,
Thomas Huth
,
2022/04/02
Re: [PATCH] target/s390x: Fix the accumulation of ccm in op_icm
,
Richard Henderson
,
2022/04/02
Re: [PATCH] target/s390x: Fix the accumulation of ccm in op_icm
,
David Hildenbrand
,
2022/04/04
Re: [PATCH] target/s390x: Fix the accumulation of ccm in op_icm
,
Richard Henderson
,
2022/04/26
[PATCH] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Richard Henderson
,
2022/04/01
Re: [PATCH] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Cédric Le Goater
,
2022/04/01
Re: [PATCH] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Cédric Le Goater
,
2022/04/04
Re: [PATCH] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Peter Maydell
,
2022/04/04
Re: [PATCH] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Cédric Le Goater
,
2022/04/04
Re: [PATCH] linux-user/ppc: Narrow type of ccr in save_user_regs
,
Peter Maydell
,
2022/04/04
[PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
,
Richard Henderson
,
2022/04/01
Re: [PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
,
Damien Hedde
,
2022/04/04
Re: [PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
,
Alex Bennée
,
2022/04/08
[PATCH] target/i386: Suppress coverity warning on fsave/frstor
,
Richard Henderson
,
2022/04/01
Re: [PATCH] target/i386: Suppress coverity warning on fsave/frstor
,
Damien Hedde
,
2022/04/04
Re: [PATCH] target/i386: Suppress coverity warning on fsave/frstor
,
Richard Henderson
,
2022/04/26
[PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
,
Richard Henderson
,
2022/04/01
Re: [PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
,
Richard Henderson
,
2022/04/21
Re: [PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
,
Peter Maydell
,
2022/04/22
Re: [PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
,
Alex Bennée
,
2022/04/22
Re: [PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
,
Richard Henderson
,
2022/04/26
[PATCH] accel/tcg: Remove ATOMIC_MMU_IDX
,
Richard Henderson
,
2022/04/01
Re: [PATCH] accel/tcg: Remove ATOMIC_MMU_IDX
,
Peter Maydell
,
2022/04/01
Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
,
Kashyap Chamarthy
,
2022/04/01
Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
,
John Snow
,
2022/04/04
Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
,
John Snow
,
2022/04/04
Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
,
Kashyap Chamarthy
,
2022/04/05
Re: [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
,
John Snow
,
2022/04/05
Re: [qemu.qmp PATCH 07/13] add a couple new trove classifiers
,
Beraldo Leal
,
2022/04/01
Re: [qemu.qmp PATCH 05/13] update project description
,
Beraldo Leal
,
2022/04/01
Re: who's maintaining amd_iommu.c these days?
,
Wei Huang
,
2022/04/01
Re: who's maintaining amd_iommu.c these days?
,
Peter Maydell
,
2022/04/01
Re: who's maintaining amd_iommu.c these days?
,
Wei Huang
,
2022/04/01
Re: [qemu.qmp PATCH 09/13] [FIXME] move PACKAGE.rst to README.rst and update
,
Kashyap Chamarthy
,
2022/04/01
Re: [qemu.qmp PATCH 09/13] [FIXME] move PACKAGE.rst to README.rst and update
,
John Snow
,
2022/04/01
Re: [PULL 0/2] riscv-to-apply queue
,
Peter Maydell
,
2022/04/01
[PULL 0/6] Misc fixes for 7.0
,
Thomas Huth
,
2022/04/01
[PULL 1/6] misc: Fixes MAINTAINERS's path .github/workflows/lockdown.yml
,
Thomas Huth
,
2022/04/01
[PULL 2/6] target/s390x: Fix determination of overflow condition code after addition
,
Thomas Huth
,
2022/04/01
[PULL 3/6] target/s390x: Fix determination of overflow condition code after subtraction
,
Thomas Huth
,
2022/04/01
[PULL 5/6] 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
,
Thomas Huth
,
2022/04/01
[PULL 4/6] meson.build: Fix dependency of page-vary-common.c to config-poison.h
,
Thomas Huth
,
2022/04/01
[PULL 6/6] trace: fix compilation with lttng-ust >= 2.13
,
Thomas Huth
,
2022/04/01
Re: [PULL 0/6] Misc fixes for 7.0
,
Peter Maydell
,
2022/04/02
[PULL 0/6] target-arm queue
,
Peter Maydell
,
2022/04/01
[PULL 3/6] target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walk
,
Peter Maydell
,
2022/04/01
[PULL 5/6] MAINTAINERS: change Fred Konrad's email address
,
Peter Maydell
,
2022/04/01
[PULL 4/6] target/arm: Determine final stage 2 output PA space based on original IPA
,
Peter Maydell
,
2022/04/01
[PULL 1/6] target/arm: Fix MTE access checks for disabled SEL2
,
Peter Maydell
,
2022/04/01
[PULL 6/6] target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegen
,
Peter Maydell
,
2022/04/01
[PULL 2/6] target/arm: Check VSTCR.SW when assigning the stage 2 output PA space
,
Peter Maydell
,
2022/04/01
Re: [PULL 0/6] target-arm queue
,
Peter Maydell
,
2022/04/02
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Quentin Perret
,
2022/04/01
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Sean Christopherson
,
2022/04/01
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Quentin Perret
,
2022/04/01
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Sean Christopherson
,
2022/04/01
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Andy Lutomirski
,
2022/04/01
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Quentin Perret
,
2022/04/04
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Sean Christopherson
,
2022/04/04
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Andy Lutomirski
,
2022/04/04
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Quentin Perret
,
2022/04/05
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Andy Lutomirski
,
2022/04/05
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Sean Christopherson
,
2022/04/05
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Andy Lutomirski
,
2022/04/06
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Quentin Perret
,
2022/04/06
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Sean Christopherson
,
2022/04/05
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Quentin Perret
,
2022/04/06
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Chao Peng
,
2022/04/22
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Paolo Bonzini
,
2022/04/22
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Chao Peng
,
2022/04/24
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Andy Lutomirski
,
2022/04/24
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Chao Peng
,
2022/04/25
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Andy Lutomirski
,
2022/04/25
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Sean Christopherson
,
2022/04/25
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Chao Peng
,
2022/04/28
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Vishal Annapurve
,
2022/04/08
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Chao Peng
,
2022/04/12
Re: [PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
,
Kirill A. Shutemov
,
2022/04/12
[PATCH v5 0/3] qapi/ui: change vnc addresses
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v5 1/3] ui/vnc: refactor arrays of addresses to SocketAddressList
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v5 2/3] qapi/ui: add 'display-update' command for changing listen address
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v5 3/3] avocado/vnc: add test_change_listen
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PULL 06/22] hw/nvram: Introduce Xilinx battery-backed ram
,
Peter Maydell
,
2022/04/01
[PATCH 1/2] bsd-user: Add missing semicolon
,
Maya Rashish
,
2022/04/01
[PATCH 2/2] bsd-user: correct notion of return value
,
Maya Rashish
,
2022/04/01
[PATCH 00/17] tests/docker and tests/tcg cleanup and diet
,
Paolo Bonzini
,
2022/04/01
[PATCH 01/17] tests/docker: remove dead code for linux-user containers
,
Paolo Bonzini
,
2022/04/01
[PATCH 02/17] tests/docker: remove test targets
,
Paolo Bonzini
,
2022/04/01
[PATCH 03/17] tests/docker: remove dead variable
,
Paolo Bonzini
,
2022/04/01
[PATCH 04/17] tests/docker: remove unnecessary default definitions
,
Paolo Bonzini
,
2022/04/01
[PATCH 06/17] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
,
Paolo Bonzini
,
2022/04/01
[PATCH 05/17] tests/docker: inline variable definitions or move close to use
,
Paolo Bonzini
,
2022/04/01
[PATCH 07/17] tests/docker: simplify docker-TEST@IMAGE targets
,
Paolo Bonzini
,
2022/04/01
[PATCH 09/17] tests/tcg: add compiler test variables when using containers
,
Paolo Bonzini
,
2022/04/01
[PATCH 10/17] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak
,
Paolo Bonzini
,
2022/04/01
[PATCH 11/17] tests/tcg: remove CONFIG_USER_ONLY from config-target.mak
,
Paolo Bonzini
,
2022/04/01
[PATCH 08/17] tests/docker: do not duplicate rules for hexagon-cross
,
Paolo Bonzini
,
2022/04/01
[PATCH 12/17] tests/tcg: prepare Makefile.prereqs at configure time
,
Paolo Bonzini
,
2022/04/01
[PATCH 13/17] tests/tcg: list test targets in Makefile.prereqs
,
Paolo Bonzini
,
2022/04/01
[PATCH 15/17] tests/tcg: isolate from QEMU's config-host.mak
,
Paolo Bonzini
,
2022/04/01
[PATCH 16/17] tests/docker: remove SKIP_DOCKER_BUILD
,
Paolo Bonzini
,
2022/04/01
[PATCH 17/17] tests/tcg: fix non-static build
,
Paolo Bonzini
,
2022/04/01
[PATCH 14/17] tests/tcg: invoke Makefile.target directly from QEMU's makefile
,
Paolo Bonzini
,
2022/04/01
Re: [PATCH 00/17] tests/docker and tests/tcg cleanup and diet
,
Alex Bennée
,
2022/04/11
Re: [PULL 0/4] Trivial branch for 7.0 patches
,
Peter Maydell
,
2022/04/01
Re: [PATCH v2 2/2] iotests/108: Test new refcount rebuild algorithm
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 1/2] qcow2: Improve refcount structure rebuilding
,
Hanna Reitz
,
2022/04/01
Re: [PATCH V2 4/4] intel-iommu: PASID support
,
Yi Liu
,
2022/04/01
Re: [PATCH V2 4/4] intel-iommu: PASID support
,
Jason Wang
,
2022/04/01
RE: [PATCH V2 4/4] intel-iommu: PASID support
,
Tian, Kevin
,
2022/04/02
Re: [PATCH V2 4/4] intel-iommu: PASID support
,
Jason Wang
,
2022/04/05
RE: [PATCH V2 4/4] intel-iommu: PASID support
,
Tian, Kevin
,
2022/04/02
Re: [PATCH V2 4/4] intel-iommu: PASID support
,
Jason Wang
,
2022/04/05
Re: [PATCH V2 4/4] intel-iommu: PASID support
,
Peter Xu
,
2022/04/22
Re: [PATCH V2 4/4] intel-iommu: PASID support
,
Michael S. Tsirkin
,
2022/04/23
Re: [PULL 06/29] softfloat: Move compare_floats to softfloat-parts.c.inc
,
Richard Henderson
,
2022/04/01
Re: [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)
,
Jonathan Cameron
,
2022/04/01
Re: [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)
,
Adam Manzanares
,
2022/04/04
Re: [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)
,
Jonathan Cameron
,
2022/04/05
[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
,
Jonah Palmer
,
2022/04/01
[PATCH v14 2/8] virtio: add vhost support for virtio devices
,
Jonah Palmer
,
2022/04/01
[PATCH v14 1/8] virtio: drop name parameter for virtio_init()
,
Jonah Palmer
,
2022/04/01
Re: [PATCH v14 1/8] virtio: drop name parameter for virtio_init()
,
Dr. David Alan Gilbert
,
2022/04/21
[PATCH v14 4/8] qmp: add QMP command x-query-virtio-status
,
Jonah Palmer
,
2022/04/01
[PATCH v14 3/8] qmp: add QMP command x-query-virtio
,
Jonah Palmer
,
2022/04/01
[PATCH v14 6/8] qmp: add QMP commands for virtio/vhost queue-status
,
Jonah Palmer
,
2022/04/01
[PATCH v14 5/8] qmp: decode feature & status bits in virtio-status
,
Jonah Palmer
,
2022/04/01
[PATCH v14 7/8] qmp: add QMP command x-query-virtio-queue-element
,
Jonah Palmer
,
2022/04/01
[PATCH v14 8/8] hmp: add virtio commands
,
Jonah Palmer
,
2022/04/01
[PATCH 0/3] softfloat: FloatRelation cleanups
,
Richard Henderson
,
2022/04/01
[PATCH 1/3] softfloat: Fix declaration of partsN_compare
,
Richard Henderson
,
2022/04/01
Re: [PATCH 1/3] softfloat: Fix declaration of partsN_compare
,
Peter Maydell
,
2022/04/01
Re: [PATCH 1/3] softfloat: Fix declaration of partsN_compare
,
Richard Henderson
,
2022/04/01
Re: [PATCH 1/3] softfloat: Fix declaration of partsN_compare
,
Peter Maydell
,
2022/04/01
Re: [PATCH 1/3] softfloat: Fix declaration of partsN_compare
,
Richard Henderson
,
2022/04/01
[PATCH 2/3] softfloat: Use FloatRelation within partsN_compare
,
Richard Henderson
,
2022/04/01
Re: [PATCH 2/3] softfloat: Use FloatRelation within partsN_compare
,
Peter Maydell
,
2022/04/01
[PATCH 3/3] softfloat: Use FloatRelation for fracN_cmp
,
Richard Henderson
,
2022/04/01
Re: [PATCH 3/3] softfloat: Use FloatRelation for fracN_cmp
,
Peter Maydell
,
2022/04/01
Re: [PATCH 0/3] softfloat: FloatRelation cleanups
,
Richard Henderson
,
2022/04/26
Re: [PATCH v5 3/4] hw/intc/exynos4210: replace 'qemu_split_irq' in combiner and gic
,
Damien Hedde
,
2022/04/01
Re: [PATCH v5 3/4] hw/intc/exynos4210: replace 'qemu_split_irq' in combiner and gic
,
Peter Maydell
,
2022/04/01
Re: [PATCH v5 3/4] hw/intc/exynos4210: replace 'qemu_split_irq' in combiner and gic
,
Zongyuan Li
,
2022/04/01
Re: [PATCH v2 0/4] Dirty ring and auto converge optimization
,
Peter Xu
,
2022/04/01
Re: [PATCH v2 0/4] Dirty ring and auto converge optimization
,
Chongyun Wu
,
2022/04/01
Re: [PATCH v2] tests/migration: Introduce dirty-ring-size option into guestperf
,
Hyman Huang
,
2022/04/01
[PATCH 0/2] target/riscv: Annotate atomic operations
,
Richard Henderson
,
2022/04/01
[PATCH 1/2] target/riscv: Use cpu_loop_exit_restore directly from mmu faults
,
Richard Henderson
,
2022/04/01
Re: [PATCH 1/2] target/riscv: Use cpu_loop_exit_restore directly from mmu faults
,
Alistair Francis
,
2022/04/08
[PATCH 2/2] target/riscv: Mark amo insns during translation
,
Richard Henderson
,
2022/04/01
Re: [PATCH 2/2] target/riscv: Mark amo insns during translation
,
Alistair Francis
,
2022/04/08
Re: [PATCH 2/2] target/riscv: Mark amo insns during translation
,
Atish Patra
,
2022/04/19
Re: [PATCH 0/2] target/riscv: Annotate atomic operations
,
Alistair Francis
,
2022/04/11
Re: [PATCH v2] target/riscv: Call probe_write() before atomic operations
,
Richard Henderson
,
2022/04/01
[PATCH] target/riscv: Fix incorrect PTE merge in walk_pte
,
Ralf Ramsauer
,
2022/04/01
Re: [PATCH] target/riscv: Fix incorrect PTE merge in walk_pte
,
Richard Henderson
,
2022/04/01
Re: [PATCH] target/riscv: Fix incorrect PTE merge in walk_pte
,
Ralf Ramsauer
,
2022/04/04
[PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
,
Ralf Ramsauer
,
2022/04/04
Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
,
Alistair Francis
,
2022/04/12
Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
,
Bin Meng
,
2022/04/21
Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
,
Bin Meng
,
2022/04/21
Re: [EXT] Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
,
Ralf Ramsauer
,
2022/04/22
Re: [EXT] Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
,
Alistair Francis
,
2022/04/22
[PATCH v3] target/riscv: Fix incorrect PTE merge in walk_pte
,
Ralf Ramsauer
,
2022/04/23
Re: [PATCH v3] target/riscv: Fix incorrect PTE merge in walk_pte
,
Bin Meng
,
2022/04/23
Re: [PATCH v3] target/riscv: Fix incorrect PTE merge in walk_pte
,
Alistair Francis
,
2022/04/25
Re: [PATCH v3] target/riscv: Fix incorrect PTE merge in walk_pte
,
Alistair Francis
,
2022/04/27
Re: [PATCH v3] target/riscv: Fix incorrect PTE merge in walk_pte
,
Alistair Francis
,
2022/04/27
[PATCH v3] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Ralf Ramsauer
,
2022/04/01
Re: [PATCH v3] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Alistair Francis
,
2022/04/11
Re: [PATCH v3] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Bin Meng
,
2022/04/11
Re: [PATCH v3] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Anup Patel
,
2022/04/11
Re: [PATCH v3] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
,
Alistair Francis
,
2022/04/12
[PATCH] build-sys: simplify AF_VSOCK check
,
marcandre . lureau
,
2022/04/01
Re: [PATCH] build-sys: simplify AF_VSOCK check
,
Paolo Bonzini
,
2022/04/01
[PATCH 0/3] Refactor vhost device reset
,
Michael Qiu
,
2022/04/01
[PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Michael Qiu
,
2022/04/01
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Si-Wei Liu
,
2022/04/01
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Michael Qiu
,
2022/04/01
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Jason Wang
,
2022/04/01
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Michael Qiu
,
2022/04/02
Message not available
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Jason Wang
,
2022/04/07
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Michael Qiu
,
2022/04/08
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Si-Wei Liu
,
2022/04/08
Re: [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
,
Jason Wang
,
2022/04/11
[PATCH 2/3] vhost: add vhost_dev_reset()
,
Michael Qiu
,
2022/04/01
Re: [PATCH 2/3] vhost: add vhost_dev_reset()
,
Si-Wei Liu
,
2022/04/01
[PATCH 3/3 v5] vdpa: reset the backend device in the end of vhost_net_stop()
,
Michael Qiu
,
2022/04/01
Re: [PATCH v4 2/2] Added parameter to take screenshot with screendump as PNG
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v4 2/2] Added parameter to take screenshot with screendump as PNG
,
Kshitij Suri
,
2022/04/05
Re: [PATCH v4 2/2] Added parameter to take screenshot with screendump as PNG
,
Markus Armbruster
,
2022/04/05
Re: [PATCH v4 2/2] Added parameter to take screenshot with screendump as PNG
,
Dr. David Alan Gilbert
,
2022/04/07
[PATCH v1.1 1/9] qapi: fix example of netdev_add command
,
Victor Toso
,
2022/04/01
Re: [PATCH v1.1 1/9] qapi: fix example of netdev_add command
,
Markus Armbruster
,
2022/04/04
Re: [PATCH v1.1 1/9] qapi: fix example of netdev_add command
,
Victor Toso
,
2022/04/04
Re: [PATCH v2] 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
,
Thomas Huth
,
2022/04/01
Re: [PATCH v2] 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
,
Christian Schoenebeck
,
2022/04/01
Re: [RFC PATCH v3 19/28] hw/virtio: Replace g_memdup() by g_memdup2()
,
Eugenio Perez Martin
,
2022/04/01
Re: [PATCH] virtio-net: use g_memdup2() instead of unsafe g_memdup()
,
Philippe Mathieu-Daudé
,
2022/04/01
Re: [PATCH] virtio-net: use g_memdup2() instead of unsafe g_memdup()
,
Eugenio Perez Martin
,
2022/04/01
[PATCH v3 0/3] block/dirty-bitmaps: fix and improve bitmap merge
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v3 1/3] block: block_dirty_bitmap_merge(): fix error path
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v3 3/3] block: simplify handling of try to merge different sized bitmaps
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v3 2/3] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v3 0/3] block/dirty-bitmaps: fix and improve bitmap merge
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v3 0/3] block/dirty-bitmaps: fix and improve bitmap merge
,
Eric Blake
,
2022/04/01
Re: [PATCH v3 0/3] block/dirty-bitmaps: fix and improve bitmap merge
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v4 0/4] util/thread-pool: Expose minimun and maximum size
,
Nicolas Saenz Julienne
,
2022/04/01
[PATCH v4 3/3] util/event-loop-base: Introduce options to set the thread pool size
,
Nicolas Saenz Julienne
,
2022/04/01
Re: [PATCH v4 3/3] util/event-loop-base: Introduce options to set the thread pool size
,
Markus Armbruster
,
2022/04/22
Re: [PATCH v4 3/3] util/event-loop-base: Introduce options to set the thread pool size
,
Nicolas Saenz Julienne
,
2022/04/22
Re: [PATCH v4 3/3] util/event-loop-base: Introduce options to set the thread pool size
,
Markus Armbruster
,
2022/04/22
[PATCH v4 1/3] Introduce event-loop-base abstract class
,
Nicolas Saenz Julienne
,
2022/04/01
[PATCH v4 2/3] util/main-loop: Introduce the main loop into QOM
,
Nicolas Saenz Julienne
,
2022/04/01
Re: [PATCH v4 2/3] util/main-loop: Introduce the main loop into QOM
,
Markus Armbruster
,
2022/04/22
Re: [PATCH v4 2/3] util/main-loop: Introduce the main loop into QOM
,
Nicolas Saenz Julienne
,
2022/04/22
Re: [PATCH v4 2/3] util/main-loop: Introduce the main loop into QOM
,
Nicolas Saenz Julienne
,
2022/04/22
Re: [PATCH v4 0/4] util/thread-pool: Expose minimun and maximum size
,
Nicolas Saenz Julienne
,
2022/04/04
Re: [PATCH v4 0/4] util/thread-pool: Expose minimun and maximum size
,
Stefan Hajnoczi
,
2022/04/04
Re: [PATCH v4 0/4] util/thread-pool: Expose minimun and maximum size
,
Nicolas Saenz Julienne
,
2022/04/19
Re: [PATCH v5 2/4] hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
,
Peter Maydell
,
2022/04/01
Re: [PATCH v5 1/4] hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
,
Peter Maydell
,
2022/04/01
[PATCH] ppc/pnv: Fix number of registers in the PCIe controller on POWER9
,
Frederic Barrat
,
2022/04/01
Re: [PATCH] ppc/pnv: Fix number of registers in the PCIe controller on POWER9
,
Daniel Henrique Barboza
,
2022/04/01
Re: [PATCH] ppc/pnv: Fix number of registers in the PCIe controller on POWER9
,
Cédric Le Goater
,
2022/04/04
[PATCH v2 0/7] copy-before-write: on-cbw-error and cbw-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v2 1/7] block/copy-before-write: refactor option parsing
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 1/7] block/copy-before-write: refactor option parsing
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 1/7] block/copy-before-write: refactor option parsing
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v2 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 7/7] iotests: copy-before-write: add cases for cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v2 4/7] util: add qemu-co-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 4/7] util: add qemu-co-timeout
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 4/7] util: add qemu-co-timeout
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v2 2/7] block/copy-before-write: add on-cbw-error open parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 2/7] block/copy-before-write: add on-cbw-error open parameter
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 2/7] block/copy-before-write: add on-cbw-error open parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Hanna Reitz
,
2022/04/04
Re: [PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/05
Re: [PATCH v2 5/7] block/block-copy: block_copy(): add timeout_ns parameter
,
Vladimir Sementsov-Ogievskiy
,
2022/04/06
[PATCH v2 6/7] block/copy-before-write: implement cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 6/7] block/copy-before-write: implement cbw-timeout option
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 6/7] block/copy-before-write: implement cbw-timeout option
,
Hanna Reitz
,
2022/04/01
Re: [PATCH v2 6/7] block/copy-before-write: implement cbw-timeout option
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
[PATCH v2 3/7] iotests: add copy-before-write: on-cbw-error tests
,
Vladimir Sementsov-Ogievskiy
,
2022/04/01
Re: [PATCH v2 3/7] iotests: add copy-before-write: on-cbw-error tests
,
Hanna Reitz
,
2022/04/01
Re: [PATCH] intel-iommu: correct the value used for error_setg_errno()
,
Peter Maydell
,
2022/04/01
Re: [PATCH] intel-iommu: correct the value used for error_setg_errno()
,
Peter Xu
,
2022/04/01
Re: [PULL 19/35] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge
,
Frederic Barrat
,
2022/04/01
[PATCH] build-sys: drop ntddscsi.h check
,
marcandre . lureau
,
2022/04/01
Re: [PATCH] build-sys: drop ntddscsi.h check
,
Konstantin Kostiuk
,
2022/04/01
Re: [PATCH] build-sys: drop ntddscsi.h check
,
Paolo Bonzini
,
2022/04/01
[PATCH v5 0/9] Add support for AST1030 SoC
,
Jamin Lin
,
2022/04/01
[PATCH v5 5/9] aspeed/timer: Add AST1030 support
,
Jamin Lin
,
2022/04/01
[PATCH v5 3/9] aspeed/wdt: Fix ast2500/ast2600 default reload value
,
Jamin Lin
,
2022/04/01
[PATCH v5 1/9] aspeed/adc: Add AST1030 support
,
Jamin Lin
,
2022/04/01
[PATCH v5 4/9] aspeed/wdt: Add AST1030 support
,
Jamin Lin
,
2022/04/01
[PATCH v5 2/9] aspeed/smc: Add AST1030 support
,
Jamin Lin
,
2022/04/01
[PATCH v5 8/9] aspeed: Add an AST1030 eval board
,
Jamin Lin
,
2022/04/01
Re: [PATCH v5 8/9] aspeed: Add an AST1030 eval board
,
Cédric Le Goater
,
2022/04/01
[PATCH v5 7/9] aspeed/soc : Add AST1030 support
,
Jamin Lin
,
2022/04/01
[PATCH v5 6/9] aspeed/scu: Add AST1030 support
,
Jamin Lin
,
2022/04/01
[PATCH v5 9/9] test/avocado/machine_aspeed.py: Add ast1030 test case
,
Jamin Lin
,
2022/04/01
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Cédric Le Goater
,
2022/04/01
RE: [PATCH v5 0/9] Add support for AST1030 SoC
,
Jamin Lin
,
2022/04/01
RE: [PATCH v5 0/9] Add support for AST1030 SoC
,
Jamin Lin
,
2022/04/01
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Cédric Le Goater
,
2022/04/01
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Cédric Le Goater
,
2022/04/01
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Jamin Lin
,
2022/04/10
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Cédric Le Goater
,
2022/04/05
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Jamin Lin
,
2022/04/10
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Cédric Le Goater
,
2022/04/11
Re: [PATCH v5 0/9] Add support for AST1030 SoC
,
Jamin Lin
,
2022/04/11
[PATCH 10/9] qapi: Fix calc-dirty-rate example
,
Markus Armbruster
,
2022/04/01
Re: [PATCH 10/9] qapi: Fix calc-dirty-rate example
,
Victor Toso
,
2022/04/01
Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)
,
Stefan Hajnoczi
,
2022/04/01
Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)
,
Dr. David Alan Gilbert
,
2022/04/04
Re: [RFC PATCH] tests/qtest: attempt to enable tests for virtio-gpio (!working)
,
Alex Bennée
,
2022/04/05
Re: [PATCH v1 9/9] qapi: fix example of query-memdev command
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 8/9] qapi: fix example of query-cpus-fast command
,
Markus Armbruster
,
2022/04/01
Re: use of uninitialized variable involving visit_type_uint32() and friends
,
Paolo Bonzini
,
2022/04/01
Re: use of uninitialized variable involving visit_type_uint32() and friends
,
Markus Armbruster
,
2022/04/01
Re: use of uninitialized variable involving visit_type_uint32() and friends
,
Paolo Bonzini
,
2022/04/01
Re: use of uninitialized variable involving visit_type_uint32() and friends
,
Markus Armbruster
,
2022/04/01
Re: use of uninitialized variable involving visit_type_uint32() and friends
,
Paolo Bonzini
,
2022/04/01
Re: use of uninitialized variable involving visit_type_uint32() and friends
,
Markus Armbruster
,
2022/04/04
Re: [PATCH v1 7/9] qapi: fix example of trace-event-get-state command
,
Markus Armbruster
,
2022/04/01
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Emanuele Giuseppe Esposito
,
2022/04/01
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Paolo Bonzini
,
2022/04/01
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Stefan Hajnoczi
,
2022/04/04
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Paolo Bonzini
,
2022/04/04
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Emanuele Giuseppe Esposito
,
2022/04/04
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Paolo Bonzini
,
2022/04/04
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Stefan Hajnoczi
,
2022/04/05
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Kevin Wolf
,
2022/04/05
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Emanuele Giuseppe Esposito
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Kevin Wolf
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Emanuele Giuseppe Esposito
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Emanuele Giuseppe Esposito
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Kevin Wolf
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Paolo Bonzini
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Paolo Bonzini
,
2022/04/13
Re: [RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
,
Kevin Wolf
,
2022/04/05
Re: [PATCH v1 6/9] qapi: fix example of query-colo-status command
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 5/9] qapi: fix example of query-vnc command
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 4/9] qapi: fix example of query-spice command
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 3/9] qapi: fix example of query-named-block-nodes command
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 2/9] qapi: fix examples: replay-break and replay-seek
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 1/9] qapi: fix example of netdev_add command
,
Markus Armbruster
,
2022/04/01
Re: [PATCH v1 1/9] qapi: fix example of netdev_add command
,
Victor Toso
,
2022/04/01
Re: [PATCH] vhost: Fix bad return of descriptors to SVQ
,
Eugenio Perez Martin
,
2022/04/01
Re: [PATCH] vhost: Fix bad return of descriptors to SVQ
,
Jason Wang
,
2022/04/01
Re: [RFC PATCH 1/2] spapr: Report correct GTSE support via ov5
,
Aneesh Kumar K.V
,
2022/04/01
Re: [RFC PATCH 1/2] spapr: Report correct GTSE support via ov5
,
Fabiano Rosas
,
2022/04/01
Re: [PATCH v4 8/9] aspeed: Add an AST1030 eval board
,
Cédric Le Goater
,
2022/04/01
Re: [PATCH v4 8/9] aspeed: Add an AST1030 eval board
,
Jamin Lin
,
2022/04/01
Re: [PATCH v4 7/9] aspeed/soc : Add AST1030 support
,
Cédric Le Goater
,
2022/04/01
Re: [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
Christian Borntraeger
,
2022/04/01
Re: [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
David Miller
,
2022/04/01
Re: [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
Christian Borntraeger
,
2022/04/01
Re: [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
David Hildenbrand
,
2022/04/05
Re: [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
David Miller
,
2022/04/05
Re: [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements Facility 2
,
David Hildenbrand
,
2022/04/12
Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
,
Klaus Jensen
,
2022/04/01
Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
,
Cédric Le Goater
,
2022/04/06
Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
,
Klaus Jensen
,
2022/04/06
Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
,
Cédric Le Goater
,
2022/04/06
Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
,
Klaus Jensen
,
2022/04/06
Re: [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
,
Cédric Le Goater
,
2022/04/06
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Klaus Jensen
,
2022/04/01
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Damien Hedde
,
2022/04/01
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Klaus Jensen
,
2022/04/01
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Corey Minyard
,
2022/04/01
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Peter Delevoryas
,
2022/04/05
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Klaus Jensen
,
2022/04/06
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Peter Delevoryas
,
2022/04/06
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Klaus Jensen
,
2022/04/06
Re: [RFC PATCH 0/4] hw/i2c: i2c slave mode support
,
Peter Delevoryas
,
2022/04/06
Re: [PATCH] linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition
,
Thomas Huth
,
2022/04/01
Re: [PATCH 2/3] i386: factor out x86_firmware_configure()
,
Gerd Hoffmann
,
2022/04/01
Re: [PATCH 2/3] i386: factor out x86_firmware_configure()
,
Xiaoyao Li
,
2022/04/01
Re: [PATCH 2/3] i386: factor out x86_firmware_configure()
,
Philippe Mathieu-Daudé
,
2022/04/01
Re: [PATCH 2/3] i386: factor out x86_firmware_configure()
,
Xiaoyao Li
,
2022/04/01
Re: [PATCH v1 2/2] hw/arm/xlnx-zynqmp: Connect 4 TTC timers
,
Alistair Francis
,
2022/04/01
Re: [PATCH v1 2/2] hw/arm/xlnx-zynqmp: Connect 4 TTC timers
,
Luc Michel
,
2022/04/01
Re: [PATCH v1 2/2] hw/arm/xlnx-zynqmp: Connect 4 TTC timers
,
Francisco Iglesias
,
2022/04/01
Re: [PATCH v1 1/2] timer: cadence_ttc: Break out header file to allow embedding
,
Alistair Francis
,
2022/04/01
Re: [PATCH v1 1/2] timer: cadence_ttc: Break out header file to allow embedding
,
Luc Michel
,
2022/04/01
Re: [PATCH v1 1/2] timer: cadence_ttc: Break out header file to allow embedding
,
Francisco Iglesias
,
2022/04/01
[PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi
,
Sakshi Kaushik
,
2022/04/01
[PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi
,
Sakshi Kaushik
,
2022/04/03
Re: [PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi
,
Stefan Hajnoczi
,
2022/04/03
Message not available
Re: [PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi
,
Stefan Hajnoczi
,
2022/04/04
Message not available
Re: [PATCH] [PATCH RFC v2] Implements Backend Program conventions for vhost-user-scsi
,
Stefan Hajnoczi
,
2022/04/04
Re: [PATCH 7/7] vhost-vdpa: backend feature should set only once
,
Si-Wei Liu
,
2022/04/01
Re: [PATCH 7/7] vhost-vdpa: backend feature should set only once
,
Jason Wang
,
2022/04/01
Re: [PATCH 7/7] vhost-vdpa: backend feature should set only once
,
Eugenio Perez Martin
,
2022/04/01
Re: [PATCH 2/2] NVDIMM: Init vNVDIMM's LSA index block if it hasn't been
,
Robert Hoo
,
2022/04/01
Re: [PATCH 2/2] NVDIMM: Init vNVDIMM's LSA index block if it hasn't been
,
Igor Mammedov
,
2022/04/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc