qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-27 16:36:36 to 2021-01-28 08:36:37 UTC [more...]

[PATCH 00/23] TCI fixes and cleanups
 2021-01-28  8:23 UTC  (14+ messages)
` [PATCH 01/23] configure: Fix --enable-tcg-interpreter
` [PATCH 02/23] tcg: Manage splitwx in tc_ptr_to_region_tree by hand
` [PATCH 03/23] exec: Make tci_tb_ptr thread-local
` [PATCH 04/23] tcg/tci: Implement INDEX_op_ld16s_i32
` [PATCH 05/23] tcg/tci: Implement INDEX_op_ld8s_i64
` [PATCH 06/23] tcg/tci: Inline tci_write_reg32s into the only caller
` [PATCH 07/23] tcg/tci: Inline tci_write_reg8 into its callers
` [PATCH 08/23] tcg/tci: Inline tci_write_reg16 into the only caller
` [PATCH 09/23] tcg/tci: Inline tci_write_reg32 into all callers
` [PATCH 11/23] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PATCH 13/23] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PATCH 16/23] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PATCH 19/23] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}

[PATCH] fuzz: fix wrong index in clear_bits
 2021-01-28  8:17 UTC  (2+ messages)

[PULL 0/5] QAPI patches patches for 2021-01-28
 2021-01-28  7:45 UTC  (6+ messages)
` [PULL 1/5] net: Clarify early exit condition
` [PULL 2/5] qapi: A couple more QAPI_LIST_PREPEND() stragglers
` [PULL 3/5] qapi: Introduce QAPI_LIST_APPEND
` [PULL 4/5] qapi: Use QAPI_LIST_APPEND in trivial cases
` [PULL 5/5] qapi: More complex uses of QAPI_LIST_APPEND

[PATCH 0/7] ppc/pnv: Misc cleanups
 2021-01-28  7:46 UTC  (23+ messages)
` [PATCH 1/7] ppc/pnv: Add trace events for PCI event notification
` [PATCH 2/7] ppc/xive: Add firmware bit when dumping the ENDs
` [PATCH 3/7] ppc/pnv: Use skiboot addresses to load kernel and ramfs
` [PATCH 4/7] ppc/pnv: Simplify pnv_bmc_create()
` [PATCH 5/7] ppc/pnv: Discard internal BMC initialization when BMC is external
` [PATCH 6/7] ppc/pnv: Remove default disablement of the PNOR contents
` [PATCH 7/7] ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR

[PATCH v4 0/5] Common macros for QAPI list growth
 2021-01-28  7:45 UTC  (5+ messages)
` [PATCH v4 5/5] qapi: More complex uses of QAPI_LIST_APPEND

[PATCH 0/6] qapi: Add support for aliases
 2021-01-28  7:43 UTC  (11+ messages)
` [PATCH 1/6] qapi: Add interfaces for alias support to Visitor
` [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor
` [PATCH 3/6] qapi: Simplify full_name_nth() "

[PATCH v8 00/10] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-28  7:15 UTC  (3+ messages)

[PATCH 0/3] hw/sd: sd: erase operation fixes
 2021-01-28  7:04 UTC  (5+ messages)
` [PATCH 1/3] hw/sd: sd: Fix address check in sd_erase()
` [PATCH 2/3] hw/sd: sd: Move the sd_block_{read, write} and macros ahead
` [PATCH 3/3] hw/sd: sd: Actually perform the erase operation

[PATCH v4 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-28  6:51 UTC  (19+ messages)
` [PATCH v4 4/4] meson: Warn when TCI is selected but TCG backend is available
                              ` qemu user mode fails to run programs with large VM / built with address sanitizer (was: Re: [PATCH v4 4/4] meson: Warn when TCI is selected but TCG backend is available)

[PATCH v4 0/9] hw/sd: Support block read/write in SPI mode
 2021-01-28  6:30 UTC  (10+ messages)
` [PATCH v4 1/9] hw/sd: ssi-sd: Support multiple block read
` [PATCH v4 2/9] hw/sd: sd: Remove duplicated codes in single/multiple block read/write
` [PATCH v4 3/9] hw/sd: sd: Allow single/multiple block write for SPI mode
` [PATCH v4 4/9] hw/sd: Introduce receive_ready() callback
` [PATCH v4 5/9] hw/sd: ssi-sd: Support single block write
` [PATCH v4 6/9] hw/sd: ssi-sd: Support multiple "
` [PATCH v4 7/9] hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response
` [PATCH v4 8/9] hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response
` [PATCH v4 9/9] hw/sd: ssi-sd: Handle the rest commands with R1b response type

[PATCH 0/2] hw/block/nvme: zoned fixes
 2021-01-28  6:24 UTC  (4+ messages)

[PATCH 0/4] Introduce a battery, AC adapter, and lid button
 2021-01-28  6:02 UTC  (5+ messages)

[PATCH 0/6] hw/i2c: Add NPCM7XX SMBus Device
 2021-01-28  5:36 UTC  (8+ messages)
` [PATCH 6/6] hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode

[RFC] Set addresses for memory devices [CXL]
 2021-01-28  5:20 UTC  (2+ messages)

[PATCH v3 0/4] target/arm: Add support for FEAT_DIT, Data Independent Timing
 2021-01-28  5:07 UTC  (8+ messages)
` [PATCH v3 1/4] target/arm: Remove PSTATE_SS from cpsr and move it into env->pstate
` [PATCH v3 2/4] target/arm: Add support for FEAT_DIT, Data Independent Timing
` [PATCH v3 3/4] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
` [PATCH v3 4/4] target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU

[PATCH] tcg/tci: Implement INDEX_op_ld16s_i32
 2021-01-28  2:48 UTC 

VirtioSound device emulation implementation
 2021-01-28  4:28 UTC  (17+ messages)
            ` Fwd: "

[Bug 1913510] [NEW] [Fuzz] qemu-system-i386 virtio-mouse: Assertion in address_space_lduw_le_cached failed
 2021-01-28  3:59 UTC 

[PATCH] hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabled
 2021-01-28  3:36 UTC 

[PATCH] tcg/tci: Implement INDEX_op_ld16s_i32
 2021-01-28  2:50 UTC 

[Bug 1913505] [NEW] Windows XP slow on Apple M1
 2021-01-28  2:35 UTC 

[RFC PATCH v2 0/3] vfio: Some fixes and optimizations for VFIO migration
 2021-01-28  2:35 UTC  (12+ messages)
` [RFC PATCH v2 1/3] vfio: Move the saving of the config space to the right place in "
` [RFC PATCH v2 2/3] vfio: Set the priority of the VFIO VM state change handler explicitly

[PATCH] vhost-user: Check for iotlb callback in iotlb_miss
 2021-01-28  2:32 UTC  (2+ messages)

[PATCH v2] tcg/tci: Implement INDEX_op_ld8s_i64
 2021-01-28  2:04 UTC 

[PATCH] target/ppc: Remove unused MMU definitions
 2021-01-28  0:22 UTC  (2+ messages)

[PATCH v3] Fix crash with IOthread when block commit after snapshot
 2021-01-28  1:30 UTC  (2+ messages)
` [PATCH v4] blockjob: "

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2021-01-28  0:41 UTC  (2+ messages)

[PATCH] target/moxie: Let moxie_mmu_translate() use MMUAccessType access_type
 2021-01-28  0:36 UTC 

[PATCH 0/2] target/cris: Pass MMUAccessType to cris_mmu_translate()
 2021-01-28  0:32 UTC  (3+ messages)
` [PATCH 1/2] target/cris: Use MMUAccessType enum type when possible
` [PATCH 2/2] target/cris: Let cris_mmu_translate() use MMUAccessType access_type

[PATCH 0/2] target/nios2: Pass MMUAccessType to mmu_translate()
 2021-01-27 23:41 UTC  (3+ messages)
` [PATCH 1/2] target/nios2: Replace magic value by MMU definitions
` [PATCH 2/2] target/nios2: Use MMUAccessType enum type when possible

[PATCH] target/arm: Replace magic value by MMU_DATA_LOAD definition
 2021-01-27 23:28 UTC 

[PATCH 0/5] target/sh4: Pass MMUAccessType to get_physical_address()
 2021-01-27 23:21 UTC  (6+ messages)
` [PATCH 1/5] target/sh4: Fix code style for checkpatch.pl
` [PATCH 2/5] target/sh4: Replace magic value by MMUAccessType definitions
` [PATCH 3/5] target/sh4: Pass mmu_idx to get_physical_address()
` [PATCH 4/5] target/sh4: Let get_physical_address() use MMUAccessType access_type
` [PATCH 5/5] target/sh4: Remove unused definitions

[PATCH] tcg/tci: Implement INDEX_op_ld8s_i64
 2021-01-27 22:55 UTC  (2+ messages)

[PATCH] target/i386: Fix decoding of certain BMI instructions
 2021-01-27 22:54 UTC  (2+ messages)

[PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
 2021-01-27 22:42 UTC  (4+ messages)
` [PATCH 1/3] target/tricore: Replace magic value by MMU_DATA_LOAD definition
` [PATCH 2/3] target/tricore: Pass MMUAccessType to get_physical_address()
` [PATCH 3/3] target/tricore: Remove unused definitions

[PATCH 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
 2021-01-27 22:16 UTC  (16+ messages)
` [PATCH 02/25] clock: Add new clock_has_source() function
` [PATCH 04/25] tests: Add a simple test of the CMSDK APB watchdog
` [PATCH 16/25] hw/arm/stellaris: Convert SSYS to QOM device
` [PATCH 17/25] hw/arm/stellaris: Create Clock input for watchdog
` [PATCH 19/25] hw/timer/cmsdk-apb-dualtimer: Convert to use Clock input
` [PATCH 25/25] hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-27 22:15 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[RFC] Change default ipv6 network from fec0/10 (site local) to fe80/10 (link local)
 2021-01-27 21:55 UTC  (3+ messages)

[PATCH] configure: Move preadv check to meson.build
 2021-01-27 21:49 UTC  (2+ messages)

Handling multiple inheritance [for CXL]
 2021-01-27 21:39 UTC  (7+ messages)

[PATCH 0/2] block/nvme: Minor tracing improvements
 2021-01-27 21:32 UTC  (5+ messages)
` [PATCH 1/2] block/nvme: Properly display doorbell stride length in trace event
` [PATCH 2/2] block/nvme: Trace NVMe spec version supported by the controller

[RFC PATCH v2 00/32] CXL 2.0 Support
 2021-01-27 21:30 UTC  (7+ messages)
` [RFC PATCH v2 24/32] hw/cxl/device: Add a memory device (8.2.8.5)

[PATCH] vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
 2021-01-27 21:03 UTC  (2+ messages)

macOS (Big Sur, Apple Silicon) 'make check' fails in test-crypto-tlscredsx509
 2021-01-27 20:57 UTC  (12+ messages)

[PATCH] trace: add meson custom_target() depend_files for tracetool
 2021-01-27 20:56 UTC  (3+ messages)

[PATCH v5 00/11] virtio-mem: vfio support
 2021-01-27 20:20 UTC  (4+ messages)
` [PATCH v5 03/11] virtio-mem: Implement RamDiscardMgr interface

[PULL 0/8] Block layer patches
 2021-01-27 19:57 UTC  (9+ messages)
` [PULL 1/8] block: Separate blk_is_writable() and blk_supports_write_perm()
` [PULL 2/8] virtio-scsi-test: Test writing to scsi-cd device
` [PULL 3/8] iotests: 146: drop extra whitespaces from .out file
` [PULL 4/8] iotests: add findtests.py
` [PULL 5/8] iotests: add testenv.py
` [PULL 6/8] iotests: add testrunner.py
` [PULL 7/8] iotests: rewrite check into python
` [PULL 8/8] iotests: rename and move 169 and 199 tests

[PATCH] IOMMU and ATS not supported by vhost-user filesystem
 2021-01-27 19:54 UTC  (9+ messages)

[Qemu-devel] [PULL 00/27] tcg: Add CPUClass::tlb_fill
 2021-01-27 19:47 UTC  (3+ messages)
` [Qemu-devel] [PULL 22/27] target/tricore: Convert to CPUClass::tlb_fill

[PATCH v3] machine: add missing doc for memory-backend option
 2021-01-27 19:31 UTC  (11+ messages)

[PATCH v5 00/10] iotests: Fix 129 and expand 297’s reach
 2021-01-27 19:25 UTC  (5+ messages)
` [PATCH v5 02/10] iotests/297: Rewrite in Python and extend reach

[Bug 1912790] [NEW] qemu-aarch64-static segfaults python3
 2021-01-27 19:19 UTC  (3+ messages)
` [Bug 1912790] "

[PATCH] docs/interop/qmp-spec: Document the request queue limit
 2021-01-27 19:26 UTC  (2+ messages)

[PATCH v2 0/9] Alpine Linux build fix and CI pipeline
 2021-01-27 19:22 UTC  (7+ messages)
` [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

[PATCH v7 00/35] Hexagon patch series
 2021-01-27 19:16 UTC  (5+ messages)
` [PATCH v7 34/35] Hexagon build infrastructure

[PATCH] coroutine-sigaltstack: Add SIGUSR2 mutex
 2021-01-27 19:13 UTC  (2+ messages)

[PULL v1 0/3] Xilinx queue
 2021-01-27 19:01 UTC  (2+ messages)

[PATCH] ui: update keycodemapdb submodule commit
 2021-01-27 18:53 UTC  (2+ messages)

[PATCH v6] Add support for pvpanic pci device
 2021-01-27 18:49 UTC  (3+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-01-27 18:38 UTC  (3+ messages)
` [PATCH v2 15/36] block: use topological sort for permission update

[PATCH 00/10] Fixed some bugs and optimized some codes for COLO
 2021-01-27 18:24 UTC  (5+ messages)
` [PATCH 02/10] Fix the qemu crash when guest shutdown during checkpoint

[PATCH v9 0/6] Rework iotests/check
 2021-01-27 18:22 UTC  (3+ messages)
` [PATCH v9 1/6] iotests: 146: drop extra whitespaces from .out file

[PATCH 0/3] Fix zone write validation
 2021-01-27 17:46 UTC  (4+ messages)

[PULL 00/53] Block patches
 2021-01-27 17:40 UTC  (2+ messages)

[PATCH v4 0/7] block: Add retry for werror=/rerror= mechanism
 2021-01-27 17:16 UTC  (3+ messages)
` [PATCH v4 1/7] qapi/block-core: Add retry option for error action

[PATCH v20 00/20] Initial support for multi-process Qemu
 2021-01-27 16:47 UTC  (4+ messages)
` [PATCH v20 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess

[PATCH] MAINTAINERS: Update 9pfs tree URL
 2021-01-27 16:39 UTC  (4+ 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).