qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-18 21:05:44 to 2020-05-19 15:05:21 UTC [more...]

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-19 14:55 UTC  (19+ messages)
` [PATCH 01/55] qdev: Rename qbus_realize() to qbus_init()
` [PATCH 02/55] qdev: Drop redundant bus realization
` [PATCH 04/55] qdev: Put qdev_new() to use with Coccinelle
` [PATCH 05/55] qdev: Convert to qbus_realize(), qbus_unrealize()
` [PATCH 06/55] qdev: Convert to qdev_unrealize() with Coccinelle
` [PATCH 07/55] qdev: Convert to qdev_unrealize() manually
` [PATCH 09/55] qdev: Convert uses of qdev_create() manually
` [PATCH 11/55] qdev: Convert uses of qdev_set_parent_bus() manually
` [PATCH 13/55] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH 16/55] pci: pci_create(), pci_create_multifunction() are now unused, drop
` [PATCH 18/55] isa: Convert uses of isa_create() with Coccinelle
` [PATCH 19/55] isa: Convert uses of isa_create(), isa_try_create() manually
` [PATCH 20/55] isa: isa_create(), isa_try_create() are now unused, drop
` [PATCH 23/55] ssi: Convert last use of ssi_create_slave_no_init() manually
` [PATCH 30/55] auxbus: New aux_realize_bus(), pairing with aux_init_bus()
` [PATCH 31/55] auxbus: Convert a use of qdev_set_parent_bus()
` [PATCH 32/55] auxbus: Eliminate aux_create_slave()
` [PATCH 38/55] microbit: Tidy up sysbus_init_child_obj() @child argument

[RFC] Various questions about TCG implementation, DRM patches dealing with pointers over guest-host barrier
 2020-05-19 14:51 UTC  (2+ messages)

[PATCH v6 00/16] acpi: i386 tweaks
 2020-05-19 14:51 UTC  (3+ messages)
` [PATCH v6 10/16] floppy: move cmos_get_fd_drive_type() from pc

[PATCH] virtio-crypto: Convert DPRINTF to trace event
 2020-05-19 14:49 UTC  (2+ messages)

[PATCH 0/6] colo: migration related bugfixes
 2020-05-19 14:50 UTC  (6+ messages)
` [PATCH 5/6] migration/qemu-file.c: Don't ratelimit a shutdown fd
  ` 答复: "

Migration with ``drive-mirror`` + NBD will let quorum qcow2 image become larger
 2020-05-19 14:49 UTC  (3+ messages)

[PATCH 0/2] make -M memory-backend and -numa memdev mutually exclusive
 2020-05-19 14:44 UTC  (2+ messages)

[PATCH v2 0/9] block/io: safer inc/dec in_flight sections
 2020-05-19 14:33 UTC  (14+ messages)
` [PATCH v2 5/9] block/io: expand in_flight inc/dec section: simple cases
` [PATCH v2 6/9] block/io: expand in_flight inc/dec section: block-status

[PATCH v2] xen: fix build without pci passthrough
 2020-05-19 14:31 UTC 

[RFC PATCH 0/3] block: Synchronous bdrv_*() from coroutine in different AioContext
 2020-05-19 14:18 UTC  (6+ messages)

[PATCH] xen: fix build without pci passthrough
 2020-05-19 14:15 UTC  (5+ messages)

[PATCH v3] block: make BlockConf.*_size properties 32-bit
 2020-05-19 14:08 UTC  (3+ messages)

[PATCH] io_uring: use io_uring_cq_ready() to check for ready cqes
 2020-05-19 13:49 UTC 

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-19 13:47 UTC  (8+ messages)
` [PATCH v2 3/8] s390/sclp: rework sclp boundary and length checks
` [PATCH v2 6/8] s390/sclp: add extended-length sccb support for kvm guest

[PATCH] io_uring: retry io_uring_submit() if it fails with errno=EINTR
 2020-05-19 13:30 UTC 

[PATCH v7 00/12] tests/vm: Add support for aarch64 VMs
 2020-05-19 13:22 UTC  (13+ messages)
` [PATCH v7 01/12] configure: add alternate binary for genisoimage
` [PATCH v7 02/12] tests/vm: pass --genisoimage to basevm script
` [PATCH v7 03/12] tests/vm: pass args through to BaseVM's __init__
` [PATCH v7 04/12] tests/vm: Add configuration to basevm.py
` [PATCH v7 05/12] tests/vm: Added configuration file support
` [PATCH v7 06/12] tests/vm: Pass --debug through for vm-boot-ssh
` [PATCH v7 07/12] tests/vm: Add ability to select QEMU from current build
` [PATCH v7 08/12] tests/vm: allow wait_ssh() to specify command
` [PATCH v7 09/12] tests/vm: Added a new script for ubuntu.aarch64
` [PATCH v7 10/12] tests/vm: Added a new script for centos.aarch64
` [PATCH v7 11/12] tests/vm: change scripts to use self._config
` [PATCH v7 12/12] tests/vm: Add workaround to consume console

[PATCH v3] docs/s390x: document vfio-ccw
 2020-05-19 13:19 UTC  (2+ messages)

[PATCH 00/24] Fixes around device realization
 2020-05-19 13:05 UTC  (51+ messages)
` [PATCH 01/24] arm/stm32f405: Fix realization of "stm32f2xx-adc" devices
` [PATCH 02/24] display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
` [PATCH 04/24] aspeed: Don't create unwanted "ftgmac100", "aspeed-mmi" devices
` [PATCH 05/24] aspeed: Don't create unwanted "cortex-a7-arm-cpu" devices
` [PATCH 10/24] macio: Bury unwanted "macio-gpio" devices
` [PATCH 11/24] pnv/phb4: Bury unwanted "pnv-phb4-pec-stack" devices
` [PATCH 13/24] ppc4xx: Drop redundant device realization
` [PATCH 15/24] macio: Fix macio-bus to be a subtype of System bus
` [PATCH 16/24] ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system bus
` [PATCH 17/24] pnv/psi: Correct the pnv-psi* devices not to be sysbus devices
` [PATCH 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"

[PULL 0/7] bitmaps patches for 2020-05-18
 2020-05-19 12:42 UTC  (2+ messages)

[PATCH v3 00/10] vhost-user: Lift Max Ram Slots Limitation
 2020-05-19 12:25 UTC  (11+ messages)
` [PATCH v3 01/10] Add helper to populate vhost-user message regions
` [PATCH v3 02/10] Add vhost-user helper to get MemoryRegion data
` [PATCH v3 03/10] Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
` [PATCH v3 04/10] Transmit vhost-user memory regions individually
` [PATCH v3 05/10] Lift max memory slots limit imposed by vhost-user
` [PATCH v3 06/10] Refactor out libvhost-user fault generation logic
` [PATCH v3 07/10] Support ram slot configuration in libvhost-user
` [PATCH v3 08/10] Support adding individual regions "
` [PATCH v3 09/10] Support individual region unmap "
` [PATCH v3 10/10] Lift max ram slots limit "

[RFC PATCH 0/8] RISCV risu porting
 2020-05-19 12:27 UTC  (6+ messages)
` [RFC PATCH 8/8] riscv: Add RV64F instructions description

[PATCH] target/i386: Fix OUTL debug output
 2020-05-19 12:23 UTC  (3+ messages)

[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
 2020-05-19 12:17 UTC  (6+ messages)

[PULL v2 00/52] Block layer patches
 2020-05-19 12:13 UTC  (2+ messages)

[PATCH] ARM: PL061: Introduce N_GPIOS
 2020-05-19 12:01 UTC  (2+ messages)

[PATCH v4 0/9] Rework iotests/check
 2020-05-19 11:41 UTC  (6+ messages)
` [PATCH v4 9/9] iotests: rename and move 169 and 199 tests

[PULL 0/6] NBD patches for 2020-05-18
 2020-05-19 10:58 UTC  (2+ messages)

[PATCH RFC 00/32] python/qemu: refactor as installable package
 2020-05-19 10:54 UTC  (7+ messages)
` [PATCH RFC 01/32] python/qemu: create qemu.lib module

[PATCH v3 0/7] fix migration with bitmaps and mirror
 2020-05-19 10:51 UTC  (4+ messages)
` [PATCH v3 4/7] migration/block-dirty-bitmap: fix bitmaps pre-blockdev migration during mirror job

[PATCH] icount: fix shift=auto for record/replay
 2020-05-19 10:43 UTC 

[PATCH] replay: synchronize on every virtual timer callback
 2020-05-19 10:38 UTC  (8+ messages)

[PATCH v2 0/5] vhost-user reconnect issues during vhost initialization
 2020-05-19 10:24 UTC  (18+ messages)
` [PATCH v2 5/5] vhost: add device started check in migration set log

[PATCH 00/10] softfloat: misc cleanups
 2020-05-19 10:10 UTC  (21+ messages)
` [PATCH 01/10] softfloat: Use post test for floatN_mul
` [PATCH 02/10] softfloat: Replace flag with bool
` [PATCH 03/10] softfloat: Change tininess_before_rounding to bool
` [PATCH 04/10] softfloat: Name rounding mode enum
` [PATCH 05/10] softfloat: Name compare relation enum
` [PATCH 06/10] softfloat: Inline float32 compare specializations
` [PATCH 07/10] softfloat: Inline float64 "
` [PATCH 08/10] softfloat: Inline float128 "
` [PATCH 09/10] softfloat: Inline floatx80 "
` [PATCH 10/10] softfloat: Return bool from all classification predicates

[PATCH 0/9] ppc/pnv: Introduce the XIVE2 and PHB5 controllers for the POWER10 chip
 2020-05-19  9:48 UTC  (6+ messages)
` [PATCH 2/9] ppc/xive: Export xive_presenter_notify()
` [PATCH 5/9] ppc/pnv: Add a XIVE2 controller to the POWER10 chip

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-19  9:34 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH] arm/aspeed: Compute the number of CPUs from the SoC definition
 2020-05-19  9:16 UTC 

QEMU 5.1: Can we require each new device/machine to provided a test?
 2020-05-19  9:04 UTC  (5+ messages)

[PATCH v5 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-05-19  8:50 UTC  (3+ messages)
` [PATCH v5 1/4] hw/net/can: "

[PATCH] hw/arm/virt: Fix PL061 node name and properties
 2020-05-19  8:49 UTC 

[PATCH] hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
 2020-05-19  8:45 UTC  (5+ messages)

Qemu Support for Virtio Video V4L2 driver
 2020-05-19  8:37 UTC  (7+ messages)
` [virtio-dev] Re: Fwd: "

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-05-19  8:27 UTC  (8+ messages)
` [PATCH RFC v2 1/5] block: add bitmap-populate job
` [PATCH RFC v2 3/5] qmp: expose block-dirty-bitmap-populate
` [PATCH RFC v2 5/5] iotests: add 287 for block-dirty-bitmap-populate

[PULL 0/8] Block patches
 2020-05-19  8:00 UTC  (9+ messages)
` [PULL 1/8] tests/fuzz/Makefile: Do not link code using unavailable devices
` [PULL 2/8] Makefile: List fuzz targets in 'make help'
` [PULL 3/8] tests/fuzz: Add missing space in test description
` [PULL 4/8] tests/fuzz: Remove unuseful/unused typedefs
` [PULL 5/8] tests/fuzz: Extract pciconfig_fuzz_qos() method
` [PULL 6/8] tests/fuzz: Extract ioport_fuzz_qtest() method
` [PULL 7/8] aio-posix: don't duplicate fd handler deletion in fdmon_io_uring_destroy()
` [PULL 8/8] aio-posix: disable fdmon-io_uring when GSource is used

[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
 2020-05-19  7:58 UTC  (3+ messages)
` [PATCH v2 4/7] hw/elf_ops: Do not ignore write failures when loading ELF

sharing intention for developing per-target, dynamically loadable accelerator modules
 2020-05-19  7:53 UTC  (3+ messages)

[PATCH Kernel v22 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
 2020-05-19  6:54 UTC  (2+ messages)

[PATCH Kernel v22 8/8] vfio: Selective dirty page tracking if IOMMU backed device pins pages
 2020-05-19  6:54 UTC  (2+ messages)

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-19  7:11 UTC  (5+ messages)
` [PATCH Kernel v22 5/8] vfio iommu: Implementation of ioctl for dirty pages tracking

[PATCH v2 00/11] Patches for ui/gtk and ui/sdl
 2020-05-19  7:03 UTC  (5+ messages)
` [PATCH v2 02/11] ui/gtk: fix handling of AltGr key on Windows
` [PATCH v2 06/11] ui/sdl2: "

[PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"
 2020-05-19  6:50 UTC  (6+ messages)
` [PATCH not-for-merge 2/5] qom: Make "info qom-tree" show children sorted

Audio passthroguh
 2020-05-19  5:48 UTC 

[PATCH] replay: implement fair mutex
 2020-05-19  5:46 UTC  (3+ messages)

[PATCH] icount: fix shift=auto for record/replay
 2020-05-19  5:40 UTC  (3+ messages)

[PATCH v3 0/3] various: Remove unnecessary casts
 2020-05-19  4:34 UTC  (6+ messages)

[PATCH Kernel v21 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-19  3:22 UTC  (4+ messages)

[RISU v2 00/17] risu cleanups and improvements
 2020-05-19  2:53 UTC  (18+ messages)
` [RISU v2 01/17] Use bool for tracing variables
` [RISU v2 02/17] Unify master_fd and apprentice_fd to comm_fd
` [RISU v2 03/17] Hoist trace file opening
` [RISU v2 04/17] Adjust tracefile open for write
` [RISU v2 05/17] Use EXIT_FAILURE, EXIT_SUCCESS
` [RISU v2 06/17] Make some risu.c symbols static
` [RISU v2 07/17] Add enum RisuOp
` [RISU v2 08/17] Add enum RisuResult
` [RISU v2 09/17] Unify i/o functions and use RisuResult
` [RISU v2 10/17] Pass non-OK result back through siglongjmp
` [RISU v2 11/17] Always write for --master
` [RISU v2 12/17] Simplify syncing with master
` [RISU v2 13/17] Split RES_MISMATCH for registers and memory
` [RISU v2 14/17] Add magic and size to the trace header
` [RISU v2 15/17] Compute reginfo_size based on the reginfo
` [RISU v2 16/17] aarch64: Reorg sve reginfo to save space
` [RISU v2 17/17] Add --dump option to inspect trace files

Simplifying the Hexagon frontend
 2020-05-19  2:41 UTC  (2+ messages)

[Bug 1879425] [NEW] The thread of "CPU 0 /KVM" keeping 99.9%CPU
 2020-05-19  1:32 UTC 

checkpatch error checking target arch in libvhost-user
 2020-05-19  0:58 UTC  (2+ messages)

[PATCH v7 00/14] LUKS: encryption slot management using amend interface
 2020-05-18 23:04 UTC  (2+ messages)

[PATCH v2 1/2] spapr: Add associativity reference point count to machine info
 2020-05-18 21:44 UTC  (2+ messages)
` [PATCH v2 2/2] spapr: Add a new level of NUMA for GPUs


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