qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 11:21:35 to 2019-10-11 17:08:25 UTC [more...]

[RFC v5 000/126] error: auto propagated local_err
 2019-10-11 16:05 UTC  (61+ messages)
` [RFC v5 001/126] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [RFC v5 002/126] net/net: Clean up variable shadowing in net_client_init()
` [RFC v5 003/126] error: rename errp to errp_in where it is IN-argument
` [RFC v5 004/126] hmp: drop Error pointer indirection in hmp_handle_error
` [RFC v5 005/126] vnc: drop Error pointer indirection in vnc_client_io_error
` [RFC v5 006/126] qdev-monitor: well form error hint helpers
` [RFC v5 007/126] nbd: well form nbd_iter_channel_error errp handler
` [RFC v5 008/126] ppc: well form kvmppc_hint_smt_possible error hint helper
` [RFC v5 009/126] 9pfs: well form error hint helpers
` [RFC v5 010/126] hw/core/qdev: cleanup Error ** variables
` [RFC v5 011/126] block/snapshot: rename Error ** parameter to more common errp
` [RFC v5 012/126] hw/i386/amd_iommu: "
` [RFC v5 013/126] qga: "
` [RFC v5 014/126] monitor/qmp-cmds: "
` [RFC v5 015/126] hw/s390x: "
` [RFC v5 016/126] hw/sd: "
` [RFC v5 017/126] hw/tpm: "
` [RFC v5 018/126] hw/usb: "
` [RFC v5 020/126] include/qom/object.h: "
` [RFC v5 021/126] qapi/error: add (Error **errp) cleaning APIs
` [RFC v5 022/126] backends/cryptodev: drop local_err from cryptodev_backend_complete()
` [RFC v5 027/126] misc: introduce ERRP_AUTO_PROPAGATE
` [RFC v5 028/126] s390x: "
` [RFC v5 031/126] xen: "
` [RFC v5 032/126] Hosts: "
` [RFC v5 034/126] MIPS Machines: "
` [RFC v5 035/126] PowerPC "
` [RFC v5 036/126] SPARC "
` [RFC v5 037/126] S390 "
` [RFC v5 039/126] IDE: "
` [RFC v5 040/126] Floppy: "
` [RFC v5 043/126] ACPI/SMBIOS: "
` [RFC v5 044/126] Network devices: "
` [RFC v5 046/126] SCSI: "
` [RFC v5 048/126] USB: "
` [RFC v5 049/126] USB (serial adapter): "
` [RFC v5 054/126] virtio-9p: "
` [RFC v5 056/126] virtio-ccw: "
` [RFC v5 058/126] virtio-serial: "
` [RFC v5 061/126] NVDIMM: "
` [RFC v5 063/126] virtio-gpu: "
` [RFC v5 064/126] fw_cfg: "
` [RFC v5 068/126] scsi: "
` [RFC v5 069/126] chardev: "
` [RFC v5 070/126] cmdline: "
` [RFC v5 071/126] Dump: "
` [RFC v5 072/126] Memory API: "
` [RFC v5 073/126] SPICE: "
` [RFC v5 074/126] Graphics: "
` [RFC v5 077/126] net: "
` [RFC v5 079/126] cryptodev: "
` [RFC v5 081/126] qga: "
` [RFC v5 084/126] SLIRP: "
` [RFC v5 085/126] Tracing: "
` [RFC v5 086/126] TPM: "
` [RFC v5 087/126] Migration: "
` [RFC v5 088/126] Cryptography: "
` [RFC v5 090/126] Sockets: "
` [RFC v5 091/126] colo: "
` [RFC v5 094/126] RBD: "

[PATCH v3 0/10] add failover feature for assigned network devices
 2019-10-11 16:04 UTC  (15+ messages)
` [PATCH v3 01/10] qdev/qbus: add hidden device support
` [PATCH v3 02/10] pci: mark devices partially unplugged
` [PATCH v3 03/10] pci: mark device having guest unplug request pending
` [PATCH v3 04/10] qapi: add unplug primary event
` [PATCH v3 05/10] qapi: add failover negotiated event
` [PATCH v3 06/10] migration: allow unplug during migration for failover devices
` [PATCH v3 07/10] migration: add new migration state wait-unplug
` [PATCH v3 08/10] libqos: tolerate wait-unplug migration state
` [PATCH v3 09/10] net/virtio: add failover support
` [PATCH v3 10/10] vfio: unplug failover primary device before migration

[PATCH v6 00/20] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-11 15:55 UTC  (21+ messages)
` [PATCH v6 01/20] target/arm: Split out rebuild_hflags_common
` [PATCH v6 02/20] target/arm: Split out rebuild_hflags_a64
` [PATCH v6 03/20] target/arm: Split out rebuild_hflags_common_32
` [PATCH v6 04/20] target/arm: Split arm_cpu_data_is_big_endian
` [PATCH v6 05/20] target/arm: Split out rebuild_hflags_m32
` [PATCH v6 06/20] target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state
` [PATCH v6 07/20] target/arm: Split out rebuild_hflags_a32
` [PATCH v6 08/20] target/arm: Split out rebuild_hflags_aprofile
` [PATCH v6 09/20] target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state
` [PATCH v6 10/20] target/arm: Simplify set of PSTATE_SS "
` [PATCH v6 11/20] target/arm: Hoist computation of TBFLAG_A32.VFPEN
` [PATCH v6 12/20] target/arm: Add arm_rebuild_hflags
` [PATCH v6 13/20] target/arm: Split out arm_mmu_idx_el
` [PATCH v6 14/20] target/arm: Hoist store to cs_base in cpu_get_tb_cpu_state
` [PATCH v6 15/20] target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})
` [PATCH v6 16/20] target/arm: Rebuild hflags at EL changes
` [PATCH v6 17/20] target/arm: Rebuild hflags at MSR writes
` [PATCH v6 18/20] target/arm: Rebuild hflags at CPSR writes
` [PATCH v6 19/20] target/arm: Rebuild hflags for M-profile
` [PATCH v6 20/20] target/arm: Rely on hflags correct in cpu_get_tb_cpu_state

[PATCH v6 0/4] colo: Add support for continuous replication
 2019-10-11 16:00 UTC  (6+ messages)
` [PATCH v6 4/4] colo: Update Documentation "

[Qemu-devel] [PATCH v30 0/8] QEMU AVR 8 bit cores
 2019-10-11 15:54 UTC  (9+ messages)
` [Qemu-devel] [PATCH v30 4/8] target/avr: Add instruction translation
` [Qemu-devel] [PATCH v30 7/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file
  `  "
` [PATCH v30 0/8] QEMU AVR 8 bit cores

[Bug 1847793] [NEW] qemu 4.1.0 - Corrupt guest filesystem after new vm install
 2019-10-11 15:33 UTC 

[PATCH v3 00/16] qcow2: Let check -r all repair some snapshot bits
 2019-10-11 15:28 UTC  (17+ messages)
` [PATCH v3 01/16] include: Move endof() up from hw/virtio/virtio.h
` [PATCH v3 02/16] qcow2: Use endof()
` [PATCH v3 03/16] qcow2: Add Error ** to qcow2_read_snapshots()
` [PATCH v3 04/16] qcow2: Keep unknown extra snapshot data
` [PATCH v3 05/16] qcow2: Make qcow2_write_snapshots() public
` [PATCH v3 06/16] qcow2: Put qcow2_upgrade() into its own function
` [PATCH v3 07/16] qcow2: Write v3-compliant snapshot list on upgrade
` [PATCH v3 08/16] qcow2: Separate qcow2_check_read_snapshot_table()
` [PATCH v3 09/16] qcow2: Add qcow2_check_fix_snapshot_table()
` [PATCH v3 10/16] qcow2: Fix broken snapshot table entries
` [PATCH v3 11/16] qcow2: Keep track of the snapshot table length
` [PATCH v3 12/16] qcow2: Fix overly long snapshot tables
` [PATCH v3 13/16] qcow2: Repair snapshot table with too many entries
` [PATCH v3 14/16] qcow2: Fix v3 snapshot table entry compliancy
` [PATCH v3 15/16] iotests: Add peek_file* functions
` [PATCH v3 16/16] iotests: Test qcow2's snapshot table handling

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-11 15:33 UTC  (4+ messages)
` [PATCH v4 07/31] s390: Fix error_append_hint/error_prepend usage

[PATCH 0/3] eliminate remaining places that abuse memory_region_allocate_system_memory()
 2019-10-11 15:23 UTC  (3+ messages)

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

[PATCH v6] migration: Support gtree migration
 2019-10-11 15:11 UTC  (4+ messages)

[PATCH v2] target/i386: Add Snowridge-v2 (noMPX) CPU model
 2019-10-11 14:53 UTC 

[Qemu-devel] [PATCH v2 00/16] qcow2: Let check -r all repair some snapshot bits
 2019-10-11 14:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 04/16] qcow2: Keep unknown extra snapshot data
      `  "

[PATCH 0/5] Enable more iotests during "make check-block"
 2019-10-11 14:50 UTC  (6+ messages)
` [PATCH 1/5] iotests: remove 'linux' from default supported platforms
` [PATCH 2/5] iotests: Test 041 does not work on macOS
` [PATCH 3/5] iotests: Test 183 does not work on macOS and OpenBSD
` [PATCH 4/5] iotests: Skip "make check-block" if QEMU does not support virtio-blk
` [PATCH 5/5] iotests: Enable more tests in the 'auto' group to improve test coverage

[PATCH v12 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-10-11 14:10 UTC  (13+ messages)
` [PATCH v12 06/11] numa: Extend CLI to provide memory latency and bandwidth information
` [PATCH v12 07/11] numa: Extend CLI to provide memory side cache information
` [PATCH v12 09/11] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)

[PATCH v4 1/2] virtio: new post_load hook
 2019-10-11 14:13 UTC  (3+ messages)
` [PATCH v4 2/2] virtio-net: prevent offloads reset on migration

[PATCH 0/4] migration/multifd: trivial cleanup for multifd
 2019-10-11 14:02 UTC  (5+ messages)
` [PATCH 3/4] migration/multifd: initialize packet->magic/version once at setup stage

[PATCH v2 0/2] migration/postcopy: cleanup related to postcopy
 2019-10-11 14:00 UTC  (2+ messages)

[PATCH 0/3] migration/postcopy: replace have_listen_thread check with PostcopyState check
 2019-10-11 13:58 UTC  (2+ messages)

[PATCH v5 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-10-11 13:47 UTC  (23+ messages)
` [PATCH v5 01/22] target/arm: Add MTE_ACTIVE to tb_flags
` [PATCH v5 02/22] target/arm: Add regime_has_2_ranges
` [PATCH v5 03/22] target/arm: Add MTE system registers
` [PATCH v5 04/22] target/arm: Add helper_mte_check{1,2,3}
` [PATCH v5 05/22] target/arm: Suppress tag check for sp+offset
` [PATCH v5 06/22] target/arm: Implement the IRG instruction
` [PATCH v5 07/22] target/arm: Implement ADDG, SUBG instructions
` [PATCH v5 08/22] target/arm: Implement the GMI instruction
` [PATCH v5 09/22] target/arm: Implement the SUBP instruction
` [PATCH v5 10/22] target/arm: Define arm_cpu_do_unaligned_access for CONFIG_USER_ONLY
` [PATCH v5 11/22] target/arm: Implement LDG, STG, ST2G instructions
` [PATCH v5 12/22] target/arm: Implement the STGP instruction
` [PATCH v5 13/22] target/arm: Implement the LDGM and STGM instructions
` [PATCH v5 14/22] target/arm: Implement the access tag cache flushes
` [PATCH v5 15/22] target/arm: Clean address for DC ZVA
` [PATCH v5 16/22] target/arm: Implement data cache set allocation tags
` [PATCH v5 17/22] target/arm: Set PSTATE.TCO on exception entry
` [PATCH v5 18/22] target/arm: Enable MTE
` [PATCH v5 19/22] target/arm: Cache the Tagged bit for a page in MemTxAttrs
` [PATCH v5 20/22] target/arm: Create tagged ram when MTE is enabled
` [PATCH v5 21/22] target/arm: Add mmu indexes for tag memory
` [PATCH v5 22/22] target/arm: Add allocation tag storage for system mode

[PATCH] target/i386: Remove MPX support on Snowridge CPU model
 2019-10-11 13:50 UTC  (4+ messages)

[PATCH 0/4] migration: trivial cleanup and refine
 2019-10-11 13:32 UTC  (2+ messages)

[PATCH 0/2] migration/postcopy: map tmp and large zero page in setup stage
 2019-10-11 13:29 UTC  (2+ messages)

[PATCH] migration: Don't try and recover return path in non-postcopy
 2019-10-11 13:26 UTC  (2+ messages)

Occasional VM soft lockup when a remote cdrom is attached
 2019-10-11 13:22 UTC 

[PATCH v4 0/5] Automatic RCU read unlock
 2019-10-11 13:20 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: use migration_is_active to represent active state
 2019-10-11 13:18 UTC  (3+ messages)
`  "

[RFC 1/2] virtio: new post_load hook
 2019-10-11 13:15 UTC  (11+ messages)
` [RFC 2/2] virtio-net: use post load hook

[RFC 0/3] acpi: cphp: add CPHP_GET_CPU_ID_CMD command to cpu hotplug MMIO interface
 2019-10-11 13:00 UTC  (8+ messages)

[PATCH v2] iotests/028: Fix for long $TEST_DIRs
 2019-10-11 12:36 UTC  (2+ messages)

[PATCH v2 0/7] libqos: add VIRTIO PCI 1.0 support
 2019-10-11 12:24 UTC  (15+ messages)
` [PATCH v2 1/7] libqos: extract Legacy virtio-pci.c code
` [PATCH v2 2/7] libqos: add iteration support to qpci_find_capability()
` [PATCH v2 3/7] libqos: pass full QVirtQueue to set_queue_address()
` [PATCH v2 4/7] libqos: add MSI-X callbacks to QVirtioPCIDevice
` [PATCH v2 5/7] libqos: expose common virtqueue setup/cleanup functions
` [PATCH v2 6/7] libqos: make the virtio-pci BAR index configurable
` [PATCH v2 7/7] libqos: add VIRTIO PCI 1.0 support

[PATCH v5] migration: Support gtree migration
 2019-10-11 12:16 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] Fail patches
 2019-10-11 12:15 UTC  (5+ messages)
` [Qemu-devel] [PULL 5/5] multifd: Use number of channels as listen backlog
    `  "

[PATCH v4] migration: Support gtree migration
 2019-10-11 11:44 UTC  (3+ messages)

[PATCH v2 0/4] iotests: trivial cleanups
 2019-10-11 11:27 UTC  (10+ messages)
` [PATCH v2 1/4] qemu-iotests: remove bash shebang from library files
` [PATCH v2 2/4] qemu-iotests: remove forceful execution success "
` [PATCH v2 3/4] qemu-iotests: 044: pass is actually a noop, so remove it
` [PATCH v2 4/4] qemu-iotests: 044: remove inaccurate docstring class description


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