qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-16 14:39:44 to 2019-10-17 13:07:09 UTC [more...]

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-10-17 13:01 UTC  (5+ messages)
` [RFC PATCH 01/18] qemu-storage-daemon: Add barebone tool
` [RFC PATCH 02/18] qemu-storage-daemon: Add --object option
` [RFC PATCH 03/18] stubs: Add arch_type
` [RFC PATCH 04/18] stubs: Add blk_by_qdev_id()

[PATCH 0/2] virtiofsd: Two fix for xattr operation
 2019-10-17 13:01 UTC  (4+ messages)
` [Virtio-fs] "

[PATCH v2 0/3] tests: More iotest 223 improvements
 2019-10-17 12:59 UTC  (7+ messages)
` [PATCH v2 1/3] iotests: Fix 173
` [PATCH v2 2/3] iotests: Include QMP input in .out files

[Qemu-devel] [PATCH v2 1/6] tests/acceptance: Add test that runs NetBSD 4.0 installer on PRep/40p
 2019-10-17 12:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH] Acceptance tests: refactor wait_for_console_pattern
  `  "

[Qemu-devel] [PATCH 0/3] tests/acceptance: Add tests for the Leon3 board
 2019-10-17 12:54 UTC  (2+ messages)
`  "

[PATCH v3 0/10] add failover feature for assigned network devices
 2019-10-17 12:51 UTC  (9+ messages)
` [PATCH v3 10/10] vfio: unplug failover primary device before migration

[Qemu-devel] [Bug 1838569] [NEW] virtio-balloon change breaks post 4.0 upgrade
 2019-10-17 12:37 UTC  (7+ messages)
` [Bug 1838569] "

[Qemu-devel] [PATCH v7 0/9] linux-user: strace improvements
 2019-10-17 12:48 UTC  (3+ messages)
`  "

[PATCH] util/cacheinfo: fix crash when compiling with uClibc
 2019-10-17 12:47 UTC  (2+ messages)

[PATCH 0/1] BZ#1751431:guest-get-memory-block-info is not supported
 2019-10-17 12:34 UTC  (2+ messages)
` [PATCH 1/1] qga: Add "guest-get-memory-block-info" to blacklist

[PATCH v1] s390x/mmu: Remove duplicate check for MMU_DATA_STORE
 2019-10-17 12:20 UTC  (2+ messages)

[PULL 00/31] s390x/tcg update
 2019-10-17 12:13 UTC  (5+ messages)
` [PULL 19/31] target/s390x: Return exception from mmu_translate_real

[PATCH v2 1/1] riscv/boot: Fix possible memory leak
 2019-10-17 12:08 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] Audio: misc fixes for "Audio 20190821 patches", part two
 2019-10-17 12:07 UTC  (2+ messages)

[PULL 00/36] Block patches
 2019-10-17 12:04 UTC  (3+ messages)
` [PULL 33/36] block/backup: use backup-top instead of write notifiers

[PATCH v10 00/15] Introduce the microvm machine type
 2019-10-17 11:52 UTC  (19+ messages)
` [PATCH v10 03/15] hw/i386/pc: fix code style issues on functions that will be moved out
` [PATCH v10 04/15] hw/i386/pc: replace use of strtol with qemu_strtoui in x86_load_linux()
` [PATCH v10 10/15] fw_cfg: add "modify" functions for all types
` [PATCH v10 13/15] docs/microvm.rst: document the new microvm machine type
` [PATCH v10 14/15] hw/i386: Introduce the "

[PATCH 0/5] aspeed/i2c: Add support for pool and DMA transfer modes
 2019-10-17 11:52 UTC  (13+ messages)
` [PATCH 1/5] aspeed/i2c: Add support for pool buffer transfers
` [PATCH 2/5] aspeed/i2c: Check SRAM enablement on A2500
` [PATCH 3/5] aspeed: Add a DRAM memory region at the SoC level
` [PATCH 4/5] aspeed/i2c: Add support for DMA transfers
` [PATCH 5/5] aspeed/i2c: Add trace events

[PATCH] s390x/cpumodel: Add missing visit_free
 2019-10-17 11:44 UTC  (3+ messages)

[Bug 1847232] [NEW] qemu TCG in s390x mode issue with calculating HASH
 2019-10-17 11:28 UTC  (8+ messages)

[PATCH v7 0/3] target/ppc: Optimize emulation of some Altivec instructions
 2019-10-17 11:27 UTC  (4+ messages)
` [PATCH v7 1/3] target/ppc: Optimize emulation of vclzh and vclzb instructions
` [PATCH v7 2/3] target/ppc: Optimize emulation of vpkpx instruction
` [PATCH v7 3/3] target/ppc: Optimize emulation of vupkhpx and vupklpx instructions

[PATCH] configure: Require Python >= 3.5
 2019-10-17 11:21 UTC  (5+ messages)

[PULL v2 00/19] Bitmaps patches
 2019-10-17 11:07 UTC  (2+ messages)

s390x/qemu-user: TODO /home/dhildenb/git/qemu/tcg/tci.c:859: tcg_qemu_tb_exec()
 2019-10-17 11:01 UTC  (5+ messages)

iotest 260 failure (linux host): "OSError: AF_UNIX path too long"
 2019-10-17 11:01 UTC  (5+ messages)

[QEMU][PATCH v2] ssi: xilinx_spips: Skip update of cs and fifo releated to spips in gqspi
 2019-10-17 10:31 UTC  (2+ messages)

[PATCH] runstate: ignore exit request in finish migrate state
 2019-10-17 10:18 UTC 

[PATCH 00/10] image-fuzzer: Port to Python 3
 2019-10-17  9:56 UTC  (14+ messages)
` [PATCH 01/10] image-fuzzer: Open image files in binary mode
` [PATCH 02/10] image-fuzzer: Write bytes instead of string to image file
` [PATCH 03/10] image-fuzzer: Explicitly use integer division operator
` [PATCH 04/10] image-fuzzer: Use io.StringIO
` [PATCH 05/10] image-fuzzer: Use %r for all fiels at Field.__repr__()
` [PATCH 06/10] image-fuzzer: Return bytes objects on string fuzzing functions
` [PATCH 07/10] image-fuzzer: Use bytes constant for field values
` [PATCH 08/10] image-fuzzer: Encode file name and file format to bytes
` [PATCH 09/10] image-fuzzer: Run using python3
` [PATCH 10/10] image-fuzzer: Use errors parameter of subprocess.Popen()

[Patch v2] checkpatch: sugguest to use qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_PAGESIZE)
 2019-10-17  9:40 UTC  (4+ messages)

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2019-10-17  9:16 UTC  (6+ messages)
` [Bug 1846427] "

[Bug 1847793] [NEW] qemu 4.1.0 - Corrupt guest filesystem after new vm install
 2019-10-17  9:15 UTC  (3+ messages)
` [Bug 1847793] "

[PATCH] ui: fix keymap file search in input-barrier object
 2019-10-17  9:08 UTC  (2+ messages)

[RFC 0/5] Handle PAPR irq chip changes for VFIO devices
 2019-10-17  9:00 UTC  (8+ messages)
` [RFC 1/5] kvm: Introduce KVM irqchip change notifier
` [RFC 2/5] vfio/pci: Split vfio_intx_update()
` [RFC 3/5] vfio/pci: Respond to KVM irqchip change notifier
` [RFC 4/5] spapr: Handle irq backend changes with VFIO PCI devices
` [RFC 5/5] spapr: Work around spurious warnings from vfio INTx initialization

[PATCH] migration: savevm_state_insert_handler: constant-time element insertion
 2019-10-17  8:43 UTC  (2+ messages)

[Call for Presentations] FOSDEM 2020 Virtualization & IaaS Devroom
 2019-10-17  8:20 UTC 

[PATCH v3] migration: Support QLIST migration
 2019-10-17  8:06 UTC  (2+ messages)

[PATCH] ssi: xilinx_spips: Filter the non spi registers transactions
 2019-10-17  6:57 UTC  (3+ messages)

[PATCH v9 00/15] Introduce the microvm machine type
 2019-10-17  6:43 UTC  (5+ messages)
` [PATCH v9 04/15] hw/i386/pc: replace use of strtol with qemu_strtol in x86_load_linux()

[PATCH] aspeed: Add an AST2600 eval board
 2019-10-17  6:33 UTC  (2+ messages)

[PATCH v19 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-17  6:20 UTC  (7+ messages)
` [PATCH v19 3/5] ACPI: Add APEI GHES table generation support
` [PATCH v19 5/5] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH 0/4] target/arm vector improvements
 2019-10-17  5:21 UTC  (6+ messages)
` [PATCH 1/4] target/arm: Vectorize USHL and SSHL
` [PATCH 2/4] target/arm: Convert PMUL.8 to gvec
` [PATCH 3/4] target/arm: Convert PMULL.64 "
` [PATCH 4/4] target/arm: Convert PMULL.8 "

[PATCH v4 00/19] spapr: IRQ subsystem cleanup
 2019-10-17  0:26 UTC  (3+ messages)

[PATCH] checkpatch: sugguest to use qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_PAGESIZE)
 2019-10-17  0:43 UTC  (5+ messages)

Python 2 and test/vm/netbsd (was Re: [Qemu-devel] [PULL 0/8] Python queue, 2019-06-07)
 2019-10-16 22:41 UTC  (3+ messages)
` Python 2 and test/vm/netbsd

[PATCH v9 0/3] NBD reconnect
 2019-10-16 22:39 UTC  (3+ messages)
` [PATCH v10 2/3] block/nbd: nbd reconnect

[PATCH] enable translating statx syscalls on more arches
 2019-10-16 21:01 UTC 

Using virtual IOMMU in guest hypervisors other than KVM and Xen?
 2019-10-16 22:01 UTC  (3+ messages)

[PATCH v1 22/28] target/riscv: Allow specifying MMU stage
 2019-10-16 21:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 27/28] target/riscv: Add the MSTATUS_MPV_ISSET helper macro
 2019-10-16 21:14 UTC  (3+ messages)
`  "

[Qemu-devel] [PATCH v1 21/28] target/riscv: Respect MPRV and SPRV for floating point ops
 2019-10-16 21:01 UTC  (3+ messages)
`  "

[Qemu-devel] [PATCH v1 04/28] target/riscv: Fix CSR perm checking for HS mode
 2019-10-16 20:56 UTC  (3+ messages)
  `  "

[PATCH v8 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-10-16 20:13 UTC  (11+ messages)
` [PATCH v8 1/8] block: Refactor macros - fix tabbing
` [PATCH v8 1/1] hd-geo-test: Add tests for lchs override
` [PATCH v8 2/8] block: Support providing LCHS from user
` [PATCH v8 3/8] bootdevice: Add interface to gather LCHS
` [PATCH v8 4/8] scsi: Propagate unrealize() callback to scsi-hd
` [PATCH v8 5/8] bootdevice: Gather LCHS from all relevant devices
` [PATCH v8 6/8] bootdevice: Refactor get_boot_devices_list
` [PATCH v8 7/8] bootdevice: FW_CFG interface for LCHS values
` [PATCH v8 8/8] hd-geo-test: Add tests for lchs override

[PATCH v4 0/4] qcow2: advanced compression options
 2019-10-16 19:19 UTC  (7+ messages)
` [PATCH v4 1/4] block: support compressed write at generic layer
` [PATCH v4 2/4] qcow2: Allow writing compressed data of multiple clusters
` [PATCH v4 3/4] tests/qemu-iotests: add case to write "
` [PATCH v4 4/4] tests/qemu-iotests: add case for block-stream compress

[PATCH v3] target/arm/arch_dump: Add SVE notes
 2019-10-16 18:47 UTC  (2+ messages)

[PATCH] virito: Use auto rcu_read macros
 2019-10-16 18:44 UTC  (2+ messages)

[PATCH 0/5] travis.yml improvements: Update libraries, build with arm64
 2019-10-16 17:56 UTC  (2+ messages)

[Bug 1848244] [NEW] QEMU KVM IGD SandyBridge Passthrough crash
 2019-10-16 17:19 UTC  (2+ messages)
` [Bug 1848244] "

[PATCH v2 0/6] block-copy: memory limit
 2019-10-16 17:09 UTC  (7+ messages)
` [PATCH v2 1/6] block/block-copy: allocate buffer in block_copy_with_bounce_buffer
` [PATCH v2 2/6] block/block-copy: limit copy_range_size to 16 MiB
` [PATCH v2 3/6] block/block-copy: refactor copying
` [PATCH v2 4/6] util: introduce SharedResource
` [PATCH v2 5/6] block/block-copy: add memory limit
` [PATCH v2 6/6] block/block-copy: increase buffered copy request

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-16 17:00 UTC  (3+ messages)
` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics

[PATCH] Added hardfloat conversion from float32 to float64
 2019-10-16 16:59 UTC  (3+ messages)

[PATCH v7 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-10-16 16:41 UTC  (16+ messages)
` [PATCH v7 7/8] bootdevice: FW_CFG interface for LCHS values
  ` [SeaBIOS] "
                  ` [SeaBIOS] "

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-16 16:16 UTC  (9+ messages)
` [PATCH v5 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion

[PATCH 0/2] virtiofsd: add net and pid namespace sandboxing
 2019-10-16 16:01 UTC  (3+ messages)
` [PATCH 1/2] virtiofsd: move to an empty network namespace
` [PATCH 2/2] virtiofsd: move to a new pid namespace

[RFC PATCH 0/4] Introduce Advanced Watch Dog module
 2019-10-16 15:40 UTC  (4+ messages)

[PATCH v2] target/arm/arch_dump: Add SVE notes
 2019-10-16 15:39 UTC  (6+ messages)

[PATCH v2 0/4] apic: Fix migration breakage of >255 vcpus
 2019-10-16 14:40 UTC  (2+ messages)

[PATCH v1 0/5] target/arm/kvm: Provide an option to adjust virtual time
 2019-10-16 14:34 UTC  (3+ messages)
` [PATCH v1 2/5] timer: arm: Introduce functions to get the host cntfrq
` [PATCH v1 5/5] target/arm/cpu: Add the kvm-adjvtime CPU property


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