qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 12:32:44 to 2020-07-03 17:07:17 UTC [more...]

[PULL 00/34] target-arm queue
 2020-07-03 16:53 UTC  (21+ messages)
` [PULL 01/34] Add a phy-num property to the i.MX FEC emulator
` [PULL 02/34] Add the ability to select a different PHY for each i.MX6UL FEC interface
` [PULL 03/34] Select MDIO device 2 and 1 as PHY devices for i.MX6UL EVK board
` [PULL 04/34] qdev: Introduce DEFINE_PROP_RESERVED_REGION
` [PULL 05/34] virtio-iommu: Implement RESV_MEM probe request
` [PULL 06/34] virtio-iommu: Handle reserved regions in the translation process
` [PULL 07/34] virtio-iommu-pci: Add array of Interval properties
` [PULL 08/34] hw/arm/virt: Let the virtio-iommu bypass MSIs
` [PULL 09/34] target/arm: kvm: Handle DABT with no valid ISS
` [PULL 10/34] target/arm: kvm: Handle misconfigured dabt injection
` [PULL 11/34] tests/acpi: remove stale allowed tables
` [PULL 12/34] tests/acpi: virt: allow DSDT acpi table changes
` [PULL 13/34] hw/arm/virt-acpi-build: Only expose flash on older machine types
` [PULL 14/34] tests/acpi: virt: update golden masters for DSDT
` [PULL 15/34] target/arm: Fix temp double-free in sve ldr/str
` [PULL 21/34] hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals
` [PULL 22/34] hw/misc/max111x: provide QOM properties for setting initial values
` [PULL 23/34] hw/misc/max111x: Don't use vmstate_register()
` [PULL 24/34] ssi: Add ssi_realize_and_unref()
` [PULL 25/34] hw/arm/spitz: Use max111x properties to set initial values

[PATCH] configure / util: Auto-detect the availability of openpty()
 2020-07-03 16:50 UTC  (8+ messages)

[PATCH 0/6] migration: bring savevm/loadvm/delvm over to QMP
 2020-07-03 16:49 UTC  (12+ messages)
` [PATCH 2/6] migration: introduce savevm, loadvm, delvm QMP commands

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-07-03 16:45 UTC  (9+ messages)
` [PATCH v2 3/3] trace: Example of "centralized" recorder tracing

[PATCH v2] SEV: QMP support for Inject-Launch-Secret
 2020-07-03 16:33 UTC  (6+ messages)

[RFC PATCH] MAINTAINERS: Cover the firmware JSON schema
 2020-07-03 16:29 UTC  (3+ messages)

[PATCH v3 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-03 16:35 UTC  (9+ messages)
` [PATCH v3 05/12] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH v3 08/12] hw/nvram: NPCM7xx OTP device model
` [PATCH v3 12/12] docs/system: Add Nuvoton machine documentation

Question about virtio-net: implement RX RSS processing
 2020-07-03 16:22 UTC  (3+ messages)

[PATCH] Fix MIPS add.s after 1ace099f2acb952eaaef0ba7725879949a7e4406
 2020-07-03 16:33 UTC  (2+ messages)

[PATCH v6 0/7] block: seriously improve savevm/loadvm performance
 2020-07-03 16:11 UTC  (8+ messages)
` [PATCH 1/7] migration/savevm: respect qemu_fclose() error code in save_snapshot()
` [PATCH 2/7] block/aio_task: allow start/wait task from any coroutine
` [PATCH 3/7] block/aio_task: drop aio_task_pool_wait_one() helper
` [PATCH 4/7] block/block-backend: remove always true check from blk_save_vmstate
` [PATCH 5/7] block, migration: add bdrv_finalize_vmstate helper
` [PATCH 6/7] block/io: improve savevm performance
` [PATCH 7/7] block/io: improve loadvm performance

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-07-03 16:08 UTC  (7+ messages)
` [PATCH v6 4/5] 9pfs: T_readdir latency optimization

[PULL V2 00/33] Net patches
 2020-07-03 16:10 UTC  (4+ messages)
` [PULL V2 29/33] net/colo-compare.c: Correct ordering in complete and finalize

[PATCH v2 00/44] Less clumsy error checking
 2020-07-03 16:06 UTC  (17+ messages)
` [PATCH v2 16/44] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH v2 17/44] qapi: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 18/44] qapi: Use returned bool to check for failure, manual part
` [PATCH v2 19/44] block/parallels: Simplify parallels_open() after previous commit
` [PATCH v2 21/44] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH v2 22/44] qom: Rename qdev_get_type() to object_get_type()
` [PATCH v2 23/44] qom: Crash more nicely on object_property_get_link() failure
` [PATCH v2 25/44] qom: Use return values to check for error where that's simpler

[PATCH 0/2] error-reporting for query-sev-capabilities
 2020-07-03 16:10 UTC  (4+ messages)
` [PATCH 2/2] target-i386: sev: fail query-sev-capabilities if QEMU cannot use SEV

[PATCH v10 00/34] Add subcluster allocation to qcow2
 2020-07-03 15:58 UTC  (35+ messages)
` [PATCH v10 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v10 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v10 03/34] qcow2: Add calculate_l2_meta()
` [PATCH v10 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v10 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v10 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v10 07/34] qcow2: Document the Extended L2 Entries feature
` [PATCH v10 08/34] qcow2: Add dummy has_subclusters() function
` [PATCH v10 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v10 10/34] qcow2: Add offset_to_sc_index()
` [PATCH v10 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v10 12/34] qcow2: Add l2_entry_size()
` [PATCH v10 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v10 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v10 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v10 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v10 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v10 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v10 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v10 20/34] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v10 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v10 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v10 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v10 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v10 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v10 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v10 27/34] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v10 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v10 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v10 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PATCH v10 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v10 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set
` [PATCH v10 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v10 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[PULL v2 0/2] Block patches
 2020-07-03 15:58 UTC  (5+ messages)

[Bug 1886210] [NEW] [Feature request] Illumnos VM image
 2020-07-03 15:37 UTC 

[PATCH v2 0/3] some docs (booting, mttcg, icount)
 2020-07-03 15:41 UTC  (5+ messages)
` [PATCH v2 1/3] docs/booting.rst: start documenting the boot process
` [PATCH v2 3/3] docs/devel: add some notes on tcg-icount for developers

[Bug 1885827] [NEW] building plugin failed on Windows with mingw
 2020-07-03 15:33 UTC  (4+ messages)
` [Bug 1885827] "

[Bug 1886208] [NEW] [Feature request] Haiku VM image
 2020-07-03 15:34 UTC 

[PATCH v3 0/9] Build fixes for Haiku
 2020-07-03 15:29 UTC  (19+ messages)
` [PATCH v3 1/9] build: Enable BSD symbols "
` [PATCH v3 2/9] util/qemu-openpty.c: Don't assume pty.h is glibc-only
` [PATCH v3 3/9] build: Check that mlockall() exists
` [PATCH v3 4/9] osdep.h: Always include <sys/signal.h> if it exists
` [PATCH v3 5/9] osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLL
` [PATCH v3 6/9] bswap.h: Include <endian.h> on Haiku for bswap operations
` [PATCH v3 7/9] util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFD
` [PATCH v3 8/9] util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku
` [PATCH v3 9/9] util/drm: make portable by avoiding struct dirent d_type

[PULL 0/5] migration queue
 2020-07-03 15:27 UTC  (6+ messages)
` [PULL 1/5] virtiofsd: Terminate capability list
` [PULL 2/5] virtiofsd: Check capability calls
` [PULL 3/5] virtiofsd: Allow addition or removal of capabilities
` [PULL 4/5] migration: postcopy take proper error return
` [PULL 5/5] migration: Count new_dirty instead of real_dirty

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-03 15:20 UTC  (9+ messages)
` [PATCH v9 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v9 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-07-03 15:16 UTC  (25+ messages)
` [PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v7 03/17] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v7 04/17] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v7 05/17] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v7 07/17] hw/sd/sdcard: Move sd->size initialization
` [PATCH v7 08/17] hw/sd/sdcard: Call sd_addr_to_wpnum where it is used, consider zero size
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error
` [PATCH v7 10/17] hw/sd/sdcard: Check address is in range
` [PATCH v7 13/17] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v7 14/17] hw/sd/sdcard: Make iolen unsigned
` [PATCH v7 15/17] hw/sd/sdcard: Correctly display the command name in trace events

[PATCH 1/3] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-03 15:14 UTC  (5+ messages)
` [PATCH 3/3] target/nios2: Use gen_io_start around wrctl instruction

[Qemu-devel] [PULL 00/47] target-arm queue
 2020-07-03 15:14 UTC  (5+ messages)
` [Qemu-devel] [PULL 35/47] target/arm: Send interrupts on PMU counter overflow
  `  "

[PULL v2 00/12] Linux user for 5.1 patches
 2020-07-03 15:02 UTC  (3+ messages)

How the cpu_R in DisasContext is associated with register of CPUArchState
 2020-07-03 14:55 UTC  (3+ messages)

[RFC] virt/acpi: set PSCI flag even when psci_conduit is disabled
 2020-07-03 14:41 UTC  (4+ messages)

[PATCH v2 00/18] hw/block/nvme: bump to v1.3
 2020-07-03 14:37 UTC  (8+ messages)
` [PATCH v2 11/18] hw/block/nvme: add remaining mandatory controller parameters

[PATCH v3] migration: Count new_dirty instead of real_dirty
 2020-07-03 14:20 UTC  (2+ messages)

[PATCH v3 0/4] spapr: Improve error reporting in spapr_caps.c
 2020-07-03 14:19 UTC  (5+ messages)
` [PATCH v3 4/4] spapr: Forbid nested KVM-HV in pre-power9 compat mode

[PATCH v3 00/10] drop unallocated_blocks_are_zero
 2020-07-03 14:06 UTC  (2+ messages)

[PATCH 0/2] two atomic_cmpxchg() related fixes
 2020-07-03 14:03 UTC  (5+ messages)

[PATCH 9/9] Implementing qemu_init_exec_dir
 2020-07-03 13:52 UTC  (2+ messages)

[PATCH 1/9] Enabling BSD symbols
 2020-07-03 13:53 UTC  (2+ messages)

[PATCH 6/9] Including endian.h for bswap operations
 2020-07-03 13:52 UTC  (2+ messages)

[PATCH 8/9] Skipping sys/syscall.h inclusion as only used in qemu_signalfd anyway
 2020-07-03 13:52 UTC  (2+ messages)

[PATCH 5/9] Define SIGIO constant with SIGPOLL equivalence
 2020-07-03 13:51 UTC  (2+ messages)

[PATCH 4/9] Checking sys/signal.h presence
 2020-07-03 13:51 UTC  (2+ messages)

[PATCH 2/9] Enabling *pty api
 2020-07-03 13:51 UTC  (2+ messages)

[PATCH 3/9] Checking mlockall symbol presence
 2020-07-03 13:49 UTC  (2+ messages)

[PATCH] target/arm: Fix temp double-free in sve ldr/str
 2020-07-03 13:31 UTC  (2+ messages)

QEMU | Pipeline #162858807 has failed for master | 6651620b
 2020-07-03 13:23 UTC 

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

[PATCH v4 00/21] microvm: add acpi support
 2020-07-03 13:09 UTC  (3+ messages)
` [PATCH v4 08/21] microvm/acpi: add minimal "

[RFC v2 1/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-07-03 13:03 UTC  (11+ messages)

[PATCH 0/4] hw/arm/virt-acpi-build: Only expose flash on older machine types
 2020-07-03 13:02 UTC  (2+ messages)

[PATCH v9 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-07-03 13:00 UTC  (2+ messages)

[PULL 00/10] Modules 20200702 patches
 2020-07-03 13:00 UTC  (5+ messages)
` [PULL 04/10] build: fix device module builds

[PATCH v7 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-07-03 12:53 UTC  (2+ messages)

[PULL 0/3] Seabios 20200702 patches
 2020-07-03 12:37 UTC  (2+ messages)

[PATCH 0/3] Allow to specify the PHY number to use with a specific i.MX FEC/ENET Ethernet device
 2020-07-03 12:31 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).