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

[PATCH 00/24] Fixes around device realization
 2020-05-19  5:08 UTC  (33+ 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 08/24] mac_via: Fix to realize "mos6522-q800-via*" devices
` [PATCH 10/24] macio: Bury unwanted "macio-gpio" devices
` [PATCH 13/24] ppc4xx: Drop redundant device realization
` [PATCH 14/24] macio: Put "macio-nvram" device on the macio bus
` [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 19/24] riscv: Fix to put "riscv.hart_array" devices on sysbus
` [PATCH 20/24] riscv: Fix type of SiFive[EU]SocState, member parent_obj
` [PATCH 22/24] qdev: Assert devices are plugged into a bus that can take them

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

[PATCH] target/i386: Fix OUTL debug output
 2020-05-19  3:39 UTC  (2+ 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 RFC 00/32] python/qemu: refactor as installable package
 2020-05-19  0:27 UTC  (6+ messages)
` [PATCH RFC 01/32] python/qemu: create qemu.lib module

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

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

[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

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-05-18 21:22 UTC  (9+ messages)
` [PATCH RFC v2 1/5] block: add bitmap-populate job
` [PATCH RFC v2 2/5] blockdev: combine DriveBackupState and BlockdevBackupState
` [PATCH RFC v2 3/5] qmp: expose block-dirty-bitmap-populate
` [PATCH RFC v2 5/5] iotests: add 287 for block-dirty-bitmap-populate

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

[PULL 0/7] bitmaps patches for 2020-05-18
 2020-05-18 20:54 UTC  (8+ messages)
` [PULL 1/7] bitmaps: Update maintainer
` [PULL 2/7] docs: Sort sections on qemu-img subcommand parameters
` [PULL 3/7] qemu-img: Fix stale comments on doc location
` [PULL 4/7] block: Make it easier to learn which BDS support bitmaps
` [PULL 5/7] blockdev: Promote several bitmap functions to non-static
` [PULL 6/7] blockdev: Split off basic bitmap operations for qemu-img
` [PULL 7/7] qemu-img: Add bitmap sub-command

[PULL 0/6] NBD patches for 2020-05-18
 2020-05-18 20:51 UTC  (8+ messages)
` [PULL 1/6] qemu-nbd: Close inherited stderr
` [PULL 2/6] qemu_img: add cvtnum_full to print error reports
` [PULL 3/6] qemu-img: validate image length in img_map
` [PULL 4/6] qemu-img: refactor dump_map_entry JSON format output
` [PULL 5/6] qemu-img: Add --start-offset and --max-length to map
` [PULL 6/6] iotests: Enhance 223 to cover qemu-img map improvements

[PATCH v3 0/3] Add secret_keyring object
 2020-05-18 20:28 UTC  (4+ messages)
` [PATCH v3 1/3] crypto/secret: move main logic from 'secret' to 'secret_common'
` [PATCH v3 2/3] crypto/linux_keyring: add 'secret_keyring' secret object
` [PATCH v3 3/3] test-crypto-secret: add 'secret_keyring' object tests

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

[PATCH v6 00/21] target/mips: MSA, FPU and other cleanups and improvements
 2020-05-18 20:09 UTC  (22+ messages)
` [PATCH v6 01/21] target/mips: fpu: Demacro ADD.<D|S|PS>
` [PATCH v6 02/21] target/mips: fpu: Demacro SUB.<D|S|PS>
` [PATCH v6 03/21] target/mips: fpu: Demacro MUL.<D|S|PS>
` [PATCH v6 04/21] target/mips: fpu: Demacro DIV.<D|S|PS>
` [PATCH v6 05/21] target/mips: fpu: Remove now unused macro FLOAT_BINOP
` [PATCH v6 06/21] target/mips: fpu: Demacro MADD.<D|S|PS>
` [PATCH v6 07/21] target/mips: fpu: Demacro MSUB.<D|S|PS>
` [PATCH v6 08/21] target/mips: fpu: Demacro NMADD.<D|S|PS>
` [PATCH v6 09/21] target/mips: fpu: Demacro NMSUB.<D|S|PS>
` [PATCH v6 10/21] target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
` [PATCH v6 11/21] target/mips: fpu: Demacro CLASS.<D|S>
` [PATCH v6 12/21] target/mips: fpu: Remove now unused FLOAT_CLASS macro
` [PATCH v6 13/21] target/mips: fpu: Demacro RINT.<D|S>
` [PATCH v6 14/21] target/mips: fpu: Remove now unused FLOAT_RINT macro
` [PATCH v6 15/21] target/mips: fpu: Name better paired-single variables
` [PATCH v6 16/21] target/mips: fpu: Refactor conversion from ieee to mips exception flags
` [PATCH v6 17/21] MAINTAINERS: Change Aleksandar Rikalo's email address
` [PATCH v6 18/21] target/mips: msa: Split helpers for MADDV.<B|H|W|D>
` [PATCH v6 19/21] target/mips: msa: Split helpers for MSUBV.<B|H|W|D>
` [PATCH v6 20/21] hw/mips: Add some logging for bad register offset cases
` [PATCH v6 21/21] hw/mips: Rename malta/mipssim/r4k/jazz files in hw/mips

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

[PATCH v4 0/9] qemu-img: Add convert --bitmaps
 2020-05-18 19:47 UTC  (9+ messages)
` [PATCH v4 6/9] qemu-img: Add bitmap sub-command
` [PATCH v4 7/9] qcow2: Expose bitmaps' size during measure

[PATCH v5 00/22] target/mips: MSA, FPU and other cleanups and improvements
 2020-05-18 19:49 UTC  (24+ messages)
` [PATCH v5 01/22] hw/tpm: fix usage of bool in tpm-tis.c
` [PATCH v5 02/22] target/mips: fpu: Demacro ADD.<D|S|PS>
` [PATCH v5 03/22] target/mips: fpu: Demacro SUB.<D|S|PS>
` [PATCH v5 04/22] target/mips: fpu: Demacro MUL.<D|S|PS>
` [PATCH v5 05/22] target/mips: fpu: Demacro DIV.<D|S|PS>
` [PATCH v5 06/22] target/mips: fpu: Remove now unused macro FLOAT_BINOP
` [PATCH v5 07/22] target/mips: fpu: Demacro MADD.<D|S|PS>
` [PATCH v5 08/22] target/mips: fpu: Demacro MSUB.<D|S|PS>
` [PATCH v5 09/22] target/mips: fpu: Demacro NMADD.<D|S|PS>
` [PATCH v5 10/22] target/mips: fpu: Demacro NMSUB.<D|S|PS>
` [PATCH v5 11/22] target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
` [PATCH v5 12/22] target/mips: fpu: Demacro CLASS.<D|S>
` [PATCH v5 13/22] target/mips: fpu: Remove now unused FLOAT_CLASS macro
` [PATCH v5 14/22] target/mips: fpu: Demacro RINT.<D|S>
` [PATCH v5 15/22] target/mips: fpu: Remove now unused FLOAT_RINT macro
` [PATCH v5 16/22] target/mips: fpu: Name better paired-single variables
` [PATCH v5 17/22] target/mips: fpu: Refactor conversion from ieee to mips exception flags
` [PATCH v5 18/22] MAINTAINERS: Change Aleksandar Rikalo's email address
` [PATCH v5 19/22] target/mips: msa: Split helpers for MADDV.<B|H|W|D>
` [PATCH v5 20/22] target/mips: msa: Split helpers for MSUBV.<B|H|W|D>
` [PATCH v5 21/22] hw/mips: Add some logging for bad register offset cases
` [PATCH v5 22/22] hw/mips: Rename malta/mipssim/r4k/jazz files in hw/mips

[RISU 0/9] risu cleanups and improvements
 2020-05-18 19:43 UTC  (8+ messages)
` [RISU 5/9] Use EXIT_FAILURE, EXIT_SUCCESS

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

[PULL 0/8] Vga 20200518 patches
 2020-05-18 19:04 UTC  (2+ messages)

[RFC v2] migration: Add migrate-set-bitmap-node-mapping
 2020-05-18 18:47 UTC  (5+ messages)

[PATCH 0/3] iotests: enable logging prior to notrun() invocation
 2020-05-18 18:33 UTC  (3+ messages)

[PATCH v10 00/14] iotests: use python logging
 2020-05-18 18:29 UTC  (8+ messages)
` [PATCH v10 14/14] iotests: use python logging for iotests.log()

[PATCH] hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
 2020-05-18 18:26 UTC  (4+ messages)

[PATCH v2 0/9] block/io: safer inc/dec in_flight sections
 2020-05-18 18:21 UTC  (4+ messages)
` [PATCH v2 5/9] block/io: expand in_flight inc/dec section: simple cases

sharing intention for developing per-target, dynamically loadable accelerator modules
 2020-05-18 18:18 UTC  (2+ messages)

[PATCH] linux-user/mmap.c: fix integer underflow in target_mremap
 2020-05-18 18:13 UTC  (4+ messages)

[PATCH v3 0/2] net: Drop legacy "name" from -net and remove NetLegacy
 2020-05-18 18:01 UTC  (3+ messages)
` [PATCH v3 1/2] net: Drop the legacy "name" parameter from the -net option
` [PATCH v3 2/2] net: Drop the NetLegacy structure, always use Netdev instead

[PATCH v24 QEMU 0/3] virtio-balloon: add support for page poison reporting and free page reporting
 2020-05-18 17:57 UTC  (3+ messages)
` [PATCH v24 QEMU 3/3] virtio-balloon: Provide an interface for "

[PATCH v1 0/3] virtio-balloon: free page hinting fixes
 2020-05-18 17:55 UTC  (5+ messages)
` [PATCH v1 3/3] virtio-balloon: unref the iothread when unrealizing

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-18 17:51 UTC  (3+ messages)

[PATCH v2] hw/display/edid: Add missing 'qdev-properties.h' header
 2020-05-18 17:45 UTC 

[PATCH v2 0/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
 2020-05-18 17:38 UTC  (3+ messages)
` [PATCH v2 1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
` [PATCH v2 2/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()

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

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-18 17:31 UTC  (9+ messages)
` [PATCH v2 1/8] s390/sclp: get machine once during read scp/cpu info
` [PATCH v2 2/8] s390/sclp: check sccb len before filling in data

[PATCH] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
 2020-05-18 17:24 UTC  (6+ messages)

[PATCH v2] 9p: Lock directory streams with a CoMutex
 2020-05-18 17:19 UTC  (3+ messages)

[PULL v2 00/52] Block layer patches
 2020-05-18 17:06 UTC 

[PATCH 0/8] decodetree: Add non-overlapping groups
 2020-05-18 16:56 UTC  (14+ messages)
` [PATCH 1/8] decodetree: Remove python 3.4 check
` [PATCH 2/8] decodetree: Tidy error_with_file
` [PATCH 3/8] decodetree: Rename MultiPattern to IncMultiPattern
` [PATCH 4/8] decodetree: Split out MultiPattern from IncMultiPattern
` [PATCH 5/8] decodetree: Allow group covering the entire insn space
` [PATCH 6/8] decodetree: Move semantic propagation into classes
` [PATCH 7/8] decodetree: Implement non-overlapping groups
` [PATCH 8/8] target/arm: Use a non-overlapping group for misc control

[PATCH v2 0/4] hw/arm: Replace hw_error() by qemu_log_mask()
 2020-05-18 16:44 UTC  (9+ messages)
` [PATCH v2 1/4] hw/arm/integratorcp: "
` [PATCH v2 2/4] hw/arm/pxa2xx: "
` [PATCH v2 3/4] hw/char/xilinx_uartlite: "
` [PATCH v2 4/4] hw/timer/exynos4210_mct: "

[PATCH v3 00/10] tcg vector rotate operations
 2020-05-18 16:48 UTC  (2+ messages)

[PATCH v3 0/1] s390x: css: pong, channel subsystem test device
 2020-05-18 16:43 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-18 16:46 UTC  (3+ messages)
` [PATCH v2 05/10] Makefile: Remove dangerous EOL trailing backslash

[PATCH v2] tests/tcg: fix invocation of the memory record/replay tests
 2020-05-18 16:29 UTC 

[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
 2020-05-18 16:25 UTC  (11+ messages)
` [PATCH v2 1/7] exec: Let address_space_read/write_cached() propagate MemTxResult
` [PATCH v2 5/7] hw/arm/boot: Abort if set_kernel_args() fails
` [RFC PATCH v2 6/7] accel/kvm: Let KVM_EXIT_MMIO return error
` [RFC PATCH v2 7/7] hw/core/loader: Assert loading ROM regions succeeds at reset

KVM call for agenda for 2020-05-19
 2020-05-18 16:21 UTC  (2+ messages)

[PATCH] icount: fix shift=auto for record/replay
 2020-05-18 16:14 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).