qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-09 13:35:38 to 2021-03-09 17:25:02 UTC [more...]

[PATCH v4 00/78] target/arm: Implement SVE2
 2021-03-09 16:19 UTC  (11+ messages)
` [PATCH v4 01/78] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v4 02/78] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v4 03/78] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v4 04/78] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v4 06/78] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v4 07/78] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v4 08/78] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v4 09/78] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v4 12/78] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v4 14/78] target/arm: Implement PMULLB and PMULLT

[PATCH v2] hw/char: disable ibex uart receive if the buffer is full
 2021-03-09 16:15 UTC  (2+ messages)

[PATCH v3 0/4] Drop deprecated floppy config & bogus -drive if=T
 2021-03-09 16:18 UTC  (9+ messages)
` [PATCH v3 1/4] docs/system/deprecated: Fix note on fdc drive properties
` [PATCH v3 2/4] fdc: Drop deprecated floppy configuration
` [PATCH v3 3/4] fdc: Inline fdctrl_connect_drives() into fdctrl_realize_common()
` [PATCH v3 4/4] blockdev: Drop deprecated bogus -drive interface type

[PATCH v2 0/2] accel: kvm: Some bugfixes for kvm dirty log
 2021-03-09 16:20 UTC  (9+ messages)
` [PATCH v2 2/2] accel: kvm: Add aligment assert for kvm_log_clear_one_slot

[PATCH v5 0/8] Pegasos2 emulation
 2021-03-09 16:09 UTC  (8+ messages)
` [PATCH v5 4/8] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it

[PATCH v3 0/3] Some modifications about ram_save_host_page()
 2021-03-09 16:15 UTC  (7+ messages)
` [PATCH v3 2/3] migration/ram: Reduce unnecessary rate limiting

[PATCH 0/9] hw/display/pl110, pxa2xx_lcd: Tidy up template headers
 2021-03-09 16:07 UTC  (7+ messages)
  ` Malfunctionning qemu-system-arm ?

[PATCH RFC 0/4] hw/block/nvme: convert ad-hoc aio tracking to aiocbs
 2021-03-09 16:03 UTC  (5+ messages)
` [PATCH RFC 1/4] hw/block/nvme: convert dsm to aiocb

[PATCH v4 0/8] target/arm: sve1 fixes
 2021-03-09 15:53 UTC  (9+ messages)
` [PATCH v4 1/8] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH v4 2/8] target/arm: Fix sve_zip_p "
` [PATCH v4 3/8] target/arm: Fix sve_punpk_p "
` [PATCH v4 4/8] target/arm: Update find_last_active for PREDDESC
` [PATCH v4 5/8] target/arm: Update BRKA, BRKB, BRKN "
` [PATCH v4 6/8] target/arm: Update CNTP "
` [PATCH v4 7/8] target/arm: Update WHILE "
` [PATCH v4 8/8] target/arm: Update sve reduction vs simd_desc

[PATCH v2] hw/input: expand trace info reported for ps2 device
 2021-03-09 15:58 UTC 

[PULL 00/42] qemu-sparc queue 20210307
 2021-03-09 16:09 UTC  (2+ messages)

[PULL 00/17] NBD patches through 2021-03-09
 2021-03-09 15:52 UTC  (18+ messages)
` [PULL 01/17] MAINTAINERS: add Vladimir as co-maintainer of NBD
` [PULL 02/17] nbd: server: Report holes for raw images
` [PULL 03/17] utils: Enhance testsuite for do_strtosz()
` [PULL 04/17] utils: Improve qemu_strtosz() to have 64 bits of precision
` [PULL 05/17] utils: Deprecate hex-with-suffix sizes
` [PULL 06/17] block: check return value of bdrv_open_child and drop error propagation
` [PULL 07/17] blockdev: fix drive_backup_prepare() missed error
` [PULL 08/17] block: drop extra error propagation for bdrv_set_backing_hd
` [PULL 09/17] block/mirror: drop extra error propagation in commit_active_start()
` [PULL 10/17] blockjob: return status from block_job_set_speed()
` [PULL 11/17] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PULL 12/17] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PULL 13/17] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PULL 14/17] block/qcow2: read_cache_sizes: return status value
` [PULL 15/17] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PULL 16/17] block/qed: bdrv_qed_do_open: deal with errp
` [PULL 17/17] block/qcow2: refactor qcow2_update_options_prepare error paths

[PATCH] tests/migration: fix unix socket migration
 2021-03-09 16:00 UTC 

[PATCH RESEND 0/6] hw/mips/gt64120: Minor fixes
 2021-03-09 15:52 UTC  (14+ messages)
` [PATCH RESEND 1/6] hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
` [PATCH RESEND 2/6] hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers
` [PATCH RESEND 3/6] hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats
` [PATCH RESEND 4/6] hw/mips/gt64xxx: Rename trace events related to interrupt registers
` [PATCH RESEND 5/6] hw/mips/gt64xxx: Trace accesses to ISD registers
` [PATCH RESEND 6/6] hw/mips/gt64xxx: Let the GT64120 manage the lower 512MiB hole

[Bug 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-03-09 15:30 UTC 

[PATCH] tests/acceptance: Print expected message on wait_for_console_pattern
 2021-03-09 15:35 UTC 

[PATCH] virtio-gpu: Add spaces around operator
 2021-03-09 15:43 UTC  (2+ messages)

[PATCH] hw/char: disable ibex uart receive if the buffer is full
 2021-03-09 15:35 UTC  (5+ messages)

[PATCH] hexagon: do not specify inputs to semantics_generated.pyinc generation
 2021-03-09 15:19 UTC 

[PATCH 0/4] virtiofsd: Avoid potential deadlocks
 2021-03-09 15:20 UTC  (10+ messages)
` [PATCH 1/4] vhost-user: Introduce nested event loop in vhost_user_read()
` [PATCH 2/4] vhost-user: Convert slave channel to QIOChannelSocket
` [PATCH 3/4] vhost-user: Monitor slave channel in vhost_user_read()
` [PATCH 4/4] virtiofsd: Release vu_dispatch_lock when stopping queue

[RFC PATCH v2 00/22] target/mips: Reintroduce the R5900 CPU (without testing)
 2021-03-09 14:56 UTC  (23+ messages)
` [RFC PATCH v2 01/22] target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree
` [RFC PATCH v2 02/22] target/mips/tx79: Move MTHI1 / MTLO1 "
` [RFC PATCH v2 03/22] target/mips/translate: Make gen_rdhwr() public
` [RFC PATCH v2 04/22] target/mips/translate: Simplify PCPYH using deposit_i64()
` [RFC PATCH v2 05/22] target/mips/tx79: Move PCPYH opcode to decodetree
` [RFC PATCH v2 06/22] target/mips/tx79: Move PCPYLD / PCPYUD opcodes "
` [RFC PATCH v2 07/22] target/mips: Remove 'C790 Multimedia Instructions' dead code
` [RFC PATCH v2 08/22] target/mips/tx79: Salvage instructions description comment
` [RFC PATCH v2 09/22] target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
` [RFC PATCH v2 10/22] target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
` [RFC PATCH v2 11/22] target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
` [RFC PATCH v2 12/22] target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
` [RFC PATCH v2 13/22] target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
` [RFC PATCH v2 14/22] target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
` [RFC PATCH v2 15/22] target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
` [RFC PATCH v2 16/22] target/mips/tx79: Introduce PINTEH (Parallel Interleave Even Halfword)
` [RFC PATCH v2 17/22] target/mips/tx79: Introduce PEXE[HW] opcodes (Parallel Exchange Even)
` [RFC PATCH v2 18/22] target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
` [RFC PATCH v2 19/22] target/mips/tx79: Introduce LQ opcode (Load Quadword)
` [RFC PATCH v2 20/22] target/mips/tx79: Introduce SQ opcode (Store Quadword)
` [RFC PATCH v2 21/22] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()
` [RFC PATCH v2 22/22] target/mips: Reintroduce the R5900 CPU

[PATCH] coroutine: add libucontext as external library
 2021-03-09 15:38 UTC  (2+ messages)

[PATCH v2 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-09 15:15 UTC  (3+ messages)
` [PATCH v2 1/3] target/arm: Add support for FEAT_TLBIRANGE

[PATCH v2 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-09 14:40 UTC  (7+ messages)
` [PATCH v2 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH v2 2/6] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH v2 3/6] coroutine/mutex: Store the coroutine in the CoWaitRecord only once
` [PATCH v2 4/6] test-coroutine: Add rwlock downgrade test
` [PATCH v2 5/6] coroutine/rwlock: Wake writers in preference to readers
` [PATCH v2 6/6] coroutine/rwlock: Avoid thundering herd when unlocking

[PATCH] plugins: Expose physical addresses instead of device offsets
 2021-03-09 14:40 UTC  (3+ messages)

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-09 14:55 UTC  (5+ messages)
` [PATCH v2 1/3] target/arm: Restrict v8M IDAU to TCG

[PATCH] target/mips: Use gen_load_gpr[_hi]() when possible
 2021-03-09 14:49 UTC  (3+ messages)

[PATCH] usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
 2021-03-09 14:45 UTC  (2+ messages)

[PATCH] cadence_gem: switch to use qemu_receive_packet() for loopback
 2021-03-09 14:26 UTC  (2+ messages)

[RFC RESEND PATCH 0/4] hw/arm/virt-acpi-build: Introduce iommu option for pci root bus
 2021-03-09 14:36 UTC  (2+ messages)

[PATCH] storage-daemon: Call job_cancel_sync_all() on shutdown
 2021-03-09 14:46 UTC  (2+ messages)

[RFC v5 00/36] arm cleanup experiment for kvm-only build
 2021-03-09 14:25 UTC  (37+ messages)
` [RFC v5 01/36] target/arm: move translate modules to tcg/
` [RFC v5 02/36] target/arm: move helpers "
` [RFC v5 03/36] arm: tcg: only build under CONFIG_TCG
` [RFC v5 04/36] target/arm: tcg: add sysemu and user subsirs
` [RFC v5 05/36] target/arm: only build psci for TCG
` [RFC v5 06/36] target/arm: split off cpu-sysemu.c
` [RFC v5 07/36] target/arm: move physical address translation to cpu-mmu
` [RFC v5 08/36] target/arm: cpu-mmu: fix comment style
` [RFC v5 09/36] target/arm: split cpregs from tcg/helper.c
` [RFC v5 10/36] target/arm: cpregs: fix style (mostly just comments)
` [RFC v5 11/36] target/arm: move cpu definitions to common cpu module
` [RFC v5 12/36] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v5 13/36] target/arm: kvm: add stubs for some helpers
` [RFC v5 14/36] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v5 15/36] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v5 16/36] target/arm: split vfp state setting from tcg helpers
` [RFC v5 17/36] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v5 18/36] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v5 19/36] target/arm: move arm_sctlr away from tcg helpers
` [RFC v5 20/36] target/arm: move arm_cpu_list to common_cpu
` [RFC v5 21/36] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v5 22/36] target/arm: split 32bit cpu models from cpu.c to cpu32.c
` [RFC v5 23/36] target/arm: move sve_exception_el out of TCG helpers
` [RFC v5 24/36] target/arm: move TCG cpu and models inside tcg/
` [RFC v5 25/36] target/arm: cpu: fix style
` [RFC v5 26/36] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v5 27/36] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v5 28/36] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v5 29/36] target/arm: cleanup cpu includes
` [RFC v5 30/36] target/arm: remove broad "else" statements when checking accels
` [RFC v5 31/36] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v5 32/36] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v5 33/36] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v5 34/36] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v5 35/36] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v5 36/36] revert commit 6e937ba7f8fb90d66cb3781f7fed32fb4239556a

[PATCH v2 0/4] semihosting/next (SYS_HEAPINFO fix)
 2021-03-09 14:17 UTC  (6+ messages)
` [PATCH v2 1/4] semihosting: move semihosting tests to multiarch
` [PATCH v2 2/4] semihosting/arm-compat-semi: unify GET/SET_ARG helpers
` [PATCH v2 3/4] semihosting/arm-compat-semi: deref parameter register for SYS_HEAPINFO
  ` [Bug 1915925] "
` [PATCH v2 4/4] tests/tcg: add HeapInfo checking to semihosting test

[PATCH v2 0/3] target/m68k: MacOS related fixes
 2021-03-09 14:21 UTC  (5+ messages)
` [PATCH v2 2/3] target/m68k: reformat m68k_features enum
` [PATCH v2 3/3] target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-03-09 14:25 UTC  (6+ messages)
` [RFC PATCH 11/42] target/mips/tx79: Move PCPYH opcode to decodetree

[PATCH] scsi: fix sense code for EREMOTEIO
 2021-03-09 14:22 UTC  (3+ messages)

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-03-09 14:11 UTC  (7+ messages)
` [PATCH 01/38] target/riscv: implementation-defined constant parameters
` [PATCH 02/38] target/riscv: Hoist vector functions
` [PATCH 03/38] target/riscv: Fixup saturate subtract function

[PATCH v2 0/4] Disable unsupported features on iOS hosts
 2021-03-09 14:09 UTC  (3+ messages)
` [PATCH v2 4/4] slirp: feature detection for smbd

[PATCH v2] linux-user: Fix executable page of /proc/self/maps
 2021-03-09 14:07 UTC  (4+ messages)

[PATCH 0/6] hw/mips/gt64120: Minor fixes
 2021-03-09 14:04 UTC  (3+ messages)

[PATCH] util/osdep: Avoid mprotect() RWX->NONE on Big Sur 11.2
 2021-03-09 14:03 UTC  (4+ messages)

[PATCH qemu v14] spapr: Implement Open Firmware client interface
 2021-03-09 14:00 UTC  (6+ messages)

[PULL 0/3] Hexagon patch queue
 2021-03-09 13:50 UTC  (2+ messages)

[PATCH] Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"
 2021-03-09 13:47 UTC 

[PATCH V2 trivial] Various spelling fixes
 2021-03-09 13:30 UTC  (2+ messages)

[PATCH] virtio-gpu: Adjust code space style
 2021-03-09 13:32 UTC  (2+ messages)

[PULL 0/7] aspeed queue
 2021-03-09 13:16 UTC  (2+ messages)
` [PULL 6/7] hw/misc: Add a basic Aspeed LPC controller model

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-02-17 12:19 UTC 


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