messages from 2020-06-19 19:26:56 to 2020-06-20 16:29:56 UTC [more...]
[PATCH 0/2] hw/arm/aspeed: Improve QOM usage
2020-06-20 16:28 UTC
[PATCH] hw/core/qdev: Increase qdev_realize() kindness
2020-06-20 15:38 UTC
[PATCH v4 0/9] Rework iotests/check
2020-06-20 15:38 UTC (2+ messages)
[PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming
2020-06-20 15:20 UTC (7+ messages)
` [PATCH 1/2] checkpatch: Rename top_of_kernel_tree() to top_of_qemu_tree()
` [PATCH 2/2] checkpatch: Change occurences of 'kernel' to 'qemu' in user messages
[PATCH 0/5] preallocate filter
2020-06-20 14:36 UTC (6+ 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
` [PATCH 4/5] iotests: QemuIoInteractive: use qemu_io_args_no_fmt
` [PATCH 5/5] iotests: add 298 to test new preallocate filter driver
[PATCH 00/22] ADB: fix autopoll issues and rework mac_via state machine
2020-06-20 12:10 UTC (9+ messages)
` [PATCH 21/22] adb: use adb_device prefix for ADB device trace events
` [PATCH 22/22] adb: add ADB bus "
[PATCH v3 0/4] hw/misc/pca9552: Trace LED On/Off events
2020-06-20 11:49 UTC (2+ messages)
[Bug 1873338] [NEW] Dos on the fly CD image replacement is not Working with DOS
2020-06-20 11:25 UTC (3+ messages)
` [Bug 1873338] "
[Bug 1883984] [NEW] QEMU S/390x sqxbr (128-bit IEEE 754 square root) crashes qemu-system-s390x
2020-06-20 10:12 UTC (3+ messages)
` [Bug 1883984] "
[PATCH v3 0/3] python/machine.py: refactor shutdown
2020-06-20 10:14 UTC (7+ messages)
[PATCH v2 0/3] Add Scripts for Finding Top 25 Executed Functions
2020-06-20 10:03 UTC (7+ messages)
` [PATCH v2 1/3] scripts/performance: Add topN_perf.py script
` [PATCH v2 2/3] scripts/performance: Add topN_callgrind.py script
[PATCH v3 0/9] Generalize memory encryption models
2020-06-20 8:24 UTC (10+ messages)
` [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests
[PATCH v3 00/16] python: add mypy support to python/qemu
2020-06-20 8:20 UTC (4+ messages)
` [PATCH v3 12/16] python/machine.py: Add _qmp access shim
[PATCH V3] Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
2020-06-20 7:50 UTC (2+ messages)
[PATCH v10 00/61] target/riscv: support vector extension v0.7.1
2020-06-20 4:37 UTC (62+ messages)
` [PATCH v10 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v10 02/61] target/riscv: implementation-defined constant parameters
` [PATCH v10 03/61] target/riscv: support vector extension csr
` [PATCH v10 04/61] target/riscv: add vector configure instruction
` [PATCH v10 05/61] target/riscv: add an internals.h header
` [PATCH v10 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v10 07/61] target/riscv: add vector index "
` [PATCH v10 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v10 09/61] target/riscv: add vector amo operations
` [PATCH v10 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v10 11/61] target/riscv: vector widening "
` [PATCH v10 12/61] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v10 13/61] target/riscv: vector bitwise logical instructions
` [PATCH v10 14/61] target/riscv: vector single-width bit shift instructions
` [PATCH v10 15/61] target/riscv: vector narrowing integer right "
` [PATCH v10 16/61] target/riscv: vector integer comparison instructions
` [PATCH v10 17/61] target/riscv: vector integer min/max instructions
` [PATCH v10 18/61] target/riscv: vector single-width integer multiply instructions
` [PATCH v10 19/61] target/riscv: vector integer divide instructions
` [PATCH v10 20/61] target/riscv: vector widening integer multiply instructions
` [PATCH v10 21/61] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v10 22/61] target/riscv: vector widening "
` [PATCH v10 23/61] target/riscv: vector integer merge and move instructions
` [PATCH v10 24/61] target/riscv: vector single-width saturating add and subtract
` [PATCH v10 25/61] target/riscv: vector single-width averaging "
` [PATCH v10 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v10 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v10 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v10 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v10 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v10 31/61] target/riscv: vector widening "
` [PATCH v10 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v10 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v10 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v10 35/61] target/riscv: vector widening "
` [PATCH v10 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v10 37/61] target/riscv: vector floating-point min/max instructions
` [PATCH v10 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v10 39/61] target/riscv: vector floating-point compare instructions
` [PATCH v10 40/61] target/riscv: vector floating-point classify instructions
` [PATCH v10 41/61] target/riscv: vector floating-point merge instructions
` [PATCH v10 42/61] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v10 43/61] target/riscv: widening "
` [PATCH v10 44/61] target/riscv: narrowing "
` [PATCH v10 45/61] target/riscv: vector single-width integer reduction instructions
` [PATCH v10 46/61] target/riscv: vector wideing "
` [PATCH v10 47/61] target/riscv: vector single-width floating-point "
` [PATCH v10 48/61] target/riscv: vector widening "
` [PATCH v10 49/61] target/riscv: vector mask-register logical instructions
` [PATCH v10 50/61] target/riscv: vector mask population count vmpopc
` [PATCH v10 51/61] target/riscv: vmfirst find-first-set mask bit
` [PATCH v10 52/61] target/riscv: set-X-first "
` [PATCH v10 53/61] target/riscv: vector iota instruction
` [PATCH v10 54/61] target/riscv: vector element index instruction
` [PATCH v10 55/61] target/riscv: integer extract instruction
` [PATCH v10 56/61] target/riscv: integer scalar move instruction
` [PATCH v10 57/61] target/riscv: floating-point scalar move instructions
` [PATCH v10 58/61] target/riscv: vector slide instructions
` [PATCH v10 59/61] target/riscv: vector register gather instruction
` [PATCH v10 60/61] target/riscv: vector compress instruction
` [PATCH v10 61/61] target/riscv: configure and turn on vector extension from command line
[PATCH] target/arm: Remove dead code relating to SABA and UABA
2020-06-20 4:52 UTC (2+ messages)
[PATCH] target/s390x: Fix SQXBR
2020-06-20 4:21 UTC
[PATCH v3 0/6] block: add block-dirty-bitmap-populate job
2020-06-20 4:16 UTC (8+ messages)
` [PATCH v3 1/6] block: add bitmap-populate job
` [PATCH v3 2/6] blockdev: combine DriveBackupState and BlockdevBackupState
` [PATCH v3 3/6] qmp: expose block-dirty-bitmap-populate
` [PATCH v3 4/6] iotests: move bitmap helpers into their own file
` [PATCH v3 5/6] iotests: add 298 for block-dirty-bitmap-populate
` [PATCH v3 6/6] bitmaps: Use x- prefix for block-dirty-bitmap-popluate
[PATCH v10 00/61] target/riscv: support vector extension v0.7.1
2020-06-20 2:55 UTC (38+ messages)
` [PATCH v10 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v10 02/61] target/riscv: implementation-defined constant parameters
` [PATCH v10 03/61] target/riscv: support vector extension csr
` [PATCH v10 04/61] target/riscv: add vector configure instruction
` [PATCH v10 05/61] target/riscv: add an internals.h header
` [PATCH v10 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v10 07/61] target/riscv: add vector index "
` [PATCH v10 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v10 09/61] target/riscv: add vector amo operations
` [PATCH v10 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v10 11/61] target/riscv: vector widening "
` [PATCH v10 12/61] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v10 13/61] target/riscv: vector bitwise logical instructions
` [PATCH v10 14/61] target/riscv: vector single-width bit shift instructions
` [PATCH v10 15/61] target/riscv: vector narrowing integer right "
` [PATCH v10 16/61] target/riscv: vector integer comparison instructions
` [PATCH v10 17/61] target/riscv: vector integer min/max instructions
` [PATCH v10 18/61] target/riscv: vector single-width integer multiply instructions
` [PATCH v10 19/61] target/riscv: vector integer divide instructions
` [PATCH v10 20/61] target/riscv: vector widening integer multiply instructions
` [PATCH v10 21/61] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v10 22/61] target/riscv: vector widening "
` [PATCH v10 23/61] target/riscv: vector integer merge and move instructions
` [PATCH v10 24/61] target/riscv: vector single-width saturating add and subtract
` [PATCH v10 25/61] target/riscv: vector single-width averaging "
` [PATCH v10 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v10 27/61] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v10 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v10 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v10 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v10 31/61] target/riscv: vector widening "
` [PATCH v10 32/61] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v10 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v10 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v10 35/61] target/riscv: vector widening "
` [PATCH v10 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v10 37/61] target/riscv: vector floating-point min/max instructions
[PATCH 00/78] Patch Round-up for stable 4.2.1, freeze on 2020-06-22
2020-06-20 3:39 UTC (3+ messages)
[PATCH v5 0/6] block: seriously improve savevm performance
2020-06-20 3:06 UTC (3+ messages)
` [PATCH 4/6] block/block-backend: remove always true check from blk_save_vmstate
[PATCH v6 0/5] RISC-V multi-socket support
2020-06-20 3:14 UTC (6+ messages)
` [PATCH v6 5/5] hw/riscv: virt: Allow creating multiple NUMA sockets
[PULL 00/45] target-arm queue
2020-06-20 1:50 UTC (6+ messages)
` [PULL 26/45] ACPI: Record Generic Error Status Block(GESB) table
[PATCH v9 00/61] target/riscv: support vector extension v0.7.1
2020-06-20 1:40 UTC (6+ messages)
` [PATCH v9 57/61] target/riscv: floating-point scalar move instructions
[PATCH] target/arm: Remove unnecessary gen_io_end() calls
2020-06-20 0:23 UTC (2+ messages)
[PATCH 00/21] target/arm: Finish neon decodetree conversion
2020-06-20 0:21 UTC (43+ messages)
` [PATCH 01/21] target/arm: Convert Neon 2-reg-misc VREV64 to decodetree
` [PATCH 02/21] target/arm: Convert Neon 2-reg-misc pairwise ops "
` [PATCH 03/21] target/arm: Convert VZIP, VUZP "
` [PATCH 04/21] target/arm: Convert Neon narrowing moves "
` [PATCH 05/21] target/arm: Convert Neon 2-reg-misc VSHLL "
` [PATCH 06/21] target/arm: Convert Neon VCVT f16/f32 insns "
` [PATCH 07/21] target/arm: Convert vectorised 2-reg-misc Neon ops "
` [PATCH 08/21] target/arm: Convert Neon 2-reg-misc crypto operations "
` [PATCH 09/21] target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFn
` [PATCH 10/21] target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefs
` [PATCH 10/21] target/arm: Fix capitalization in NeonGenTwo{Single,Double}OPFn typedefs
` [PATCH 11/21] target/arm: Make gen_swap_half() take separate src and dest
` [PATCH 12/21] target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetree
` [PATCH 13/21] target/arm: Convert remaining simple 2-reg-misc Neon ops
` [PATCH 14/21] target/arm: Convert Neon VQABS, VQNEG to decodetree
` [PATCH 15/21] target/arm: Convert simple fp Neon 2-reg-misc insns
` [PATCH 16/21] target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetree
` [PATCH 17/21] target/arm: Convert Neon 2-reg-misc VRINT "
` [PATCH 18/21] target/arm: Convert Neon 2-reg-misc VCVT "
` [PATCH 19/21] target/arm: Convert Neon VSWP "
` [PATCH 20/21] target/arm: Convert Neon VTRN "
` [PATCH 21/21] target/arm: Move some functions used only in translate-neon.inc.c to that file
[PATCH] target/i386: reimplement fpatan using floatx80 operations
2020-06-20 0:19 UTC (8+ messages)
[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
2020-06-19 22:40 UTC (12+ messages)
[PATCH] qga: Use gethostname() instead of g_get_host_name()
2020-06-19 21:54 UTC (2+ messages)
[PATCH 0/2] virtio-balloon: Free page hinting clean-ups
2020-06-19 21:53 UTC (3+ messages)
` [PATCH 1/2] virtio-balloon: Prevent guest from starting a report when we didn't request one
` [PATCH 2/2] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
[PATCH] riscv: plic: Add a couple of mising sifive_plic_update calls
2020-06-19 21:19 UTC (2+ messages)
[PATCH] riscv: plic: Honour source priorities
2020-06-19 21:13 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/6] Add several Power ISA 3.1 32/64-bit vector instructions
2020-06-19 21:17 UTC (13+ messages)
` [PATCH 1/6] target/ppc: add byte-reverse br[dwh] instructions
` [PATCH 2/6] target/ppc: add vmulld instruction
` [PATCH 3/6] targetc/ppc: add vmulh{su}w instructions
[PATCH v2] target/ppc: add vmsumudm vmsumcud instructions
2020-06-19 20:45 UTC (6+ messages)
[PATCH 0/3] Add OpenSBI dynamic firmware support
2020-06-19 20:34 UTC (4+ messages)
` [PATCH 1/3] riscv: Unify Qemu's reset vector code path
QEMU | Pipeline #158179489 has failed for master | 06c4cc36
2020-06-19 20:13 UTC
[PATCH v7 00/42] target/arm: Implement ARMv8.5-MemTag, system mode
2020-06-19 19:45 UTC (10+ messages)
` [PATCH v7 28/42] target/arm: Use mte_checkN for sve unpredicated loads
` [PATCH v7 30/42] target/arm: Use mte_check1 for sve LD1R
` [PATCH v7 31/42] target/arm: Add mte helpers for sve scalar + int loads
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).