qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 18:24:10 to 2021-11-12 23:25:42 UTC [more...]

QEMU on x64
 2021-11-12 23:18 UTC  (5+ messages)

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

Guests wont start with 15 pcie-root-port devices
 2021-11-12 20:51 UTC  (3+ messages)

[PATCH v4 0/1] hw/hyperv/vmbus: Is it maintained?
 2021-11-12 20:39 UTC  (3+ messages)

[PATCH 00/10] vhost: stick to -errno error return convention
 2021-11-12 19:59 UTC  (20+ 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 0/2] vdpa: Check for existence of opts.vhostdev
 2021-11-12 19:34 UTC  (3+ messages)
` [PATCH 1/2] vdpa: Replace qemu_open_old by qemu_open at
` [PATCH 2/2] vdpa: Check for existence of opts.vhostdev

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-12 19:28 UTC  (6+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit

[PATCH v2 0/1] Jobs based on custom runners: add CentOS Stream 8
 2021-11-12 18:35 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v1] job.c: add missing notifier initialization
 2021-11-12 18:04 UTC  (2+ messages)

[RFC PATCH] hw/intc: clean-up error reporting for failed ITS cmd
 2021-11-12 17:04 UTC 

[RFC PATCH v1 0/3] virtio: early detect 'modern' virtio
 2021-11-12 16:36 UTC  (6+ messages)
` [RFC PATCH v1 1/3] virtio: introduce virtio_force_modern()

Fwd: New Defects reported by Coverity Scan for QEMU
 2021-11-12 16:28 UTC  (2+ messages)

[PATCH v2 00/10] block: Attempt on fixing 030-reported errors
 2021-11-12 16:25 UTC  (13+ messages)
` [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 v4 00/25] block layer: split block APIs in global state and I/O
 2021-11-12 15:46 UTC  (24+ 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 v4 04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v4 05/25] block/block-backend.c: assertions for block-backend
` [PATCH v4 06/25] include/block/block_int: split header into I/O and global state API
` [PATCH v4 07/25] assertions for block_int "
` [PATCH v4 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v4 10/25] assertions for blockjob_int.h
` [PATCH v4 12/25] assertions for blockob.h global state API
` [PATCH v4 13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH v4 14/25] include/systemu/blockdev.h: global state API

[RFC PATCH v2 0/5] virtio: early detect 'modern' virtio
 2021-11-12 15:37 UTC  (7+ messages)
` [RFC PATCH v2 1/5] virtio: introduce virtio_force_modern()
` [RFC PATCH v2 2/5] virtio-ccw: use virtio_force_modern()
` [RFC PATCH v2 3/5] virtio-pci: "
` [RFC PATCH v2 4/5] vhost: push features to backend on force_modern
` [RFC PATCH v2 5/5] virtio-net: handle force_modern for vhost

[PATCH v5 00/18] Adding partial support for 128-bit riscv target
 2021-11-12 14:59 UTC  (19+ messages)
` [PATCH v5 01/18] exec/memop: Adding signedness to quad definitions
` [PATCH v5 02/18] exec/memop: Adding signed quad and octo defines
` [PATCH v5 03/18] qemu/int128: addition of div/rem 128-bit operations
` [PATCH v5 04/18] target/riscv: additional macros to check instruction support
` [PATCH v5 05/18] target/riscv: separation of bitwise logic and arithmetic helpers
` [PATCH v5 06/18] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v5 07/18] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v5 08/18] target/riscv: moving some insns close to similar insns
` [PATCH v5 09/18] target/riscv: accessors to registers upper part and 128-bit load/store
` [PATCH v5 10/18] target/riscv: support for 128-bit bitwise instructions
` [PATCH v5 11/18] target/riscv: support for 128-bit U-type instructions
` [PATCH v5 12/18] target/riscv: support for 128-bit shift instructions
` [PATCH v5 13/18] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v5 14/18] target/riscv: support for 128-bit M extension
` [PATCH v5 15/18] target/riscv: adding high part of some csrs
` [PATCH v5 16/18] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v5 17/18] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v5 18/18] target/riscv: actual functions to realize crs 128-bit insns

[PATCH v2 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-11-12 14:14 UTC  (4+ messages)
` [PATCH v2 1/3] target/ppc: Implement Vector Expand Mask
` [PATCH v2 2/3] target/ppc: Implement Vector Extract Mask
` [PATCH v2 3/3] target/ppc: Implement Vector Mask Move insns

[PATCH v10 00/26] Add LoongArch linux-user emulation support
 2021-11-12 14:05 UTC  (30+ messages)
` [PATCH v10 01/26] target/loongarch: Add README
` [PATCH v10 02/26] target/loongarch: Add core definition
` [PATCH v10 03/26] target/loongarch: Add main translation routines
` [PATCH v10 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v10 05/26] target/loongarch: Add fixed point shift "
` [PATCH v10 06/26] target/loongarch: Add fixed point bit "
` [PATCH v10 07/26] target/loongarch: Add fixed point load/store "
` [PATCH v10 08/26] target/loongarch: Add fixed point atomic "
` [PATCH v10 09/26] target/loongarch: Add fixed point extra "
` [PATCH v10 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v10 11/26] target/loongarch: Add floating point comparison "
` [PATCH v10 12/26] target/loongarch: Add floating point conversion "
` [PATCH v10 13/26] target/loongarch: Add floating point move "
` [PATCH v10 14/26] target/loongarch: Add floating point load/store "
` [PATCH v10 15/26] target/loongarch: Add branch "
` [PATCH v10 16/26] target/loongarch: Add disassembler
` [PATCH v10 17/26] linux-user: Add LoongArch generic header files
` [PATCH v10 18/26] linux-user: Add LoongArch specific structures
` [PATCH v10 19/26] linux-user: Add LoongArch signal support
` [PATCH v10 20/26] linux-user: Add LoongArch elf support
` [PATCH v10 21/26] linux-user: Add LoongArch syscall support
` [PATCH v10 22/26] linux-user: Add LoongArch cpu_loop support
` [PATCH v10 23/26] default-configs: Add loongarch linux-user support
` [PATCH v10 24/26] target/loongarch: Add target build suport
` [PATCH v10 25/26] target/loongarch: 'make check-tcg' support
` [PATCH v10 26/26] scripts: add loongarch64 binfmt config

[PULL 00/54] ppc-for-6.2 queue 20211109
 2021-11-12 13:39 UTC  (6+ messages)
` [PULL 03/54] target/ppc: Move load and store floating point instructions to decodetree

does drive_get_next(IF_NONE) make sense?
 2021-11-12 13:33 UTC  (4+ messages)

[PULL 0/3] ppc 6.2 queue
 2021-11-12 13:30 UTC  (5+ messages)
` [PULL 1/3] target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]
` [PULL 2/3] spapr_numa.c: fix FORM1 distance-less nodes
` [PULL 3/3] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-12 13:27 UTC  (10+ messages)

[PATCH for-6.2 v3 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-12 13:11 UTC  (7+ messages)
` [PATCH for 6.2 v3 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH for 6.2 v3 2/5] hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type
` [PATCH for 6.2 v3 3/5] bios-tables-test: Allow changes in DSDT ACPI tables
` [PATCH for 6.2 v3 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
` [PATCH for 6.2 v3 5/5] tests: bios-tables-test update expected blobs

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

[PATCH v5 0/6] MSG_ZEROCOPY + multifd
 2021-11-12 12:01 UTC  (18+ messages)
` [PATCH v5 1/6] QIOChannel: Add io_writev_zerocopy & io_flush_zerocopy callbacks
` [PATCH v5 2/6] QIOChannelSocket: Add flags parameter for writing
` [PATCH v5 3/6] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v5 4/6] migration: Add zerocopy parameter for QMP/HMP for Linux
` [PATCH v5 5/6] migration: Add migrate_use_tls() helper
` [PATCH v5 6/6] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH for 6.2 v2 0/5] Fix Q35 ACPI PCI Hot-plug I/O issues
 2021-11-12 10:51 UTC  (14+ messages)
` [PATCH for 6.2 v2 1/5] pcie: rename 'native-hotplug' to 'x-native-hotplug'
` [PATCH for 6.2 v2 4/5] hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
` [PATCH for 6.2 v2 5/5] bios-tables-test: Update golden binaries

[PATCH v2 0/3] Some watchpoint-related patches
 2021-11-12 10:10 UTC  (3+ messages)
` [PATCH v2 2/3] softmmu: fix watchpoint-interrupt races

[PATCH 1/2] virtio: use virtio accessor to access packed descriptor flags
 2021-11-12 10:04 UTC  (7+ messages)
` [PATCH 2/2] virtio: use virtio accessor to access packed event

[PATCH v5 0/6] optimize the downtime for vfio migration
 2021-11-12  9:31 UTC  (4+ messages)
` [PATCH v5 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route

[PATCH v5 0/6] Add vmnet.framework based network backend
 2021-11-12  9:14 UTC  (7+ messages)
` [PATCH v5 1/6] net/vmnet: add vmnet dependency and customizable option
` [PATCH v5 2/6] net/vmnet: add vmnet backends to qapi/net
` [PATCH v5 3/6] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v5 4/6] net/vmnet: implement host mode (vmnet-host)
` [PATCH v5 5/6] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v5 6/6] net/vmnet: update qemu-options.hx

[PATCH 0/2] Fix integer overflows in loading of large images
 2021-11-12  8:25 UTC  (3+ messages)
` [PATCH 1/2] hw/core/loader: return image sizes as ssize_t

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

[PATCH] Revert "device-crash-test: Ignore errors about a bus not being available"
 2021-11-12  7:22 UTC 

[PATCH 0/5] python/aqmp: improve support for device-crash-test
 2021-11-12  7:20 UTC  (2+ messages)

[RFC PATCH v2 00/30] Add Loongarch softmmu support
 2021-11-12  7:14 UTC  (10+ messages)
` [RFC PATCH v2 02/30] target/loongarch: Add CSR registers definition
` [RFC PATCH v2 04/30] target/loongarch: Define exceptions for LoongArch

[PATCH v6 00/10] PMU-EBB support for PPC64 TCG
 2021-11-12  3:02 UTC  (3+ messages)
` [PATCH v6 01/10] target/ppc: introduce PMUEventType and PMU overflow timers

[PATCH v10 00/10]vhost-vdpa: add support for configure interrupt
 2021-11-12  3:39 UTC  (5+ messages)

[PATCH-for-6.2 v3 0/6] tests/unit: Fix test-smp-parse
 2021-11-12  3:22 UTC  (13+ 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] net/filter: Enable the vnet_hdr_support by default
 2021-11-12  3:24 UTC  (7+ messages)

[PATCH for 7.0 V10 0/6] Add passthrough support to object with network processing function
 2021-11-12  3:11 UTC  (7+ messages)
` [PATCH for 7.0 V10 1/6] qapi/net: Add IPFlowSpec and QMP command for filter passthrough
` [PATCH for 7.0 V10 2/6] util/qemu-sockets.c: Add inet_parse_base to handle InetSocketAddressBase
` [PATCH for 7.0 V10 3/6] hmp-commands: Add new HMP command for filter passthrough
` [PATCH for 7.0 V10 4/6] net/colo-compare: Move data structure and define to .h file
` [PATCH for 7.0 V10 5/6] net/colo-compare: Add passthrough list to CompareState
` [PATCH for 7.0 V10 6/6] net/net.c: Add handler for passthrough filter command

[PATCH 0/2] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-11-12  2:31 UTC  (6+ messages)
` [PATCH 1/2] target/ppc: Fixed call to deferred exception

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

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

[PATCH 0/5] Update linux-headers + NOIRQ support for KVM gdbstub
 2021-11-11 19:29 UTC  (4+ messages)
` [PATCH 3/5] gdbstub: reject unsupported flags in handle_set_qemu_sstep

[PATCH v4 00/20] Support UXL filed in xstatus
 2021-11-11 18:23 UTC  (3+ messages)
` [PATCH v4 20/20] target/riscv: Enable uxl field write

[PATCH v8 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC
 2021-11-11 18:21 UTC  (11+ 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).