qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 03:59:02 to 2020-02-24 17:41:16 UTC [more...]

Strange data corruption issue with gluster (libgfapi) and ZFS
 2020-02-24 13:26 UTC  (2+ messages)

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-24 17:36 UTC  (15+ messages)
` [PATCH v2 fixed 08/16] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v2 fixed 10/16] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v2 fixed 11/16] util/mmap-alloc: Prepare for resizable mmaps

[PATCH 0/3] Tighten qemu-img rules on missing backing format
 2020-02-24 17:28 UTC  (8+ messages)
` [PATCH 3/3] qemu-img: Deprecate use of -b without -F

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-24 17:30 UTC  (22+ messages)
` [PATCH v4 04/16] hw/i386: Introduce init_topo_info to initialize X86CPUTopoInfo
` [PATCH v4 05/16] machine: Add SMP Sockets in CpuTopology
` [PATCH v4 06/16] hw/i386: Update structures for nodes_per_pkg
` [PATCH v4 08/16] hw/386: Add EPYC mode topology decoding functions
` [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions
` [PATCH v4 10/16] hw/i386: Introduce apicid functions inside X86MachineState
` [PATCH v4 12/16] hw/i386: Use the apicid handlers from X86MachineState

[PATCH v7 0/9] Clock framework API
 2020-02-24 17:03 UTC  (10+ messages)
` [PATCH v7 1/9] hw/core/clock: introduce clock object
` [PATCH v7 2/9] hw/core/clock-vmstate: define a vmstate entry for clock state
` [PATCH v7 3/9] qdev: add clock input&output support to devices
` [PATCH v7 4/9] qdev-clock: introduce an init array to ease the device construction
` [PATCH v7 5/9] docs/clocks: add device's clock documentation
` [PATCH v7 6/9] hw/misc/zynq_slcr: add clock generation for uarts
` [PATCH v7 7/9] hw/char/cadence_uart: add clock support
` [PATCH v7 8/9] hw/arm/xilinx_zynq: connect uart clocks to slcr
` [PATCH v7 9/9] qdev-monitor: print the device's clock with info qtree

[PATCH 0/3] target/arm: Implement v8.3-RCPC and v8.4-RCPC
 2020-02-24 17:28 UTC  (4+ messages)
` [PATCH 1/3] target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0
` [PATCH 2/3] target/arm: Implement v8.3-RCPC
` [PATCH 3/3] target/arm: Implement v8.4-RCPC

[PATCH] iotests: Fix cleanup path in some tests
 2020-02-24 17:16 UTC 

[PATCH 8/9] virStorageFileGetMetadataRecurse: Allow format probing under special circumstances
 2020-02-24 17:10 UTC  (4+ messages)

[PATCH v2 0/4] riscv: Upgrade OpenSBI to v0.6 and add 32-bit sifive_u bios image
 2020-02-24 16:58 UTC  (6+ messages)
` [PATCH v2 1/4] roms: opensbi: Upgrade from v0.5 to v0.6
` [PATCH v2 2/4] roms: opensbi: Add 32-bit firmware image for sifive_u machine
` [PATCH v2 3/4] riscv: sifive_u: Update BIOS_FILENAME for 32-bit
` [PATCH v2 4/4] gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries

[PATCH] hw/arm: Use TYPE_PL011 to create serial port
 2020-02-24 16:59 UTC  (3+ messages)

[PATCH v1 0/4] Extension of migration tests
 2020-02-24 16:23 UTC  (4+ messages)
` [PATCH v1 3/4] Acceptance test: provides new functions

[PATCH] console: make QMP screendump use coroutine
 2020-02-24 16:20 UTC  (7+ messages)

[PATCH 0/2] Add AVX512F optimization option and buffer_zero_avx512()
 2020-02-24 16:13 UTC  (5+ messages)
` [PATCH 2/2] util: add util function buffer_zero_avx512()

[PATCH RESEND 0/3] fix some warnings by static code scan tool
 2020-02-24 16:04 UTC  (5+ messages)
` [PATCH RESEND 1/3] vfio/pci: fix a null pointer reference in vfio_rom_read
` [PATCH RESEND 2/3] vhost: fix a null pointer reference of vhost_log
` [PATCH RESEND 3/3] util/pty: fix a null pointer reference in qemu_openpty_raw

[PATCH v2 00/20] Add qemu-storage-daemon
 2020-02-24 15:34 UTC  (22+ messages)
` [PATCH v2 01/20] qemu-storage-daemon: Add barebone tool
` [PATCH v2 02/20] stubs: Add arch_type
` [PATCH v2 03/20] block: Move system emulator QMP commands to block/qapi-sysemu.c
` [PATCH v2 04/20] block: Move common QMP commands to block-core QAPI module
` [PATCH v2 05/20] block: Move sysemu QMP commands to QAPI block module
` [PATCH v2 06/20] qemu-storage-daemon: Add --blockdev option
` [PATCH v2 07/20] qapi: Flatten object-add
` [PATCH v2 08/20] qemu-storage-daemon: Add --object option
` [PATCH v2 09/20] qemu-storage-daemon: Add --nbd-server option
` [PATCH v2 10/20] blockdev-nbd: Boxed argument type for nbd-server-add
` [PATCH v2 11/20] qemu-storage-daemon: Add --export option
` [PATCH v2 12/20] qemu-storage-daemon: Add main loop
` [PATCH v2 13/20] qemu-storage-daemon: Add --chardev option
` [PATCH v2 14/20] stubs: Update monitor stubs for qemu-storage-daemon
` [PATCH v2 15/20] qapi: Create 'pragma' module
` [PATCH v2 16/20] monitor: Create QAPIfied monitor_init()
` [PATCH v2 17/20] qmp: Fail gracefully if chardev is already in use
` [PATCH v2 18/20] hmp: "
` [PATCH v2 19/20] monitor: Add allow_hmp parameter to monitor_init()
` [PATCH v2 20/20] qemu-storage-daemon: Add --monitor option

[PATCH v31 00/22] Add RX archtecture support
 2020-02-24 15:30 UTC  (5+ messages)
` [PATCH v31 20/22] Add rx-softmmu

A problem with live migration of UEFI virtual machines
 2020-02-24 15:28 UTC  (3+ messages)

[PATCH v32 00/22] Add RX archtecture support
 2020-02-24 15:26 UTC  (25+ messages)
` [PATCH v32 01/22] MAINTAINERS: Add RX
` [PATCH v32 02/22] qemu/bitops.h: Add extract8 and extract16
` [PATCH v32 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v32 04/22] target/rx: TCG translation
` [PATCH v32 05/22] target/rx: TCG helper
` [PATCH v32 06/22] target/rx: CPU definition
` [PATCH v32 07/22] target/rx: RX disassembler
` [PATCH v32 08/22] target/rx: Disassemble rx_index_addr into a string
` [PATCH v32 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v32 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v32 11/22] target/rx: Emit all disassembly in one prt()
` [PATCH v32 12/22] target/rx: Collect all bytes during disassembly
` [PATCH v32 13/22] target/rx: Dump bytes for each insn "
` [PATCH v32 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v32 15/22] hw/timer: RX62N internal timer modules
` [PATCH v32 16/22] hw/char: RX62N serial communication interface (SCI)
` [PATCH v32 17/22] hw/rx: RX Target hardware definition
` [PATCH v32 18/22] hw/rx: Honor -accel qtest
` [PATCH v32 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v32 20/22] Add rx-softmmu
` [PATCH v32 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [PATCH v32 22/22] qemu-doc.texi: Add RX section

[PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-02-24 15:17 UTC  (4+ messages)
` [PATCH v4 "

[PATCH V2 0/8] Optimize VM's downtime while do checkpoint in COLO
 2020-02-24 15:18 UTC  (10+ messages)
` [PATCH V2 1/8] migration: fix COLO broken caused by a previous commit
` [PATCH V2 2/8] migration/colo: wrap incoming checkpoint process into new helper
` [PATCH V2 3/8] savevm: Don't call colo_init_ram_cache twice
` [PATCH V2 4/8] COLO: Optimize memory back-up process
` [PATCH V2 5/8] ram/colo: only record bitmap of dirty pages in COLO stage
` [PATCH V2 6/8] migration: recognize COLO as part of activating process
` [PATCH V2 7/8] COLO: Migrate dirty pages during the gap of checkpointing
` [PATCH V2 8/8] migration/colo: Only flush ram cache while do checkpoint

[PATCH RESEND v31 00/22] Add RX archtecture support
 2020-02-24 15:02 UTC  (7+ messages)
` [PATCH v31 23/23] fix warning

[PATCH 1/1] s390/ipl: sync back loadparm
 2020-02-24 15:02 UTC 

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-02-24 14:50 UTC  (10+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management
  ` QAPI schema for desired state of LUKS keyslots (was: [PATCH 02/13] qcrypto-luks: implement encryption key management)
      ` QAPI schema for desired state of LUKS keyslots

[PATCH v4 00/16] s390x: Protected Virtualization support
 2020-02-24 14:25 UTC  (4+ messages)
` [PATCH v4 03/16] s390x: protvirt: Support unpack facility

[Qemu-devel] [Bug 1829242] [NEW] qemu on windows host exits after savevm command
 2020-02-24 13:54 UTC  (2+ messages)
` [Bug 1829242] "

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-02-24 21:38 UTC  (4+ messages)
` [PATCH v1 1/3] i386: Remove the limitation of IP payloads for Intel PT
` [PATCH v1 2/3] i386: Remove the CPUID limitation of "
` [PATCH v1 3/3] i386: Mark the 'INTEL_PT' CPUID bit as unmigratable

[PATCH v2] virtio: gracefully handle invalid region caches
 2020-02-24 13:37 UTC  (3+ messages)

[PULL 00/31] Block patches
 2020-02-24 12:47 UTC  (7+ messages)
` [PULL 24/31] fuzz: support for fork-based fuzzing

[PATCH] MAINTAINERS: KVM/MIPS
 2020-02-24 12:44 UTC  (9+ messages)
` [PATCH] MAINTAINERS: Reactivate MIPS KVM CPUs

[PATCH] target: i386: Check float overflow about register stack
 2020-02-24 12:43 UTC  (8+ messages)

[RFC 0/2] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-02-24 12:36 UTC  (7+ messages)
` [RFC 2/2] pci-expender-bus:Add pcie-root-port to pxb-pcie under arm

[Qemu-devel] [PATCH 0/4] docker: Update Travis-CI image to run acceptance tests
 2020-02-24 12:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/4] tests/docker: Add test-acceptance runner

[PATCH] tests/docker: Install tools to cross-debug and build Linux kernels
 2020-02-24 12:20 UTC  (2+ messages)

[PATCH 0/3] tests/docker: Fix linking with VirGL
 2020-02-24 12:20 UTC  (2+ messages)

New Hardware model emulation
 2020-02-24 11:57 UTC 

[PATCH 0/2] qemu/queue.h: clear linked list pointers on remove
 2020-02-24 11:54 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] aio-posix: remove confusing QLIST_SAFE_REMOVE()

[PATCH v6 00/79] refactor main RAM allocation to use hostmem backend
 2020-02-24 11:38 UTC  (4+ messages)

[PATCH v2 0/2] delete virtio queues in vhost-user-blk-unrealize
 2020-02-24 11:36 UTC  (4+ messages)
` [PATCH v2 1/2] vhost-user-blk: delete virtioqueues in unrealize to fix memleaks
` [PATCH v2 2/2] vhost-use-blk: convert to new virtio_delete_queue

[GSoC/Outreachy] Arduino complete setup visualization and emulation
 2020-02-24 11:25 UTC  (5+ messages)

[PATCH] spapr: Rework hash<->radix transitions at CAS
 2020-02-24 11:18 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2020-02-24 11:15 UTC  (4+ messages)
`  "

[PATCH 1/1] target/riscv: Fix VS mode interrupts forwarding
 2020-02-24 11:05 UTC  (6+ messages)

[PATCH v3 0/2] block/curl: Improve HTTP header parsing
 2020-02-24 10:13 UTC  (3+ messages)
` [PATCH v3 1/2] block/curl: HTTP header fields allow whitespace around values
` [PATCH v3 2/2] block/curl: HTTP header field names are case insensitive

[PATCH v3 0/3] Fix number of priority bits for arm boards
 2020-02-24  9:39 UTC  (4+ messages)
` [PATCH v3 1/3] arm_gic: Mask the un-supported priority bits
` [PATCH v3 2/3] cpu/a9mpcore: Set number of GIC priority bits to 5
` [PATCH v3 3/3] cpu/arm11mpcore: Set number of GIC priority bits to 4

[PATCH v2 1/3] arm_gic: Mask the un-supported priority bits
 2020-02-24  9:36 UTC  (3+ messages)

[PATCH v9 0/3] Acceptance test: Add "boot_linux" acceptance test
 2020-02-24  9:25 UTC  (5+ messages)
` [PATCH v9 2/3] Acceptance test: add "boot_linux" tests

[PATCH v2 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-24  9:09 UTC  (3+ messages)

[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
 2020-02-24  8:55 UTC  (4+ messages)
` [PATCH v2 12/13] hw/arm/raspi: Add the Raspberry Pi B+ machine

[Bug 1846451] [NEW] K800 keyboard no longer works when attached to a VM
 2020-02-24  8:29 UTC  (3+ messages)
` [Bug 1846451] "

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-24  8:37 UTC  (3+ messages)

The issues about architecture of the COLO checkpoint
 2020-02-24  7:14 UTC  (19+ messages)

[PATCH] target/i386/hax-posix: fix two 'format-truncation' compile warnings
 2020-02-24  6:51 UTC 

[PATCH v2] net: tulip: check frame size and r/w data length
 2020-02-24  5:58 UTC  (2+ messages)

[PATCH 0/3] Optimize VM's downtime while do checkpoint in COLO
 2020-02-24  4:10 UTC  (7+ messages)
` [PATCH 2/3] COLO: Migrate dirty pages during the gap of checkpointing
` [PATCH 3/3] COLO: Optimize memory back-up process


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