qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 06:19:18 to 2021-11-11 15:33:09 UTC [more...]

[PATCH-for-6.2] hw/nvme/ctrl: Fix buffer overrun (CVE-2021-3947)
 2021-11-11 15:31 UTC 

[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 v3 00/20] Support UXL filed in xstatus
 2021-11-11 15:18 UTC  (28+ 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 16/20] target/riscv: Ajdust vector atomic check with XLEN
` [PATCH v3 17/20] target/riscv: Fix check range for first fault only
` [PATCH v3 19/20] target/riscv: Adjust scalar reg in vector with XLEN
` [PATCH v3 20/20] target/riscv: Enable uxl field write

[PATCH 0/2] Fix integer overflows in loading of large images
 2021-11-11 14:55 UTC  (5+ 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 15:00 UTC  (3+ messages)
` [PATCH v4 02/25] include/block/block: split header into I/O and global state API

[RFC PATCH v2 00/30] Add Loongarch softmmu support
 2021-11-11 14:58 UTC  (27+ 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 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] qmp: Stabilize preconfig
 2021-11-11 14:37 UTC  (9+ messages)

[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()

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-11 14:13 UTC  (14+ 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

[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 for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-11 13:47 UTC  (7+ messages)
` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-11 13:15 UTC  (8+ 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 3/3] softmmu: fix watchpoints on memory used by vCPU internals

[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

[PATCH v2 00/10] block: Attempt on fixing 030-reported errors
 2021-11-11 12:08 UTC  (11+ 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/6] RfC: try improve native hotplug for pcie root ports
 2021-11-11 12:09 UTC  (7+ messages)

[PATCH 0/5] Update linux-headers + NOIRQ support for KVM gdbstub
 2021-11-11 11:38 UTC  (10+ 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

[PULL 0/4] Linux user for 6.2 patches
 2021-11-11 11:05 UTC  (5+ 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

[PULL 0/5] x86, RCU/TCG patches for QEMU 6.2-rc1
 2021-11-11 11:01 UTC  (7+ messages)
` [PULL 1/5] target/i386: sgx: mark device not user creatable
` [PULL 2/5] rcu: Introduce force_rcu notifier
` [PULL 3/5] accel/tcg: Register a "
` [PULL 4/5] numa: avoid crash with SGX and "info numa"
` [PULL 5/5] sgx: Reset the vEPC regions during VM reboot

[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  (7+ messages)
` [PATCH 1/3] target/ppc: Implement Vector Expand Mask
` [PATCH 2/3] target/ppc: Implement Vector Extract Mask
` [PATCH 3/3] target/ppc: Implement Vector Mask Move insns

[PATCH v2 0/1] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
 2021-11-11 10:34 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v9 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-11-11 10:25 UTC  (16+ messages)
` [PATCH v9 3/8] qmp: add QMP command x-query-virtio
` [PATCH v9 4/8] qmp: add QMP command x-query-virtio-status
` [PATCH v9 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v9 7/8] qmp: add QMP command x-query-virtio-queue-element
` [PATCH v9 8/8] hmp: add virtio commands

[PATCH v3 0/6] SEV: add kernel-hashes=on for measured -kernel launch
 2021-11-11 10:20 UTC  (8+ messages)
` [PATCH v3 1/6] qapi/qom, target/i386: sev-guest: Introduce kernel-hashes=on|off option
` [PATCH v3 2/6] target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
` [PATCH v3 3/6] target/i386/sev: Rephrase error message when no hashes table in guest firmware
` [PATCH v3 4/6] target/i386/sev: Fail when invalid hashes table area detected
` [PATCH v3 5/6] target/i386/sev: Perform padding calculations at compile-time
` [PATCH v3 6/6] target/i386/sev: Replace qemu_map_ram_ptr with address_space_map

[PATCH v2 0/6] SEV: add kernel-hashes=on for measured -kernel launch
 2021-11-11 10:04 UTC  (17+ messages)
` [PATCH v2 1/6] qapi/qom, target/i386: sev-guest: Introduce kernel-hashes=on|off option
  ` [PATCH v2 1/6] qapi/qom,target/i386: "
` [PATCH v2 2/6] target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
` [PATCH v2 4/6] target/i386/sev: Fail when invalid hashes table area detected
` [PATCH v2 5/6] target/i386/sev: Perform padding calculations at compile-time
` [PATCH v2 6/6] target/i386/sev: Replace qemu_map_ram_ptr with address_space_map

[PATCH 0/4] Some watchpoint-related patches
 2021-11-11  9:56 UTC  (4+ messages)
` [PATCH 4/4] icount: preserve cflags when custom tb is about to execute

[PATCH] q35: flip acpi-pci-hotplug-with-bridge-support default back to off
 2021-11-11  9:52 UTC 

[PATCH v10 00/10]vhost-vdpa: add support for configure interrupt
 2021-11-11  9:21 UTC  (4+ messages)

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [QEMU]
 2021-11-11  9:01 UTC  (3+ messages)
` [RFC PATCH v3 2/2] s390x: Implement the USER_SIGP_BUSY capability

[PATCH v2 0/2] tests/unit/test-smp-parse: Two fixes for test-smp-parse
 2021-11-11  8:53 UTC  (6+ messages)
` [PATCH v2 1/2] tests/unit/test-smp-parse: Make an unified name for the tested machine
` [PATCH v2 2/2] tests/unit/test-smp-parse: Fix a check-patch complain

[PATCH 1/2] virtio: use virtio accessor to access packed descriptor flags
 2021-11-11  8:27 UTC  (5+ messages)
` [PATCH 2/2] virtio: use virtio accessor to access packed event

[PATCH v3 0/5] SGX NUMA support plus vepc reset
 2021-11-11  8:07 UTC  (11+ messages)
` [PATCH v3 3/5] numa: Support SGX numa in the monitor and Libvirt interfaces

[PATCH v3] s390: kvm: adjust diag318 resets to retain data
 2021-11-11  7:33 UTC  (3+ messages)


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