qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 09:50:03 to 2020-07-07 16:50:59 UTC [more...]

[PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020
 2020-07-07 16:41 UTC  (3+ messages)
` [PULL 1/3] target/mips: fpu: Fix recent regression in add.s after 1ace099f2a
` [PULL 2/3] disas: mips: Add Loongson 2F disassembler

[PULL 00/12] Block layer patches
 2020-07-07 16:35 UTC  (7+ messages)
` [PULL 02/12] file-posix: Mitigate file fragmentation with extent size hints
` [PULL 03/12] qemu-img: Flush stdout before before potential stderr messages
` [PULL 06/12] vmdk: Add trivial backing_fmt support
` [PULL 08/12] block: Error if backing file fails during creation without -u
` [PULL 09/12] qcow2: Deprecate use of qemu-img amend to change backing file
` [PULL 12/12] qemu-img: Deprecate use of -b without -F

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

[PATCH] net/tap-solaris.c: Include qemu-common.h for TFR macro
 2020-07-07 16:18 UTC  (6+ messages)

[PATCH 0/5] preallocate filter
 2020-07-07 16:10 UTC  (5+ messages)
` [PATCH 1/5] block/io: introduce bdrv_try_mark_request_serialising
` [PATCH 2/5] block/io: introduce bdrv_co_range_try_lock

[PATCH v2 0/4] target/avr: Few fixes
 2020-07-07 16:35 UTC  (7+ messages)
` [PATCH v2 1/4] target/avr/cpu: Drop tlb_flush() in avr_cpu_reset()
` [PATCH v2 2/4] target/avr/cpu: Fix $PC displayed address
` [PATCH v2 3/4] target/avr/disas: Fix store instructions display order

[PATCH] load_elf: Remove unused address variables from callers
 2020-07-07 16:00 UTC  (2+ messages)

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-07 16:27 UTC  (3+ messages)
` [PATCH v4 1/2] nvme: indicate CMB support through controller capabilities register

[PATCH v6 00/10] Tighten qemu-img rules on missing backing format
 2020-07-07 16:08 UTC  (4+ messages)
` [PATCH v6 08/10] iotests: Specify explicit backing format where sensible

[PATCH 0/2] hw/sd/sdcard: Fix CVE-2020-13253 (Do not allow invalid SD card sizes)
 2020-07-07 16:11 UTC  (8+ messages)
` [PATCH 1/2] tests/acceptance/boot_linux: Truncate SD card image to power of 2
` [PATCH 2/2] hw/sd/sdcard: Do not allow invalid SD card sizes

[PATCH v4 00/45] Less clumsy error checking
 2020-07-07 16:27 UTC  (47+ messages)
` [PATCH v4 01/45] error: Fix examples in error.h's big comment
` [PATCH v4 02/45] error: Improve "
` [PATCH v4 03/45] error: Document Error API usage rules
` [PATCH v4 04/45] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PATCH v4 05/45] macio: Tidy up error handling in macio_newworld_realize()
` [PATCH v4 06/45] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
` [PATCH v4 07/45] qemu-option: Check return value instead of @err where convenient
` [PATCH v4 08/45] qemu-option: Make uses of find_desc_by_name() more similar
` [PATCH v4 09/45] qemu-option: Factor out helper find_default_by_name()
` [PATCH v4 10/45] qemu-option: Simplify around find_default_by_name()
` [PATCH v4 11/45] qemu-option: Factor out helper opt_create()
` [PATCH v4 12/45] qemu-option: Replace opt_set() by cleaner opt_validate()
` [PATCH v4 13/45] qemu-option: Make functions taking Error ** return bool, not void
` [PATCH v4 14/45] qemu-option: Use returned bool to check for failure
` [PATCH v4 15/45] block: Avoid error accumulation in bdrv_img_create()
` [PATCH v4 16/45] hmp: Eliminate a variable in hmp_migrate_set_parameter()
` [PATCH v4 17/45] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH v4 18/45] qapi: Use returned bool to check for failure, Coccinelle part
` [PATCH v4 19/45] qapi: Use returned bool to check for failure, manual part
` [PATCH v4 20/45] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PATCH v4 21/45] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH v4 22/45] qom: Rename qdev_get_type() to object_get_type()
` [PATCH v4 23/45] qom: Crash more nicely on object_property_get_link() failure
` [PATCH v4 24/45] qom: Don't handle impossible "
` [PATCH v4 25/45] qom: Use return values to check for error where that's simpler
` [PATCH v4 26/45] qom: Put name parameter before value / visitor parameter
` [PATCH v4 27/45] qom: Make functions taking Error ** return bool, not void
` [PATCH v4 28/45] qom: Use returned bool to check for failure, Coccinelle part
` [PATCH v4 29/45] qom: Use returned bool to check for failure, manual part
` [PATCH v4 30/45] qom: Make functions taking Error ** return bool, not 0/-1
` [PATCH v4 31/45] qdev: Make functions taking Error ** return bool, not void
` [PATCH v4 32/45] qdev: Use returned bool to check for failure, Coccinelle part
` [PATCH v4 33/45] error: Avoid unnecessary error_propagate() after error_setg()
` [PATCH v4 34/45] error: Eliminate error_propagate() with Coccinelle, part 1
` [PATCH v4 35/45] error: Eliminate error_propagate() with Coccinelle, part 2
` [PATCH v4 36/45] error: Eliminate error_propagate() manually
` [PATCH v4 37/45] error: Reduce unnecessary error propagation
` [PATCH v4 38/45] block/parallels: Simplify parallels_open() after previous commit
` [PATCH v4 39/45] qapi: Smooth another visitor error checking pattern
` [PATCH v4 40/45] qapi: Smooth visitor error checking in generated code
` [PATCH v4 41/45] qapi: Purge error_propagate() from QAPI core
` [PATCH v4 42/45] error: Avoid error_propagate() after migrate_add_blocker()
` [PATCH v4 43/45] qemu-img: Ignore Error objects where the return value suffices
` [PATCH v4 44/45] qdev: "
` [PATCH v4 45/45] hmp: "

[PATCH 0/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller
 2020-07-07 15:57 UTC  (7+ messages)
` [PATCH 2/4] hw/lm32/milkymist: Comment to remember some IRQs lines are left unwired

[PATCH for-5.1] file-posix: Mitigate file fragmentation with extent size hints
 2020-07-07 16:17 UTC  (3+ messages)

[PATCH] hw/register: Document register_init_block @memory_size
 2020-07-07 16:00 UTC  (2+ messages)

[Bug 1886602] [NEW] Windows 10 very slow with OVMF
 2020-07-07 15:47 UTC  (2+ messages)
` [Bug 1886602] "

DMA region abruptly removed from PCI device
 2020-07-07 15:54 UTC  (4+ messages)

[PATCH v5 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-07 15:46 UTC  (5+ messages)
` [PATCH v5 1/5] virtio-pci: add virtio_pci_optimal_num_queues() helper
` [PATCH v5 3/5] virtio-scsi: default num_queues to -smp N

[PATCH] disas/riscv: Fix incorrect disassembly for `imm20` operand
 2020-07-07 15:43 UTC 

[PATCH] target/arm: Don't do raw writes for PMINTENCLR
 2020-07-07 15:26 UTC 

hw/intc/xics.c:605: ics_realize: Assertion `ics->xics' failed
 2020-07-07 15:31 UTC  (3+ messages)

[PATCH] qemu-img map: Don't limit block status request size
 2020-07-07 15:30 UTC  (4+ messages)

[PULL 00/12] Block patches
 2020-07-07 15:28 UTC  (4+ messages)

[PATCH] MAINTAINERS: update nvme entry
 2020-07-07 15:26 UTC  (2+ messages)

[PULL 0/1] Tracing patches
 2020-07-07 15:20 UTC  (2+ messages)
` [PULL 1/1] tracetool: work around ust <sys/sdt.h> include conflict

[PULL 0/6] qtest and misc patches
 2020-07-07 15:20 UTC  (2+ messages)

[qemu-web PATCH] new page: conservancy.md
 2020-07-07 15:19 UTC  (2+ messages)

[PULL 00/15] Renesas hardware patches for 2020-06-21
 2020-07-07 15:06 UTC  (7+ messages)
` [PULL 07/15] hw/timer: RX62N 8-Bit timer (TMR)

[PATCH v2 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-07-07 15:04 UTC  (3+ messages)
` [PATCH v2 6/9] hw/arm/smmu-common: Manage IOTLB block entries

[RFC v2 0/6] QEMU cpus.c refactoring part2
 2020-07-07 15:03 UTC  (8+ messages)
` [RFC v2 1/6] cpus: extract out TCG-specific code to accel/tcg
` [RFC v2 2/6] cpus: extract out qtest-specific code to accel/qtest
` [RFC v2 3/6] cpus: extract out kvm-specific code to accel/kvm
` [RFC v2 4/6] cpus: extract out hax-specific code to target/i386/
` [RFC v2 5/6] cpus: extract out whpx-specific "
` [RFC v2 6/6] cpus: extract out hvf-specific code to target/i386/hvf/

[PATCH v2] MAINTAINERS: Cover the firmware JSON schema
 2020-07-07 14:59 UTC  (2+ messages)

[PULL v2 00/64] riscv-to-apply queue
 2020-07-07 14:33 UTC  (6+ messages)
` [PULL v2 12/64] target/riscv: add vector amo operations

[PULL 00/10] Modules 20200707 patches
 2020-07-07 13:42 UTC  (11+ messages)
` [PULL 01/10] module: qom module support
` [PULL 02/10] object: "
` [PULL 03/10] qdev: device "
` [PULL 04/10] build: fix device module builds
` [PULL 05/10] ccid: build smartcard as module
` [PULL 06/10] usb: build usb-redir "
` [PULL 07/10] vga: build qxl "
` [PULL 08/10] vga: build virtio-gpu only once
` [PULL 09/10] vga: build virtio-gpu as module
` [PULL 10/10] chardev: enable modules, use for braille

[PATCH v5 00/20] microvm: add acpi support
 2020-07-07 13:35 UTC  (23+ messages)
` [PATCH v5 01/20] microvm: name qboot binary qboot.rom
` [PATCH v5 02/20] seabios: add microvm config, update build rules
` [PATCH v5 03/20] seabios: add bios-microvm.bin binary
` [PATCH v5 04/20] acpi: ged: add control regs
` [PATCH v5 05/20] acpi: ged: add x86 device variant
` [PATCH v5 06/20] acpi: move acpi_dsdt_add_power_button() to ged
` [PATCH v5 07/20] microvm: make virtio irq base runtime configurable
` [PATCH v5 08/20] microvm/acpi: add minimal acpi support
` [PATCH v5 09/20] microvm/acpi: add acpi_dsdt_add_virtio() for x86
` [PATCH v5 10/20] microvm/acpi: use GSI 16-23 for virtio
` [PATCH v5 11/20] microvm/acpi: use seabios with acpi=on
` [PATCH v5 12/20] microvm/acpi: disable virtio-mmio cmdline hack
` [PATCH v5 13/20] x86: constify x86_machine_is_*_enabled
` [PATCH v5 14/20] x86: move acpi_dev from pc/microvm
` [PATCH v5 15/20] x86: move cpu plug from pc to x86
` [PATCH v5 16/20] microvm: wire up hotplug
` [PATCH v5 17/20] tests/acpi: allow microvm test data updates
` [PATCH v5 18/20] tests/acpi: allow override blkdev
` [PATCH v5 19/20] tests/acpi: add microvm test
` [PATCH v5 20/20] tests/acpi: update expected data files for microvm

[PATCH] tests/qtest/libqtest: Do not overwrite child coredump
 2020-07-07 13:32 UTC  (4+ messages)

[PATCH v2 0/2] tpm: Some fixes
 2020-07-07 13:24 UTC  (5+ messages)
` [PATCH v2 1/2] tpm: tpm_spapr: Exit on TPM backend failures

[PATCH v7 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-07-07 12:48 UTC  (5+ messages)
` [PATCH v7 1/4] hw/net/can: "
` [PATCH v7 2/4] xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers

[qemu-web PATCH] blog post: Anatomy of a Boot, a QEMU perspective
 2020-07-07 12:13 UTC  (3+ messages)

[PATCH v2] util/qemu-option: Document the get_opt_value() function
 2020-07-07 12:04 UTC  (8+ messages)

[PATCH 0/2] qom: Make "info qom-tree" show children sorted
 2020-07-07 12:04 UTC  (10+ messages)
` [PATCH 2/2] "
  ` Slow down with: 'Make "info qom-tree" show children sorted'

[PULL v2 00/41] virtio,acpi: features, fixes, cleanups
 2020-07-07 12:03 UTC  (3+ messages)

[PULL 00/53] Misc patches for QEMU 5.1 soft freeze
 2020-07-07 11:58 UTC  (4+ messages)
` [PULL 31/53] KVM: x86: believe what KVM says about WAITPKG

[PATCH v11 0/8] error: auto propagated local_err part I
 2020-07-07 11:51 UTC  (3+ messages)
` [PATCH v11 7/8] nbd: introduce ERRP_AUTO_PROPAGATE

[PATCH 00/21] target/xtensa: implement double precision FPU
 2020-07-07 11:31 UTC  (8+ messages)
` [PATCH 01/21] softfloat: make NO_SIGNALING_NANS runtime property
` [PATCH 02/21] softfloat: pass float_status pointer to pickNaN
` [PATCH 03/21] softfloat: add xtensa specialization for pickNaNMulAdd

[PATCH 0/2] virtio: non-legacy device handling
 2020-07-07 10:54 UTC  (3+ messages)
` [PATCH 1/2] virtio: list legacy-capable devices
` [PATCH 2/2] virtio: verify that legacy support is not accidentally on

[PULL 0/7] Trivial branch for 5.1 patches
 2020-07-07 10:52 UTC  (8+ messages)
` [PULL 1/7] fix the prototype of muls64/mulu64
` [PULL 2/7] trivial: Respect alphabetical order of .o files in Makefile.objs
` [PULL 3/7] .mailmap: Update Alexander Graf email address
` [PULL 4/7] MAINTAINERS: Update Radoslaw Biernacki "
` [PULL 5/7] util/qemu-option: Document the get_opt_value() function
` [PULL 6/7] intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
` [PULL 7/7] net/tap-solaris.c: Include qemu-common.h for TFR macro

[PATCH 0/2] exclude hyperv synic sections from vhost
 2020-07-07 10:54 UTC  (11+ messages)
` [PATCH 2/2] hyperv/synic: Allocate as ram_device

[PATCH] target/arm: Fix mtedesc for do_mem_zpz
 2020-07-07 10:42 UTC  (2+ messages)

[PATCH 0/6] migration: bring savevm/loadvm/delvm over to QMP
 2020-07-07 10:41 UTC  (14+ messages)
` [PATCH 2/6] migration: introduce savevm, loadvm, delvm QMP commands
` [PATCH 5/6] migration: support excluding block devs in QMP snapshot commands

[PATCH 0/2] hw/char/serial: Migrate I/O serial device
 2020-07-07 10:39 UTC  (3+ messages)
` [PATCH 2/2] hw/char/serial: Allow migration of the "

[PATCH] hw/core/null-machine: Do not initialize unused chardev backends
 2020-07-07 10:38 UTC  (4+ messages)

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-07-07 10:34 UTC  (5+ messages)
` [PATCH v7 05/17] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid

[PATCH v4 00/11] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-07-07 10:30 UTC  (3+ messages)
` [PATCH v4 03/11] target/ppc: add byte-reverse br[dwh] instructions

[RFC] virt/acpi: set PSCI flag even when psci_conduit is disabled
 2020-07-07 10:28 UTC  (8+ messages)

[PATCH] trivial: Remove trailing whitespaces
 2020-07-07 10:25 UTC  (3+ messages)

[PATCH v3 0/2] net: tap: check file descriptor can be used
 2020-07-07 10:21 UTC  (4+ messages)
` [PATCH v3 1/2] net: tap: check if the file descriptor is valid before using it

[PULL 00/12] Linux user for 5.1 patches
 2020-07-07 10:16 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).