qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 16:33:29 to 2020-04-15 06:33:45 UTC [more...]

[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

[Qemu devel PATCH v5 0/3] Add SmartFusion2 EMAC block
 2020-04-15  6:13 UTC  (5+ messages)
` [Qemu devel PATCH v5 1/3] hw/net: Add Smartfusion2 emac block
` [Qemu devel PATCH v5 2/3] msf2: Add EMAC block to SmartFusion2 SoC
` [Qemu devel PATCH v5 3/3] tests/boot_linux_console: Add ethernet test to SmartFusion2

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

[PATCH v7 00/48] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-04-15  5:51 UTC  (49+ 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-for-5.1 v3 00/24] various: Fix error-propagation with Coccinelle scripts (part 1)
 2020-04-15  6:16 UTC  (6+ messages)
` [PATCH-for-5.1 v3 02/24] scripts/coccinelle: Script to simplify DeviceClass error propagation

[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

[PATCH 0/4] fix crashes when inject errors to vhost-user-blk chardev
 2020-04-15  3:28 UTC  (5+ 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

[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

[RFC PATCH v1 00/26] VM introspection
 2020-04-15  2:26 UTC  (29+ messages)
` [RFC PATCH v1 01/26] chardev: tcp: allow to change the reconnect timer
` [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 06/26] E820: extend the table access interface
` [RFC PATCH v1 07/26] linux-headers: update with VM introspection interface
` [RFC PATCH v1 08/26] kvm: add VM introspection usage documentation
` [RFC PATCH v1 09/26] kvm: introduce the VM introspection object
` [RFC PATCH v1 10/26] kvm: vmi: add the handshake with the introspection tool
` [RFC PATCH v1 11/26] kvm: vmi: add 'handshake_timeout' property
` [RFC PATCH v1 12/26] kvm: vmi: add 'key' property
` [RFC PATCH v1 13/26] kvm: vmi: block the object destruction if the chardev is connected
` [RFC PATCH v1 14/26] kvm: vmi: allow only one instance of the introspection object
` [RFC PATCH v1 15/26] kvm: vmi: reconnect the socket on reset
` [RFC PATCH v1 16/26] kvm: vmi: intercept pause/resume
` [RFC PATCH v1 17/26] kvm: vmi: add 'unhook_timeout' property
` [RFC PATCH v1 18/26] kvm: vmi: store/restore 'vm_start_time' on migrate/snapshot
` [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 25/26] kvm: vmi: extend handshake to include the e820 table
` [RFC PATCH v1 26/26] kvm: vmi: add 'command' and 'event' properties

[PATCH-for-5.1] gdbstub: Rename GByteArray variable 'mem_buf' as 'array'
 2020-04-15  1:50 UTC  (6+ 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  (22+ messages)
` [PATCH v2 01/17] linux-user: completely re-write init_guest_space
` [PATCH v2 02/17] exec/cpu-all: Use bool for have_guest_base
` [PATCH v2 03/17] accel/tcg: Relax va restrictions on 64-bit guests
` [PATCH v2 04/17] .gitignore: include common build sub-directories
` [PATCH v2 05/17] linux-user/ppc: Fix padding in mcontext_t for ppc64
` [PATCH v2 06/17] tests/docker: add docs FEATURE flag and use for test-misc
` [PATCH v2 07/17] configure: redirect sphinx-build check to config.log
` [PATCH v2 08/17] configure: disable PIE for Windows builds
  ` [Bug 1871798] "
` [PATCH v2 09/17] linux-user: fix /proc/self/stat handling
` [PATCH v2 10/17] target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray
` [PATCH v2 11/17] gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb
` [PATCH v2 12/17] gdbstub: Do not use memset() on GByteArray
` [PATCH v2 13/17] gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
` [PATCH v2 14/17] gdbstub: Introduce gdb_get_float64() to get 64-bit "
` [PATCH v2 15/17] target/m68k: hack around the FPU register support (HACK!)
` [PATCH v2 16/17] tests/tcg: drop inferior.was_attached() test
` [PATCH v2 17/17] tests/tcg: add a multiarch linux-user gdb test

[Bug 1860553] [NEW] cmake crashes on qemu-alpha-user with Illegal Instruction
 2020-04-15  0:08 UTC  (2+ messages)
` [Bug 1860553] "

[PATCH] target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
 2020-04-14 23:35 UTC  (2+ messages)

[Bug 1872847] [NEW] qemu-alpha linux-user breaks python3.6
 2020-04-14 22:32 UTC 

Qemu system mode emulation for heterogeneous SOC
 2020-04-14 22:07 UTC 

[PATCH-for-5.1 0/3] various: Remove unnecessary casts
 2020-04-14 21:40 UTC  (4+ messages)
` [PATCH-for-5.1 2/3] various: Remove unnecessary OBJECT() cast

[PULL 0/3] More misc patches for QEMU 5.0-rc3
 2020-04-14 21:15 UTC  (5+ messages)
` [PULL 1/3] hostmem: set default prealloc_threads to valid value
` [PULL 2/3] tests: numa: test one backend with prealloc enabled
` [PULL 3/3] hax: Windows doesn't like posix device names

[PATCH-for-5.0 v2 0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers
 2020-04-14 21:10 UTC  (5+ messages)
` [PATCH-for-5.0 v2 1/2] gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
` [PATCH-for-5.0 v2 2/2] gdbstub: Introduce gdb_get_float64() to get 64-bit "

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-14 20:14 UTC  (27+ 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 3/8] qemu-option: Fix sloppy recognition of "id=..." after ", , "
  ` [PATCH for-5.1 3/8] qemu-option: Fix sloppy recognition of "id=..." after ",,"
` [PATCH for-5.1 5/8] qemu-option: Fix has_help_option()'s sloppy parsing
` [PATCH for-5.1 7/8] qemu-img: Factor out accumulate_options() helper
` [PATCH for-5.1 8/8] qemu-option: Move is_valid_option_list() to qemu-img.c and rewrite

[PATCH-for-5.0 v3 0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers
 2020-04-14 19:34 UTC  (4+ messages)
` [PATCH-for-5.0 v3 1/2] gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
` [PATCH-for-5.0 v3 2/2] gdbstub: Introduce gdb_get_float64() to get 64-bit "

cscope redundant chars
 2020-04-14 19:31 UTC  (2+ messages)

[PULL 00/12] target-arm queue
 2020-04-14 19:09 UTC  (4+ messages)
` [PULL 07/12] docs: Improve our gdbstub documentation
` [PULL 09/12] scripts/kernel-doc: Add missing close-paren in c:function directives

[PATCH-for-5.0 00/12] various bugfixes
 2020-04-14 18:34 UTC  (13+ messages)
` [PATCH-for-5.0 01/12] Revert "prevent crash when executing guest-file-read with large count"
` [PATCH-for-5.0 02/12] qga: Extract guest_file_handle_find() to commands-common.h
` [PATCH-for-5.0 03/12] qga: Extract qmp_guest_file_read() to common commands.c
` [PATCH-for-5.0 05/12] vhost-user-gpu: Release memory returned by vu_queue_pop() with free()
` [PATCH-for-5.0 06/12] hw/openrisc/pic_cpu: Use qdev gpio rather than qemu_allocate_irqs()
` [PATCH-for-5.0 07/12] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers
` [PATCH-for-5.0 08/12] hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accesses
` [PATCH-for-5.0 09/12] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
` [PATCH-for-5.0 10/12] hw/block/pflash: Check return value of blk_pwrite()
` [PATCH-for-5.0 11/12] gdbstub: Do not use memset() on GByteArray
` [PATCH-for-5.0 12/12] gdbstub: Introduce gdb_get_freg32() to get float32 registers

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-14 18:25 UTC  (12+ messages)
` [PATCH v4 07/30] qcow2: Document the Extended L2 Entries feature

[Bug 1872790] [NEW] empty qcow2
 2020-04-14 17:43 UTC 

[PATCH for-5.0? 0/3] Make docs build work with Sphinx 3
 2020-04-14 15:57 UTC  (6+ messages)
` [PATCH for-5.0? 2/3] scripts/kernel-doc: Add missing close-paren in c:function directives
` [PATCH for-5.0? 3/3] kernel-doc: Use c:struct for Sphinx 3.0 and later

[Bug 1871842] [NEW] AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
 2020-04-14 13:27 UTC  (5+ messages)

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

[Bug 1872113] [NEW] qemu docs fails to build with Sphinx 3.0.x
 2020-04-14 15:26 UTC  (2+ messages)
` [Bug 1872113] "

[Qemu devel PATCH v4 0/3] Add SmartFusion2 EMAC block
 2020-04-14 13:35 UTC  (5+ messages)
` [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block

m68k: gdbstub crashing setting float register on cfv4e cpu
 2020-04-14 16:56 UTC  (2+ messages)

[PATCH] .gitignore: include common build sub-directories
 2020-04-14 16:39 UTC  (4+ messages)

[PATCH] block/nvme: Remove memory leak
 2020-04-14 15:17 UTC 

[PATCH-for-5.0] gdbstub: Do not use memset() on GByteArray
 2020-04-14 14:22 UTC  (5+ messages)

[PATCH-for-5.0] gdbstub: Introduce gdb_get_freg32() to get float32 registers
 2020-04-14 15:22 UTC  (3+ messages)

[for-5.0] Deprecate KVM support for AArch32
 2020-04-14 16:29 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).