messages from 2023-08-28 22:14:44 to 2023-08-29 14:33:59 UTC [more...]
[PATCH v2 00/58] TDX QEMU support
2023-08-29 14:33 UTC (12+ messages)
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility
[PATCH 0/4] ppc/xive: Rework Inter chip communication
2023-08-29 14:32 UTC (2+ messages)
` [PATCH 4/4] ppc/xive: Add support for the PC MMIOs
[PATCH 00/10] configure cleanups for QEMU 8.2
2023-08-29 14:28 UTC (16+ messages)
` [PATCH 01/10] meson: do not unnecessarily use cmake for dependencies
` [PATCH 02/10] meson: update unsupported host/CPU messages
` [PATCH 03/10] configure: remove HOST_CC
` [PATCH 04/10] configure: create native file with contents of $host_cc
` [PATCH 05/10] meson: compile bundled device trees
` [PATCH 06/10] contrib/plugins: use an independent makefile
` [PATCH 07/10] meson: do not use config_host to pick tap implementations
` [PATCH 08/10] configure, meson: move simple OS definitions to meson
` [PATCH 09/10] configure: remove $linux and $mingw32 variables
` [PATCH 10/10] configure: move --enable-debug-tcg to meson
[PATCH v1 00/23] Q35 support for Xen
2023-08-29 14:20 UTC (4+ messages)
` [PATCH v1 01/23] pc/xen: Xen Q35 support: provide IRQ handling for PCI devices
[PATCH 0/2] riscv: fix --enable-debug in riscv-to-apply.next
2023-08-29 14:18 UTC (5+ messages)
` [PATCH 1/2] hw/intc/riscv_aplic.c fix non-KVM --enable-debug build
` [PATCH 2/2] hw/riscv/virt.c: "
[PATCH v2 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-08-29 14:12 UTC (9+ messages)
` [PATCH v2 1/4] migration/qmp: Fix crash on setting tls-authz with null
` [PATCH v2 2/4] tests/migration-test: Add a test for null parameter setups
` [PATCH v2 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters
` [PATCH v2 4/4] migration/qapi: Drop @MigrationParameter enum
[PATCH v4 0/6] Complete i.MX6UL and i.MX7 processor for bare metal application
2023-08-29 14:08 UTC (8+ messages)
` [PATCH v4 1/6] Remove i.MX7 IOMUX GPR device from i.MX6UL
` [PATCH v4 2/6] Refactor i.MX6UL processor code
` [PATCH v4 4/6] Refactor i.MX7 "
[PATCH v1 0/4] Support dynamic MSI-X allocation
2023-08-29 14:04 UTC (5+ messages)
` [PATCH v1 1/4] vfio/pci: detect the support of "
` [PATCH v1 3/4] vfio/pci: use an invalid fd to enable MSI-X
[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
2023-08-29 14:04 UTC (10+ messages)
` [PATCH 1/6] migration: Add migration prefix to functions in target.c
` [PATCH 2/6] vfio/migration: Fail adding device with enable-migration=on and existing blocker
` [PATCH 3/6] vfio/migration: Add vfio_migratable_devices_num()
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration
PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
2023-08-29 14:04 UTC (5+ messages)
[PULL 00/36] 2023q3 bsd user patches
2023-08-29 13:50 UTC (38+ messages)
` [PULL 01/36] bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
` [PULL 02/36] bsd-user: Remove image_info.mmap
` [PULL 03/36] bsd-user: Remove image_info.start_brk
` [PULL 04/36] bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h
` [PULL 05/36] bsd-user: Disable clang warnings
` [PULL 06/36] bsd-user; Update the definitions of __put_user and __get_user macros
` [PULL 07/36] bsd-user: Declarations of h2t and t2h conversion functions
` [PULL 08/36] bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defs
` [PULL 09/36] bsd-user: Add struct target_stat to bsd-user/syscall_defs.h
` [PULL 10/36] bsd-user: Add structs target_freebsd11_{nstat,statfs}
` [PULL 11/36] bsd-user: Add struct target_statfs
` [PULL 12/36] bsd-user: Add struct target_freebsd_fhandle and fcntl flags
` [PULL 13/36] bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.h
` [PULL 14/36] bsd-user: Rename target_freebsd_time_t to target_time_t
` [PULL 15/36] bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstat
` [PULL 16/36] bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandle
` [PULL 17/36] bsd-user: Implement h2t_freebds11_statfs
` [PULL 18/36] bsd-user: Implement target_to_host_fcntl_cmd
` [PULL 19/36] bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functions
` [PULL 20/36] bsd-user: Implement stat related syscalls
` [PULL 21/36] bsd-user: Implement statfh "
` [PULL 22/36] bsd-user: Implement statfs "
` [PULL 23/36] bsd-user: Implement getdents "
` [PULL 24/36] bsd-user: Implement stat "
` [PULL 25/36] bsd-user: Implement freebsd11 "
` [PULL 26/36] bsd-user: Implement freebsd11 fstat and fhstat "
` [PULL 27/36] bsd-user: Implement freebsd11 statfs "
` [PULL 28/36] bsd-user: Implement freebsd11 getdirents "
` [PULL 29/36] bsd-user: Implement freebsd11 netbsd stat "
` [PULL 30/36] bsd-user: Implement do_freebsd_realpathat syscall
` [PULL 31/36] bsd-user: Add os-stat.c to the build
` [PULL 32/36] bsd-user: Add glue for the freebsd11_stat syscalls
` [PULL 33/36] bsd-user: Add glue for getfh and related syscalls
` [PULL 34/36] bsd-user: Add glue for statfs related system calls
` [PULL 35/36] bsd-user: Add getdents and fcntl "
` [PULL 36/36] bsd-user: Add missing break after do_bsd_preadv
[PATCH v1 0/7] Introduce model for IBM's FSP
2023-08-29 13:43 UTC (23+ messages)
` [PATCH v1 1/7] hw/fsi: Introduce IBM's Local bus
` [PATCH v1 2/7] hw/fsi: Introduce IBM's scratchpad
` [PATCH v1 3/7] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v1 4/7] hw/fsi: Introduce IBM's FSI
` [PATCH v1 5/7] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v1 6/7] hw/fsi: Aspeed APB2OPB interface
` [PATCH v1 7/7] hw/arm: Hook up FSI module in AST2600
[PULL 00/14] Python, i386 changes for 2023-08-28
2023-08-29 13:43 UTC (2+ messages)
[RFC PATCH-for-8.1] accel: Remove HAX accelerator
2023-08-29 13:38 UTC (3+ messages)
[PATCH] qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom options
2023-08-29 13:29 UTC
[PATCH 0/6] qemu-img: rebase: add compression support
2023-08-29 13:27 UTC (8+ messages)
` [PATCH 3/6] qemu-img: rebase: use backing files' BlockBackend for buffer alignment
` [PATCH 4/6] qemu-img: rebase: avoid unnecessary COW operations
[PATCH v2 00/12] gdbstub and testing fixes for 8.2
2023-08-29 12:04 UTC (4+ messages)
` [PATCH v2 10/12] gdbstub: refactor get_feature_xml
[PATCH v2] target/arm: properly document FEAT_CRC32
2023-08-29 13:23 UTC (2+ messages)
[PATCH] target/arm: Use deposit_z() in BCF opcode
2023-08-29 13:20 UTC (2+ messages)
[PATCH 00/20] riscv: split TCG/KVM accelerators from cpu.c
2023-08-29 13:16 UTC (4+ messages)
` [PATCH 11/20] target/riscv: introduce KVM AccelCPUClass
[PATCH v4 0/9] Implement Most ARMv8.3 Pointer Authentication Features
2023-08-29 13:05 UTC (7+ messages)
` [PATCH v4 1/9] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC
` [PATCH v4 3/9] target/arm: Add feature detection for FEAT_Pauth2 and extensions
` [PATCH v4 4/9] target/arm: Don't change pauth features when changing algorithm
[PATCH v2 00/11] target/arm: Implement cortex-a710
2023-08-29 12:40 UTC (4+ messages)
` [PATCH v2 11/11] "
[PATCH v5 0/3] qmp, vhost-user: Remove virtio_list & update virtio introspection
2023-08-29 12:07 UTC (4+ messages)
` [PATCH v5 1/3] qmp: remove virtio_list, search QOM tree instead
` [PATCH v5 2/3] qmp: update virtio feature maps, vhost-user-gpio introspection
` [PATCH v5 3/3] vhost-user: move VhostUserProtocolFeature definition to header file
[PATCH v3 00/11] memory-backend-file related improvements and VM templating support
2023-08-29 11:29 UTC (15+ messages)
` [PATCH v3 04/11] softmmu/physmem: Remap with proper protection in qemu_ram_remap()
` [PATCH v3 09/11] docs: Start documenting VM templating
` [PATCH v3 11/11] machine: Improve error message when using default RAM backend id
` "
[PATCH 0/2] igb: Add FLR support
2023-08-29 11:13 UTC (4+ messages)
` [PATCH 1/2] igb: Add a VF reset handler
` [PATCH 2/2] igb: Add Function Level Reset to PF and VF
[PATCH 0/3] softmmu: Use async_run_on_cpu in tcg_commit
2023-08-29 10:50 UTC (3+ messages)
` [PATCH 2/3] "
[PATCH v3] Fix SEGFAULT on getting physical address of MMIO region
2023-08-29 10:47 UTC (4+ messages)
[PATCH] tests/qtest/bios-tables-test: Check for virtio-iommu device before using it
2023-08-29 10:20 UTC (2+ messages)
[PATCH 0/3] hw/mips/jazz: Rework the NIC init code
2023-08-29 10:04 UTC (7+ messages)
` [PATCH 1/3] hw/mips/jazz: Remove the big_endian variable
[PATCH] hw/block/dataplane/virtio-block: Avoid dynamic stack allocation
2023-08-29 9:52 UTC (3+ messages)
[PATCH v4 0/8] vdpa: Send all CVQ state load commands in parallel
2023-08-29 9:32 UTC (10+ messages)
` [PATCH v4 1/8] vhost: Add count argument to vhost_svq_poll()
` [PATCH v4 2/8] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PATCH v4 3/8] vhost: Expose vhost_svq_available_slots()
` [PATCH v4 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PATCH v4 5/8] vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
` [PATCH v4 6/8] vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()
` [PATCH v4 7/8] vdpa: Introduce cursors to vhost_vdpa_net_loadx()
` [PATCH v4 8/8] vdpa: Send cvq state load commands in parallel
[PATCH v3 0/3] Vhost-vdpa Shadow Virtqueue RSS Support
2023-08-29 9:11 UTC (4+ messages)
` [PATCH v3 1/3] vdpa: Add SetSteeringEBPF method for NetClientState
` [PATCH v3 2/3] vdpa: Restore receive-side scaling state
` [PATCH v3 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
[PATCH v2 0/8] machine: Unified CPU type check
2023-08-29 9:03 UTC (9+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames
[PATCH v2 0/2] Vhost-vdpa Shadow Virtqueue Hash calculation Support
2023-08-29 8:48 UTC (3+ messages)
` [PATCH v2 1/2] vdpa: Restore hash calculation state
` [PATCH v2 2/2] vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
[PATCH v2 0/3] qemu-img: map: implement support for compressed clusters
2023-08-29 8:46 UTC (5+ messages)
` [PATCH v2 2/3] qemu-img: map: report compressed data blocks
[PATCH] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
2023-08-29 8:41 UTC (5+ messages)
[PATCH] linux-user, bsd-user: disable on unsupported host architectures
2023-08-29 8:40 UTC
[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
2023-08-29 7:27 UTC (8+ messages)
` [PATCH v2 3/4] qcow2: add zoned emulation capability
[PATCH for-8.2] target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization code
2023-08-29 6:26 UTC (3+ messages)
[PATCH v2 00/48] tcg patch queue
2023-08-29 6:17 UTC (3+ messages)
[PATCH v4 0/2] Fix overflow of the max number of IDs for logic processor and core
2023-08-29 4:24 UTC (3+ messages)
` [PATCH v4 1/2] target/i386: Avoid cpu number overflow in legacy topology
` [PATCH v4 2/2] target/i386: Avoid overflow of the cache parameter enumerated by leaf 4
[RFC PATCH v2 0/6] Add API for list cpu extensions
2023-08-29 3:02 UTC (3+ messages)
[RESEND] memory: avoid updating ioeventfds for some address_space
2023-08-29 2:23 UTC
[PATCH] accel/tcg: mttcg remove false-negative halted assertion
2023-08-29 1:06 UTC
[PATCH v11 0/9] rutabaga_gfx + gfxstream
2023-08-29 0:43 UTC (8+ messages)
[PATCH v13 0/9] rutabaga_gfx + gfxstream
2023-08-29 0:36 UTC (10+ messages)
` [PATCH v13 1/9] virtio: Add shared memory capability
` [PATCH v13 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v13 3/9] virtio-gpu: hostmem
` [PATCH v13 4/9] virtio-gpu: blob prep
` [PATCH v13 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v13 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v13 7/9] gfxstream + rutabaga: meson support
` [PATCH v13 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v13 9/9] docs/system: add basic virtio-gpu documentation
[QEMU][PATCH v3 0/2] Add Virtio support to Xenpvh machine for arm
2023-08-29 0:24 UTC (5+ messages)
` [QEMU][PATCH v3 1/2] xen_arm: Create virtio-mmio devices during initialization
` [QEMU][PATCH v3 2/2] xen_arm: Initialize RAM and add hi/low memory regions
[PATCH v2 0/7] Introduce model for IBM's FSI
2023-08-28 22:58 UTC (8+ messages)
` [PATCH v2 1/7] hw/fsi: Introduce IBM's Local bus
` [PATCH v2 2/7] hw/fsi: Introduce IBM's scratchpad
` [PATCH v2 3/7] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v2 4/7] hw/fsi: Introduce IBM's FSI
` [PATCH v2 5/7] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v2 6/7] hw/fsi: Aspeed APB2OPB interface
` [PATCH v2 7/7] hw/arm: Hook up FSI module in AST2600
[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
2023-08-28 22:49 UTC (7+ messages)
` [PATCH 3/7] vhost-user: factor out "vhost_user_write_msg"
` [PATCH 4/7] vhost-user: flatten "enforce_reply" into "vhost_user_write_msg"
` [PATCH 6/7] vhost-user: allow "vhost_set_vring" to wait for a reply
[PATCH v2 00/16] virtio-mem: Expose device memory through multiple memslots
2023-08-28 22:44 UTC (7+ messages)
` [PATCH v2 04/16] kvm: Return number of free memslots
` [PATCH v2 15/16] memory, vhost: Allow for marking memory device memory regions unmergeable
` [PATCH v2 15/16] memory,vhost: "
` [PATCH v2 16/16] virtio-mem: Mark memslot alias "
[PATCH v2 00/11] target/translate: Remove unused "exec/cpu_ldst.h" / "qemu/main-loop.h"
2023-08-28 22:13 UTC (10+ messages)
` [PATCH v2 01/11] target/ppc/pmu: Include missing 'qemu/timer.h' header
` [PATCH v2 02/11] target/riscv/pmu: Restrict 'qemu/log.h' include to source
` [PATCH v2 03/11] target/translate: Include missing 'exec/cpu_ldst.h' header
` [PATCH v2 05/11] target/translate: Restrict 'exec/cpu_ldst.h' to user emulation
` [PATCH v2 06/11] target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header
` [PATCH v2 08/11] target/mips: Remove unused headers in lcsr_helper.c
` [PATCH v2 09/11] target/xtensa: Include missing 'qemu/atomic.h' header
` [PATCH v2 10/11] qemu/processor: Remove unused "
` [PATCH v2 11/11] exec/translation-block: Clean up includes
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).