qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 08:58:41 to 2020-05-28 18:25:18 UTC [more...]

[PATCH v4 00/10] RISC-V Add the OpenTitan Machine
 2020-05-28 18:14 UTC  (4+ messages)
` [PATCH v4 03/10] target/riscv: Disable the MMU correctly

[PATCH v1 2/2] sifive_e: Support the revB machine
 2020-05-28 18:13 UTC  (4+ messages)

[PULL v3 00/11] bitmaps patches for 2020-05-26
 2020-05-28 18:18 UTC  (2+ messages)
` [PULL v3 08/11] qcow2: Expose bitmaps' size during measure

[PATCH v3 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-28 17:49 UTC  (5+ messages)

[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
 2020-05-28 17:52 UTC  (6+ messages)

[PULL v2 00/11] bitmaps patches for 2020-05-26
 2020-05-28 17:49 UTC  (3+ messages)

[PATCH v4 0/5] fix & merge block_status_above and is_allocated_above
 2020-05-28 17:43 UTC  (8+ messages)
` [PATCH v4 1/5] block/io: fix bdrv_co_block_status_above
` [PATCH v4 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v4 3/5] block/io: bdrv_common_block_status_above: support bs == base
` [PATCH v4 4/5] block/io: fix bdrv_is_allocated_above
` [PATCH v4 5/5] iotests: add commit top->base cases to 274

[PATCH v3] block: Factor out bdrv_run_co()
 2020-05-28 17:38 UTC  (3+ messages)

[PATCH v7 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-28 17:31 UTC  (6+ messages)
` [PATCH v7 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
` [PATCH v7 2/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
` [RFC PATCH v7 3/5] softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace
` [PATCH v7 4/5] crypto: Add tls-cipher-suites object
` [PATCH v7 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob

[PULL 00/12] testing and plugin fixes
 2020-05-28 17:19 UTC  (11+ messages)

[PATCH] linux-user/sparc64: Translate flushw opcode
 2020-05-28 17:13 UTC  (2+ messages)

[PATCH v2] linux-user: support of semtimedop syscall
 2020-05-28 17:10 UTC  (2+ messages)

[PATCH v6 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-28 17:03 UTC  (13+ messages)
` [PATCH v6 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
` [PATCH v6 2/5] softmmu/vl: Let -fw_cfg option take a 'blob_id' argument
` [RFC PATCH v6 3/5] softmmu/vl: Allow -fw_cfg 'blob_id' option to set any file pathname
` [PATCH v6 4/5] crypto: Add tls-cipher-suites object

[PATCH v2 0/1] tests/qtest/fuzz: Avoid QTest serialization
 2020-05-28 16:53 UTC  (2+ messages)
` [PATCH v2 1/1] tests/qtest/fuzz: Add faster virtio tests

[PATCH 0/3] account for NVDIMM nodes during SRAT generation
 2020-05-28 16:27 UTC  (6+ messages)
` [PATCH 2/3] hw/acpi-build: account for NVDIMM numa nodes in SRAT

[PATCH v3 0/3] account for NVDIMM nodes during SRAT generation
 2020-05-28 16:20 UTC  (4+ messages)
` [PATCH v3 1/3] diffs-allowed: add the SRAT AML to diffs-allowed
` [PATCH v3 2/3] hw/acpi-build: account for NVDIMM numa nodes in SRAT
` [PATCH v3 3/3] tests/acpi: update expected SRAT files

[PULL 0/7] Gitlab CI fixes and improvements
 2020-05-28 16:05 UTC  (9+ messages)
` [PULL 1/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS
` [PULL 2/7] MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI section
` [PULL 3/7] gitlab-ci: Remove flex/bison packages
` [PULL 4/7] GitLab CI: avoid calling before_scripts on unintended jobs
` [PULL 5/7] gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
` [PULL 6/7] gitlab-ci: Do not use the standard container images from gitlab
` [PULL 7/7] gitlab-ci: Determine the number of jobs dynamically

[PATCH v2 0/3] account for NVDIMM nodes during SRAT generation
 2020-05-28 16:05 UTC  (4+ messages)
` [PATCH v2 2/3] hw/acpi-build: account for NVDIMM numa nodes in SRAT

[PATCH v3] fpu/softfloat: Silence 'bitwise negation of boolean expression' warning
 2020-05-28 15:54 UTC 

[PATCH v6 00/12] monitor: Optionally run handlers in coroutines
 2020-05-28 15:37 UTC  (13+ messages)
` [PATCH v6 01/12] monitor: Add Monitor parameter to monitor_set_cpu()
` [PATCH v6 02/12] monitor: Use getter/setter functions for cur_mon
` [PATCH v6 03/12] hmp: Set cur_mon only in handle_hmp_command()
` [PATCH v6 04/12] qmp: Assert that no other monitor is active
` [PATCH v6 05/12] qmp: Call monitor_set_cur() only in qmp_dispatch()
` [PATCH v6 06/12] monitor: Make current monitor a per-coroutine property
` [PATCH v6 07/12] qapi: Add a 'coroutine' flag for commands
` [PATCH v6 08/12] qmp: Move dispatcher to a coroutine
` [PATCH v6 09/12] hmp: Add support for coroutine command handlers
` [PATCH v6 10/12] util/async: Add aio_co_reschedule_self()
` [PATCH v6 11/12] block: Add bdrv_co_move_to_aio_context()
` [PATCH v6 12/12] block: Convert 'block_resize' to coroutine

[PATCH v6 00/20] nvme: small fixes, refactoring and cleanups
 2020-05-28 15:44 UTC  (3+ messages)
` [PATCH v6 08/20] hw/block/nvme: allow use of any valid msix vector

[PATCH v4 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-05-28 15:35 UTC  (8+ messages)
` [PATCH v4 1/5] virtio-pci: add virtio_pci_optimal_num_queues() helper
` [PATCH v4 2/5] virtio-scsi: introduce a constant for fixed virtqueues
` [PATCH v4 4/5] virtio-blk: default num_queues to -smp N

[PATCH 0/7] block/nvme: support nested aio_poll()
 2020-05-28 15:25 UTC  (8+ messages)
` [PATCH 1/7] block/nvme: poll queues without q->lock
` [PATCH 6/7] block/nvme: keep BDRVNVMeState pointer in NVMeQueuePair

[PULL 0/1] register-api queue
 2020-05-28 15:17 UTC  (2+ messages)

[PATCH 0/2] HMP: qom-get and set
 2020-05-28 15:12 UTC  (7+ messages)
` [PATCH 2/2] hmp: Simplify qom_set

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

[PATCH v4 0/4] RISC-V multi-socket support
 2020-05-28 15:05 UTC  (6+ messages)
` [PATCH v4 1/4] hw/riscv: Allow creating multiple instances of CLINT
` [PATCH v4 2/4] hw/riscv: spike: Allow creating multiple NUMA sockets
` [PATCH v4 3/4] hw/riscv: Allow creating multiple instances of PLIC
` [PATCH v4 4/4] hw/riscv: virt: Allow creating multiple NUMA sockets

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-28 15:04 UTC  (4+ messages)
` [PATCH v7 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()

[PATCH 0/2] tests/qtest/fuzz: Avoid QTest serialization
 2020-05-28 13:51 UTC  (9+ messages)

[PATCH v2 0/4] microvm: memory config tweaks
 2020-05-28 13:42 UTC  (6+ messages)
` [PATCH v2 1/4] microvm: use 3G split unconditionally
` [PATCH v2 2/4] microvm: drop max-ram-below-4g support
` [PATCH v2 3/4] x86: move max-ram-below-4g to pc
` [PATCH v2 4/4] microvm: move virtio base to 0xfeb00000

[PATCH v2] fpu/softfloat: Silent 'bitwise negation of a boolean expression' warning
 2020-05-28 13:41 UTC  (5+ messages)

USB pass-through problems
 2020-05-28 13:28 UTC  (4+ messages)

[PATCH v2 00/11] Record/replay acceptance tests
 2020-05-28 13:26 UTC  (10+ messages)
` [PATCH v2 04/11] tests/acceptance: add kernel record/replay test for x86_64

[PATCH 0/2] linux-user: Load a vdso for x86_64
 2020-05-28 13:20 UTC  (5+ messages)

[QUESTION]: vhost-user-gpu: Unable to find a satisfying vhost-user-gpu
 2020-05-28 13:12 UTC  (3+ messages)

[PULL 00/21] Vga 20200528 patches
 2020-05-28 12:36 UTC  (22+ messages)
` [PULL 01/21] hw/display/edid: Add missing 'qdev-properties.h' header
` [PULL 02/21] hw/display/cg3: Convert debug printf()s to trace events
` [PULL 03/21] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PULL 04/21] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
` [PULL 05/21] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) "
` [PULL 06/21] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PULL 07/21] hw/display/dpcd: Fix memory region size
` [PULL 08/21] hw/display/dpcd: Convert debug printf()s to trace events
` [PULL 09/21] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
` [PULL 10/21] hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
` [PULL 11/21] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
` [PULL 12/21] hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
` [PULL 13/21] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
` [PULL 14/21] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
` [PULL 15/21] sm501: Convert printf + abort to qemu_log_mask
` [PULL 16/21] sm501: Shorten long variable names in sm501_2d_operation
` [PULL 17/21] sm501: Use BIT(x) macro to shorten constant
` [PULL 18/21] sm501: Clean up local variables in sm501_2d_operation
` [PULL 19/21] sm501: Replace hand written implementation with pixman where possible
` [PULL 20/21] sm501: Optimize small overlapping blits
` [PULL 21/21] sm501: Remove obsolete changelog and todo comment

[Bug 1877052] [NEW] KVM Win 10 guest pauses after kernel upgrade
 2020-05-28 11:59 UTC  (3+ messages)
` [Bug 1877052] "

[RFC] some semihosting interrogation
 2020-05-28 12:00 UTC  (2+ messages)

[PATCH v2 00/24] Fixes around device realization
 2020-05-28 11:35 UTC  (27+ messages)
` [PATCH v2 01/24] arm/stm32f405: Fix realization of "stm32f2xx-adc" devices
` [PATCH v2 02/24] display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
` [PATCH v2 03/24] sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" device
` [PATCH v2 04/24] arm/aspeed: Compute the number of CPUs from the SoC definition
` [PATCH v2 05/24] arm/aspeed: Rework NIC attachment
` [PATCH v2 06/24] armv7m: Delete unused "ARM,bitband-memory" devices
` [PATCH v2 07/24] auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave
` [PATCH v2 08/24] mac_via: Fix to realize "mos6522-q800-via*" devices
` [PATCH v2 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices
` [PATCH v2 10/24] macio: Delete unused "macio-gpio" devices
` [PATCH v2 11/24] pnv/phb4: Delete unused "pnv-phb4-pec-stack" devices
` [PATCH v2 12/24] MAINTAINERS: Make section PowerNV cover pci-host/pnv* as well
` [PATCH v2 13/24] ppc4xx: Drop redundant device realization
` [PATCH v2 14/24] macio: Put "macio-nvram" device on the macio bus
` [PATCH v2 15/24] macio: Fix macio-bus to be a subtype of System bus
` [PATCH v2 16/24] ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system bus
` [PATCH v2 17/24] pnv/psi: Correct the pnv-psi* devices not to be sysbus devices
` [PATCH v2 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"
` [PATCH v2 19/24] riscv: Fix to put "riscv.hart_array" devices on sysbus
` [PATCH v2 20/24] riscv: Fix type of SiFive[EU]SocState, member parent_obj
` [PATCH v2 21/24] sparc/leon3: Fix to put grlib,* devices on sysbus
` [PATCH v2 22/24] qdev: Assert devices are plugged into a bus that can take them
` [PATCH v2 23/24] sd: Hide the qdev-but-not-quite thing created by sd_init()
` [PATCH v2 24/24] qdev: Assert onboard devices all get realized properly

[PATCH] tests/acceptance/migration.py: Wait for both sides
 2020-05-28 11:30 UTC  (2+ messages)

[PULL 00/10] Error reporting patches for 2020-05-27
 2020-05-28 11:08 UTC  (2+ messages)

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-28 11:02 UTC  (10+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PATCH] linux-user: implement OFD locks
 2020-05-28 11:00 UTC  (3+ messages)

How to fuzz devices that use timers?
 2020-05-28 10:43 UTC  (3+ messages)

[PATCH v3] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-05-28 10:25 UTC  (2+ messages)

[PULL 00/15] ppc-for-5.1 queue 20200527
 2020-05-28 10:20 UTC  (2+ messages)

GDB get wrong debug infos on TI DSP architecture extension
 2020-05-28  9:49 UTC  (5+ messages)
      ` =?gb18030?B?u9i4tKO6IEdEQiBnZXQgd3JvbmcgZGVidWcgaW5mb3Mgb24gVEkgRFNQIGFyY2hpdGVjdHVyZSBleHRlbnNpb24=?=

[PATCH v3 00/10] drop unallocated_blocks_are_zero
 2020-05-28  9:44 UTC  (11+ messages)
` [PATCH v3 01/10] qemu-img: convert: don't use unallocated_blocks_are_zero
` [PATCH v3 02/10] block: inline bdrv_unallocated_blocks_are_zero()
` [PATCH v3 03/10] block/vdi: return ZERO block-status when appropriate
` [PATCH v3 04/10] block/vpc: "
` [PATCH v3 05/10] block/crypto: drop unallocated_blocks_are_zero
` [PATCH v3 06/10] block/iscsi: "
` [PATCH v3 07/10] block/file-posix: "
` [PATCH v3 08/10] block/vhdx: "
` [PATCH v3 09/10] block: "
` [PATCH v3 10/10] qed: Simplify backing reads

[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
 2020-05-28  9:35 UTC  (3+ messages)

[Bug 1881004] [NEW] fpu/softfloat.c: error: bitwise negation of a boolean expression
 2020-05-28  9:28 UTC  (2+ messages)
` [Bug 1881004] "

[PATCH v2 0/9] drop unallocated_blocks_are_zero
 2020-05-28  9:31 UTC  (4+ messages)
` [PATCH v2 2/9] block: inline bdrv_unallocated_blocks_are_zero()

[PATCH v4 0/2] vhost-user reconnect issues during vhost initialization
 2020-05-28  9:11 UTC  (3+ messages)
` [PATCH v4 1/2] char-socket: return -1 in case of disconnect during tcp_chr_write
` [PATCH v4 2/2] vhost-user-blk: delay vhost_user_blk_disconnect

[PATCH 0/7] Gitlab CI improvements and fixes
 2020-05-28  9:11 UTC  (4+ messages)
` [PATCH 6/7] gitlab-ci: Determine the number of jobs dynamically


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