qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 01:13:28 to 2020-04-15 11:22:06 UTC [more...]

[PATCH 00/16] nvme: refactoring and cleanups
 2020-04-15 11:21 UTC  (30+ messages)
` [PATCH 01/16] nvme: fix pci doorbell size calculation
` [PATCH 02/16] nvme: rename trace events to nvme_dev
` [PATCH 03/16] nvme: remove superfluous breaks
` [PATCH 04/16] nvme: move device parameters to separate struct
` [PATCH 05/16] nvme: use constants in identify
` [PATCH 06/16] nvme: refactor nvme_addr_read
` [PATCH 07/16] nvme: add max_ioqpairs device parameter
` [PATCH 08/16] nvme: remove redundant cmbloc/cmbsz members
` [PATCH 09/16] nvme: factor out property/constraint checks
` [PATCH 10/16] nvme: factor out device state setup
` [PATCH 11/16] nvme: factor out block backend setup
` [PATCH 12/16] nvme: add namespace helpers
` [PATCH 13/16] nvme: factor out namespace setup
` [PATCH 14/16] nvme: factor out pci setup
` [PATCH 15/16] nvme: factor out cmb setup
` [PATCH 16/16] nvme: factor out controller identify setup

[Qemu devel PATCH v5 0/3] Add SmartFusion2 EMAC block
 2020-04-15 10:59 UTC  (4+ messages)
` [Qemu devel PATCH v5 1/3] hw/net: Add Smartfusion2 emac block

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-04-15 10:57 UTC  (4+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 2/8] i2c: i801: "

[RFC PATCH v1 00/26] VM introspection
 2020-04-15 10:56 UTC  (21+ messages)
` [RFC PATCH v1 02/26] char-socket: allow vsock parameters (cid, port)
` [RFC PATCH v1 03/26] char-socket: fix the client mode when created through QMP
` [RFC PATCH v1 04/26] char-socket: add 'reconnecting' property
` [RFC PATCH v1 05/26] char-socket: add 'fd' property
` [RFC PATCH v1 10/26] kvm: vmi: add the handshake with the introspection tool
` [RFC PATCH v1 12/26] kvm: vmi: add 'key' property
` [RFC PATCH v1 16/26] kvm: vmi: intercept pause/resume
` [RFC PATCH v1 19/26] kvm: vmi: intercept force-reset
` [RFC PATCH v1 20/26] kvm: vmi: intercept live migration
` [RFC PATCH v1 21/26] kvm: vmi: postpone the OK response from qmp_stop()
` [RFC PATCH v1 22/26] kvm: vmi: add 'async_unhook' property
` [RFC PATCH v1 23/26] kvm: vmi: intercept shutdown
` [RFC PATCH v1 24/26] kvm: vmi: add 'unhook_on_shutdown' property
` [RFC PATCH v1 26/26] kvm: vmi: add 'command' and 'event' properties

[PULL for 5.0-rc3 0/8] a few small fixes (docker, user, pie and gdbstub)
 2020-04-15 10:42 UTC  (10+ messages)
` [PULL 1/8] tests/docker: add docs FEATURE flag and use for test-misc
` [PULL 2/8] configure: redirect sphinx-build check to config.log
` [PULL 3/8] configure: disable PIE for Windows builds
  ` [Bug 1871798] "
` [PULL 4/8] linux-user: fix /proc/self/stat handling
` [PULL 5/8] target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray
` [PULL 6/8] gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb
` [PULL 7/8] gdbstub: Do not use memset() on GByteArray
` [PULL 8/8] gdbstub: Introduce gdb_get_float32() to get 32-bit float registers

[PATCH 0/4] fix crashes when inject errors to vhost-user-blk chardev
 2020-04-15 10:35 UTC  (6+ messages)
` [PATCH 1/4] vhost-user-blk: delay vhost_user_blk_disconnect
` [PATCH 2/4] vhost-user-blk: fix invalid memory access
` [PATCH 3/4] char-socket: avoid double call tcp_chr_free_connection
` [PATCH 4/4] vhost-user-blk: fix crash in realize process

[RFC PATCH] tests/tcg: better trap gdb failures
 2020-04-15 10:22 UTC 

[Bug 1872847] [NEW] qemu-alpha linux-user breaks python3.6
 2020-04-15  9:48 UTC  (4+ messages)
` [Bug 1872847] "

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-15 10:00 UTC  (19+ messages)
` [PATCH for-5.1 1/8] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()
` [PATCH for-5.1 2/8] qemu-options: Factor out get_opt_name_value() helper
` [PATCH for-5.1 5/8] qemu-option: Fix has_help_option()'s sloppy parsing

[Bug 1871842] [NEW] AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
 2020-04-15  9:25 UTC  (7+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-15  9:02 UTC  (7+ messages)
` [PATCH v5 1/4] vfio/mdev: add migration_version attribute for mdev (under mdev_type node)
` [PATCH v5 3/4] vfio/mdev: add migration_version attribute for mdev (under mdev device node)

[PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting
 2020-04-15  9:03 UTC  (6+ messages)
` [PATCH v19 QEMU 1/4] virtio-balloon: Implement support for page poison tracking feature
` [PATCH v19 QEMU 3/4] virtio-balloon: Provide an interface for free page reporting

[PATCH v2 for-5.1 0/9] qemu-option: Fix corner cases and clean up
 2020-04-15  9:01 UTC  (11+ messages)
` [PATCH v2 for-5.1 1/9] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()
` [PATCH v2 for-5.1 2/9] qemu-options: Factor out get_opt_name_value() helper
` [PATCH v2 for-5.1 3/9] qemu-option: Fix sloppy recognition of "id=..." after ", , "
` [PATCH v2 for-5.1 4/9] qemu-option: Fix has_help_option()'s sloppy parsing
` [PATCH v2 for-5.1 5/9] test-qemu-opts: Simplify test_has_help_option() after bug fix
` [PATCH v2 for-5.1 6/9] qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily()
` [PATCH v2 for-5.1 7/9] qemu-img: Factor out accumulate_options() helper
` [PATCH v2 for-5.1 8/9] qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite
` [PATCH v2 for-5.1 9/9] qemu-img: Reject broken -o ""

[PATCH v5 for-5.0] configure: warn if not using a separate build directory
 2020-04-15  8:52 UTC  (4+ messages)

Qemu system mode emulation for heterogeneous SOC
 2020-04-15  8:45 UTC  (2+ messages)

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-15  8:39 UTC  (7+ messages)
` [PATCH v4 15/30] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v4 16/30] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v4 17/30] qcow2: Add subcluster support to calculate_l2_meta()

[PATCH for-5.1 0/5] qobject: Minor spring cleaning
 2020-04-15  8:30 UTC  (6+ messages)
` [PATCH for-5.1 1/5] qobject: Clean up QLIST_FOREACH_ENTRY()
` [PATCH for-5.1 2/5] qobject: Factor out helper json_pretty_newline()
` [PATCH for-5.1 3/5] qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
` [PATCH for-5.1 4/5] qobject: Eliminate qdict_iter(), use qdict_first(), qdict_next()
` [PATCH for-5.1 5/5] qemu-option: Clean up after the previous commit

[PATCH v3 0/3] drop writes to read-only ram device & vfio regions
 2020-04-15  8:19 UTC  (10+ messages)
` [PATCH v3 1/3] memory: drop guest writes to read-only ram device regions
` [PATCH v3 2/3] hw/vfio: drop guest writes to ro regions
` [PATCH v3 3/3] hw/vfio: let read-only flag take effect for mmap'd regions

[PATCH v7 00/48] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-04-15  8:18 UTC  (71+ messages)
` [PATCH v7 01/48] nvme: rename trace events to nvme_dev
` [PATCH v7 02/48] nvme: remove superfluous breaks
` [PATCH v7 03/48] nvme: move device parameters to separate struct
` [PATCH v7 04/48] nvme: bump spec data structures to v1.3
` [PATCH v7 05/48] nvme: use constants in identify
` [PATCH v7 06/48] nvme: refactor nvme_addr_read
` [PATCH v7 07/48] nvme: add support for the abort command
` [PATCH v7 08/48] nvme: fix pci doorbell size calculation
` [PATCH v7 09/48] nvme: add max_ioqpairs device parameter
` [PATCH v7 10/48] nvme: remove redundant cmbloc/cmbsz members
` [PATCH v7 11/48] nvme: refactor device realization
` [PATCH v7 12/48] nvme: add temperature threshold feature
` [PATCH v7 13/48] nvme: add support for the get log page command
` [PATCH v7 14/48] nvme: add support for the asynchronous event request command
` [PATCH v7 15/48] nvme: add missing mandatory features
` [PATCH v7 16/48] nvme: additional tracing
` [PATCH v7 17/48] nvme: make sure ncqr and nsqr is valid
` [PATCH v7 18/48] nvme: add log specific field to trace events
` [PATCH v7 19/48] nvme: support identify namespace descriptor list
` [PATCH v7 20/48] nvme: enforce valid queue creation sequence
` [PATCH v7 21/48] nvme: provide the mandatory subnqn field
` [PATCH v7 22/48] nvme: bump supported version to v1.3
` [PATCH v7 23/48] nvme: memset preallocated requests structures
` [PATCH v7 24/48] nvme: add mapping helpers
` [PATCH v7 25/48] nvme: replace dma_acct with blk_acct equivalent
` [PATCH v7 26/48] nvme: remove redundant has_sg member
` [PATCH v7 27/48] nvme: refactor dma read/write
` [PATCH v7 28/48] nvme: pass request along for tracing
` [PATCH v7 29/48] nvme: add request mapping helper
` [PATCH v7 30/48] nvme: verify validity of prp lists in the cmb
` [PATCH v7 31/48] nvme: refactor request bounds checking
` [PATCH v7 32/48] nvme: add check for mdts
` [PATCH v7 33/48] nvme: be consistent about zeros vs zeroes
` [PATCH v7 34/48] nvme: refactor NvmeRequest
` [PATCH v7 35/48] nvme: remove NvmeCmd parameter
` [PATCH v7 36/48] nvme: allow multiple aios per command
` [PATCH v7 37/48] nvme: add nvme_check_rw helper
` [PATCH v7 38/48] nvme: use preallocated qsg/iov in nvme_dma_prp
` [PATCH v7 39/48] pci: pass along the return value of dma_memory_rw
` [PATCH v7 40/48] nvme: handle dma errors
` [PATCH v7 41/48] nvme: harden cmb access
` [PATCH v7 42/48] nvme: add support for scatter gather lists
` [PATCH v7 43/48] nvme: add support for sgl bit bucket descriptor
` [PATCH v7 44/48] nvme: refactor identify active namespace id list
` [PATCH v7 45/48] nvme: support multiple namespaces
` [PATCH v7 46/48] pci: allocate pci id for nvme
` [PATCH v7 47/48] nvme: change controller pci id
` [PATCH v7 48/48] nvme: make lba data size configurable

[PATCH RESEND v3 0/2] Makefile: libfdt: build only the strict necessary
 2020-04-15  8:16 UTC  (3+ messages)

[PATCH-for-5.0 00/12] various bugfixes
 2020-04-15  8:08 UTC  (3+ messages)
` [PATCH-for-5.0 10/12] hw/block/pflash: Check return value of blk_pwrite()

[PATCH] block/nvme: Remove memory leak
 2020-04-15  7:57 UTC  (3+ messages)

[PATCH-for-5.1 v3 00/24] various: Fix error-propagation with Coccinelle scripts (part 1)
 2020-04-15  7:51 UTC  (10+ messages)
` [PATCH-for-5.1 v3 02/24] scripts/coccinelle: Script to simplify DeviceClass error propagation
` [PATCH-for-5.1 v3 05/24] hw/arm/aspeed_ast2600: Move some code from realize() to init()
` [PATCH-for-5.1 v3 18/24] hw/pci-host/pnv_phb3: "

[PATCH-for-5.1 0/3] various: Remove unnecessary casts
 2020-04-15  7:48 UTC  (5+ messages)
` [PATCH-for-5.1 1/3] target: Remove unnecessary CPU() cast
` [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast

[PATCH] target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
 2020-04-15  6:49 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v41 00/21] QEMU AVR 8 bit cores
 2020-04-15  6:25 UTC  (9+ messages)
` [PATCH v41 01/21] target/avr: Add outward facing interfaces and core CPU logic

[PATCH v2] hvf: use standard CR0 and CR4 register definitions
 2020-04-15  5:12 UTC 

[PATCH v2] nrf51: Fix last GPIO CNF address
 2020-04-15  4:37 UTC 

[PATCH v2 0/3] fetch the alignment of device dax
 2020-04-15  3:35 UTC  (4+ messages)
` [PATCH v2 1/3] exec: fetch the alignment of Linux devdax pmem character device nodes
` [PATCH v2 2/3] docs/nvdimm: add description of alignment requirement of device dax
` [PATCH v2 3/3] configure: add libdaxctl support

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-04-15  2:47 UTC  (2+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[PATCH-for-5.1] gdbstub: Rename GByteArray variable 'mem_buf' as 'array'
 2020-04-15  1:50 UTC  (2+ messages)

[PATCH RFC v2] target/arm: Implement SVE2 MATCH, NMATCH
 2020-04-15  2:05 UTC  (2+ messages)

[PATCH v2 for 5.0-rc3 00/17] more randome fixes (user, pie, docker and gdbstub)
 2020-04-15  1:42 UTC  (2+ messages)

[Bug 1871798] [NEW] Fails to start on Windows host without explicit --disable-pie
 2020-04-09  8:43 UTC 


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