qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 21:09:42 to 2020-07-08 22:13:22 UTC [more...]

[PATCH v2] MAINTAINERS: Cover the firmware JSON schema
 2020-07-08 10:37 UTC  (4+ messages)

[PATCH] cpu: Add starts_halted() method
 2020-07-08 21:32 UTC  (13+ messages)

[PATCH] ossaudio: fix out of bounds write
 2020-07-08 20:09 UTC  (3+ messages)

qemu-system-ppc64 abort()s with pcie bridges
 2020-07-08  9:57 UTC  (2+ messages)

Failure prints during format or mounting a usb storage device
 2020-07-08 10:29 UTC  (9+ messages)

[PATCH 0/3] QEMU cpus.c refactoring part1
 2020-07-08 15:30 UTC  (11+ messages)
` [PATCH 3/3] cpu-timers, icount: new modules

[PULL v2 00/41] virtio,acpi: features, fixes, cleanups
 2020-07-08 10:19 UTC  (6+ messages)

Migrating custom qemu.org infrastructure to GitLab
 2020-07-08 16:09 UTC  (9+ messages)

[PULL 00/53] Misc patches for QEMU 5.1 soft freeze
 2020-07-08 18:34 UTC  (9+ messages)

[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-08 17:26 UTC  (4+ messages)
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it

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

build error of unused function as MACRO G_DEFINE_AUTOPTR_CLEANUP_FUNC expand
 2020-07-08 20:06 UTC  (4+ messages)

[PATCH v7 00/47] block: Deal with filters
 2020-07-08 20:37 UTC  (31+ messages)
` [PATCH v7 01/47] block: Add child access functions
` [PATCH v7 02/47] block: Add chain helper functions
` [PATCH v7 03/47] block: bdrv_cow_child() for bdrv_has_zero_init()
` [PATCH v7 04/47] block: bdrv_set_backing_hd() is about bs->backing
` [PATCH v7 05/47] block: Include filters when freezing backing chain
` [PATCH v7 06/47] block: Drop bdrv_is_encrypted()
` [PATCH v7 07/47] block: Add bdrv_supports_compressed_writes()
` [PATCH v7 08/47] throttle: Support compressed writes
` [PATCH v7 09/47] copy-on-read: "
` [PATCH v7 10/47] mirror-top: "
` [PATCH v7 11/47] backup-top: "
` [PATCH v7 12/47] block: Use bdrv_filter_(bs|child) where obvious
` [PATCH v7 13/47] block: Use CAFs in block status functions

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

[PATCH v2 0/1] Add Script for Dissecting QEMU Execution
 2020-07-08 15:41 UTC  (3+ messages)
` [PATCH v2 1/1] scripts/performance: Add dissect.py script

Qemu core dump when stop guest with virtio-blk(remote storage) and iothread
 2020-07-08  9:34 UTC  (2+ messages)

[PATCH v8 00/14] LUKS: encryption slot management using amend interface
 2020-07-08 12:33 UTC  (3+ messages)
` [PATCH v8 11/14] block/core: add generic infrastructure for x-blockdev-amend qmp command

[PATCH v1] virtio-mem-pci: force virtio version 1
 2020-07-08 14:36 UTC 

[PATCH v2 0/3] Add Support for GET LBA STATUS 16 command in scsi emulation
 2020-07-08 12:29 UTC  (5+ messages)
` [PATCH v2 3/3] scsi-disk: Add support for the GET LBA STATUS 16 command
    ` 回复: "

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

[PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
 2020-07-08 17:25 UTC  (4+ messages)
` [PULL v2 09/52] target/i386: fix IEEE SSE floating-point exception raising
` [PULL v2 44/52] accel/kvm: Simplify kvm_check_extension()
` [PULL v2 52/52] apic: Report current_count via 'info lapic'

[PATCH v7 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-07-08 21:23 UTC  (4+ messages)
` [PATCH v7 1/4] hw/net/can: "

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-07-08 21:24 UTC  (18+ messages)
` [PATCH v3 01/18] hw/block/nvme: bump spec data structures "
` [PATCH v3 02/18] hw/block/nvme: fix missing endian conversion
` [PATCH v3 03/18] hw/block/nvme: additional tracing
` [PATCH v3 05/18] hw/block/nvme: add temperature threshold feature
` [PATCH v3 07/18] hw/block/nvme: add support for the get log page command
` [PATCH v3 12/18] hw/block/nvme: support the get/set features select and save fields
` [PATCH v3 15/18] hw/block/nvme: reject invalid nsid values in active namespace id list
` [PATCH v3 17/18] hw/block/nvme: provide the mandatory subnqn field

[PULL 00/20] Audio 20200706 patches
 2020-07-08 20:38 UTC  (2+ messages)

[PATCH-for-5.1 0/2] fuzz: broken build fixes
 2020-07-08 20:01 UTC  (3+ messages)
` [PATCH-for-5.1 1/2] configure: do not clobber CFLAGS with --enable-fuzzing
` [PATCH-for-5.1 2/2] fuzz: add missing header for rcu_enable_atfork

[Bug 1886811] [NEW] systemd complains Failed to enqueue loopback interface start request: Operation not supported
 2020-07-08 19:39 UTC  (4+ messages)
` [Bug 1886811] "

[PATCH 0/2] keepalive default
 2020-07-08 19:41 UTC  (4+ messages)
` [PATCH 1/2] sockets: keep-alive settings
` [PATCH 2/2] util/qemu-sockets: make keep-alive enabled by default

[PATCH v7 0/7] block: seriously improve savevm/loadvm performance
 2020-07-08 18:38 UTC  (3+ messages)
` [PATCH 7/7] block/io: improve loadvm performance

[PATCH v4 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-08 18:13 UTC  (12+ messages)
` [PATCH v4 01/12] npcm7xx: Add config symbol
` [PATCH v4 05/12] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH v4 08/12] hw/nvram: NPCM7xx OTP device model

[PATCH 00/21] target/xtensa: implement double precision FPU
 2020-07-08 18:11 UTC  (23+ messages)
` [PATCH 01/21] softfloat: make NO_SIGNALING_NANS runtime property
` [PATCH 03/21] softfloat: add xtensa specialization for pickNaNMulAdd
` [PATCH 05/21] target/xtensa: support copying registers up to 64 bits wide
` [PATCH 06/21] target/xtensa: rename FPU2000 translators and helpers
` [PATCH 07/21] target/xtensa: move FSR/FCR register accessors
` [PATCH 08/21] target/xtensa: don't access BR regfile directly
` [PATCH 09/21] target/xtensa: add DFP option, registers and opcodes

[RFC PATCH] configure: remove all dependencies on a (re)configure
 2020-07-08 17:53 UTC 

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2020-07-08 17:21 UTC  (3+ messages)
` [Bug 1886793] "

[PATCH] MAINTAINERS: update nvme entry
 2020-07-08 17:03 UTC  (3+ messages)

[PATCH v2 0/2] linux-user: fix print_syscall_err()
 2020-07-08 16:47 UTC  (7+ messages)
` [PATCH v2 1/2] linux-user: fix the errno value in print_syscall_err()
` [PATCH v2 2/2] linux-user: fix print_syscall_err() when syscall returned value is negative

Questions about online resizing a lun passthrough disk with virtio-scsi
 2020-07-08 14:44 UTC 

Memory callback
 2020-07-08 13:53 UTC 

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

[PATCH 0/6] target/riscv: NaN-boxing for multiple precison
 2020-07-08 15:35 UTC  (4+ messages)

[PULL 0/2] tcg patch queue
 2020-07-08 15:33 UTC  (2+ messages)

[RFC v2 0/6] QEMU cpus.c refactoring part2
 2020-07-08 14:30 UTC  (7+ messages)
` [RFC v2 1/6] cpus: extract out TCG-specific code to accel/tcg
` [RFC v2 3/6] cpus: extract out kvm-specific code to accel/kvm

[PATCH v4 00/11] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-07-08 12:22 UTC  (3+ messages)
` [PATCH v4 04/11] target/ppc: convert vmuluwm to tcg_gen_gvec_mul

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

[PATCH] trivial: Remove trailing whitespaces
 2020-07-08 11:16 UTC  (2+ messages)

[PATCH] tests/docker: update toolchain set in debian-xtensa-cross
 2020-07-08  8:51 UTC  (3+ messages)

[PATCH V3 0/3] migration/colo: Optimize COLO framework code
 2020-07-08  6:39 UTC  (5+ messages)

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-08  4:44 UTC  (9+ messages)
` [PATCH v4 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH] ppc/pnv: Make PSI device types not user creatable
 2020-07-08  2:01 UTC  (2+ messages)

[PATCH v1 0/3] A few RISC-V fixes
 2020-07-08  0:36 UTC  (5+ messages)
` [PATCH v1 3/3] target/riscv: Regen floating point rounding mode in dynamic mode

[PULL 00/41] virtio,acpi: features, fixes, cleanups
 2020-07-08  0:07 UTC  (3+ messages)
` [PULL 40/41] vhost-vdpa: introduce vhost-vdpa backend

[PATCH v3 0/7] riscv: Switch to use generic platform fw_dynamic type opensbi bios images
 2020-07-07 21:22 UTC  (7+ messages)
` [PATCH v3 3/7] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
` [PATCH v3 6/7] gitlab-ci/opensbi: Update GitLab CI to build generic platform
` [PATCH v3 7/7] Makefile: Ship the generic platform bios images for RISC-V

[PULL 0/3] MIPS + TCG Continuous Benchmarking queue for July 7th, 2020
 2020-07-07 21:58 UTC  (4+ messages)

[PATCH v2 000/100] target/arm: Implement SVE2
 2020-07-07 21:36 UTC  (2+ messages)

[PULL 0/1] qemu-openbios queue 20200707
 2020-07-07 21:07 UTC  (2+ messages)
` [PULL 1/1] Update OpenBIOS images to 75fbb41d built from submodule


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