qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-29 07:33:12 to 2020-07-29 22:04:10 UTC [more...]

[PATCH v6] nvme: allow cmb and pmr emulation on same device
 2020-07-29 22:01 UTC  (3+ messages)
` [PATCH v6 1/2] nvme: indicate CMB support through controller capabilities register
` [PATCH v6 2/2] nvme: allow cmb and pmr to be enabled on same device

[PATCH 00/16] hw/block/nvme: dma handling and address mapping cleanup
 2020-07-29 21:53 UTC  (54+ messages)
` [PATCH 02/16] hw/block/nvme: add mapping helpers
` [PATCH 03/16] hw/block/nvme: replace dma_acct with blk_acct equivalent
` [PATCH 04/16] hw/block/nvme: remove redundant has_sg member
` [PATCH 05/16] hw/block/nvme: refactor dma read/write
` [PATCH 06/16] hw/block/nvme: pass request along for tracing
` [PATCH 07/16] hw/block/nvme: add request mapping helper
` [PATCH 08/16] hw/block/nvme: verify validity of prp lists in the cmb
` [PATCH 09/16] hw/block/nvme: refactor request bounds checking
` [PATCH 10/16] hw/block/nvme: add check for mdts
` [PATCH 11/16] hw/block/nvme: be consistent about zeros vs zeroes
` [PATCH 12/16] hw/block/nvme: refactor NvmeRequest clearing
` [PATCH 13/16] hw/block/nvme: add a namespace reference in NvmeRequest
` [PATCH 14/16] hw/block/nvme: consolidate qsg/iov clearing
` [PATCH 15/16] hw/block/nvme: remove NvmeCmd parameter
` [PATCH 16/16] hw/block/nvme: use preallocated qsg/iov in nvme_dma_prp

[PATCH v2 0/3] Fix couple of issues with AMD topology
 2020-07-29 21:22 UTC  (14+ messages)
` [PATCH v2 1/3] hw/i386: Initialize topo_ids from CpuInstanceProperties

[Bug 1888601] [NEW] QEMU v5.1.0-rc0/rc1 hang with nested virtualization
 2020-07-29 21:06 UTC  (3+ messages)
` [Bug 1888601] "

qemu repo lockdown message for a WHPX PR
 2020-07-29 21:05 UTC  (6+ messages)
    ` [EXTERNAL] "

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-29 20:30 UTC  (3+ messages)
` [RFC v2 27/76] target/riscv: rvv-0.9: load/store whole register instructions

[PATCH v5] nvme: allow cmb and pmr emulation on same device
 2020-07-29 20:17 UTC  (5+ messages)
` [PATCH v5 3/3] nvme: allow cmb and pmr to be enabled "

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-07-29 20:08 UTC  (32+ messages)
` [PATCH v3 02/18] hw/block/nvme: fix missing endian conversion
` [PATCH v3 03/18] hw/block/nvme: additional tracing
` [PATCH v3 06/18] hw/block/nvme: mark fw slot 1 as read-only
` [PATCH v3 07/18] hw/block/nvme: add support for the get log page command
` [PATCH v3 08/18] hw/block/nvme: add support for the asynchronous event request command
` [PATCH v3 09/18] hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
` [PATCH v3 10/18] hw/block/nvme: flush write cache when disabled
` [PATCH v3 11/18] hw/block/nvme: add remaining mandatory controller parameters
` [PATCH v3 12/18] hw/block/nvme: support the get/set features select and save fields
` [PATCH v3 14/18] hw/block/nvme: support identify namespace descriptor list
` [PATCH v3 15/18] hw/block/nvme: reject invalid nsid values in active namespace id list
` [PATCH v3 17/18] hw/block/nvme: provide the mandatory subnqn field

[PATCH] linux-user: Map signal numbers in fcntl
 2020-07-29 20:06 UTC 

[PATCH v2] configure: actually disable 'git_update' mode with --disable-git-update
 2020-07-29 19:58 UTC  (2+ messages)
` [PATCH] "

[PATCH v3 0/7] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-07-29 19:56 UTC  (2+ messages)

[PATCH for-5.1] qapi/machine.json: Fix missing newline in doc comment
 2020-07-29 19:48 UTC  (3+ messages)

device compatibility interface for live migration with assigned devices
 2020-07-29 19:12 UTC  (11+ messages)

[PATCH] schemas: Add vim modeline
 2020-07-29 18:50 UTC 

[PATCH v4 2/2] hw/pci-host: save/restore pci host config register for old ones
 2020-07-29 18:42 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 0/4] Various fixes for hppa architecture
 2020-07-29 18:21 UTC  (6+ messages)
` [PATCH 1/4] hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
` [PATCH 4/4] hw/display/artist.c: fix out of bounds check

[PATCH v8 0/7] 9pfs: readdir optimization
 2020-07-29 17:38 UTC  (13+ messages)
` [PATCH v8 1/7] tests/virtio-9p: added split readdir tests
` [PATCH v8 2/7] 9pfs: make v9fs_readdir_response_size() public
` [PATCH v8 3/7] 9pfs: split out fs driver core of v9fs_co_readdir()
` [PATCH v8 4/7] 9pfs: add new function v9fs_co_readdir_many()
` [PATCH v8 5/7] 9pfs: T_readdir latency optimization
` [PATCH v8 6/7] 9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.L
` [PATCH v8 7/7] 9pfs: clarify latency of v9fs_co_run_in_worker()

[PATCH for-5.2 0/6] Continue booting in case the first device is not bootable
 2020-07-29 17:17 UTC  (16+ messages)
` [PATCH for-5.2 1/6] pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
` [PATCH for-5.2 2/6] pc-bios/s390-ccw: Move ipl-related code from main() into a separate function
` [PATCH for-5.2 3/6] pc-bios/s390-ccw: Move the inner logic of find_subch() to "
` [PATCH for-5.2 4/6] pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk

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

[PATCH v0 0/4] background snapshot
 2020-07-29 16:58 UTC  (11+ messages)
` [PATCH v0 3/4] migration: add "

[PATCH v2 0/4] Add support for a group of btrfs ioctls - 2
 2020-07-29 16:37 UTC  (9+ messages)
` [PATCH v2 1/4] linux-user: Add support for a group of btrfs inode ioctls
` [PATCH v2 2/4] linux-user: Add support for two btrfs ioctls used for subvolume
` [PATCH v2 3/4] linux-user: Add support for btrfs ioctls used to manage quota
` [PATCH v2 4/4] linux-user: Add support for btrfs ioctls used to scrub a filesystem

What this mean "dead: 1" and "dead: 0 1" on each tb block start?
 2020-07-29 16:16 UTC  (2+ messages)

sysbus_create_simple Vs qdev_create
 2020-07-29 16:14 UTC  (24+ messages)

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

[PATCH 0/4] Add support for a group of btrfs filesystem ioctl
 2020-07-29 16:10 UTC  (9+ messages)
` [PATCH 1/4] linux-user: Add support for a group of btrfs ioctls used for subvolumes
` [PATCH 2/4] linux-user: Add support for a group of btrfs ioctls used for snapshots
` [PATCH 3/4] linux-user: Add support for a group of btrfs ioctls used to manipulate with devices
` [PATCH 4/4] linux-user: Add support for a group of btrfs ioctls used to get/set features

[PATCH 0/7] Make SPICE a load module
 2020-07-29 16:01 UTC  (4+ messages)
` [PATCH 2/7] build: fix device module builds

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

[PULL 0/4] target-hppa fixes
 2020-07-29 15:49 UTC  (3+ messages)

[PATCH] linux-user: Correctly start brk after executable
 2020-07-29 15:47 UTC  (2+ messages)

[PATCH for-5.1] tracetool: carefully define SDT_USE_VARIADIC
 2020-07-29 15:39 UTC 

[PATCH] hw/net/ftgmac100: Fix integer overflow in ftgmac100_do_tx()
 2020-07-29 15:15 UTC  (5+ messages)

[PATCH for 5.1] docs: fix trace docs build with sphinx 3.1.1
 2020-07-29 14:55 UTC  (4+ messages)

[PATCH 0/3] hw/arm/virt: Introduce kvm-steal-time
 2020-07-29 14:40 UTC  (7+ messages)
` [PATCH 2/3] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH 3/3] hw/arm/virt: Implement kvm-steal-time

[PATCH v2 0/3] virtiofsd: allow virtiofsd to run in a container
 2020-07-29 14:40 UTC  (10+ messages)
` [PATCH v2 3/3] virtiofsd: probe unshare(CLONE_FS) and print an error

[PATCH] hw: add compat machines for 5.2
 2020-07-29 14:22 UTC  (3+ messages)

Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
 2020-07-29 14:19 UTC  (3+ messages)

[RFC 0/2] virtio-rng: add a control queue
 2020-07-29 14:15 UTC  (7+ messages)

[PATCH v5 0/2] hyperv: vmbus: ACPI various corrections
 2020-07-29 14:15 UTC  (4+ messages)
` [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

[PATCH-for-5.2 v4] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-29 14:13 UTC  (8+ messages)

[PATCH] virtio-pci: fix virtio_pci_queue_enabled()
 2020-07-29 13:57 UTC  (3+ messages)

[Bug 1889421] [NEW] VVFAT is not writable from Windows NT 3.5, 3.51 and 4.0
 2020-07-29 13:50 UTC 

[PATCH v4] i386: hvf: Implement CPU kick
 2020-07-29 12:48 UTC 

[PATCH v4 0/2] trace: Add a trace backend for the recorder library
 2020-07-29 13:06 UTC  (2+ messages)

[PATCH] trace/simple: Allow enabling simple traces from command line
 2020-07-29 13:05 UTC  (2+ messages)

Disk cache defaults
 2020-07-29 13:02 UTC  (2+ messages)

[PATCH 1/1] docs: adding NUMA documentation for pseries
 2020-07-29 12:57 UTC 

[Bug 1889411] [NEW] RISC-V: Unable to unwind the stack upon signals
 2020-07-29 12:42 UTC 

hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore
 2020-07-29 12:50 UTC  (2+ messages)

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

Missing qapi_free_Type in error case for qapi generated code?
 2020-07-29 12:44 UTC  (5+ messages)

[PATCH v2 0/4] Add dtrace support on macOS
 2020-07-29 12:34 UTC  (6+ messages)
` [PATCH v2 4/4] net/colo: Match is-enabled probe to tracepoint

[PATCH 0/3] Trapped instruction encoding support
 2020-07-29 11:28 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Optional feature to provide trapped instruction in CSRs
` [PATCH 2/3] target/riscv: Fix write_htinst() implementation
` [PATCH 3/3] target/riscv: Update MTINST/HTINST CSR in riscv_cpu_do_interrupt()

[PATCH 0/2] block: add logging facility for long standing IO requests
 2020-07-29 11:06 UTC  (5+ messages)
` [PATCH 2/2] "

qemu-img convert asserts while converting from vhdx to raw
 2020-07-29 10:56 UTC  (2+ messages)

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

[PATCH v2 0/2] QEMU Gating CI
 2020-07-29 10:16 UTC  (3+ messages)
` [PATCH v2 2/2] GitLab Gating CI: initial set of jobs, documentation and scripts

[PATCH RFCv3 0/9] s390x: initial support for virtio-mem
 2020-07-29 10:13 UTC  (13+ messages)
` [PATCH RFCv3 6/9] s390x/diag: subcode to query device memory region

[PATCH 0/3] QEMU cpus.c refactoring part1
 2020-07-29 10:01 UTC  (14+ messages)
` [PATCH 3/3] cpu-timers, icount: new modules

[PATCH] qapi/block-core.json: Remove stale description of 'blockdev-add'
 2020-07-29  9:22 UTC  (3+ messages)
` [PATCH for-5.1?] "

[PATCH 0/2] assertion failure in net_tx_pkt_add_raw_fragment() in hw/net/net_tx_pkt.c
 2020-07-29  8:48 UTC  (3+ 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).