qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 07:41:23 to 2020-04-15 19:29:56 UTC [more...]

[PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting
 2020-04-15 19:28 UTC  (10+ 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-for-5.0 0/3] virtio,vhost-gpu: Release memory returned by malloc() with free()
 2020-04-15 19:27 UTC  (3+ messages)
` [PATCH-for-5.0 1/3] vhost-user-gpu: Release memory returned by vu_queue_pop() "

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-15 19:11 UTC  (7+ messages)
` [PATCH v4 07/30] qcow2: Document the Extended L2 Entries feature
` [PATCH v4 17/30] qcow2: Add subcluster support to calculate_l2_meta()

[PATCH RFC v2] target/arm: Implement SVE2 HISTCNT, HISTSEG
 2020-04-15 19:07 UTC 

[PATCH for-5.1] qcow2: Don't open images with a backing file and the data-file-raw bit
 2020-04-15 19:02 UTC 

[PATCH RFC] target/arm: Implement SVE2 HISTCNT, HISTSEG
 2020-04-15 18:54 UTC 

[PATCH v4] target/arm: Implement SVE2 MATCH, NMATCH
 2020-04-15 18:25 UTC  (2+ messages)

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

[PATCH RFC] configure: prefer sphinx-build to sphinx-build-3
 2020-04-15 18:01 UTC  (3+ messages)

[RFC PATCH v1 00/26] VM introspection
 2020-04-15 17:53 UTC  (15+ 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

[PATCH-for-5.0 v2] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
 2020-04-15 17:39 UTC  (4+ messages)

[PATCH for-5.0? 0/3] Make docs build work with Sphinx 3
 2020-04-15 17:37 UTC  (7+ messages)
` Supported Sphinx Versions (was: Re: [PATCH for-5.0? 0/3] Make docs build work with Sphinx 3)
      ` Supported Sphinx Versions
        ` Supported Build Platforms (Again) (Was Re: Supported Sphinx Versions)

[PULL for-5.0 0/4] qemu-ga patch queue for hard-freeze
 2020-04-15 17:36 UTC  (7+ messages)
` [PULL for-5.0 1/4] Revert "prevent crash when executing guest-file-read with large count"
` [PULL for-5.0 2/4] qga: Extract guest_file_handle_find() to commands-common.h
` [PULL for-5.0 3/4] qga: Extract qmp_guest_file_read() to common commands.c
` [PULL for-5.0 4/4] qga: Restrict guest-file-read count to 48 MB to avoid crashes

[Bug 1873032] [NEW] After upgrade qemu to 5.0.0-0.3.rc2.fc33 the virtual machine with Windows 10 after a while starts to work very slowly
 2020-04-15 16:38 UTC  (2+ messages)
` [Bug 1873032] "

[PATCH-for-5.0 00/12] various bugfixes
 2020-04-15 15:23 UTC  (7+ messages)
` [PATCH-for-5.0 04/12] qga: Restrict guest-file-read count to 48 MB to avoid crashes
` [PATCH-for-5.0 10/12] hw/block/pflash: Check return value of blk_pwrite()

[for-5.0] Deprecate KVM support for AArch32
 2020-04-15 15:12 UTC  (5+ messages)

[edk2-discuss] Load Option passing. Either bugs or my confusion
 2020-04-15 15:05 UTC 

[for-5.0] docs: Require Sphinx 1.6 or better
 2020-04-15 14:53 UTC  (4+ messages)

[PATCH RFC v3] target/arm: Implement SVE2 MATCH, NMATCH
 2020-04-15 14:50 UTC 

[PATCH for-5.1 0/5] qobject: Minor spring cleaning
 2020-04-15 14:48 UTC  (13+ 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

Qemu system mode emulation for heterogeneous SOC
 2020-04-15 14:47 UTC  (5+ messages)

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-15 14:45 UTC  (15+ messages)
` [PATCH for-5.1 1/8] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()
` [PATCH for-5.1 5/8] qemu-option: Fix has_help_option()'s sloppy parsing

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

[PATCH 00/16] nvme: refactoring and cleanups
 2020-04-15 13:35 UTC  (33+ 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

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

AF_UNIX Monitor Device
 2020-04-15  1:46 UTC 

[PATCH v2] hvf: use standard CR0 and CR4 register definitions
 2020-04-15 13:01 UTC  (3+ messages)

[PATCH v2 for-5.1 0/9] qemu-option: Fix corner cases and clean up
 2020-04-15 12:56 UTC  (14+ 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 ""

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

Replace GSource with AioContext for chardev
 2020-04-15 12:31 UTC  (8+ messages)

[PATCH v2 0/6] Automation of Coverity Scan uploads (via Docker)
 2020-04-15 12:27 UTC  (4+ messages)
` [PATCH v2 6/6] scripts/coverity-scan: Add Docker support

[PULL for 5.0-rc3 0/8] a few small fixes (docker, user, pie and gdbstub)
 2020-04-15 12:16 UTC  (11+ 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

[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 0/4] fix crashes when inject errors to vhost-user-blk chardev
 2020-04-15 10:35 UTC  (3+ messages)
` [PATCH 3/4] char-socket: avoid double call tcp_chr_free_connection

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

[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 v5 for-5.0] configure: warn if not using a separate build directory
 2020-04-15  8:52 UTC  (4+ messages)

[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  (24+ messages)
` [PATCH v7 06/48] nvme: refactor nvme_addr_read
` [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 45/48] nvme: support multiple namespaces
` [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] 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  (5+ messages)
` [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

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