qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 06:49:10 to 2020-07-21 16:05:17 UTC [more...]

Testing the virtio-vhost-user QEMU patch
 2020-07-21 16:02 UTC  (3+ messages)

[PATCH v1 0/5] candidate fixes for 5.1-rc1 (shippable, semihosting, OOM tcg)
 2020-07-21 15:58 UTC  (8+ messages)
` [PATCH v1 4/5] util: add qemu_get_host_physmem utility function

please try to avoid sending pullreqs late on release-candidate day
 2020-07-21 15:56 UTC 

[PULL 0/1] QAPI patches patches for 2020-07-21
 2020-07-21 15:50 UTC  (3+ messages)
` [PULL 1/1] qapi: Fix visit_type_STRUCT() not to fail for null object

[PULL 0/3] Block layer patches for 5.1.0-rc1
 2020-07-21 15:46 UTC  (4+ messages)
` [PULL 1/3] file-posix: Handle `EINVAL` fallocate return value
` [PULL 2/3] qcow2: Implement v2 zero writes with discard if possible
` [PULL 3/3] iotests: Test sparseness for qemu-img convert -n

[PULL 0/3] QOM patches for 2020-07-21
 2020-07-21 15:41 UTC  (4+ messages)
` [PULL 1/3] qom: Change object_get_canonical_path_component() not to malloc
` [PULL 2/3] qom: Document object_get_canonical_path() returns malloced string
` [PULL 3/3] qom: Make info qom-tree sort children more efficiently

[PATCH v10] qga: add command guest-get-devices for reporting VirtIO devices
 2020-07-21 15:40 UTC 

[PATCH for-5.1 0/5] qom: HMP command fixes
 2020-07-21 15:39 UTC  (6+ messages)
` [PATCH for-5.1 1/5] qdev: Fix device_add DRIVER, help to print to monitor
` [PATCH for-5.1 5/5] qom: Make info qom-tree sort children more efficiently

[PATCH 1/2] target/riscv: Quiet Coverity complains about vamo*
 2020-07-21 15:30 UTC  (5+ messages)
` [PATCH 2/2] target/riscv: fix vector index load/store constraints

[PATCH v9] qga: add command guest-get-devices for reporting VirtIO devices
 2020-07-21 15:28 UTC  (5+ messages)

[RFC PATCH-for-5.1?] tests/tcg/multiarch/linux-test: Skip test if nanosleep missing (Travis)
 2020-07-21 15:26 UTC  (5+ messages)

[PULL 0/1] Monitor patches for 2020-07-21
 2020-07-21 15:25 UTC  (2+ messages)
` [PULL 1/1] qdev: Fix device_add DRIVER,help to print to monitor

[PATCH for-5.1 v2 0/2] qemu-img convert -n: Keep qcow2 v2 target sparse
 2020-07-21 15:23 UTC  (5+ messages)
` [PATCH for-5.1 v2 1/2] qcow2: Implement v2 zero writes with discard if possible
` [PATCH for-5.1 v2 2/2] iotests: Test sparseness for qemu-img convert -n

[PATCH] hw/riscv: sifive_e: Correct debug block size
 2020-07-21 15:12 UTC  (2+ messages)

[PATCH v3] e1000e: using bottom half to send packets
 2020-07-21 15:17 UTC 

[RFC v2 1/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-07-21 15:10 UTC  (11+ messages)

[PULL 0/3] Block patches for 5.1
 2020-07-21 15:10 UTC  (5+ messages)
` [PULL 1/3] block/crypto: disallow write sharing by default
` [PULL 2/3] qemu-iotests: add testcase for bz #1857490
` [PULL 3/3] block: fix bdrv_aio_cancel() for ENOMEDIUM requests

error reporting from pre_load etc callbacks
 2020-07-21 14:58 UTC  (2+ messages)

[PATCH v2 0/2] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value
 2020-07-21 14:52 UTC  (5+ messages)
` [PATCH v2 1/2] hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagation
` [PATCH v2 2/2] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value

[PATCH v2 0/4] Add strace support for printing arguments for a group of selected syscalls
 2020-07-21 14:47 UTC  (9+ messages)
` [PATCH v2 1/4] linux-user: Make cpu_env accessible in strace.c
` [PATCH v2 2/4] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PATCH v2 3/4] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory
` [PATCH v2 4/4] linux-user: Add strace support for printing arguments of some clock and time functions

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2020-07-21 14:37 UTC  (17+ messages)
` [Bug 1886362] "

[PATCH for-5.1] docs/system/arm/virt: Document mte machine option
 2020-07-21 14:43 UTC  (2+ messages)

[PATCH v5 00/10] build some devices as modules
 2020-07-21 14:35 UTC  (20+ messages)
` [PATCH v5 01/10] module: qom module support
` [PATCH v5 02/10] object: "
` [PATCH v5 03/10] qdev: device "
` [PATCH v5 04/10] build: fix device module builds
` [PATCH v5 05/10] ccid: build smartcard as module
` [PATCH v5 10/10] chardev: enable modules, use for braille

OVMF and PCI0 UID
 2020-07-21  9:24 UTC  (3+ messages)

[RFC PATCH-for-5.1? v3 0/2] hw/isa: Allow 8/16/32 bit access on ISA bus after CVE-2020-13754 fix
 2020-07-21 14:32 UTC  (10+ messages)
` [RFC PATCH-for-5.1? v3 1/2] memory: Allow monkey-patching MemoryRegion access sizes
` [RFC PATCH-for-5.1? v3 2/2] hw/isa/isa-bus: Ensure ISA I/O regions are 8/16/32-bit accessible

[PATCH RESEND] file-posix: Handle `EINVAL` fallocate return value
 2020-07-21 14:21 UTC  (4+ messages)

[PATCH] virtio: Drop broken and superfluous object_property_set_link()
 2020-07-21 14:15 UTC  (3+ messages)

[PATCH v2 0/4] Add dtrace support on macOS
 2020-07-21 14:06 UTC  (11+ messages)
` [PATCH v2 1/4] scripts/tracetool: Fix dtrace generation for macOS
` [PATCH v2 2/4] scripts/tracetool: Use void pointer for vcpu
` [PATCH v2 3/4] build: Don't make object files for dtrace on macOS
` [PATCH v2 4/4] net/colo: Match is-enabled probe to tracepoint

[PULL 0/3] Fixes 20200721 patches
 2020-07-21 14:02 UTC  (4+ messages)
` [PULL 1/3] xhci: fix valid.max_access_size to access address registers
` [PULL 2/3] qxl: fix modular builds with dtrace
` [PULL 3/3] module: ignore NULL type

[PATCH for-5.1] xhci: fix valid.max_access_size to access address registers
 2020-07-21 14:01 UTC  (4+ messages)

[PATCH 0/7] pc-bios: s390x: Cleanup part 2
 2020-07-21 13:54 UTC  (13+ messages)
` [PATCH 2/7] pc-bios: s390x: Cleanup jump to ipl code
` [PATCH 3/7] pc-bios: s390x: Remove unneeded dasd-ipl.c reset psw mask changes
` [PATCH 5/7] pc-bios: s390x: Replace lowcore offsets with pointers in dasd-ipl.c
` [PATCH 6/7] pc-bios: s390x: Use PSW constants in start.S

[PATCH for-5.1 0/2] qemu-img convert -n: Keep qcow2 v2 target sparse
 2020-07-21 13:49 UTC  (9+ messages)
` [PATCH for-5.1 1/2] qcow2: Implement v2 zero writes with discard if possible
` [PATCH for-5.1 2/2] iotests: Test sparseness for qemu-img convert -n

[RFC v2 0/3] Enable virtio-fs on s390x
 2020-07-21 13:47 UTC  (8+ messages)
` [RFC v2 1/3] virtio: add vhost-user-fs-ccw device
` [RFC v2 2/3] libvhost-user: handle endianness as mandated by the spec
` [RFC v2 3/3] libvhost-user: fence legacy virtio devices

[PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-07-21 13:42 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/4] Introduce the NVMM impl

[PULL 0/2] Net patches
 2020-07-21 13:34 UTC  (3+ messages)
` [PULL 1/2] hw/net: Added plen fix for IPv6
` [PULL 2/2] hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()

[PULL 00/10] qtest / fuzzer patches
 2020-07-21 13:03 UTC  (12+ messages)
` [PULL 01/10] scripts/oss-fuzz: Limit target list to i386-softmmu
` [PULL 02/10] fuzz: Fix leak when assembling datadir path string
` [PULL 03/10] gitlab-ci.yml: Add oss-fuzz build tests
` [PULL 04/10] fuzz: build without AddressSanitizer, by default
` [PULL 05/10] docs/fuzz: describe building fuzzers with enable-sanitizers
` [PULL 06/10] docs/fuzz: add information about useful libFuzzer flags
` [PULL 07/10] docs/fuzz: add instructions for generating a coverage report
` [PULL 08/10] MAINTAINERS: Extend the device fuzzing section
` [PULL 09/10] msf2: Unbreak device-list-properties for "msf-soc"
` [PULL 10/10] hw: Mark nd_table[] misuse in realize methods FIXME

[PATCH v7 00/47] block: Deal with filters
 2020-07-21 12:42 UTC  (7+ messages)
` [PATCH v7 30/47] block: Report data child for query-blockstats
` [PATCH v7 31/47] block: Use child access functions for QAPI queries
` [PATCH v7 32/47] block-copy: Use CAF to find sync=top base

[PATCH 0/1] tests/acceptance: set VM socket encoding to UTF-8
 2020-07-21 12:55 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH-for-5.1 v2] hw/isa/isa-superio: Fix IDE controller realization
 2020-07-21 12:45 UTC 

[PATCH-for-5.1] hw/isa/isa-superio: Fix IDE controller realization
 2020-07-21 12:46 UTC  (5+ messages)

[PATCH-for-5.1 v3] hw/misc/aspeed_sdmc: Fix incorrect memory size
 2020-07-21 12:42 UTC 

[PATCH v3 0/3] Fix some PMP implementation
 2020-07-21 12:40 UTC  (4+ messages)
` [PATCH v3 1/3] target/riscv: Fix the range of pmpcfg of CSR funcion table
` [PATCH v3 2/3] target/riscv/pmp.c: Fix the index offset on RV64
` [PATCH v3 3/3] target/riscv: Fix the translation of physical address

[PATCH for-5.1] qapi: Fix visit_type_STRUCT() not to fail for null object
 2020-07-21 12:39 UTC  (3+ messages)

[PATCH 1/1] s390x/protvirt: allow to IPL secure execution guests with -no-reboot
 2020-07-21 12:29 UTC  (5+ messages)

[RFC PATCH-not-for-5.1? v2] hw/isa/isa-bus: Ensure ISA I/O regions are 8/16-bit accessible
 2020-07-21 12:29 UTC  (3+ messages)

QEMU | Pipeline #168317253 has failed for master | 9fc87111
 2020-07-21 12:05 UTC  (5+ messages)
` Memory leak in bitmap code? (was: QEMU | Pipeline #168317253 has failed for master | 9fc87111)
  ` Memory leak in bitmap code?

[PATCH v1] migration: tls: unref creds after used
 2020-07-21 11:54 UTC  (2+ messages)

[REPORT] [GSoC - TCG Continuous Benchmarking] [#5] Finding Commits Affecting QEMU Performance
 2020-07-21 11:54 UTC  (2+ messages)

[PATCH] MAINTAINERS: Extend the device fuzzing section
 2020-07-21 11:52 UTC  (4+ messages)

Inter-VM device emulation (call on Mon 20th July 2020)
 2020-07-21 10:49 UTC  (3+ messages)

[PATCH 0/3] hw/arm/virt: Introduce kvm-steal-time
 2020-07-21 10:46 UTC  (7+ messages)
` [PATCH 1/3] hw/arm/virt: Move post cpu realize check into its own function
` [PATCH 2/3] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH 3/3] hw/arm/virt: Implement kvm-steal-time

[PATCH for-5.1] block: fix bdrv_aio_cancel() for ENOMEDIUM requests
 2020-07-21 10:01 UTC  (2+ messages)

[PATCH-for-5.1] hw/misc/aspeed_sdmc: Fix incorrect memory size
 2020-07-21  9:55 UTC  (6+ messages)

[PATCH v2 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-07-21  9:48 UTC  (10+ messages)
` [PATCH v2 4/9] prep: add ppc-parity write method
` [PATCH v2 5/9] nvram: add nrf51_soc flash read method

[PATCH 2/3] exec: posix_madvise usage on SunOS
 2020-07-21  9:48 UTC  (6+ messages)

aarch64: Crash with qemu master when starting Jailhouse
 2020-07-21  9:28 UTC  (2+ messages)

[PATCH] i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks
 2020-07-21  8:58 UTC  (3+ messages)

[PATCH for-5.2 0/3] Allow guest-get-fsinfo also for non-PCI devices
 2020-07-21  8:58 UTC  (7+ messages)
` [PATCH for-5.2 1/3] qga/qapi-schema: Document -1 for invalid PCI address fields
` [PATCH for-5.2 2/3] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function
` [PATCH for-5.2 3/3] qga/commands-posix: Move the udev code from the pci to the generic function

[PATCH v2 00/20] backup performance: block_status + async
 2020-07-21  8:43 UTC  (5+ messages)
` [PATCH v2 05/20] block/block-copy: implement block_copy_async

[PATCH v4 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-07-21  8:41 UTC  (5+ messages)
` [PATCH v4 3/8] s390/sclp: rework sclp boundary and length checks

[PATCH v2 0/3] migration: Add block-bitmap-mapping parameter
 2020-07-21  8:33 UTC  (10+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] iotests.py: Add wait_for_runstate()
` [PATCH v2 3/3] iotests: Test node/bitmap aliases during migration

[PATCH-for-5.1] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value
 2020-07-21  8:33 UTC  (3+ messages)

migration: broken snapshot saves appear on s390 when small fields in migration stream removed
 2020-07-21  8:22 UTC  (9+ messages)

[Bug 1886811] [NEW] systemd complains Failed to enqueue loopback interface start request: Operation not supported
 2020-07-21  7:37 UTC  (2+ messages)
` [Bug 1886811] "

Intended purpose of virtio-rng's QOM link "rng"?
 2020-07-21  7:05 UTC  (3+ messages)

[PATCH 7/7] pc-bios: s390x: Setup io and ext new psws only once
 2020-07-21  7:03 UTC  (3+ messages)
` [PATCH] pc-bios: s390x: Add a comment to the io and external new PSW setup

[PATCH-for-5.1 v2] hw/misc/aspeed_sdmc: Fix incorrect memory size
 2020-07-21  6:51 UTC  (2+ 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).