qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 17:39:03 to 2020-11-11 13:18:37 UTC [more...]

[PULL 00/17] Net patches
 2020-11-11 13:11 UTC  (3+ messages)
` [PULL 02/17] net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanup
` [PULL 04/17] Reduce the time of checkpoint for COLO

dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
 2020-11-11 13:11 UTC  (3+ messages)

[PATCH 0/2] char: Deprecate backend aliases
 2020-11-11 13:08 UTC  (3+ messages)
` [PATCH 1/2] char: Skip CLI aliases in query-chardev-backends
` [PATCH 2/2] char: Deprecate backend aliases 'tty' and 'parport'

[PATCH] hw/net/e1000e: advance desc_offset in case of null descriptor
 2020-11-11 13:06 UTC 

Command line QAPIfication and -readconfig
 2020-11-11 13:06 UTC  (6+ messages)

hw/i386/q35: Where go LPC irqs?
 2020-11-11 12:58 UTC  (2+ messages)

[PATCH 0/4] Categorize some uncategorized devices
 2020-11-10 22:17 UTC  (5+ messages)
` [PATCH 1/4] ssd0323: put it into the 'dispaly' category
` [PATCH 2/4] ads7846: "
` [PATCH 3/4] nand: put it into the 'storage' category
` [PATCH 4/4] max111x: put it into the 'misc' category

[RFC v1 00/10] i386 cleanup
 2020-11-11 12:59 UTC  (14+ messages)
` [RFC v1 09/10] i386: split cpu.c and defer x86 models registration

[RFC v3] VFIO Migration
 2020-11-11 12:56 UTC  (5+ messages)

[PATCH 1/1] virtio-blk-ccw: tweak the default for num_queues
 2020-11-11 12:49 UTC  (7+ messages)

[PATCH for-5.2 v3 0/4] hw/net/can/ctucan: fix Coverity and other issues
 2020-11-11 12:50 UTC  (6+ messages)
` [PATCH for-5.2 v3 1/4] hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer
` [PATCH for-5.2 v3 2/4] hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()
` [PATCH for-5.2 v3 3/4] hw/net/can/ctucan_core: Handle big-endian hosts
` [PATCH for-5.2 v3 4/4] hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffers

[PATCH] net/e1000e_core: make sure RDH never exceeds RDT in e1000e_ring_advance()
 2020-11-11 12:48 UTC  (5+ messages)

[PATCH v2 00/12] microvm: add second ioapic
 2020-11-11 12:50 UTC  (13+ messages)
` [PATCH v2 02/12] x86: rewrite gsi_handler()
` [PATCH v2 03/12] x86: add support for second ioapic
` [PATCH v2 04/12] microvm: make number of virtio transports runtime configurable
` [PATCH v2 06/12] microvm: drop microvm_gsi_handler()
` [PATCH v2 07/12] microvm: add second ioapic
` [PATCH v2 08/12] tests/acpi: allow updates for expected data files

[PATCH for-5.2 00/10] block/export: vhost-user-blk server tests and input validation
 2020-11-11 12:43 UTC  (11+ messages)
` [PATCH for-5.2 01/10] test: new qTest case to test the vhost-user-blk-server
` [PATCH for-5.2 02/10] tests/qtest: add multi-queue test case to vhost-user-blk-test
` [PATCH for-5.2 03/10] libqtest: add qtest_socket_server()
` [PATCH for-5.2 04/10] vhost-user-blk-test: rename destroy_drive() to destroy_file()
` [PATCH for-5.2 05/10] vhost-user-blk-test: close fork child file descriptors
` [PATCH for-5.2 06/10] vhost-user-blk-test: drop unused return value
` [PATCH for-5.2 07/10] vhost-user-blk-test: fix races by using fd passing
` [PATCH for-5.2 08/10] block/export: port virtio-blk discard/write zeroes input validation
` [PATCH for-5.2 09/10] vhost-user-blk-test: test discard/write zeroes invalid inputs
` [PATCH for-5.2 10/10] block/export: port virtio-blk read/write range check

[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
 2020-11-11 12:35 UTC  (2+ messages)

[PATCH] dev-uas: Fix a error of variable sized type not at end
 2020-11-11 12:17 UTC  (2+ messages)

[PATCH-for-5.2? v5 0/2] ci: Move trace backend tests across to gitlab
 2020-11-11 12:12 UTC  (3+ messages)
` [PATCH-for-5.2? v5 1/2] tests/docker: Install liblttng-ust-dev package in Ubuntu 20.04 image
` [PATCH-for-5.2? v5 2/2] gitlab-ci: Move trace backend tests across to gitlab

[PATCH-for-5.2 v2 0/4] vhost-user: Fix ./configure confusion
 2020-11-11 12:09 UTC  (5+ messages)
` [PATCH-for-5.2 v2 1/4] meson: move vhost_user_blk_server to meson.build
` [PATCH-for-5.2 v2 2/4] meson: Only build vhost-user when system or tools is enabled
` [PATCH-for-5.2 v2 3/4] vhost-user-blk-server: depend on CONFIG_VHOST_USER
` [PATCH-for-5.2 v2 4/4] configure: mark vhost-user Linux-only

[PATCH for-5.2] virtiofsd: Announce submounts even without statx()
 2020-11-11 12:07 UTC  (3+ messages)

[PATCH] json: Fix a memleak in parse_pair()
 2020-11-11 11:56 UTC 

[PATCH 0/3] vhost-user: ./configure improvements for 5.2
 2020-11-11 11:54 UTC  (10+ messages)
` [PATCH 1/3] meson: move vhost_user_blk_server to meson.build
` [PATCH 2/3] vhost-user-blk-server: depend on CONFIG_VHOST_USER
` [PATCH 3/3] configure: mark vhost-user Linux-only

[PATCH v1 for 5.1 00/10] various fixes (CI, Xen, plugins)
 2020-11-11 11:52 UTC  (13+ messages)
` [PATCH v1 01/10] plugins: Fix resource leak in connect_socket()
` [PATCH v1 02/10] plugins: Fix two resource leaks in setup_socket()
` [PATCH v1 03/10] meson.build: fix building of Xen support for aarch64
` [PATCH v1 04/10] include/hw/xen.h: drop superfluous struct
` [PATCH v1 05/10] stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub
` [PATCH v1 06/10] accel/stubs: drop unused cpu.h include
` [PATCH v1 07/10] hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off
` [PATCH v1 08/10] tests/acceptance: Disable Spartan-3A DSP 1800A test
` [PATCH v1 09/10] gitlab: move remaining x86 check-tcg targets to gitlab
` [PATCH v1 10/10] scripts/ci: clean up default args logic a little

[Bug 1903712] [NEW] when ../configure, cannot find Ninjia
 2020-11-11 11:30 UTC  (2+ messages)
` [Bug 1903712] "

Requirements for out-of-process device emulation
 2020-11-11 11:17 UTC  (3+ messages)
  ` [Rust-VMM] "

[PATCH 0/2] keyval: accept escaped commas in implied option
 2020-11-11 11:14 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] keyval: simplify keyval_parse_one

[RFC PATCH 00/16] gitlab-ci: Introduce "CI job maintainer" concept, mark jobs maintained
 2020-11-11 11:13 UTC  (6+ messages)
` [RFC PATCH 10/16] gitlab-ci: Introduce the CI "job maintainer" concept

[PATCH] net: do not exit on "netdev_add help" monitor command
 2020-11-11 10:52 UTC 

[PATCH] keyval: simplify keyval_parse_one
 2020-11-11 10:51 UTC 

Fosshost.org
 2020-11-11 10:27 UTC  (3+ messages)

[Bug 1903833] [NEW] User mode qemu-aarch: SIGGSEGV signal handler works wrong
 2020-11-11 10:19 UTC 

Qemu first time contribution
 2020-11-11 10:06 UTC  (6+ messages)

[RESEND][PATCH] multifd/tls: fix memoryleak of the QIOChannelSocket object when canceling migration
 2020-11-11  9:58 UTC  (2+ messages)

[PATCH] qtest: Fix bad printf format specifiers
 2020-11-11  9:53 UTC  (12+ messages)

[PATCH] hw/riscv: sifive_u: Add UART1 DT node in the generated DTB
 2020-11-11  9:47 UTC 

[PATCH 0/3] Fix LGPL information in the file headers
 2020-11-11  9:30 UTC  (6+ messages)
` [PATCH 1/3] tests/migration: "
` [PATCH 2/3] tests/acceptance: "
` [PATCH 3/3] test: "

[PATCH-for-5.2 0/2] gitlab-ci: Fix EDK2 & OpenSBI jobs
 2020-11-11  9:18 UTC  (4+ messages)
` [PATCH-for-5.2 2/2] gitlab-ci: Avoid running the EDK2 job when not necessary

[PATCH] net/l2tpv3: Remove redundant check in net_init_l2tpv3()
 2020-11-11  8:53 UTC  (3+ messages)

[PATCH-for-5.2 v4 00/17] ci: Move various jobs from Travis to GitLab CI
 2020-11-11  8:50 UTC  (8+ messages)
` [PATCH-for-6.0 v4 08/17] gitlab-ci: Move linux-user debug-tcg test across to gitlab
` [PATCH-for-6.0 v4 14/17] gitlab-ci: Move trace backend tests "

QMP and the 'id' parameter
 2020-11-11  8:27 UTC  (4+ messages)

[PATCH] qemu-keymap.c: Fix bad printf format specifiers
 2020-11-11  7:46 UTC 

[PATCH v3 00/18] Support Multifd for RDMA migration
 2020-11-11  7:56 UTC  (7+ messages)
` [PATCH v3 03/18] migration/rdma: create multifd_setup_ops for Tx/Rx thread
` [PATCH v3 04/18] migration/rdma: add multifd_setup_ops for rdma

[PATCH] exynos: Fix bad printf format specifiers
 2020-11-11  7:36 UTC 

[PATCH v2] migration/multifd: close TLS channel before socket finalize
 2020-11-11  7:07 UTC  (6+ messages)

[PATCH] multifd/tls: fix memoryleak of the QIOChannelSocket object when canceling migration
 2020-11-11  7:08 UTC 

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-11-11  5:47 UTC  (26+ messages)
` [RFC PATCH 01/25] Temp: Add the PCI_EXT_ID_DVSEC definition to the qemu pci_regs.h copy
` [RFC PATCH 02/25] hw/pci/cxl: Add a CXL component type (interface)
` [RFC PATCH 03/25] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH 04/25] hw/cxl/device: Introduce a CXL device (8.2.8)
` [RFC PATCH 05/25] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [RFC PATCH 06/25] hw/cxl/device: Add device status (8.2.8.3)
` [RFC PATCH 07/25] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [RFC PATCH 08/25] hw/cxl/device: Add memory devices (8.2.8.5)
` [RFC PATCH 09/25] hw/pxb: Use a type for realizing expanders
` [RFC PATCH 10/25] hw/pci/cxl: Create a CXL bus type
` [RFC PATCH 11/25] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [RFC PATCH 12/25] acpi/pci: Consolidate host bridge setup
` [RFC PATCH 13/25] hw/pci: Plumb _UID through host bridges
` [RFC PATCH 14/25] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [RFC PATCH 15/25] acpi/pxb/cxl: Reserve host bridge MMIO
` [RFC PATCH 16/25] hw/pxb/cxl: Add "windows" for host bridges
` [RFC PATCH 17/25] hw/cxl/rp: Add a root port
` [RFC PATCH 18/25] hw/cxl/device: Add a memory device (8.2.8.5)
` [RFC PATCH 19/25] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [RFC PATCH 20/25] acpi/cxl: Add _OSC implementation (9.14.2)
` [RFC PATCH 21/25] acpi/cxl: Introduce a compat-driver UUID for CXL _OSC
` [RFC PATCH 22/25] acpi/cxl: Create the CEDT (9.14.1)
` [RFC PATCH 23/25] Temp: acpi/cxl: Add ACPI0017 (CEDT awareness)
` [RFC PATCH 24/25] WIP: i386/cxl: Initialize a host bridge
` [RFC PATCH 25/25] qtest/cxl: Add very basic sanity tests

[Bug 1874678] [NEW] [Feature request] python-qemu package
 2020-11-11  5:34 UTC  (2+ messages)
` [Bug 1874678] "

[PATCH 0/5 v4] KVM: x86: Fill in conforming {vmx|svm}_x86_ops and {vmx|svm}_nested_ops via macros
 2020-11-11  1:54 UTC  (5+ messages)
` [PATCH 4/5 v4] KVM: VMX: Fill in conforming vmx_x86_ops via macro

[PATCH 1/2] i386/cpu: Add the Intel PT capabilities checking before extend the CPUID level
 2020-11-11  1:47 UTC  (3+ messages)
` [PATCH 2/2] i386/cpu: Make the Intel PT LIP feature configurable

[PATCH v3 0/3] virtiofsd: fix some accessing NULL pointer problem
 2020-11-11  1:10 UTC  (4+ messages)
` [PATCH 1/3] tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance func
` [PATCH 2/3] virtiofsd: check whether lo_map_reserve returns NULL in, main func
` [PATCH 3/3] virtiofsd: check whether strdup lo.source return NULL in "

[ANNOUNCE] QEMU 5.2.0-rc1 is now available
 2020-11-10 23:50 UTC 

[PULL 0/6] Misc fixes for QEMU 5.2-rc2
 2020-11-10 22:28 UTC  (2+ messages)

[PATCH for-5.2 v2 0/4] hw/net/can/ctucan: fix Coverity and other issues
 2020-11-10 22:02 UTC  (14+ messages)
` [PATCH for-5.2 v2 1/4] hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer
` [PATCH for-5.2 v2 2/4] hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()
` [PATCH for-5.2 v2 3/4] hw/net/can/ctucan_core: Handle big-endian hosts
` [PATCH for-5.2 v2 4/4] hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffers

[RFC PATCH for-QEMU-5.2] vfio: Make migration support experimental
 2020-11-10 21:26 UTC  (7+ messages)

[PULL 00/16] target-arm queue
 2020-11-10 21:11 UTC  (2+ messages)

[PATCH v3 00/11] gitlab-ci: Allow forks to select & restrict build jobs
 2020-11-10 20:54 UTC  (15+ messages)
` [PATCH v3 02/11] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH v3 03/11] gitlab-ci: Replace YAML anchors by extends (native_build_job)
` [PATCH v3 04/11] gitlab-ci: Replace YAML anchors by extends (native_test_job)
` [PATCH v3 05/11] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)
` [PATCH v3 06/11] gitlab-ci: Rename acceptance_test_job -> integration_test_job
` [PATCH v3 07/11] gitlab-ci: Extract common job definition as 'cross_common_job'
` [PATCH v3 08/11] gitlab-ci: Extract common job definition as 'native_common_job'

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-11-10 19:55 UTC  (2+ messages)

QOM address space handling
 2020-11-10 18:36 UTC  (5+ messages)

[Qemu-devel] [Bug 1174654] [NEW] qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram
 2020-11-10 17:57 UTC  (2+ messages)
` [Bug 1174654] "

[PATCH 0/8] qom: Use qlit to represent property defaults
 2020-11-10 18:16 UTC  (3+ messages)

[Qemu-devel] [Bug 1738507] [NEW] qemu sometimes stuck when booting windows 10
 2020-11-10 18:02 UTC  (2+ messages)
` [Bug 1738507] "

[Qemu-devel] [Bug 1738434] [NEW] CALL FWORD PTR [ESP] handled incorrectly
 2020-11-10 18:01 UTC  (2+ messages)
` [Bug 1738434] "

[Qemu-devel] [Bug 1737882] [NEW] QEMU Zaurus cannot boot 2.4.x kernels
 2020-11-10 17:59 UTC  (2+ messages)
` [Bug 1737882] "

[Qemu-devel] [Bug 1736042] [NEW] qemu-system-x86_64 does not boot image reliably
 2020-11-10 17:54 UTC  (2+ messages)
` [Bug 1736042] "

[Qemu-devel] [Bug 1732177] [NEW] SBSA ACS test freezes inside qemu-system-aarch64
 2020-11-10 17:50 UTC  (2+ messages)
` [Bug 1732177] "

[Qemu-devel] [Bug 1735082] [NEW] NVME pass through in th eguest VM
 2020-11-10 17:52 UTC  (2+ messages)
` [Bug 1735082] "

[PATCH v3 00/41] Mirror map JIT memory for TCG
 2020-11-10 17:57 UTC  (4+ messages)
` [PATCH v3 16/41] accel/tcg: Support split-wx for darwin/iOS with vm_remap


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