qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 00:55:31 to 2020-07-30 15:59:19 UTC [more...]

[PATCH V1 00/32] Live Update
 2020-07-30 15:14 UTC  (29+ messages)
` [PATCH V1 01/32] savevm: add vmstate handler iterators
` [PATCH V1 02/32] savevm: VM handlers mode mask
` [PATCH V1 03/32] savevm: QMP command for cprsave
` [PATCH V1 04/32] savevm: HMP Command "
` [PATCH V1 05/32] savevm: QMP command for cprload
` [PATCH V1 06/32] savevm: HMP Command "
` [PATCH V1 07/32] savevm: QMP command for cprinfo
` [PATCH V1 08/32] savevm: HMP "
` [PATCH V1 09/32] savevm: prevent cprsave if memory is volatile
` [PATCH V1 10/32] kvmclock: restore paused KVM clock
` [PATCH V1 11/32] cpu: disable ticks when suspended
` [PATCH V1 12/32] vl: pause option
` [PATCH V1 13/32] gdbstub: gdb support for suspended state
` [PATCH V1 14/32] savevm: VMS_RESTART and cprsave restart
` [PATCH V1 15/32] vl: QEMU_START_FREEZE env var
` [PATCH V1 16/32] oslib: add qemu_clr_cloexec
` [PATCH V1 17/32] util: env var helpers
` [PATCH V1 18/32] osdep: import MADV_DOEXEC
` [PATCH V1 19/32] memory: ram_block_add cosmetic changes
` [PATCH V1 20/32] vl: add helper to request re-exec
` [PATCH V1 21/32] exec, memory: exec(3) to restart
` [PATCH V1 22/32] char: qio_channel_socket_accept reuse fd
` [PATCH V1 24/32] ui: save/restore vnc socket fds
` [PATCH V1 25/32] char: save/restore chardev pty fds
` [PATCH V1 28/32] char: restore terminal on restart
` [PATCH V1 29/32] pci: export pci_update_mappings
` [PATCH V1 31/32] vfio-pci: trace pci config
` [PATCH V1 32/32] vfio-pci: improved tracing

[Bug 1884684] [NEW] QEMU 5.0: Guest VM hangs/freeze when unplugging USB device
 2020-07-30 15:37 UTC  (2+ messages)
` [Bug 1884684] "

[Bug 1889621] [NEW] ARM Highbank Crashes Realted to GIC
 2020-07-30 15:31 UTC  (2+ messages)
` [Bug 1889621] "

[PATCH v1 0/6] CTU CAN FD core support
 2020-07-30 15:29 UTC  (2+ messages)

Disk cache defaults
 2020-07-30 15:23 UTC  (3+ messages)

[PATCH 0/2] Enable virtio-fs on s390x
 2020-07-30 15:19 UTC  (4+ messages)
` [PATCH 1/2] virtio: add vhost-user-fs-ccw device
` [PATCH 2/2] libvhost-user: handle endianness as mandated by the spec

[PATCH] schemas: Add vim modeline
 2020-07-30 15:11 UTC  (7+ messages)

[PATCH] osdep.h: Add doc comment for qemu_get_thread_id()
 2020-07-30 15:10 UTC  (4+ messages)

[PATCH v2 1/1] s390x/s390-virtio-ccw: fix off-by-one in loadparm getter
 2020-07-30 15:06 UTC  (4+ messages)

[PATCH v3 0/8] Generalize start-powered-off property from ARM
 2020-07-30 15:04 UTC  (9+ messages)
` [RFC PATCH v3 8/8] target/s390x: Use start-powered-off CPUState property

[PATCH for-5.1] tracetool: carefully define SDT_USE_VARIADIC
 2020-07-30 15:02 UTC  (2+ messages)

[PATCH] qapi: Delete unwanted indentation of top-level expressions
 2020-07-30 14:56 UTC  (4+ messages)

[PATCH 0/2] qcow2: Release read-only bitmaps when inactivated
 2020-07-30 14:54 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests/169: Test source cont with backing bmap

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-30 14:50 UTC  (23+ messages)
` [RFC v2 28/76] target/riscv: rvv-0.9: update vext_max_elems() for load/store insns
` [RFC v2 29/76] target/riscv: rvv-0.9: take fractional LMUL into vector max elements calculation
` [RFC v2 30/76] target/riscv: rvv-0.9: floating-point square-root instruction
` [RFC v2 31/76] target/riscv: rvv-0.9: floating-point classify instructions
` [RFC v2 32/76] target/riscv: rvv-0.9: mask population count instruction
` [RFC v2 33/76] target/riscv: rvv-0.9: find-first-set mask bit instruction
` [RFC v2 34/76] target/riscv: rvv-0.9: set-X-first mask bit instructions
` [RFC v2 35/76] target/riscv: rvv-0.9: iota instruction
` [RFC v2 36/76] target/riscv: rvv-0.9: element index instruction
` [RFC v2 37/76] target/riscv: rvv-0.9: allow load element with sign-extended
` [RFC v2 39/76] target/riscv: rvv-0.9: integer scalar move instructions

[PATCH-for-5.1? v2 0/2] util/pagesize: Make qemu_real_host_page_size of type size_t
 2020-07-30 14:29 UTC  (5+ messages)
` [PATCH-for-5.1? v2 1/2] qemu/osdep: Make QEMU_VMALLOC_ALIGN unsigned long
` [PATCH-for-5.1? v2 2/2] util/pagesize: Make qemu_real_host_page_size of type size_t

[PATCH v12 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-07-30 14:15 UTC  (12+ messages)
` [PATCH v12 01/11] iotests: add test for QCOW2 header dump
` [PATCH v12 02/11] qcow2_format.py: make printable data an extension class member
` [PATCH v12 03/11] qcow2_format.py: change Qcow2BitmapExt initialization method
` [PATCH v12 04/11] qcow2_format.py: dump bitmap flags in human readable way
` [PATCH v12 05/11] qcow2_format.py: Dump bitmap directory information
` [PATCH v12 06/11] qcow2_format.py: pass cluster size to substructures
` [PATCH v12 07/11] qcow2_format.py: Dump bitmap table serialized entries
` [PATCH v12 08/11] qcow2.py: Introduce '-j' key to dump in JSON format
` [PATCH v12 09/11] qcow2_format.py: collect fields "
` [PATCH v12 10/11] qcow2_format.py: support dumping metadata "
` [PATCH v12 11/11] iotests: dump QCOW2 header in JSON in #303

[PATCH v11 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-07-30 14:24 UTC  (5+ messages)
` [PATCH v11 10/11] qcow2_format.py: introduce Qcow2HeaderExtensionsDoc class

[PATCH v2 0/4] Test more in less time in the Gitlab-CI
 2020-07-30 14:13 UTC  (5+ messages)
` [PATCH v2 1/4] tests/docker: Add python3-venv and netcat to the debian-amd64 container
` [PATCH v2 2/4] tests/acceptance: Disable the rx sash and arm cubieboard replay test on Gitlab
` [PATCH v2 3/4] gitlab-ci.yml: Add build-system-debian and build-system-centos jobs
` [PATCH v2 4/4] gitlab-ci: Fix Avocado cache usage

[PATCH-for-5.1?] util/pagesize: Make qemu_real_host_page_size of type size_t
 2020-07-30 14:14 UTC  (3+ messages)

[PATCH] virtio-mem: Correct format specifier mismatch for RISC-V
 2020-07-30 14:13 UTC  (4+ messages)

[RFC PATCH 0/5] virtiofsd: Add notion of unprivileged mode
 2020-07-30 14:10 UTC  (4+ messages)
` [PATCH 2/5] virtiofsd: create lock/pid file in per user cache dir

[PATCH for-5.2 v4 00/11] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-30 13:39 UTC  (4+ messages)
` [PATCH for-5.2 v4 05/11] hw/arm/smmu-common: Manage IOTLB block entries

sysbus_create_simple Vs qdev_create
 2020-07-30 13:38 UTC  (18+ messages)

device compatibility interface for live migration with assigned devices
 2020-07-30 13:24 UTC  (14+ messages)

[PATCH v2 1/2] virtio-mem: Change PRIx32 to PRIXPTR to fix compile error
 2020-07-30 13:17 UTC  (6+ messages)
` [PATCH v2 2/2] target/arm: Fix "

[RFC v2 0/3] Enable virtio-fs on s390x
 2020-07-30 13:15 UTC  (4+ messages)
` [RFC v2 2/3] libvhost-user: handle endianness as mandated by the spec

Any reason VIRTQUEUE_MAX_SIZE is 1024? Can we increase this limit?
 2020-07-30  7:46 UTC 

[PATCH] virtio-mem: Work around format specifier mismatch for RISC-V
 2020-07-30 12:51 UTC  (6+ messages)

[RFC v2 01/76] target/riscv: drop vector 0.7.1 support
 2020-07-30 12:27 UTC  (5+ messages)

[PATCH v2 00/16] hw/block/nvme: dma handling and address mapping cleanup
 2020-07-30 12:26 UTC  (24+ messages)
` [PATCH v2 01/16] hw/block/nvme: memset preallocated requests structures
` [PATCH v2 04/16] hw/block/nvme: remove redundant has_sg member
` [PATCH v2 05/16] hw/block/nvme: destroy request iov before reuse
` [PATCH v2 07/16] hw/block/nvme: add tracing to nvme_map_prp
` [PATCH v2 08/16] hw/block/nvme: add request mapping helper
` [PATCH v2 14/16] hw/block/nvme: consolidate qsg/iov clearing
` [PATCH v2 15/16] hw/block/nvme: use preallocated qsg/iov in nvme_dma_prp
` [PATCH v2 16/16] hw/block/nvme: remove explicit qsg/iov parameters

[PATCH 0/1] RFC: pcie: parital fix for missing unplug events
 2020-07-30 11:38 UTC  (5+ messages)
` [PATCH 1/1] pci/pcie: refuse another hotplug/unplug event if attention button is pending

[PATCH-for-5.2] default-configs: Remove ACPI_CPU_HOTPLUG from MIPS machines
 2020-07-30 11:34 UTC  (2+ messages)

[PATCH 1/2] virtio-mem: Change PRIx32 to PRIXPTR to fix compile error
 2020-07-30 11:33 UTC  (7+ messages)
` [PATCH 2/2] target/arm: Fix "

[PATCH 1/1] s390x/s390-virtio-ccw: fix off-by-one in loadparm getter
 2020-07-30 11:29 UTC  (6+ messages)

[PATCH v2 0/3] Fix couple of issues with AMD topology
 2020-07-30 11:27 UTC  (15+ messages)
` [PATCH v2 1/3] hw/i386: Initialize topo_ids from CpuInstanceProperties

[Bug 1879587] [NEW] Register number in ESR is incorrect for certain banked registers when switching from AA32 to AA64
 2020-07-30 11:15 UTC  (2+ messages)
` [Bug 1879587] "

[Bug 1884728] [NEW] facing build error for qemu-4.0.0 on SUSE11 OS
 2020-07-30 11:10 UTC  (2+ messages)
` [Bug 1884728] "

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-30 11:26 UTC  (5+ messages)
` [PATCH v4 1/2] nvme: indicate CMB support through controller capabilities register

[Bug 1881552] [NEW] potential AArch64 ABI bug wrt handling of 128-bit bit-fields
 2020-07-30 11:13 UTC  (2+ messages)
` [Bug 1881552] "

[Bug 1886343] [NEW] configure has non-posix bash syntax
 2020-07-30 11:08 UTC  (2+ messages)
` [Bug 1886343] "

[PATCH] target/arm: Fix AddPAC error indication
 2020-07-30 10:57 UTC  (2+ messages)

[PATCH] pci_dma_rw: return correct value instead of 0
 2020-07-30 10:48 UTC  (7+ messages)

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-07-30 10:29 UTC  (12+ messages)
` [PATCH v2 2/3] trace: Add support for recorder back-end

[PATCH v8 0/7] 9pfs: readdir optimization
 2020-07-30 10:08 UTC  (3+ messages)
` [PATCH v8 4/7] 9pfs: add new function v9fs_co_readdir_many()

[PATCH 0/3] float16 APIs and alternative sNaN handling
 2020-07-30  9:52 UTC  (4+ messages)
` [PATCH 1/3] softfloat: target/riscv: implement full set fp16 comparision
` [PATCH 2/3] softfloat: add APIs to handle alternative sNaN propagation
` [PATCH 3/3] softfloat: add fp16 and uint8/int8 interconvert functions

[PATCH for-5.1] qapi/machine.json: Fix missing newline in doc comment
 2020-07-30  9:21 UTC  (2+ messages)

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-07-30  8:50 UTC  (7+ messages)
` [PATCH v3 08/18] hw/block/nvme: add support for the asynchronous event request command

[PATCH-for-5.2 v4] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-30  8:27 UTC  (6+ messages)

What this mean "dead: 1" and "dead: 0 1" on each tb block start?
 2020-07-30  5:54 UTC  (3+ messages)
  `  "

[PATCH 0/2] assertion failure in net_tx_pkt_add_raw_fragment() in hw/net/net_tx_pkt.c
 2020-07-30  5:27 UTC  (5+ messages)
` [PATCH 1/2] hw/net/net_tx_pkt: add function to check pkt->max_raw_frags

[PATCH] docs/nvdimm: add 'pmem=on' for the device dax backend file
 2020-07-30  5:07 UTC  (2+ messages)

[PATCH] introduce VFIO-over-socket protocol specificaion
 2020-07-30  4:48 UTC  (5+ messages)

[PATCH for-5.2 0/6] Continue booting in case the first device is not bootable
 2020-07-30  4:39 UTC  (3+ messages)

Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
 2020-07-30  3:17 UTC  (3+ messages)

[PATCH 0/1] linux-user: Add support for SG_IO and SG_GET_VERSION_NUM raw SCSI ioctls
 2020-07-30  2:55 UTC  (2+ messages)
` [PATCH 1/1] "

[Bug 1888601] [NEW] QEMU v5.1.0-rc0/rc1 hang with nested virtualization
 2020-07-30  1:53 UTC  (2+ messages)
` [Bug 1888601] "

[PATCH v5] hw/pci-host: save/restore pci host config register for old ones
 2020-07-30  1:33 UTC 

[PATCH v5] hw/pci-host: save/restore pci host config register for old ones
 2020-07-30  1:27 UTC  (2+ messages)
` [PATCH 2/6] "

[PATCH 1/1] docs: adding NUMA documentation for pseries
 2020-07-30  0:58 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).