qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-26 09:18:57 to 2020-10-26 14:29:52 UTC [more...]

[PATCH] virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y
 2020-10-26 14:28 UTC 

[PULL 00/33] target-arm queue
 2020-10-26 14:26 UTC  (12+ messages)
` [PULL 25/33] tests/acceptance: Add a test for the N800 and N810 arm machines

[PATCH v5 00/12] Exposing backing-chain allocation over NBD
 2020-10-26 14:25 UTC  (15+ messages)
` [PATCH v5 01/12] qapi: Move GenericList to qapi/util.h
` [PATCH v5 02/12] qapi: Make QAPI_LIST_ADD() public
` [PATCH v5 06/12] nbd: Update qapi to support exporting multiple bitmaps
` [PATCH v5 10/12] block: Return depth level during bdrv_is_allocated_above
` [PATCH v5 11/12] nbd: Expose actual depth in qemu:allocation-depth

[PATCH v6 0/6] migration/postcopy: Sync faulted addresses after network recovered
 2020-10-26 13:57 UTC  (2+ messages)

[PATCH 0/9] dev-serial: minor fixes and improvements
 2020-10-26 14:04 UTC  (25+ messages)
` [PATCH 1/9] dev-serial: style changes to improve readability and checkpatch fixes
` [PATCH 2/9] dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
` [PATCH 3/9] dev-serial: convert from DPRINTF to trace-events
` [PATCH 4/9] dev-serial: add trace-events for baud rate and data parameters
` [PATCH 5/9] dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros from usb.h
` [PATCH 6/9] dev-serial: add always-plugged property to ensure USB device is always attached
` [PATCH 7/9] dev-serial: add support for setting data_bits in QEMUSerialSetParams
` [PATCH 8/9] dev-serial: fix FTDI_GET_MDM_ST response
` [PATCH 9/9] dev-serial: store flow control and xon/xoff characters

[PATCH] hw/acpi/nvdimm.c : Don't use '#' flag of printf format
 2020-10-26  9:44 UTC 

[PATCH v29 00/17] Add migration support for VFIO devices
 2020-10-26 14:02 UTC  (21+ messages)
` [PATCH v29 01/17] vfio: Add function to unmap VFIO region
` [PATCH v29 02/17] vfio: Add vfio_get_object callback to VFIODeviceOps
` [PATCH v29 03/17] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v29 04/17] vfio: Add migration region initialization and finalize function
` [PATCH v29 05/17] vfio: Add VM state change handler to know state of VM
` [PATCH v29 06/17] vfio: Add migration state change notifier
` [PATCH v29 07/17] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v29 08/17] vfio: Add save state functions to SaveVMHandlers
` [PATCH v29 09/17] vfio: Add load "
` [PATCH v29 10/17] memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
` [PATCH v29 11/17] vfio: Get migration capability flags for container
` [PATCH v29 12/17] vfio: Add function to start and stop dirty pages tracking
` [PATCH v29 13/17] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH v29 14/17] vfio: Dirty page tracking when vIOMMU is enabled
` [PATCH v29 15/17] vfio: Add ioctl to get dirty pages bitmap during dma unmap
` [PATCH v29 16/17] vfio: Make vfio-pci device migration capable
` [PATCH v29 17/17] qapi: Add VFIO devices migration stats in Migration stats

[PULL 00/17] Build system changes and misc fixes for QEMU 5.2 soft freeze
 2020-10-26 13:51 UTC  (18+ messages)
` [PULL 01/17] build: fix macOS --enable-modules build
` [PULL 02/17] meson: rewrite curses/iconv test
` [PULL 03/17] do not use colons in test names
` [PULL 04/17] hw/core/qdev-clock: add a reference on aliased clocks
` [PULL 05/17] qtest: unbreak non-TCG builds in bios-tables-test
` [PULL 06/17] replay: do not build if TCG is not available
` [PULL 07/17] Remove deprecated -no-kvm option
` [PULL 08/17] Makefile: separate meson rerun from the rest of the ninja invocation
` [PULL 09/17] configure: allow configuring localedir
` [PULL 10/17] configure: move directory options from config-host.mak to meson
` [PULL 11/17] configure: remove unused variable from config-host.mak
` [PULL 12/17] configure: move install_blobs from configure to meson
` [PULL 13/17] WHPX: Fix WHPX build break
` [PULL 14/17] win32: boot broken when bind & data dir are the same
` [PULL 15/17] machine: remove deprecated -machine enforce-config-section option
` [PULL 16/17] machine: move UP defaults to class_base_init
` [PULL 17/17] machine: move SMP initialization from vl.c

[PATCH] plugin: Fixes compiling errors on OSX
 2020-10-26  4:03 UTC 

[PATCH] hw/acpi/nvdimm.c : Don't use '#' flag of printf format
 2020-10-26  9:02 UTC 

[PATCH 0/8] Add support for pvpanic mmio device
 2020-10-26 13:50 UTC  (3+ messages)

[PATCH 0/4] spapr: Error handling fixes and cleanups (round 5)
 2020-10-26 13:49 UTC  (9+ messages)
` [PATCH 1/4] spapr: qemu_memalign() doesn't return NULL
` [PATCH 2/4] spapr: Use error_append_hint() in spapr_reallocate_hpt()
` [PATCH 3/4] target/ppc: Fix kvmppc_load_htab_chunk() error reporting
` [PATCH 4/4] spapr: Improve spapr_reallocate_hpt() "

[PATCH v1 0/4] migration/debug: Add migration ram consistency check
 2020-10-26 13:58 UTC  (5+ messages)
` [PATCH v1 1/4] migration/debug: Introduce foreach_migratable_block()
` [PATCH v1 2/4] migration/debug: Implement migration memory consistency check
` [PATCH v1 3/4] migration/debug: add checkpoint for migration "
` [PATCH v1 4/4] migration/debug: add DEBUG_MIGRATION_CONSISTENCY_CHECK macros

[PATCH 0/4] Test more "check-acceptance" tests in the gitlab-CI
 2020-10-26 13:41 UTC  (3+ messages)

[PATCH] device-crash-test: Check if path is actually an executable file
 2020-10-26 13:40 UTC  (3+ messages)

[PATCH 0/6] qemu-storage-daemon: QAPIfy --chardev
 2020-10-26 13:33 UTC  (3+ messages)
` [PATCH 6/6] qemu-storage-daemon: Use qmp_chardev_add() for --chardev

[PATCH] hw/arm: fix min_cpus for xlnx-versal-virt platform
 2020-10-26 13:23 UTC  (2+ messages)

[PULL 00/12] riscv-to-apply queue
 2020-10-26 13:16 UTC  (2+ messages)

[Bug 1901440] [NEW] Instability in IVSHMEM after updating QEMU 4.2 -> 5.0
 2020-10-26 12:45 UTC  (3+ messages)
` [Bug 1901440] "

[PULL 00/13] 9p queue 2020-10-23
 2020-10-26 12:48 UTC  (3+ messages)

[PATCH v3] migration: using trace_ to replace DPRINTF
 2020-10-26 12:29 UTC  (2+ messages)

[PATCH v3 0/8] Fix some style problems in migration
 2020-10-26 12:24 UTC  (2+ messages)

[PATCH v2] tests/acceptance: Test case for detecting -object crashes
 2020-10-26 12:07 UTC  (3+ messages)

[PULL 0/2] bitmaps patches for 2020-10-26
 2020-10-26 12:02 UTC  (3+ messages)
` [PULL 1/2] migration/block-dirty-bitmap: fix larger granularity bitmaps
` [PULL 2/2] migration/block-dirty-bitmap: fix uninitialized variable warning

[PATCH] migration: Drop unused VMSTATE_FLOAT64 support
 2020-10-26 11:57 UTC  (3+ messages)

[PATCH V4 0/6] Support RISC-V migration
 2020-10-26 11:55 UTC  (7+ messages)
` [PATCH V4 1/6] target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
` [PATCH V4 2/6] target/riscv: Add basic vmstate description of CPU
` [PATCH V4 3/6] target/riscv: Add PMP state description
` [PATCH V4 4/6] target/riscv: Add H extension "
` [PATCH V4 5/6] target/riscv: Add V "
` [PATCH V4 6/6] target/riscv: Add sifive_plic vmstate

[Bug 1901532] [NEW] Assertion failure `mr != NULL' failed through usb-ehci
 2020-10-26 11:32 UTC 

[PATCH] hw/arm/highbank: Silence warnings about missing fallthrough statements
 2020-10-26 11:38 UTC  (2+ messages)

[PATCH v12 00/12] linux-user: User support for AArch64 BTI
 2020-10-26 11:33 UTC  (2+ messages)

[PULL v3 00/28] Block patches
 2020-10-26 11:27 UTC  (2+ messages)

[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
 2020-10-26 11:17 UTC  (3+ messages)

[PATCH v2 0/6] qemu-storage-daemon: QAPIfy --chardev
 2020-10-26 11:04 UTC  (4+ messages)
` [PATCH v2 3/6] qapi: Remove wrapper struct for simple unions

[PATCH] target/xtensa: enable all coprocessors for linux-user
 2020-10-26 11:07 UTC  (2+ messages)

[PULL 0/3] s390x updates
 2020-10-26 11:13 UTC  (4+ messages)
` [PULL 1/3] s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset
` [PULL 2/3] s390x: pv: Remove sclp boundary checks
` [PULL 3/3] s390x: pv: Fix diag318 PV fencing

[RFC] Using gitlab for upstream qemu repo?
 2020-10-26 11:04 UTC  (2+ messages)

[PULL 0/5] SD/MMC patches for 2020-10-26
 2020-10-26 11:03 UTC  (6+ messages)
` [PULL 1/5] hw/sd/sdcard: Update the SDState documentation
` [PULL 2/5] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PULL 3/5] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PULL 4/5] hw/sd/sdcard: Make iolen unsigned
` [PULL 5/5] hw/sd/sdcard: Zero out function selection fields before being populated

[PATCH] CHANGELOG: remove disused file
 2020-10-26 11:05 UTC  (5+ messages)

[PATCH v2 00/19] util/vfio-helpers: Allow using multiple MSIX IRQs
 2020-10-26 10:55 UTC  (20+ messages)
` [PATCH v2 01/19] block/nvme: Correct minimum device page size
` [PATCH v2 02/19] block/nvme: Set request_alignment at initialization
` [PATCH v2 03/19] block/nvme: Introduce device/iommu 'page_size_min' variables
` [PATCH v2 04/19] block/nvme: Trace controller capabilities
` [PATCH v2 05/19] util/vfio-helpers: Improve reporting unsupported IOMMU type
` [PATCH v2 06/19] util/vfio-helpers: Trace PCI I/O config accesses
` [PATCH v2 07/19] util/vfio-helpers: Trace PCI BAR region info
` [PATCH v2 08/19] util/vfio-helpers: Trace where BARs are mapped
` [PATCH v2 09/19] util/vfio-helpers: Improve DMA trace events
` [PATCH v2 10/19] util/vfio-helpers: Convert vfio_dump_mapping to "
` [PATCH v2 11/19] util/vfio-helpers: Let qemu_vfio_dma_map() propagate Error
` [PATCH v2 12/19] util/vfio-helpers: Let qemu_vfio_do_mapping() "
` [PATCH v2 13/19] util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()
` [PATCH v2 14/19] util/vfio-helpers: Pass minimum page size to qemu_vfio_open_pci()
` [PATCH v2 15/19] util/vfio-helpers: Report error when IOMMU page size is not supported
` [PATCH v2 16/19] util/vfio-helpers: Introduce qemu_vfio_pci_msix_init_irqs()
` [PATCH v2 17/19] util/vfio-helpers: Introduce qemu_vfio_pci_msix_set_irq()
` [PATCH v2 18/19] block/nvme: Switch to using the MSIX API
` [PATCH v2 19/19] util/vfio-helpers: Remove now unused qemu_vfio_pci_init_irq()

[PATCH] linux-user: correct errno returned from accept4() syscall
 2020-10-26 11:00 UTC  (2+ messages)

[PATCH 0/4] linux-user: update syscall_nr headers to Linux 5.9-rc7
 2020-10-26 10:40 UTC  (2+ messages)

[PATCH 0/4] qemu-storage-daemon: QAPIfy --chardev the stupid way
 2020-10-26 10:10 UTC  (5+ messages)
` [PATCH 1/4] char/stdio: Fix QMP default for 'signal'
` [PATCH 2/4] char: Factor out qemu_chr_print_types()
` [PATCH 3/4] char: Flat alternative to overly nested chardev-add arguments
` [PATCH 4/4] qemu-storage-daemon: QAPIfy --chardev

[PULL 00/31] qtests and gitlab-CI/acceptance patches
 2020-10-26 10:06 UTC  (32+ messages)
` [PULL 01/31] tests/migration: fix memleak in wait_command/wait_command_fd
` [PULL 02/31] tests/qtest/libqtest: Fix detection of architecture for binaries without path
` [PULL 03/31] accel: Remove _WIN32 ifdef from qtest-cpus.c
` [PULL 04/31] accel: move qtest CpusAccel functions to a common location
` [PULL 05/31] accel: Add xen CpusAccel using dummy-cpus
` [PULL 06/31] tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XX
` [PULL 07/31] libqtest: fix the order of buffered events
` [PULL 08/31] libqtest: fix memory leak in the qtest_qmp_event_ref
` [PULL 09/31] memory: Add FlatView foreach function
` [PULL 10/31] fuzz: Add generic virtual-device fuzzer
` [PULL 11/31] fuzz: Add PCI features to the generic fuzzer
` [PULL 12/31] fuzz: Add DMA support to the generic-fuzzer
` [PULL 13/31] fuzz: Declare DMA Read callback function
` [PULL 14/31] fuzz: Add fuzzer callbacks to DMA-read functions
` [PULL 15/31] fuzz: Add support for custom crossover functions
` [PULL 16/31] fuzz: add a DISABLE_PCI op to generic-fuzzer
` [PULL 17/31] fuzz: add a crossover function "
` [PULL 18/31] scripts/oss-fuzz: Add script to reorder a generic-fuzzer trace
` [PULL 19/31] scripts/oss-fuzz: Add crash trace minimization script
` [PULL 20/31] fuzz: Add instructions for using generic-fuzz
` [PULL 21/31] fuzz: add an "opaque" to the FuzzTarget struct
` [PULL 22/31] fuzz: add generic-fuzz configs for oss-fuzz
` [PULL 23/31] fuzz: register predefined generic-fuzz configs
` [PULL 24/31] scripts/oss-fuzz: use hardlinks instead of copying
` [PULL 25/31] scripts/oss-fuzz: ignore the generic-fuzz target
` [PULL 26/31] tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archive
` [PULL 27/31] test/acceptance: Remove the CONTINUOUS_INTEGRATION tags
` [PULL 28/31] tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI
` [PULL 29/31] test/docker/dockerfiles: Add missing packages for acceptance tests
` [PULL 30/31] tests/acceptance: Remove unused import
` [PULL 31/31] tests/acceptance: Use .ppm extention for Portable PixMap files

[PATCH V2 00/14] fix some comment spelling errors
 2020-10-26 10:04 UTC  (4+ messages)
` [PATCH V2 02/14] ppc/: "

[PATCH v3] net: remove an assert call in eth_get_gso_type
 2020-10-26  9:59 UTC  (4+ messages)

[PATCH v2 0/6] Add support for Control-Flow Integrity
 2020-10-26 10:00 UTC  (11+ messages)
` [PATCH v2 2/6] configure: avoid new clang 11+ warnings
` [PATCH v2 3/6] configure: add option to enable LTO
` [PATCH v2 4/6] cfi: Initial support for cfi-icall in QEMU
` [PATCH v2 6/6] configure: add support for Control-Flow Integrity

[PATCH 0/8] arm/virt: add usb support
 2020-10-26  9:57 UTC  (4+ messages)

[PATCH RESEND v2 0/7] some memleak trivial patchs
 2020-10-26  9:51 UTC  (3+ messages)
` [PATCH RESEND v2 1/7] tests/migration: fix memleak in wait_command/wait_command_fd

[PATCH] ACPI: Avoid infinite recursion when dump-vmstate
 2020-10-26  9:40 UTC  (5+ messages)

[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
 2020-10-26  9:17 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).