messages from 2023-09-25 15:37:22 to 2023-09-26 01:43:10 UTC [more...]
[PATCH 00/52] migration/rdma: Error handling fixes
2023-09-26 1:42 UTC (5+ messages)
` [PATCH 34/52] migration/rdma: Convert qemu_rdma_exchange_recv() to Error
` [PATCH 35/52] migration/rdma: Convert qemu_rdma_exchange_send() "
[PATCH v4 00/19] riscv: split TCG/KVM accelerators from cpu.c
2023-09-26 1:39 UTC (22+ 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
[Qemu-devel] [PATCH 00/19] aspeed: machine extensions and fixes
2023-09-26 1:37 UTC (6+ messages)
` [Qemu-devel] [PATCH 08/19] aspeed/timer: Fix behaviour running Linux
[PATCH 00/12] coverity fixes
2023-09-26 1:26 UTC (16+ messages)
` [PATCH 01/12] hw/core/loader: load_at(): check size
` [PATCH 02/12] hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): reduce magic numbers
` [PATCH 03/12] util/filemonitor-inotify: qemu_file_monitor_watch(): avoid overflow
` [PATCH 04/12] libvhost-user.c: add assertion to vu_message_read_default
` [PATCH 05/12] device_tree: qmp_dumpdtb(): stronger assertion
` [PATCH 06/12] mc146818rtc: rtc_set_time(): initialize tm to zeroes
` [PATCH 07/12] pcie_sriov: unregister_vfs(): fix error path
` [PATCH 08/12] block/nvme: nvme_process_completion() fix bound for cid
` [PATCH 09/12] kvm-all: introduce limits for name_size and num_desc
` [PATCH 10/12] hw/core/loader: gunzip(): initialize z_stream
` [PATCH 11/12] hw/core/loader: read_targphys(): add upper bound
` [PATCH 12/12] io/channel-socket: qio_channel_socket_flush(): improve msg validation
[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
2023-09-25 23:58 UTC (5+ messages)
[PATCH] virtio: use shadow_avail_idx while checking number of heads
2023-09-25 22:24 UTC (10+ messages)
[PATCH v3 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
2023-09-25 22:00 UTC (5+ messages)
[PATCH v1] rtc/mc146818rtc: improve rtc performance
2023-09-25 21:33 UTC (3+ messages)
[PATCH v3 0/5] vhost-user: Back-end state migration
2023-09-25 20:48 UTC (12+ messages)
` [PATCH v3 1/5] vhost-user.rst: Migrating back-end-internal state
` [PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings
` [PATCH v3 3/5] vhost-user: Interface for migration state transfer
` [PATCH v3 4/5] vhost: Add high-level state save/load functions
` [PATCH v3 5/5] vhost-user-fs: Implement internal migration
[PATCH 0/1] CVE-2023-5088
2023-09-25 19:53 UTC (3+ messages)
` [PATCH 1/1] hw/ide/core: terminate in-flight DMA on IDE bus reset
[PATCH v7 00/12] NBD 64-bit extensions for qemu
2023-09-25 19:22 UTC (13+ messages)
` [PATCH v7 01/12] nbd/server: Support a request payload
` [PATCH v7 02/12] nbd/server: Prepare to receive extended header requests
` [PATCH v7 03/12] nbd/server: Prepare to send extended header replies
` [PATCH v7 04/12] nbd/server: Support 64-bit block status
` [PATCH v7 05/12] nbd/server: Enable initial support for extended headers
` [PATCH v7 06/12] nbd/client: Plumb errp through nbd_receive_replies
` [PATCH v7 07/12] nbd/client: Initial support for extended headers
` [PATCH v7 08/12] nbd/client: Accept 64-bit block status chunks
` [PATCH v7 09/12] nbd/client: Request extended headers during negotiation
` [PATCH v7 10/12] nbd/server: Refactor list of negotiated meta contexts
` [PATCH v7 11/12] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
` [PATCH v7 12/12] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
[PULL 0/7] NBD patches through 2023-09-25
2023-09-25 19:01 UTC (8+ messages)
` [PULL 1/7] iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_file
` [PULL 2/7] iotests: improve 'not run' message for nbd-multiconn test
` [PULL 3/7] nbd: Replace bool structured_reply with mode enum
` [PULL 4/7] nbd/client: Pass mode through to nbd_send_request
` [PULL 5/7] nbd: Add types for extended headers
` [PULL 6/7] nbd: Prepare for 64-bit request effect lengths
` [PULL 7/7] nbd/server: Refactor handling of command sanity checks
[PATCH v6 00/17] qemu patches for 64-bit NBD extensions
2023-09-25 19:03 UTC (4+ messages)
` [PATCH v6 05/17] nbd/server: Refactor handling of command sanity checks
[PATCH] m68k: Silence -Wshadow=local warnings in the m68k code
2023-09-25 18:56 UTC
[PATCH v6 00/23] bsd-user: Implement mmap related system calls for FreeBSD
2023-09-25 18:27 UTC (24+ messages)
` [PATCH v6 01/23] bsd-user: Implement struct target_ipc_perm
` [PATCH v6 02/23] bsd-user: Implement struct target_shmid_ds
` [PATCH v6 03/23] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions
` [PATCH v6 04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PATCH v6 05/23] bsd-user: Implement shm_open2(2) system call
` [PATCH v6 06/23] bsd-user: Implement shm_rename(2) "
` [PATCH v6 07/23] bsd-user: Add bsd-mem.c to meson.build
` [PATCH v6 08/23] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PATCH v6 09/23] bsd-user: Implement ipc_perm conversion between host and target
` [PATCH v6 10/23] bsd-user: Implement shmid_ds "
` [PATCH v6 11/23] bsd-user: Introduce bsd-mem.h to the source tree
` [PATCH v6 12/23] bsd-user: Implement mmap(2) and munmap(2)
` [PATCH v6 13/23] bsd-user: Implement mprotect(2)
` [PATCH v6 14/23] bsd-user: Implement msync(2)
` [PATCH v6 15/23] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PATCH v6 16/23] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PATCH v6 17/23] bsd-user: Implement mincore(2)
` [PATCH v6 18/23] bsd-user: Implement do_obreak function
` [PATCH v6 19/23] bsd-user: Implement shm_open(2)
` [PATCH v6 20/23] bsd-user: Implement shm_unlink(2) and shmget(2)
` [PATCH v6 21/23] bsd-user: Implement shmctl(2)
` [PATCH v6 22/23] bsd-user: Implement shmat(2) and shmdt(2)
` [PATCH v6 23/23] bsd-user: Add stubs for vadvise(), sbrk() and sstk()
[PATCH v5 00/28] bsd-user: Implement freebsd process related system calls
2023-09-25 18:24 UTC (29+ messages)
` [PATCH v5 01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PATCH v5 02/28] bsd-user: Define procctl(2) related structs
` [PATCH v5 03/28] bsd-user: Implement host_to_target_siginfo
` [PATCH v5 04/28] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH v5 05/28] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PATCH v5 06/28] bsd-user: Implement target_to_host_resource conversion function
` [PATCH v5 07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH v5 08/28] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH v5 09/28] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH v5 10/28] bsd-user: Get number of cpus
` [PATCH v5 11/28] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH v5 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v5 13/28] bsd-user: Implement getrusage(2)
` [PATCH v5 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v5 15/28] bsd-user: Implement several get/set system calls:
` [PATCH v5 16/28] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH v5 17/28] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH v5 18/28] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH v5 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v5 20/28] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH v5 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v5 22/28] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH v5 23/28] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH v5 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v5 25/28] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH v5 26/28] bsd-user: Implement fork(2) and vfork(2) system calls
` [PATCH v5 27/28] bsd-user: Implement rfork(2) system call
` [PATCH v5 28/28] bsd-user: Implement pdfork(2) "
[PATCH] virtio: remove unnecessary thread fence while reading next descriptor
2023-09-25 18:04 UTC (3+ messages)
[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 (14+ messages)
` [PATCH 04/31] docs: mark CRIS support as deprecated
` [PATCH 05/31] tests/docker: make docker engine choice entirely configure driven
` [PATCH 08/31] configure: ensure dependency for cross-compile setup
[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 (4+ messages)
` [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 (9+ messages)
` [PATCH v1 3/4] hw/arm/virt-acpi-build: patch guest SRAT for NUMA nodes
[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 (5+ messages)
` [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 (6+ 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)
[PULL 00/30] target-arm queue
2023-09-25 15:36 UTC (2+ messages)
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).