messages from 2021-04-06 17:43:58 to 2021-04-07 14:28:21 UTC [more...]
[PATCH v1 1/1] MAINTAINERS: Update the RISC-V CPU Maintainers
2021-04-07 14:23 UTC (5+ messages)
[PATCH v1 0/8] RISC-V: Add support for ePMP v0.9.1
2021-04-07 14:24 UTC (3+ messages)
` [PATCH v1 2/8] target/riscv: Define ePMP mseccfg
[RFC PATCH v2 00/11] qemu_iotests: improve debugging options
2021-04-07 13:50 UTC (12+ messages)
` [RFC PATCH v2 01/11] python: qemu: add timer parameter for qmp.accept socket
` [RFC PATCH v2 02/11] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [RFC PATCH v2 03/11] qemu-iotests: add option to attach gdbserver
` [RFC PATCH v2 04/11] qemu-iotests: delay QMP socket timers
` [RFC PATCH v2 05/11] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [RFC PATCH v2 06/11] qemu-iotests: add gdbserver option to script tests too
` [RFC PATCH v2 07/11] qemu_iotests: extend the check script to support valgrind for python tests
` [RFC PATCH v2 08/11] qemu_iotests: extent QMP socket timeout when using valgrind
` [RFC PATCH v2 09/11] qemu_iotests: allow valgrint to print/delete the generated log file
` [RFC PATCH v2 10/11] qemu_iotests: insert valgrind command line as wrapper for qemu binary
` [RFC PATCH v2 11/11] qemu_iotests: add option to show qemu binary logs on stdout
[PATCH v1 0/2] Add the SiFive PWM device
2021-04-07 13:54 UTC (5+ messages)
` [PATCH v1 1/2] sifive_u_pwm: Initial commit
` [PATCH v1 2/2] sifive_u: Connect the SiFive PWM device
[PATCH v2 0/5] RISC-V: Convert the CSR access functions to use
2021-04-07 13:55 UTC (2+ messages)
[PATCH-for-6.0] hw/ppc/mac_newworld: Restrict RAM to 2 GiB
2021-04-07 13:44 UTC (4+ messages)
` [Bug 1922391] "
[PATCH v4 00/12] target/arm mte fixes
2021-04-07 13:55 UTC (16+ messages)
` [PATCH v4 01/12] accel/tcg: Preserve PAGE_ANON when changing page permissions
` [PATCH v4 02/12] target/arm: Check PAGE_WRITE_ORG for MTE writeability
` [PATCH v4 03/12] target/arm: Fix mte_checkN
` [PATCH v4 04/12] target/arm: Split out mte_probe_int
` [PATCH v4 05/12] target/arm: Fix unaligned checks for mte_check1, mte_probe1
` [PATCH v4 06/12] test/tcg/aarch64: Add mte-5
` [PATCH v4 07/12] target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1
` [PATCH v4 08/12] target/arm: Merge mte_check1, mte_checkN
` [PATCH v4 09/12] target/arm: Rename mte_probe1 to mte_probe
` [PATCH v4 11/12] target/arm: Remove log2_esize parameter to gen_mte_checkN
` [PATCH v4 12/12] exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1
[PATCH] iotests/qsd-jobs: Filter events in the first test
2021-04-07 13:49 UTC (2+ messages)
QMP introspecting device props common to a bus type
2021-04-07 13:44 UTC
[PATCH] docs: Add a QEMU Code of Conduct and Conflict Resolution Policy document
2021-04-07 13:35 UTC (3+ messages)
[PATCH 0/6] Add debug interface to kick/call on purpose
2021-04-07 13:40 UTC (14+ messages)
` [PATCH 1/6] qdev: introduce qapi/hmp command for kick/call event
[PATCH-for-6.0?] hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllers
2021-04-07 13:37 UTC
[PATCH v3] hw/smbios: support for type 41 (onboard devices extended information)
2021-04-07 13:33 UTC (11+ messages)
[PATCH 0/2] block/rbd: fix memory leaks
2021-04-07 13:31 UTC (4+ messages)
[PULL v2 00/19] pc,virtio,pci: fixes, features
2021-04-07 13:29 UTC (8+ messages)
` [PULL v2 11/19] pci: acpi: ensure that acpi-index is unique
[PULL 0/6] migration + virtiofsd queue
2021-04-07 13:25 UTC (8+ messages)
` [PULL 1/6] virtiofsd: Fix security.capability comparison
` [PULL 2/6] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread
` [PULL 3/6] migration: Inhibit virtio-balloon for the duration of background snapshot
` [PULL 4/6] migration: Pre-fault memory before starting background snasphot
` [PULL 5/6] migration: Rename 'bs' to 'block' in background snapshot code
` [PULL 6/6] tests/migration: fix parameter of auto-converge migration
[PATCH v2] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
2021-04-07 13:19 UTC (2+ messages)
[Bug 1922611] [NEW] Acceptance Tests: migration fails on sparc target
2021-04-07 13:01 UTC (2+ messages)
` [Bug 1922611] "
[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64
2021-04-07 13:00 UTC (4+ messages)
[PATCH v3 00/11] esp: fix asserts/segfaults discovered by fuzzer
2021-04-07 13:04 UTC (5+ messages)
` [PATCH] tests/qtest: add one more test for the am53c974
[PATCH for-6.0] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
2021-04-07 12:48 UTC
[PATCH] nsis: Install *.elf images
2021-04-07 12:13 UTC (5+ messages)
[PATCH 00/14] nbd: move reconnect-thread to separate file
2021-04-07 11:55 UTC (19+ messages)
` [PATCH 01/14] block/nbd: BDRVNBDState: drop unused connect_err
` [PATCH 02/14] block/nbd: nbd_co_establish_connection(): drop unused errp
` [PATCH 03/14] block/nbd: drop unused NBDConnectThread::err field
` [PATCH 04/14] block/nbd: split connect_thread_cb() out of connect_thread_func()
` [PATCH 05/14] block/nbd: rename NBDConnectThread to NBDConnectCB
` [PATCH 06/14] block/nbd: further segregation of connect-thread
` [PATCH 07/14] block/nbd: drop nbd_free_connect_thread()
` [PATCH 08/14] block/nbd: move nbd connect-thread to nbd/client-connect.c
` [PATCH 09/14] block/nbd: NBDConnectCB: drop bh_* fields
` [PATCH 10/14] block/nbd: move wait_connect field under mutex protection
` [PATCH 11/14] block/nbd: refactor connect_bh()
` [PATCH 12/14] block/nbd: refactor nbd_co_establish_connection
` [PATCH 13/14] block/nbd: nbd_co_establish_connection_cancel(): rename wake to do_wake
` [PATCH 14/14] block/nbd: drop thr->state
[PATCH v3 1/1] docs/devel: Add VFIO device migration documentation
2021-04-07 11:33 UTC (5+ messages)
[PATCH v1 0/1] s390x: css: report errors from ccw_dstream_read/write
2021-04-07 11:41 UTC (4+ messages)
` [PATCH v1 1/1] "
[PATCH v4 00/23] backup performance: block_status + async
2021-04-07 11:38 UTC (4+ messages)
` [PATCH v4 09/23] job: call job_enter from job_pause
Commit "x86/kvm: Move context tracking where it belongs" broke guest time accounting
2021-04-07 11:01 UTC (3+ messages)
[PATCH] libqtest: refuse QTEST_QEMU_BINARY=qemu-kvm
2021-04-07 10:45 UTC
Mac OS real USB device support issue
2021-04-07 10:27 UTC (10+ messages)
[PATCH v10 0/6] MTE support for KVM guest
2021-04-07 10:20 UTC (12+ messages)
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature
[PATCH 0/7] block/nbd: decouple reconnect from drain
2021-04-07 10:13 UTC (4+ messages)
[PATCH 0/1] sphinx: qapidoc: Wrap "If" section body in a paragraph node
2021-04-07 9:41 UTC (2+ messages)
[PATCH v4 0/2] Some modification about ram_save_host_page()
2021-04-07 9:32 UTC (4+ messages)
A question about the translation granule size supported by the vSMMU
2021-04-07 9:26 UTC (3+ messages)
[Bug 1922887] [NEW] STR in Thumb 32 decode problem
2021-04-07 9:16 UTC (3+ messages)
` [Bug 1922887] "
trace_FOO_tcg bit-rotted?
2021-04-07 9:08 UTC (2+ messages)
[PATCH 0/4] add in-tree 9pfs developers documentation
2021-04-07 8:52 UTC (4+ messages)
[PATCH V2] virtio-pci: compat page aligned ATS
2021-04-07 8:50 UTC (4+ messages)
[PULL for-6.0 v2 00/10] emulated nvme fixes for -rc3
2021-04-07 8:45 UTC (13+ messages)
` [PULL for-6.0 v2 01/10] hw/block/nvme: fix pi constraint check
` [PULL for-6.0 v2 02/10] hw/block/nvme: fix missing string representation for ns attachment
` [PULL for-6.0 v2 03/10] hw/block/nvme: fix the nsid 'invalid' value
` [PULL for-6.0 v2 04/10] hw/block/nvme: fix warning about legacy namespace configuration
` [PULL for-6.0 v2 05/10] hw/block/nvme: update dmsrl limit on namespace detachment
` [PULL for-6.0 v2 06/10] hw/block/nvme: fix handling of private namespaces
` [PULL for-6.0 v2 07/10] hw/block/nvme: add missing copyright headers
` [PULL for-6.0 v2 08/10] hw/block/nvme: fix ns attachment out-of-bounds read
` [PULL for-6.0 v2 09/10] hw/block/nvme: fix assert crash in nvme_subsys_ns
` [PULL for-6.0 v2 10/10] hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl
[PATCH] hw/arm/smmuv3: Support 16K translation granule
2021-04-07 8:41 UTC (2+ messages)
Could we document exact steps for loongson3-virt in the manual?
2021-04-07 8:37 UTC (4+ messages)
[PATCH for-6.0 v1 0/3] softmmu/physmem: shared anonymous memory fixes
2021-04-07 8:34 UTC (3+ messages)
[PATCH v4 0/3] ppc: Enable 2nd DAWR support on Power10
2021-04-07 8:10 UTC (3+ messages)
` [PATCH v4 3/3] ppc: Enable 2nd DAWR support on p10
[PATCH 1/2] target/arm: Needn't validate the target in scratch host
2021-04-07 7:38 UTC (3+ messages)
` [PATCH 2/2] target/arm: Initlaize PMU feature for scratch vcpu
Discussion: Patch series that adds disable-tcg option for ppc targets
2021-04-07 3:01 UTC (3+ messages)
*** ARC port for review ***
2021-04-07 3:52 UTC (10+ messages)
` [PATCH 01/27] arc: Add initial core cpu files
` [PATCH 02/27] arc: Decoder code
` [PATCH 04/27] arc: TCG and decoder glue code and helpers
` [PATCH 05/27] arc: TCG instruction generator and hand-definitions
[PATCH v2 00/21] Hexagon (target/hexagon) update
2021-04-07 3:11 UTC (29+ messages)
` [PATCH v2 11/21] Hexagon (target/hexagon) use softfloat for float-to-int conversions
` [PATCH v2 12/21] Hexagon (target/hexagon) add F2_sfrecipa instruction
` [PATCH v2 13/21] Hexagon (target/hexagon) add F2_sfinvsqrta
` [PATCH v2 14/21] Hexagon (target/hexagon) add A5_ACS (vacsh)
` [PATCH v2 15/21] Hexagon (target/hexagon) add A6_vminub_RdP
` [PATCH v2 16/21] Hexagon (target/hexagon) add A4_addp_c/A4_subp_c
` [PATCH v2 17/21] Hexagon (target/hexagon) circular addressing
` [PATCH v2 18/21] Hexagon (target/hexagon) bit reverse (brev) addressing
` [PATCH v2 19/21] Hexagon (target/hexagon) load and unpack bytes instructions
` [PATCH v2 20/21] Hexagon (target/hexagon) load into shifted register instructions
` [PATCH v2 21/21] Hexagon (target/hexagon) CABAC decode bin
[PATCH v2] i386/cpu: Expose AVX_VNNI instruction to guest
2021-04-07 1:56 UTC
[PATCH 0/2] hw/i2c: Adds pca954x i2c mux switch device
2021-04-06 23:39 UTC (7+ messages)
[PATCH-for-6.0?] target/mips: Fix TCG temporary leak in gen_cache_operation()
2021-04-06 23:07 UTC (2+ messages)
[ANNOUNCE] QEMU 6.0.0-rc2 is now available
2021-04-06 20:58 UTC
[PULL for-6.0 0/7] emulated nvme fixes for -rc3
2021-04-06 20:46 UTC (8+ messages)
` [PULL for-6.0 1/7] hw/block/nvme: fix pi constraint check
` [PULL for-6.0 2/7] hw/block/nvme: fix missing string representation for ns attachment
` [PULL for-6.0 3/7] hw/block/nvme: fix the nsid 'invalid' value
` [PULL for-6.0 4/7] hw/block/nvme: fix warning about legacy namespace configuration
` [PULL for-6.0 5/7] hw/block/nvme: update dmsrl limit on namespace detachment
` [PULL for-6.0 6/7] hw/block/nvme: fix handling of private namespaces
` [PULL for-6.0 7/7] hw/block/nvme: add missing copyright headers
[Bug 1922617] [NEW] qemu-aarch64-static "Illegal instruction" with debootstrap
2021-04-06 17:06 UTC (2+ messages)
` [Bug 1922617] "
[Bug 1922773] [NEW] RISCV32 illegal instruction exception
2021-04-06 17:01 UTC
dectree.py uses env python3 rather than configured python
2021-04-06 20:13 UTC (4+ messages)
[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
2021-04-06 19:31 UTC (5+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature
` [PATCH v2 4/7] ACPI ERST: build step for ACPI ERST
IPMI Smbus
2021-04-06 18:34 UTC (4+ messages)
[PATCH for-6.0 v2 0/8] hw/block/nvme: misc fixes
2021-04-06 18:21 UTC (5+ messages)
` [PATCH for-6.0 v2 4/8] hw/block/nvme: fix controller namespaces array indexing
CXL 2.0 memory device design
2021-04-06 18:11 UTC (4+ messages)
[PATCH v3 00/15] tests/tcg: Add TriCore tests
2021-04-06 18:03 UTC (3+ messages)
[Bug 1922391] [NEW] qemu-system-ppc assertion "!mr->container" failed
2021-04-02 20:48 UTC
page: next (older) | prev (newer) | latest
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).