messages from 2023-09-25 10:36:14 to 2023-09-25 18:00:48 UTC [more...]
[PATCH v4 00/19] riscv: split TCG/KVM accelerators from cpu.c
2023-09-25 17:57 UTC (20+ messages)
` [PATCH v4 01/19] target/riscv: introduce TCG AccelCPUClass
` [PATCH v4 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PATCH v4 03/19] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PATCH v4 04/19] target/riscv: move riscv_tcg_ops "
` [PATCH v4 05/19] target/riscv/cpu.c: add .instance_post_init()
` [PATCH v4 06/19] target/riscv: move 'host' CPU declaration to kvm.c
` [PATCH v4 07/19] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PATCH v4 08/19] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PATCH v4 09/19] target/riscv: make riscv_add_satp_mode_properties() public
` [PATCH v4 10/19] target/riscv: remove kvm-stub.c
` [PATCH v4 11/19] target/riscv: introduce KVM AccelCPUClass
` [PATCH v4 12/19] target/riscv: move KVM only files to kvm subdir
` [PATCH v4 13/19] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PATCH v4 14/19] target/riscv/cpu.c: export set_misa()
` [PATCH v4 15/19] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PATCH v4 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
` [PATCH v4 17/19] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PATCH v4 18/19] target/riscv/cpu.c: export isa_edata_arr[]
` [PATCH v4 19/19] target/riscv/cpu: move priv spec functions to tcg-cpu.c
[PATCH v3 0/4] Add BHRB Facility Support
2023-09-25 17:43 UTC (5+ messages)
` [PATCH v3 1/4] target/ppc: Add new hflags to support BHRB
` [PATCH v3 2/4] target/ppc: Add recording of taken branches to BHRB
` [PATCH v3 3/4] target/ppc: Add clrbhrb and mfbhrbe instructions
` [PATCH v3 4/4] target/ppc: Add migration support for BHRB
[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
2023-09-25 17:19 UTC (5+ messages)
` [PATCH v2 01/20] q800-glue.c: convert to Resettable interface
` [PATCH v2 08/20] asc: generate silence if FIFO empty but engine still running
[PATCH v23 00/20] s390x: CPU Topology
2023-09-25 17:19 UTC (8+ messages)
` [PATCH v23 01/20] CPU topology: extend with s390 specifics
` [PATCH v23 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
[PATCH 00/31] September maintainer omnibus (tests, gdbstub, plugins)
2023-09-25 17:17 UTC (43+ messages)
` [PATCH 01/31] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1
` [PATCH 02/31] tests/lcitool: add swtpm to the package list
` [PATCH 03/31] gitlab: shuffle some targets and reduce avocado noise
` [PATCH 04/31] docs: mark CRIS support as deprecated
` [PATCH 05/31] tests/docker: make docker engine choice entirely configure driven
` [PATCH 06/31] configure: allow user to override docker engine
` [PATCH 07/31] configure: remove gcc version suffixes
` [PATCH 08/31] configure: ensure dependency for cross-compile setup
` [PATCH 09/31] gdbstub: Fix target_xml initialization
` [PATCH 10/31] gdbstub: Fix target.xml response
` [PATCH 11/31] plugins: Check if vCPU is realized
` [PATCH 12/31] contrib/plugins: Use GRWLock in execlog
` [PATCH 13/31] gdbstub: Introduce GDBFeature structure
` [PATCH 14/31] target/arm: Move the reference to arm-core.xml
` [PATCH 15/31] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH 16/31] gdbstub: Use g_markup_printf_escaped()
` [PATCH 17/31] target/arm: Remove references to gdb_has_xml
` [PATCH 18/31] target/ppc: "
` [PATCH 19/31] gdbstub: Remove gdb_has_xml variable
` [PATCH 20/31] gdbstub: Replace gdb_regs with an array
` [PATCH 21/31] accel/tcg: Add plugin_enabled to DisasContextBase
` [PATCH 22/31] target/sh4: Disable decode_gusa when plugins enabled
` [PATCH 23/31] plugins: Set final instruction count in plugin_gen_tb_end
` [PATCH 24/31] contrib/plugins: fix coverity warning in cache
` [PATCH 25/31] contrib/plugins: fix coverity warning in lockstep
` [PATCH 26/31] contrib/plugins: fix coverity warning in hotblocks
` [RFC PATCH 27/31] sysemu: add set_virtual_time to accel ops
` [RFC PATCH 28/31] qtest: use cpu interface in qtest_clock_warp
` [RFC PATCH 29/31] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [RFC PATCH 30/31] plugins: add time control API
` [RFC PATCH 31/31] contrib/plugins: add iops plugin example for cost modelling
[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
2023-09-25 17:17 UTC (2+ messages)
[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
2023-09-25 17:12 UTC (6+ messages)
` [PATCH v7 5/7] qapi: Add query-memory-devices support to hv-balloon
` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
[PATCH v1 0/4] vfio: report NUMA nodes for device memory
2023-09-25 17:00 UTC (13+ messages)
` [PATCH v1 1/4] vfio: new command line params for device memory NUMA nodes
` [PATCH v1 3/4] hw/arm/virt-acpi-build: patch guest SRAT for "
[PATCH 00/19] QEMU: CXL mailbox rework and features
2023-09-25 16:50 UTC (21+ messages)
` [PATCH 01/19] hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
` [PATCH 02/19] hw/cxl/mbox: Split mailbox command payload into separate input and output
` [PATCH 03/19] hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState
` [PATCH 04/19] hw/cxl/mbox: Generalize the CCI command processing
` [PATCH 05/19] hw/pci-bridge/cxl_upstream: Move defintion of device to header
` [PATCH 06/19] hw/cxl/i2c_mctp_cxl: Initial device emulation
` [PATCH 07/19] hw/cxl/mbox: Add Information and Status / Identify command
` [PATCH 08/19] docs: cxl: Add example commandline for MCTP CXL CCIs
` [PATCH 09/19] hw/cxl/mbox: Add Physical Switch Identify command
` [PATCH 10/19] hw/cxl: Add a switch mailbox CCI function
` [PATCH 11/19] hw/pci-bridge/cxl_downstream: Set default link width and link speed
` [PATCH 12/19] hw/cxl: Implement Physical Ports status retrieval
` [PATCH 13/19] hw/cxl/mbox: Add Get Background Operation Status Command
` [PATCH 14/19] hw/cxl/mbox: Add support for background operations
` [PATCH 15/19] hw/cxl/mbox: Wire up interrupts for background completion
` [PATCH 16/19] hw/cxl: Add support for device sanitation
` [PATCH 17/19] hw/cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functions
` [PATCH 18/19] hw/cxl: Add dummy security state get
` [PATCH 19/19] hw/cxl: Add tunneled command support to mailbox for switch cci/mctp
[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
2023-09-25 16:41 UTC (17+ messages)
` [PATCH v2 09/15] hw/usb/hcd-ohci: Include missing 'sysbus.h' header
` [PATCH v2 10/15] hw/display/sm501: Embed OHCI QOM child in chipset
` [PATCH v2 11/15] hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
` [PATCH v2 12/15] hw/display/sm501: Unify common QOM properties
` [PATCH v2 13/15] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'
Help wanted for enabling -Wshadow=local
2023-09-25 16:37 UTC (7+ messages)
[PATCH 0/4] aspeed: Clean up local variable shadowing
2023-09-25 16:28 UTC (5+ messages)
[PATCH v2] hw/sd/sdhci: Block Size Register bits [14:12] is lost
2023-09-25 16:24 UTC (2+ messages)
[PATCH v2] ui/vnc: fix handling of VNC_FEATURE_XVP
2023-09-25 16:07 UTC (2+ messages)
[PATCH] ui/vnc: fix enabling of VNC_FEATURE_XVP
2023-09-25 15:58 UTC (3+ messages)
[PATCH v4 00/28] bsd-user: Implement freebsd process related system calls
2023-09-25 15:57 UTC (13+ messages)
` [PATCH v4 06/28] bsd-user: Implement target_to_host_resource conversion function
` [PATCH v4 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v4 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v4 23/28] bsd-user: Implement wait4(2) and wait6(2) system calls
` [PATCH v4 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v4 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
[PATCH] vl: remove shadowed local variables
2023-09-25 15:47 UTC (2+ messages)
[PATCH] ui/vnc: fix debug output for invalid audio message
2023-09-25 15:45 UTC (2+ messages)
[PATCH] virtio: use shadow_avail_idx while checking number of heads
2023-09-25 15:38 UTC (7+ messages)
[PULL 00/30] target-arm queue
2023-09-25 15:36 UTC (2+ messages)
[PULL 0/7] qtest and misc patches
2023-09-25 15:36 UTC (2+ messages)
[PULL v2 0/9] i386, audio changes for 2023-09-22
2023-09-25 15:36 UTC (2+ messages)
[PATCH 0/4] ui/console: multihead: fix crash, simplify logic
2023-09-25 15:36 UTC (3+ messages)
[PATCH v6 00/10] Fix segfault on migration return path
2023-09-25 15:32 UTC (10+ messages)
` [PATCH v6 09/10] migration/yank: Keep track of registered yank instances
[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
2023-09-25 15:31 UTC (7+ messages)
` [PATCH 7/7] "
[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
2023-09-25 15:22 UTC
[PATCH] hw/i386: changes towards enabling -Wshadow=local
2023-09-25 15:12 UTC (2+ messages)
[PATCH 0/5] linux-user: clean up local variable shadowing
2023-09-25 15:10 UTC (6+ messages)
` [PATCH 1/5] linux-user/flatload: "
` [PATCH 2/5] linux-user/mmap.c: "
` [PATCH 3/5] linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
` [PATCH 4/5] linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
` [PATCH 5/5] linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
[PATCH] m48t59-test: remove shadowed variables and cleanup
2023-09-25 15:09 UTC (2+ messages)
qemu-gtk clipboard crash fixes
2023-09-25 13:03 UTC
[PATCH] target/i386/seg_helper: introduce tss_set_busy
2023-09-25 14:48 UTC
[PATCH] target/i386/cpu: avoid shadowed local variables
2023-09-25 14:47 UTC
[PATCH] user-exec-stub: remove unused variable
2023-09-25 14:49 UTC
[PATCH] ui/vnc: fix enabling of VNC_FEATURE_XVP
2023-09-25 14:50 UTC
[PATCH] target/i386/svm_helper: eliminate duplicate local variable
2023-09-25 14:48 UTC
[PATCH] target/i386/kvm: eliminate shadowed local variables
2023-09-25 14:47 UTC
[PATCH] target/i386/seg_helper: remove shadowed variable
2023-09-25 14:49 UTC
[PATCH] mptsas: avoid shadowed local variables
2023-09-25 14:47 UTC
[PATCH] pm_smbus: rename variable to avoid shadowing
2023-09-25 14:47 UTC
[PATCH] target/i386/translate: avoid shadowed local variables
2023-09-25 14:47 UTC
[PATCH] virtio: remove unnecessary thread fence while reading next descriptor
2023-09-25 14:32 UTC (3+ messages)
[PATCH 1/3] hw/pci: Add all Data Object Types
2023-09-25 14:24 UTC (7+ messages)
` [PATCH 2/3] backends: Initial support for SPDM socket support
[PATCH v2] virtio: don't zero out memory region cache for indirect descriptors
2023-09-25 14:17 UTC (3+ messages)
[PATCH v2] qcow2: keep reference on zeroize with discard-no-unref enabled
2023-09-25 14:17 UTC (4+ messages)
[PATCH] MAINTAINERS: Add entry for rdma migration
2023-09-25 13:55 UTC (2+ messages)
[PATCH v4 0/4] Add full zoned storage emulation to qcow2 driver
2023-09-25 13:21 UTC (4+ messages)
` [PATCH v4 2/4] qcow2: add configurations for zoned format extension
[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-09-25 12:59 UTC (2+ messages)
[PATCH 0/8] SPARC VIS fixes
2023-09-25 5:03 UTC (9+ messages)
` [PATCH 1/8] target/sparc: Fix VIS fmul8x16 input register
` [PATCH 2/8] target/sparc: Fix VIS fmul8x16au instruction
` [PATCH 3/8] target/sparc: Fix VIS fmul8x16al instruction
` [PATCH 4/8] target/sparc: Fix VIS fmuld8sux16 instruction
` [PATCH 5/8] target/sparc: Fix VIS fmuld8ulx16 instruction
` [PATCH 6/8] target/sparc: Fix VIS fpmerge input registers
` [PATCH 7/8] target/sparc: Fix VIS fexpand input register
` [PATCH 8/8] target/sparc: Fix VIS subtraction instructions
[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
2023-09-25 7:14 UTC
[RFC PATCH 0/8] i386/sev: Use C API of Rust SEV library
2023-09-25 12:53 UTC (5+ messages)
[PATCH v6 0/2] tpm: add mssim backend
2023-09-25 12:25 UTC (9+ messages)
` [PATCH v6 2/2] tpm: add backend for mssim
[PATCH] win32: avoid discarding the exception handler
2023-09-25 11:56 UTC (2+ messages)
[PATCH 0/9] Replace remaining target_ulong in system-mode accel
2023-09-25 11:41 UTC (5+ messages)
[PATCH] target/arm/common-semi-target.h: Remove unnecessary boot.h include
2023-09-25 11:22 UTC
[PATCH v2] target/riscv: pmp: Ignore writes when RW=01
2023-09-25 11:10 UTC
[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
2023-09-25 11:09 UTC
[PATCH] Add epmp to extensions list and rename it to smepmp
2023-09-25 11:07 UTC
[PATCH] target/arm/kvm64.c: Remove unused include
2023-09-25 11:04 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).