qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-22 01:34:42 to 2020-04-22 15:50:03 UTC [more...]

[RFC PATCH v2 1/5] crypto/secret: rename to secret_interface
 2020-04-22 15:47 UTC  (6+ messages)
` [RFC PATCH v2 4/5] crypto/linux_keyring: add 'syskey' secret object
` [RFC PATCH v2 5/5] test-crypto-secret: add 'syskey' object tests

[PATCH v2 00/36] tcg 5.1 omnibus patch set
 2020-04-22 15:40 UTC  (22+ messages)
` [PATCH v2 09/36] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH v2 10/36] tcg: Add temp_readonly
` [PATCH v2 11/36] tcg: Introduce TYPE_CONST temporaries
` [PATCH v2 12/36] tcg: Use tcg_constant_i32 with icount expander
` [PATCH v2 20/36] tcg: Remove movi and dupi opcodes
` [PATCH v2 24/36] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH v2 25/36] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
` [PATCH v2 26/36] tcg: Add load_dest parameter to GVecGen2
` [PATCH v2 27/36] tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32, 64}
` [PATCH v2 28/36] tcg: Implement gvec support for rotate by immediate
` [PATCH v2 30/36] tcg: Remove expansion to shift by vector from do_shifts
` [PATCH v2 32/36] tcg/i386: Implement INDEX_op_rotl[is]_vec
` [PATCH v2 33/36] tcg/aarch64: Implement INDEX_op_rotli_vec
` [PATCH v2 35/36] target/ppc: Use tcg_gen_gvec_rotlv
` [PATCH v2 36/36] target/s390x: Use tcg_gen_gvec_rotl{i,s,v}

[RFC 0/3] 64bit block-layer part I
 2020-04-22 15:37 UTC  (5+ messages)
` [PATCH 1/3] block: use int64_t as bytes type in tracked requests

[PATCH v5 0/9] block: Fix resize (extending) of short overlays
 2020-04-22 15:34 UTC  (12+ messages)
` [PATCH v5 1/9] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v5 2/9] block: Add flags to bdrv(_co)_truncate()
` [PATCH v5 3/9] block-backend: Add flags to blk_truncate()
` [PATCH v5 4/9] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v5 5/9] raw-format: "
` [PATCH v5 6/9] file-posix: "
` [PATCH v5 7/9] block: truncate: Don't make backing file data visible
` [PATCH v5 8/9] iotests: Filter testfiles out in filter_img_info()
` [PATCH v5 9/9] iotests: Test committing to short backing file

[PATCH RFC] target/arm: Implement SVE2 gather load insns
 2020-04-22 15:23 UTC 

RFC: use VFIO over a UNIX domain socket to implement device offloading
 2020-04-22 15:29 UTC  (4+ messages)

[PATCH v2 00/14] Miscellaneous error handling fixes
 2020-04-22 15:19 UTC  (23+ messages)
` [PATCH v2 01/14] cryptodev: Fix cryptodev_builtin_cleanup() error API violation
` [PATCH v2 02/14] block/file-posix: Fix check_cache_dropped() error handling
` [PATCH v2 03/14] cpus: Fix configure_icount() error API violation
` [PATCH v2 04/14] cpus: Proper range-checking for -icount shift=N
` [PATCH v2 05/14] arm/virt: Fix virt_machine_device_plug_cb() error API violation
` [PATCH v2 06/14] fdc: Fix fallback=auto error handling
` [PATCH v2 07/14] bochs-display: Fix vgamem=SIZE "
` [PATCH v2 08/14] virtio-net: Fix duplex=... and speed=... "
` [PATCH v2 09/14] xen/pt: Fix flawed conversion to realize()
` [PATCH v2 10/14] io: Fix qio_channel_socket_close() error handling
` [PATCH v2 11/14] migration/colo: Fix qmp_xen_colo_do_checkpoint() "
` [PATCH v2 12/14] tests/test-logging: Fix test for -dfilter 0..0xffffffffffffffff
` [PATCH v2 13/14] qga: Fix qmp_guest_get_memory_blocks() error handling
` [PATCH v2 14/14] qga: Fix qmp_guest_suspend_{disk, ram}() "

[PATCH v2 0/4] smbus: SPD fixes
 2020-04-22 14:50 UTC  (10+ messages)
` [PATCH v2 1/4] sam460ex: Suppress useless warning on -m 32 and -m 64
` [PATCH v2 2/4] smbus: Fix spd_data_generate() error API violation
` [PATCH v2 3/4] bamboo, sam460ex: Tidy up error message for unsupported RAM size
` [PATCH v2 4/4] smbus: Fix spd_data_generate() for number of banks > 2

[PATCH v2 0/6] block-copy: use aio-task-pool
 2020-04-22 14:30 UTC  (2+ messages)

[PATCH] virtio-vga: fix virtio-vga bar ordering
 2020-04-22 14:25 UTC  (5+ messages)

[Bug 1874264] [NEW] AIX 7.2 TL4 SP1 cannot IPL with QEMU >2.11.2 ppc64-softmmu
 2020-04-22 14:11 UTC 

[PATCH v2] target/arm: Implement SVE2 scatter store insns
 2020-04-22 14:15 UTC 

[PATCH v2] target/arm: Implement SVE2 FMMLA
 2020-04-22 14:15 UTC 

[PATCH v10 0/10] qemu-binfmt-conf.sh
 2020-04-22 14:09 UTC  (2+ messages)

[PATCH 0/4] Subject: [PATCH 0/4] smbus: SPD fixes
 2020-04-22 13:56 UTC  (9+ messages)
` [PATCH 1/4] sam460ex: Revert change to SPD memory type for <= 128 MiB
` [PATCH 2/4] smbus: Fix spd_data_generate() error API violation

[PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections
 2020-04-22 13:47 UTC  (4+ messages)
` [PATCH 5/9] block/io: expand in_flight inc/dec section: simple cases

[PATCH v3 0/9] misc: Trivial static code analyzer fixes
 2020-04-22 13:31 UTC  (10+ messages)
` [PATCH v3 1/9] block: Avoid dead assignment
` [PATCH v3 2/9] blockdev: Remove "
` [PATCH v3 3/9] hw/i2c/pm_smbus: "
` [PATCH v3 4/9] hw/input/adb-kbd: "
` [PATCH v3 5/9] hw/ide/sii3112: "
` [PATCH v3 6/9] hw/isa/i82378: "
` [PATCH v3 7/9] hw/gpio/aspeed_gpio: "
` [PATCH v3 8/9] hw/timer/stm32f2xx_timer: "
` [PATCH v3 9/9] hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning

[PATCH] roms: opensbi: Upgrade from v0.6 to v0.7
 2020-04-22 13:19 UTC  (8+ messages)

[PATCHv2] add optee dts entry for secure machine
 2020-04-22 13:07 UTC 

[PATCH v3 00/10] Rework iotests/check
 2020-04-22 13:06 UTC  (10+ messages)
` [PATCH v3 04/10] iotests/check: move QEMU_VXHS_PROG to common.rc
` [PATCH v3 06/10] iotests: add testfinder.py

[PATCH for-5.0?] target/arm: Fix ID_MMFR4 value on AArch64 'max' CPU
 2020-04-22 13:05 UTC  (3+ messages)

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-22 12:53 UTC  (14+ messages)
` [PATCH v4 18/30] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v4 19/30] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v4 20/30] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v4 21/30] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v4 22/30] qcow2: Fix offset calculation in handle_dependencies()

[PATCH for-5.0?] slirp: update to fix CVE-2020-1983
 2020-04-22 12:47 UTC  (3+ messages)

[PATCH v3 0/7] s390x/vfio-ccw: Channel Path Handling [QEMU]
 2020-04-22 12:17 UTC  (6+ messages)
` [PATCH v3 3/7] vfio-ccw: Add support for the schib region
` [PATCH v3 7/7] vfio-ccw: Add support for the CRW irq

[PATCH] vfio-helpers: Free QEMUVFIOState in qemu_vfio_close()
 2020-04-22 11:26 UTC  (2+ messages)

[PATCH] fuzz: select fuzz target using executable name
 2020-04-22 11:19 UTC  (2+ messages)

[PATCH 0/5] ramfb: a bunch of reverts and fixes
 2020-04-22 10:59 UTC  (9+ messages)
` [PATCH 1/5] Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
` [PATCH 2/5] Revert "hw/display/ramfb: lock guest resolution after it's set"
` [PATCH 3/5] ramfb: don't update RAMFBState on errors
` [PATCH 4/5] ramfb: add sanity checks to ramfb_create_display_surface
` [PATCH 5/5] ramfb: drop leftover debug message

[PATCH] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-22 10:45 UTC  (9+ messages)

[PATCH 0/3] colo-compare bugfixes
 2020-04-22  9:40 UTC  (10+ messages)
` [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH 2/3] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH 3/3] net/colo-compare.c: Fix deadlock

[RFC v1 0/4] vDPA support in qemu
 2020-04-22  9:24 UTC  (7+ messages)
` [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client
` [RFC v1 3/4] vhost-vdpa: implement vhost-vdpa backend

[PATCH v3 00/16] nvme: refactoring and cleanups
 2020-04-22  8:16 UTC  (21+ messages)
` [PATCH v3 01/16] nvme: fix pci doorbell size calculation
` [PATCH v3 02/16] nvme: rename trace events to pci_nvme
` [PATCH v3 03/16] nvme: remove superfluous breaks
` [PATCH v3 04/16] nvme: move device parameters to separate struct
` [PATCH v3 05/16] nvme: use constants in identify
` [PATCH v3 06/16] nvme: refactor nvme_addr_read
` [PATCH v3 07/16] nvme: add max_ioqpairs device parameter
` [PATCH v3 08/16] nvme: remove redundant cmbloc/cmbsz members
` [PATCH v3 09/16] nvme: factor out property/constraint checks
` [PATCH v3 10/16] nvme: factor out device state setup
` [PATCH v3 11/16] nvme: factor out block backend setup
` [PATCH v3 12/16] nvme: add namespace helpers
` [PATCH v3 13/16] nvme: factor out namespace setup
` [PATCH v3 14/16] nvme: factor out pci setup
` [PATCH v3 15/16] nvme: factor out cmb/pmr setup
` [PATCH v3 16/16] nvme: factor out controller identify setup

[PATCH 0/7] tcg: Clean up tcg_gen_gvec_dupi interface
 2020-04-22  7:58 UTC  (5+ messages)
` [PATCH 3/7] target/ppc: Use tcg_gen_gvec_dup_imm

[edk2-discuss] Load Option passing. Either bugs or my confusion
 2020-04-22  7:42 UTC  (4+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-22  7:36 UTC  (9+ messages)

[PATCH 0/6] target/arm: Restrict TCG cpus to TCG accel
 2020-04-22  6:58 UTC  (11+ messages)
` [PATCH 1/6] target/arm: Restric the Address Translate write operation "
` [PATCH 4/6] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
` [PATCH 5/6] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PATCH 6/6] target/arm: Restrict TCG cpus to TCG accel

[PATCH v2 00/16] nvme: refactoring and cleanups
 2020-04-22  6:19 UTC  (3+ messages)

[PATCH v3 00/18] target/arm: sve load/store improvements
 2020-04-22  5:37 UTC  (20+ messages)
` [PATCH v3 01/18] exec: Add block comments for watchpoint routines
` [PATCH v3 02/18] exec: Fix cpu_watchpoint_address_matches address length
` [PATCH v3 03/18] accel/tcg: Add block comment for probe_access
` [PATCH v3 04/18] accel/tcg: Add probe_access_flags
` [PATCH v3 05/18] accel/tcg: Add endian-specific cpu_{ld, st}* operations
` [PATCH v3 06/18] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH v3 07/18] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PATCH v3 08/18] target/arm: Add sve infrastructure for page lookup
` [PATCH v3 09/18] target/arm: Adjust interface of sve_ld1_host_fn
` [PATCH v3 10/18] target/arm: Use SVEContLdSt in sve_ld1_r
` [PATCH v3 11/18] target/arm: Handle watchpoints "
` [PATCH v3 12/18] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH v3 13/18] target/arm: Update contiguous first-fault and no-fault loads
` [PATCH v3 14/18] target/arm: Use SVEContLdSt for contiguous stores
` [PATCH v3 15/18] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PATCH v3 16/18] target/arm: Reuse sve_probe_page for scatter stores
` [PATCH v3 17/18] target/arm: Reuse sve_probe_page for gather loads
` [PATCH v3 18/18] target/arm: Remove sve_memopidx

tst-arm-mte bug: PSTATE.TCO is cleared on exceptions
 2020-04-22  4:39 UTC  (2+ messages)

[PATCH 03/15] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
 2020-04-22  4:40 UTC  (3+ messages)

[PATCH 02/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-04-22  4:40 UTC  (3+ messages)

[PATCH] linux-user/riscv: fix up struct target_ucontext definition
 2020-04-22  4:10 UTC  (3+ messages)

[PATCH] target/arm: Implement SVE2 scatter store insns
 2020-04-22  3:29 UTC  (2+ messages)

[PATCH] target/arm: Implement SVE2 FMMLA
 2020-04-22  3:21 UTC  (2+ messages)

[PATCH for-5.1 00/31] target/arm: SVE2, part 1
 2020-04-22  2:55 UTC  (3+ messages)

[PATCH v1 0/2] Migration xbzrle changes
 2020-04-22  2:51 UTC  (4+ messages)
` [PATCH v1 1/2] migration/xbzrle: replace transferred xbzrle bytes with encoded bytes


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