qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 10:44:44 to 2021-11-11 20:47:56 UTC [more...]

[PATCH-for-6.2] hw/nvme/ctrl: Fix buffer overrun (CVE-2021-3947)
 2021-11-11 20:42 UTC  (4+ messages)

[PATCH 00/10] vhost: stick to -errno error return convention
 2021-11-11 20:14 UTC  (15+ messages)
` [PATCH 01/10] vhost-user-blk: reconnect on any error during realize
` [PATCH 02/10] chardev/char-socket: tcp_chr_recv: don't clobber errno
` [PATCH 03/10] chardev/char-socket: tcp_chr_sync_read: "
` [PATCH 04/10] chardev/char-fe: don't allow EAGAIN from blocking read
` [PATCH 05/10] vhost-backend: avoid overflow on memslots_limit
` [PATCH 06/10] vhost-backend: stick to -errno error return convention
` [PATCH 07/10] vhost-vdpa: "
` [PATCH 08/10] vhost-user: "
` [PATCH 09/10] vhost: "
` [PATCH 10/10] vhost-user-blk: propagate error return from generic vhost

[PATCH 0/5] Update linux-headers + NOIRQ support for KVM gdbstub
 2021-11-11 19:29 UTC  (19+ messages)
` [PATCH 1/5] virtio-gpu: do not byteswap padding
` [PATCH 2/5] linux-headers: update to 5.16-rc1
` [PATCH 3/5] gdbstub: reject unsupported flags in handle_set_qemu_sstep
` [PATCH 4/5] gdbstub, kvm: let KVM report supported singlestep flags
` [PATCH 5/5] kvm: add support for KVM_GUESTDBG_BLOCKIRQ

[PATCH] qmp: Stabilize preconfig
 2021-11-11 19:22 UTC  (10+ messages)

[PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off
 2021-11-11 18:48 UTC  (2+ messages)

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-11-11 18:43 UTC  (11+ messages)

[PATCH v4 00/20] Support UXL filed in xstatus
 2021-11-11 18:23 UTC  (22+ messages)
` [PATCH v4 01/20] target/riscv: Don't save pc when exception return
` [PATCH v4 02/20] target/riscv: Sign extend pc for different XLEN
` [PATCH v4 03/20] target/riscv: Ignore the pc bits above XLEN
` [PATCH v4 04/20] target/riscv: Extend pc for runtime pc write
` [PATCH v4 05/20] target/riscv: Use gdb xml according to max mxlen
` [PATCH v4 06/20] target/riscv: Relax debug check for pm write
` [PATCH v4 07/20] target/riscv: Adjust csr write mask with XLEN
` [PATCH v4 08/20] target/riscv: Create current pm fields in env
` [PATCH v4 09/20] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v4 10/20] target/riscv: Calculate address according to XLEN
` [PATCH v4 11/20] target/riscv: Split pm_enabled into mask and base
` [PATCH v4 12/20] target/riscv: Split out the vill from vtype
` [PATCH v4 13/20] target/riscv: Fix RESERVED field length in VTYPE
` [PATCH v4 14/20] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v4 15/20] target/riscv: Remove VILL field in VTYPE
` [PATCH v4 16/20] target/riscv: Ajdust vector atomic check with XLEN
` [PATCH v4 17/20] target/riscv: Fix check range for first fault only
` [PATCH v4 18/20] target/riscv: Adjust vector address with mask
` [PATCH v4 19/20] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v4 20/20] target/riscv: Enable uxl field write

[PATCH v8 00/10] GICv3 LPI and ITS feature implementation
 2021-11-11 18:21 UTC  (12+ messages)
` [PATCH v8 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PATCH v3 00/20] Support UXL filed in xstatus
 2021-11-11 18:20 UTC  (27+ messages)
` [PATCH v3 04/20] target/riscv: Extend pc for runtime pc write
` [PATCH v3 07/20] target/riscv: Adjust csr write mask with XLEN
` [PATCH v3 09/20] target/riscv: Alloc tcg global for cur_pm[mask|base]
` [PATCH v3 10/20] target/riscv: Calculate address according to XLEN
` [PATCH v3 11/20] target/riscv: Split pm_enabled into mask and base
` [PATCH v3 12/20] target/riscv: Split out the vill from vtype
` [PATCH v3 13/20] target/riscv: Fix RESERVED field length in VTYPE
` [PATCH v3 14/20] target/riscv: Adjust vsetvl according to XLEN
` [PATCH v3 15/20] target/riscv: Remove VILL field in VTYPE
` [PATCH v3 19/20] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v3 20/20] target/riscv: Enable uxl field write

[RFC PATCH v2 00/30] Add Loongarch softmmu support
 2021-11-11 18:14 UTC  (33+ messages)
` [RFC PATCH v2 01/30] target/loongarch: Update README
` [RFC PATCH v2 02/30] target/loongarch: Add CSR registers definition
` [RFC PATCH v2 03/30] target/loongarch: Add basic vmstate description of CPU
` [RFC PATCH v2 04/30] target/loongarch: Define exceptions for LoongArch
` [RFC PATCH v2 06/30] target/loongarch: Add stabletimer support
` [RFC PATCH v2 07/30] target/loongarch: Add MMU support for LoongArch CPU
` [RFC PATCH v2 08/30] target/loongarch: Add LoongArch CSR/IOCSR instruction
` [RFC PATCH v2 09/30] target/loongarch: Add TLB instruction support
` [RFC PATCH v2 15/30] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson Platform
` [RFC PATCH v2 16/30] hw/loongarch: Add a virt LoongArch 3A5000 board support
` [RFC PATCH v2 17/30] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)
` [RFC PATCH v2 18/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v2 19/30] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v2 20/30] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [RFC PATCH v2 21/30] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)

[PATCH-for-7.0 0/2] hw/nvme/ctrl: Buffer types cleanups
 2021-11-11 18:09 UTC  (4+ messages)
` [PATCH-for-7.0 1/2] hw/nvme/ctrl: Have nvme_addr_write() take const buffer
` [PATCH-for-7.0 2/2] hw/nvme/ctrl: Pass buffers as 'void *' types

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-11-11 17:54 UTC  (6+ messages)

[PATCH] escc: update transmit status bits when switching to async mode
 2021-11-11 17:36 UTC  (3+ messages)

[PATCH v2 00/10] block: Attempt on fixing 030-reported errors
 2021-11-11 17:25 UTC  (12+ messages)
` [PATCH v2 01/10] stream: Traverse graph after modification
` [PATCH v2 02/10] block: Manipulate children list in .attach/.detach
` [PATCH v2 03/10] block: Unite remove_empty_child and child_free
` [PATCH v2 04/10] block: Drop detached child from ignore list
` [PATCH v2 05/10] block: Pass BdrvChild ** to replace_child_noperm
` [PATCH v2 06/10] block: Restructure remove_file_or_backing_child()
` [PATCH v2 07/10] transactions: Invoke clean() after everything else
` [PATCH v2 08/10] block: Let replace_child_tran keep indirect pointer
` [PATCH v2 09/10] block: Let replace_child_noperm free children
` [PATCH v2 10/10] iotests/030: Unthrottle parallel jobs in reverse

[PATCH 0/2] Fix integer overflows in loading of large images
 2021-11-11 17:04 UTC  (9+ messages)
` [PATCH 1/2] hw/core/loader: return image sizes as ssize_t
` [PATCH 2/2] hw/core/loader: workaround read() size limit

[PATCH v4 00/25] block layer: split block APIs in global state and I/O
 2021-11-11 16:32 UTC  (5+ messages)
` [PATCH v4 02/25] include/block/block: split header into I/O and global state API
` [PATCH v4 03/25] assertions for block "

[PATCH v2 0/1] Jobs based on custom runners: add CentOS Stream 8
 2021-11-11 16:05 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-11 15:08 UTC  (15+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 2/6] kvm: x86: Introduce guest private memory address space to memslot
` [RFC PATCH 3/6] kvm: x86: add private_ops "
` [RFC PATCH 4/6] kvm: x86: implement private_ops for memfd backing store
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit
` [RFC PATCH 6/6] KVM: add KVM_SPLIT_MEMORY_REGION
` [RFC PATCH 07/13] linux-headers: Update
` [RFC PATCH 08/13] hostmem: Add guest private memory to memory backend
` [RFC PATCH 09/13] qmp: Include "guest-private" property for memory backends
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space
` [RFC PATCH 11/13] kvm: register private memory slots
` [RFC PATCH 12/13] kvm: handle private to shared memory conversion
` [RFC PATCH 13/13] machine: Add 'private-memory-backend' property

[PULL 0/4] Linux user for 6.2 patches
 2021-11-11 15:35 UTC  (6+ messages)
` [PULL 1/4] linux-user: Split out do_getdents, do_getdents64
` [PULL 2/4] linux-user: Always use flexible arrays for dirent d_name
` [PULL 3/4] linux-user: Fix member types of target_dirent64
` [PULL 4/4] linux-user: Rewrite do_getdents, do_getdents64

[PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-11 15:31 UTC  (6+ messages)
` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries

[PATCH v4 0/6] Add vmnet.framework based network backend
 2021-11-11 15:21 UTC  (4+ messages)
` [PATCH v4 2/6] net/vmnet: add vmnet backends to qapi/net

[PATCH for-6.2] docs: Deprecate incorrectly typed device_add arguments
 2021-11-11 14:52 UTC  (3+ messages)

[PATCH 0/5] python/aqmp: improve support for device-crash-test
 2021-11-11 14:37 UTC  (6+ messages)
` [PATCH 1/5] python/aqmp: Fix disconnect during capabilities negotiation
` [PATCH 2/5] python/aqmp: fix ConnectError string method
` [PATCH 3/5] scripts/device-crash-test: simplify Exception handling
` [PATCH 4/5] scripts/device-crash-test: don't emit AQMP connection errors to stdout
` [PATCH 5/5] scripts/device-crash-test: hide tracebacks for QMP connect errors

[PATCH-for-6.2 v3 0/6] tests/unit: Fix test-smp-parse
 2021-11-11 14:20 UTC  (15+ messages)
` [PATCH-for-6.2 v3 1/6] tests/unit/test-smp-parse: Restore MachineClass fields after modifying
` [PATCH-for-6.2 v3 2/6] tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
` [PATCH-for-6.2 v3 3/6] tests/unit/test-smp-parse: Explicit MachineClass name
` [PATCH-for-6.2 v3 4/6] tests/unit/test-smp-parse: Simplify pointer to compound literal use
` [PATCH-for-6.2 v3 5/6] tests/unit/test-smp-parse: Constify some pointer/struct
` [PATCH-for-6.2 v3 6/6] hw/core: Rename smp_parse() -> machine_parse_smp_config()

[PATCH] vfio/migration: Improve to read/write full migration region per chunk
 2021-11-11  9:50 UTC 

[PATCH] target/i386: sgx: mark device not user creatable
 2021-11-11 14:02 UTC  (2+ messages)

[PULL 0/4] tcg patch queue
 2021-11-11 13:57 UTC  (6+ messages)
` [PULL 1/4] tcg/optimize: Add an extra cast to fold_extract2
` [PULL 2/4] tcg: Remove TCI experimental status
` [PULL 3/4] tcg: Document ctpop opcodes
` [PULL 4/4] tcg/s390x: Fix tcg_out_vec_op argument type

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-11 13:15 UTC  (7+ messages)
` [PATCH v2 1/3] icount: preserve cflags when custom tb is about to execute
` [PATCH v2 2/3] softmmu: fix watchpoint-interrupt races

[PATCH v2 0/6] try improve native hotplug for pcie root ports
 2021-11-11 13:08 UTC  (7+ messages)
` [PATCH v2 1/6] pci: implement power state
` [PATCH v2 2/6] pcie: implement slot power control for pcie root ports
` [PATCH v2 3/6] pcie: add power indicator blink check
` [PATCH v2 4/6] pcie: factor out pcie_cap_slot_unplug()
` [PATCH v2 5/6] pcie: fast unplug when slot power is off
` [PATCH v2 6/6] pcie: expire pending delete

[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-11-11 13:00 UTC  (6+ messages)
` [PATCH v4 2/2] tests/unit: Add an unit test for smp parsing

[PULL 0/5] x86, RCU/TCG patches for QEMU 6.2-rc1
 2021-11-11 11:01 UTC  (2+ messages)

[PATCH] Fix tcg_out_vec_op argument type
 2021-11-11 10:53 UTC  (4+ messages)

[PATCH 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-11-11 10:43 UTC  (3+ messages)
` [PATCH 3/3] target/ppc: Implement Vector Mask Move insns


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).