qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 17:58:06 to 2020-05-28 12:51:41 UTC [more...]

[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

[PATCH v6 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-28 12:07 UTC  (7+ messages)
` [PATCH v6 2/5] softmmu/vl: Let -fw_cfg option take a 'blob_id' argument
` [PATCH v6 4/5] crypto: Add tls-cipher-suites object

[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 v2 00/11] Record/replay acceptance tests
 2020-05-28 11:32 UTC  (19+ messages)
` [PATCH v2 03/11] tests/acceptance: add base class record/replay kernel tests
` [PATCH v2 04/11] tests/acceptance: add kernel record/replay test for x86_64
` [PATCH v2 11/11] tests/acceptance: Linux boot test for record/replay

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

[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
 2020-05-28 11:21 UTC  (4+ messages)

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

[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  (11+ 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 0/3] account for NVDIMM nodes during SRAT generation
 2020-05-28 10:41 UTC  (5+ messages)
` [PATCH 2/3] hw/acpi-build: account for NVDIMM numa nodes in SRAT

[PATCH 0/2] linux-user: Load a vdso for x86_64
 2020-05-28 10:32 UTC  (4+ 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)

[PATCH v4 0/5] fix & merge block_status_above and is_allocated_above
 2020-05-28 10:15 UTC  (6+ 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

[PULL 0/7] Gitlab CI fixes and improvements
 2020-05-28 10:10 UTC  (8+ 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

GDB get wrong debug infos on TI DSP architecture extension
 2020-05-28  9:49 UTC  (6+ 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  (7+ 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()

USB pass-through problems
 2020-05-28  9:29 UTC  (3+ messages)

[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  (12+ messages)
` [PATCH 5/7] gitlab-ci: Do not use the standard container images from gitlab
` [PATCH 6/7] gitlab-ci: Determine the number of jobs dynamically
` [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

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

[PATCH v4 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-05-28  8:50 UTC  (4+ messages)
` [PATCH v4 3/5] virtio-scsi: default num_queues to -smp N

Fully operable build post
 2020-05-28  8:48 UTC  (2+ messages)

[PATCH] fpu/softfloat: Silent 'bitwise negation of a boolean expression' warning
 2020-05-28  8:12 UTC 

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-28  8:01 UTC  (8+ messages)

[PATCH v3] arm/aspeed: Rework NIC attachment
 2020-05-28  7:25 UTC  (5+ messages)

[PATCH v6 0/5] block: enhance handling of size-related BlockConf properties
 2020-05-28  7:22 UTC  (7+ messages)
` [PATCH v6 2/5] block: consolidate blocksize properties consistency checks
` [PATCH v6 4/5] block: make size-related BlockConf properties accept size suffixes

[PATCH v2 0/7] Misc display/sm501 clean ups and fixes
 2020-05-28  7:21 UTC  (2+ messages)

[PATCH v3 00/22] microvm: add acpi support
 2020-05-28  7:19 UTC  (10+ messages)
` [PATCH v3 14/22] microvm: use 2G split unconditionally

[Bug 1877706] [NEW] [Feature request] qemu does not support for Octeon MIPS64 on X86
 2020-05-28  6:52 UTC  (2+ messages)
` [Bug 1877706] "

[PATCH 00/24] Fixes around device realization
 2020-05-28  6:57 UTC  (7+ messages)
` [PATCH 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices

[PATCH v6 0/3] drop writes to read-only ram device & vfio regions
 2020-05-28  6:15 UTC  (10+ messages)
` [PATCH v6 1/3] memory: drop guest writes to read-only ram device regions

[PATCH v5 0/7] coroutines: generate wrapper code
 2020-05-28  6:24 UTC  (13+ messages)
` [PATCH v5 1/7] block: return error-code from bdrv_invalidate_cache
` [PATCH v5 2/7] block/io: refactor coroutine wrappers
` [PATCH v5 3/7] block: declare some coroutine functions in block/coroutines.h
` [PATCH v5 4/7] scripts: add coroutine-wrapper.py
` [PATCH v5 5/7] block: generate coroutine-wrapper code
` [PATCH v5 6/7] block: drop bdrv_prwv
` [PATCH v5 7/7] block/io: refactor save/load vmstate

[PATCH v3 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-28  5:51 UTC  (7+ messages)
` [PATCH v3 3/3] target/riscv: Drop support for ISA spec version 1.09.1

[Bug 1878259] [NEW] Null-pointer dereference in megasas_handle_frame
 2020-05-28  5:38 UTC  (2+ messages)
` [Bug 1878259] "

[PATCH Kernel v23 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-28  4:47 UTC  (2+ messages)

[PATCH v3 0/4] RISC-V multi-socket support
 2020-05-28  4:49 UTC  (4+ messages)
` [PATCH v3 4/4] hw/riscv: virt: Allow creating multiple sockets

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-05-28  3:02 UTC  (4+ messages)
` [PATCH v3 FOR QEMU v3] hw/vfio: Add VMD Passthrough Quirk
` [PATCH v3 1/2] PCI: vmd: Filter resource type bits from shadow register
` [PATCH v3 2/2] PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests

[PATCH v4 00/10] RISC-V Add the OpenTitan Machine
 2020-05-28  2:34 UTC  (5+ messages)
` [PATCH v4 03/10] target/riscv: Disable the MMU correctly
` [PATCH v4 10/10] target/riscv: Use a smaller guess size for no-MMU PMP

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

[PULL 00/11] bitmaps patches for 2020-05-26
 2020-05-27 20:32 UTC  (3+ messages)

linux-user - time64 question
 2020-05-27 20:15 UTC  (3+ messages)

[PATCH v1] pc: Support coldplugging of virtio-pmem-pci devices on all buses
 2020-05-27 19:51 UTC  (6+ messages)

[PATCH] hw/vfio/common: Trace in which mode a IOMMU is opened
 2020-05-27 18:52 UTC  (9+ messages)

[PATCH v4 0/9] Rework iotests/check
 2020-05-27 18:50 UTC  (8+ messages)
` [PATCH v4 9/9] iotests: rename and move 169 and 199 tests

[PULL 0/1] register-api queue
 2020-05-27 18:26 UTC  (2+ messages)
` [PULL 1/1] hw/registerfields: Prefix local variables with underscore in macros

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-27 18:30 UTC  (7+ messages)
` [PATCH v7 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v7 30/32] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v7 32/32] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH 0/4] Add support for SafeStack
 2020-05-27 17:56 UTC  (4+ messages)
` [PATCH 2/4] coroutine: Add check for SafeStack in sigalstack


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