qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-27 19:22:29 to 2021-01-28 09:44:40 UTC [more...]

[PATCH v14 00/22] i386 cleanup PART 2
 2021-01-28  9:28 UTC  (17+ messages)
` [PATCH v14 01/22] cpu: Introduce TCGCpuOperations struct
` [PATCH v14 02/22] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v14 03/22] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v14 04/22] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v14 05/22] cpu: Move cpu_exec_* "
` [PATCH v14 06/22] cpu: Move tlb_fill "
` [PATCH v14 07/22] cpu: Move debug_excp_handler "
` [PATCH v14 08/22] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v14 09/22] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v14 10/22] cpu: move cc->transaction_failed "
` [PATCH v14 11/22] cpu: move do_unaligned_access "
` [PATCH v14 12/22] physmem: make watchpoint checking code TCG-only
` [PATCH v14 13/22] cpu: move adjust_watchpoint_address to tcg_ops
` [PATCH v14 14/22] cpu: move debug_check_watchpoint "
` [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass
` [PATCH v14 22/22] accel: introduce new accessor functions

[PATCH v2 00/36] block: update graph permissions update
 2021-01-28  9:34 UTC  (4+ messages)
` [PATCH v2 15/36] block: use topological sort for permission update

[PATCH v3 00/21] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-01-28  8:49 UTC  (4+ messages)
` [PATCH v3 18/21] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error

[PATCH v4 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-28  8:29 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 00/23] TCI fixes and cleanups
 2021-01-28  8:23 UTC  (24+ 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 10/23] tcg/tci: Inline tci_write_reg64 into 64-bit callers
` [PATCH 11/23] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PATCH 12/23] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
` [PATCH 13/23] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PATCH 14/23] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PATCH 15/23] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PATCH 16/23] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PATCH 17/23] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PATCH 18/23] tcg/tci: Move stack bounds check to compile-time
` [PATCH 19/23] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
` [PATCH 20/23] tcg/tci: Use g_assert_not_reached
` [PATCH 21/23] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
` [PATCH 22/23] tcg/tci: Implement 64-bit division
` [PATCH 23/23] tcg/tci: Remove TODO as unused

[PATCH] target/i386: Fix decoding of certain BMI instructions
 2021-01-28  8:43 UTC  (3+ messages)

[PATCH] hw/arm/smmuv3: Fix addr_mask for range-based invalidation
 2021-01-28  8:25 UTC  (2+ messages)

[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/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 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  (5+ 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


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