qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 18:02:05 to 2020-02-19 10:32:26 UTC [more...]

[PATCH 0/5] aio-posix: towards an O(1) event loop
 2020-02-19 10:30 UTC  (7+ messages)
` [PATCH 1/5] aio-posix: fix use after leaving scope in aio_poll()
` [PATCH 2/5] aio-posix: don't pass ns timeout to epoll_wait()
` [PATCH 3/5] qemu/queue.h: add QLIST_SAFE_REMOVE()

[PATCH] iotests/279: Fix for non-qcow2 formats
 2020-02-19 10:29 UTC  (2+ messages)

[PULL 00/17] Trivial branch patches
 2020-02-19 10:16 UTC  (18+ messages)
` [PULL 01/17] mailmap: Add entry for Yu-Chen Lin
` [PULL 02/17] Report stringified errno in VFIO related errors
` [PULL 03/17] scripts/checkpatch.pl: Detect superfluous semicolon in C code
` [PULL 04/17] audio/alsaaudio: Remove superfluous semicolons
` [PULL 05/17] hw/arm/xlnx-versal: Remove superfluous semicolon
` [PULL 06/17] hw/m68k/next-cube: "
` [PULL 07/17] hw/scsi/esp: "
` [PULL 08/17] hw/vfio/display: "
` [PULL 09/17] ui/input-barrier: "
` [PULL 10/17] target/i386/whpx: "
` [PULL 11/17] tests/qtest/libqos/qgraph: Remove superfluous semicolons
` [PULL 12/17] contrib/rdmacm-mux: Remove superfluous semicolon
` [PULL 13/17] hw/display/qxl: Remove unneeded variable assignment
` [PULL 14/17] hw/block/pflash_cfi02: "
` [PULL 15/17] hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)
` [PULL 16/17] hw/nios2:fix leak of fdevice tree blob
` [PULL 17/17] hw/xtensa/xtfpga:fix "

[PATCH v4 0/4] qmp: Optionally run handlers in coroutines
 2020-02-19 10:22 UTC  (8+ messages)
` [PATCH v4 3/4] qmp: Move dispatcher to a coroutine

[PATCH v5 0/5] gpio: Add GPIO Aggregator
 2020-02-19 10:17 UTC  (6+ messages)
` [PATCH v5 2/5] gpiolib: Add support for GPIO line table lookup
` [PATCH v5 4/5] docs: gpio: Add GPIO Aggregator documentation

[PATCH v2 0/3] vhost-user: Lift Max Ram Slots Limitation
 2020-02-19 10:08 UTC  (6+ messages)

[PATCH] util/async: make bh_aio_poll() O(1)
 2020-02-19 10:00 UTC 

[PATCH] migration/savevm: release gslist after dump_vmstate_json
 2020-02-19  9:59 UTC  (2+ messages)

[PATCH RFC] target/i386: filter out VMX_PIN_BASED_POSTED_INTR when enabling SynIC
 2020-02-19  9:54 UTC  (5+ messages)

[PATCH 0/3]hw: Fixs memleak of fdevice tree blob
 2020-02-19  9:33 UTC  (7+ messages)
` [PATCH 1/3] hw/nios2:fix leak "
` [PATCH 2/3] hw/ppc/virtex_ml507:fix "
` [PATCH 3/3] hw/xtensa/xtfpga:fix "

[PATCH] memory: batch allocate ioeventfds[] in address_space_update_ioeventfds()
 2020-02-19  9:18 UTC  (3+ messages)

[PATCH v3 0/5] target/riscv: support vector extension part 2
 2020-02-19  8:57 UTC  (4+ messages)
` [PATCH v3 1/5] target/riscv: add vector unit stride load and store instructions

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-19  8:49 UTC  (17+ messages)
` [PATCH v2 fixed 01/16] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v2 fixed 02/16] util: vfio-helpers: Fix qemu_vfio_close()
` [PATCH v2 fixed 03/16] util: vfio-helpers: Remove Error parameter from qemu_vfio_undo_mapping()
` [PATCH v2 fixed 04/16] util: vfio-helpers: Factor out removal "
` [PATCH v2 fixed 05/16] exec: Factor out setting ram settings (madvise ...) into qemu_ram_apply_settings()
` [PATCH v2 fixed 06/16] exec: Reuse qemu_ram_apply_settings() in qemu_ram_remap()
` [PATCH v2 fixed 07/16] exec: Drop "shared" parameter from ram_block_add()

[PATCH] WHPX: Assigning maintainer for Windows Hypervisor Platform
 2020-02-19  8:31 UTC  (3+ messages)

[PATCH 00/22] linux-user: generate syscall_nr.sh
 2020-02-19  8:29 UTC  (7+ messages)
` [PATCH 19/22] linux-user,scripts: add a script to update syscall.tbl
  ` [PATCH 19/22] linux-user, scripts: "
` [PATCH 22/22] linux-user,mips: update syscall-args-o32.c.inc

[PATCH v4 00/14] Fixes for DP8393X SONIC device emulation
 2020-02-19  8:27 UTC  (10+ messages)

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-02-19  8:13 UTC  (14+ messages)
` [PATCH v2] hw/i386: disable smbus migration for xenfv

[PATCH v4 0/3] hw/arm/virt: Simulate NMI Injection
 2020-02-19  8:03 UTC  (5+ messages)
` [PATCH v4 1/3] target/arm: Support SError injection

[PATCH v2 00/22] Fix error handling during bitmap postcopy
 2020-02-19  8:02 UTC  (13+ messages)
` [PATCH v2 09/22] migration/block-dirty-bitmap: relax error handling in incoming part
` [PATCH v2 10/22] migration/block-dirty-bitmap: cancel migration on shutdown
` [PATCH v2 11/22] migration/savevm: don't worry if bitmap migration postcopy failed
` [PATCH v2 12/22] qemu-iotests/199: fix style
` [PATCH v2 13/22] qemu-iotests/199: drop extra constraints

[PATCH v2] scsi-disk: define props in scsi_block_disk to avoid memleaks
 2020-02-19  7:52 UTC  (3+ messages)

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2020-02-19  7:18 UTC  (18+ messages)

[Qemu-devel] [Bug 1759522] [NEW] windows qemu-img create vpc/vhdx error
 2020-02-19  6:08 UTC  (2+ messages)
` [Bug 1759522] "

[PATCH] migration/throttle: Make throttle slower at tail stage
 2020-02-19  5:39 UTC  (7+ messages)

QEMU Sockets Networking Backend Multicast Networking Fix
 2020-02-19  5:22 UTC  (5+ messages)

[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-02-19  4:53 UTC  (13+ messages)
` [PATCH v12 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking

[PATCH] pcie_root_port: Add disable_hotplug option
 2020-02-19  3:47 UTC  (5+ messages)

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-19  3:42 UTC  (3+ messages)

[PATCH v2] Avoid address_space_rw() with a constant is_write argument
 2020-02-18 23:00 UTC  (4+ messages)

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-02-19  2:27 UTC  (2+ messages)

[PATCH v4 00/12] target/ppc: Correct some errors with real mode handling
 2020-02-19  2:14 UTC  (13+ messages)
` [PATCH v4 01/12] ppc: Remove stub support for 32-bit hypervisor mode
` [PATCH v4 02/12] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v4 03/12] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [PATCH v4 04/12] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v4 05/12] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v4 06/12] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PATCH v4 07/12] target/ppc: Use class fields to simplify LPCR masking
` [PATCH v4 08/12] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v4 09/12] target/ppc: Correct RMLS table
` [PATCH v4 10/12] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v4 11/12] target/ppc: Streamline construction of VRMA SLB entry
` [PATCH v4 12/12] target/ppc: Don't store VRMA SLBE persistently

[PATCH v3 00/12] target/ppc: Correct some errors with real mode handling
 2020-02-19  2:11 UTC  (15+ messages)
` [PATCH v3 01/12] ppc: Remove stub support for 32-bit hypervisor mode
` [PATCH v3 02/12] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v3 03/12] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [PATCH v3 04/12] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v3 05/12] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v3 06/12] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PATCH v3 07/12] target/ppc: Use class fields to simplify LPCR masking
` [PATCH v3 08/12] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v3 09/12] target/ppc: Correct RMLS table
` [PATCH v3 10/12] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v3 11/12] target/ppc: Streamline construction of VRMA SLB entry
` [PATCH v3 12/12] target/ppc: Don't store VRMA SLBE persistently

[PATCH] xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd
 2020-02-18 11:33 UTC  (2+ messages)

[PATCH v4 0/4]target-riscv: support vector extension part 1
 2020-02-19  1:05 UTC  (5+ messages)
` [PATCH v4 2/4] target/riscv: configure and turn on vector extension from command line

[PATCH v1] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-02-19  1:07 UTC  (2+ messages)

[Bug 1863819] [NEW] repeated KVM single step crashes leaks into SMP guest and crashes guest application
 2020-02-19  0:01 UTC 

[PATCH] spapr: Rework hash<->radix transitions at CAS
 2020-02-18 23:21 UTC  (4+ messages)

[PATCH v3 0/3] arm: allwinner: Wire up USB ports
 2020-02-18 22:32 UTC  (3+ messages)

[PATCH v4 00/20] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-02-18 21:50 UTC  (7+ messages)

[Qemu-devel] [PATCH] linux-user: Implement membarrier syscall
 2020-02-18 21:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEO
 2020-02-18 21:33 UTC  (2+ messages)

[PATCH] linux-user: fix socket() strace
 2020-02-18 21:31 UTC 

[PATCH v2 0/4] linux-user: Add support for fs and fd ioctls
 2020-02-18 21:18 UTC  (10+ messages)
` [PATCH v2 1/4] linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls
` [PATCH v2 2/4] linux-user: Add support for FITRIM ioctl
` [PATCH v2 3/4] linux-user: Add support for FIFREEZE and FITHAW ioctls
` [PATCH v2 4/4] linux-user: Add support for FDGETFDCSTAT ioctl

[PATCH] Avoid cpu_physical_memory_rw() with a constant is_write argument
 2020-02-18 21:16 UTC  (9+ messages)

[Bug 1863685] [NEW] ARM: HCR.TSW traps are not implemented
 2020-02-18 21:03 UTC  (5+ messages)
` [Bug 1863685] "

Cross-project NBD extension proposal: NBD_INFO_INIT_STATE
 2020-02-18 20:55 UTC  (3+ messages)

[PATCH v8 00/13] linux-user: Add support for real time clock and
 2020-02-18 20:28 UTC  (2+ messages)

[PATCH v3 0/4] migration: Replace gemu_log with qemu_log
 2020-02-18 20:10 UTC  (4+ messages)
` [PATCH v3 1/4] linux-user: Use `qemu_log' for non-strace logging

[PATCH v2] sh4: Fix PCI ISA IO memory subregion
 2020-02-18 20:10 UTC 

[PATCH v3] configure: Avoid compiling system tools on user build by default
 2020-02-18 20:00 UTC  (2+ messages)

[PATCH v3] linux-user/strace: Improve output of various syscalls
 2020-02-18 19:57 UTC  (2+ messages)

[Qemu-devel] [PATCH] configure: linux-user doesn't need neither fdt nor slirp
 2020-02-18 19:55 UTC  (2+ messages)

[PULL 0/9] target/hppa patch queue
 2020-02-18 19:39 UTC  (10+ messages)
` [PULL 1/9] hw/display/artist: Move trace event to draw_line()
` [PULL 2/9] hw/display/artist: Remove pointless initialization
` [PULL 3/9] hw/display/artist: Delay some variables initialization
` [PULL 4/9] hw/display/artist: Avoid drawing line when nothing to display
` [PULL 5/9] hw/display/artist: Remove dead code (CID 1419388 & 1419389)
` [PULL 6/9] hw/hppa/dino: Add comments with register name
` [PULL 7/9] hw/hppa/dino: Fix reg800_keep_bits overrun (CID 1419387 1419393 1419394)
` [PULL 8/9] hw/hppa/dino: Fix bitmask for the PCIROR register
` [PULL 9/9] hw/hppa/dino: Do not accept accesses to registers 0x818 and 0x82c

[PATCH v2 0/4] hw/hppa/dino: Fix Coverity 1419387 / 1419393 / 1419394
 2020-02-18 19:26 UTC  (2+ messages)

[PATCH 0/3] hw: Remove unneeded variable assignment
 2020-02-18 19:16 UTC  (5+ messages)
` [PATCH 2/3] hw/display/qxl: "
` [PATCH 3/3] hw/block/pflash_cfi02: "

[PATCH v3 0/7] target/arm: Honor more HCR_EL2 traps
 2020-02-18 19:09 UTC  (8+ messages)
` [PATCH v3 1/7] target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfn
` [PATCH v3 2/7] target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
` [PATCH v3 3/7] target/arm: Honor the HCR_EL2.TSW bit
` [PATCH v3 4/7] target/arm: Honor the HCR_EL2.TACR bit
` [PATCH v3 5/7] target/arm: Honor the HCR_EL2.TPCP bit
` [PATCH v3 6/7] target/arm: Honor the HCR_EL2.TPU bit
` [PATCH v3 7/7] target/arm: Honor the HCR_EL2.TTLB bit

[PATCH] hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)
 2020-02-18 19:19 UTC  (2+ messages)

[PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer
 2020-02-18 19:10 UTC  (4+ messages)

[PATCH RESEND 00/13] trivial: Detect and remove superfluous semicolons in C code
 2020-02-18 19:08 UTC  (4+ messages)

[PATCH v3 0/2] RISC-V TIME CSR for privileged mode
 2020-02-18 19:08 UTC  (2+ messages)

[PATCH] sh4: Remove bad memory alias 'sh_pci.isa'
 2020-02-18 18:35 UTC  (4+ messages)

[PATCH] aio-posix: avoid reacquiring rcu_read_lock() when polling
 2020-02-18 18:27 UTC 

[PATCH 0/3] Fix number of priority bits in zynq gic
 2020-02-18 18:25 UTC  (6+ messages)
` [PATCH 1/3] arm_gic: Mask the un-supported priority bits
` [PATCH 2/3] cpu/a9mpcore: Add num priority bits property

[PATCH v2 00/35] Add RISC-V Hypervisor Extension v0.5
 2020-02-18 18:11 UTC  (3+ messages)

[Bug 1863508] [NEW] qemu-system-arm stops with SIGSEGV in helper_gvec_eq16
 2020-02-18 18:05 UTC  (2+ messages)
` [Bug 1863508] "

[PATCH] MAINTAINERS: Orphan MIPS KVM CPUs
 2020-02-18 18:00 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).