qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 09:15:22 to 2022-10-01 14:28:13 UTC [more...]

[PATCH v3 00/26] target/i386: pc-relative translation blocks
 2022-10-01 14:09 UTC  (13+ messages)
` [PATCH v3 01/26] target/i386: Remove pc_start
` [PATCH v3 02/26] target/i386: Return bool from disas_insn
` [PATCH v3 03/26] target/i386: Remove cur_eip argument to gen_exception
` [PATCH v3 04/26] target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
` [PATCH v3 06/26] target/i386: Create gen_update_eip_next
` [PATCH v3 07/26] target/i386: Introduce DISAS_EOB*
` [PATCH v3 08/26] target/i386: Use DISAS_EOB* in gen_movl_seg_T0
` [PATCH v3 09/26] target/i386: Use DISAS_EOB_NEXT
` [PATCH v3 10/26] target/i386: USe DISAS_EOB_ONLY
` [PATCH v3 11/26] target/i386: Create cur_insn_len, cur_insn_len_i32
` [PATCH v3 13/26] target/i386: Introduce DISAS_JUMP
` [PATCH v3 17/26] target/i386: Create gen_jmp_rel

[PATCH v9 0/4] RISC-V Smstateen support
 2022-10-01 13:58 UTC  (8+ messages)
` [PATCH v9 1/4] target/riscv: Add smstateen support
` [PATCH v9 3/4] target/riscv: smstateen check for fcsr

[PATCH v2 00/23] target/i386: pc-relative translation blocks
 2022-10-01 13:58 UTC  (13+ messages)
` [PATCH v2 17/23] target/i386: Create gen_jmp_rel
` [PATCH v2 19/23] target/i386: Use gen_jmp_rel for gen_jcc
` [PATCH v2 23/23] target/i386: Enable TARGET_TB_PCREL

[PATCH 1/6] device-tree: add re-randomization helper function
 2022-10-01 13:13 UTC  (10+ messages)
` [PATCH 2/6] arm: re-randomize rng-seed on reboot
` [PATCH 3/6] riscv: "
` [PATCH 5/6] rx: "
` [PATCH 6/6] mips: "

[PATCH v4 00/54] tests/qtest: Enable running qtest on Windows
 2022-10-01 12:12 UTC  (14+ messages)
` [PATCH v4 02/54] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v4 03/54] tcg: "
` [PATCH v4 04/54] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH v4 25/54] block/vvfat: Unify the mkdir() call
` [PATCH v4 26/54] fsdev/virtfs-proxy-helper: Use g_mkdir()
` [PATCH v4 27/54] hw/usb: dev-mtp: "

[PATCH 00/12] audio: misc. improvements and bug fixes
 2022-10-01 12:08 UTC  (4+ messages)
` [PATCH 11/12] audio: fix sw->buf size for audio recording

[PATCH v2] tests/9p: split virtio-9p-test.c into tests and 9p client part
 2022-10-01 12:08 UTC  (2+ messages)

Question about RISC-V brom register a1 set value
 2022-09-30 23:48 UTC 

[PULL v2 00/15] x86 + misc changes for 2022-09-29
 2022-09-30 23:01 UTC  (2+ messages)

[PATCH v5 0/9] target/arm: pc-relative translation blocks
 2022-09-30 22:03 UTC  (10+ messages)
` [PATCH v5 1/9] target/arm: Introduce curr_insn_len
` [PATCH v5 2/9] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v5 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v5 4/9] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v5 5/9] target/arm: Remove gen_exception_internal_insn pc argument
` [PATCH v5 6/9] target/arm: Change gen_jmp* to work on displacements
` [PATCH v5 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v5 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v5 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH v6 00/18] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-09-30 21:56 UTC  (21+ messages)
` [PATCH v6 01/18] cpu: cache CPUClass in CPUState for hot code paths
` [PATCH v6 02/18] hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
` [PATCH v6 03/18] cputlb: used cached CPUClass in our hot-paths
` [PATCH v6 04/18] accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
` [PATCH v6 05/18] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v6 06/18] accel/tcg: Suppress auto-invalidate in probe_access_internal
` [PATCH v6 07/18] accel/tcg: Introduce probe_access_full
` [PATCH v6 08/18] accel/tcg: Introduce tlb_set_page_full
` [PATCH v6 09/18] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
` [PATCH v6 10/18] accel/tcg: Remove PageDesc code_bitmap
` [PATCH v6 11/18] accel/tcg: Use bool for page_find_alloc
` [PATCH v6 12/18] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
` [PATCH v6 13/18] accel/tcg: Do not align tb->page_addr[0]
` [PATCH v6 14/18] accel/tcg: Inline tb_flush_jmp_cache
` [PATCH v6 15/18] include/hw/core: Create struct CPUJumpCache
` [PATCH v6 16/18] hw/core: Add CPUClass.get_pc
` [PATCH v6 17/18] accel/tcg: Introduce tb_pc and log_pc
` [PATCH v6 18/18] accel/tcg: Introduce TARGET_TB_PCREL

[PATCH] Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEW
 2022-09-30 21:52 UTC  (3+ messages)

[PATCH 0/2] target/arm: Enforce implemented granule size limits
 2022-09-30 20:15 UTC  (5+ messages)
` [PATCH 1/2] target/arm: Don't allow guest to use unimplemented granule sizes
` [PATCH 2/2] docs/system/arm/emulation.rst: Report FEAT_GTG support

[PULL 0/8] Trivial branch for 7.2 patches
 2022-09-30 20:21 UTC  (2+ messages)
` [PULL 1/8] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"

[PATCH] net: print a more actionable error when slirp is not found
 2022-09-30 19:47 UTC  (2+ messages)

[PULL v2 0/3] Hexagon (target/hexagon) improve store handling
 2022-09-30 18:41 UTC  (4+ messages)
` [PULL v2 1/3] Hexagon (target/hexagon) add instruction attributes from archlib
` [PULL v2 2/3] Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
` [PULL v2 3/3] Hexagon (target/hexagon) move store size tracking to translation

[RFC PATCH v2 00/29] PowerPC interrupt rework
 2022-09-30 18:38 UTC  (9+ messages)
` [RFC PATCH v2 02/29] target/ppc: always use ppc_set_irq to set env->pending_interrupts
` [RFC PATCH v2 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
` [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt
` [RFC PATCH v2 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt

[PATCH v5 00/17] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-09-30 17:35 UTC  (8+ messages)
` [PATCH v5 16/17] accel/tcg: Introduce TARGET_TB_PCREL

[PATCH v2 for-7.2 0/6] Drop libslirp submodule
 2022-09-30 17:27 UTC  (3+ messages)

[PULL 00/10] QAPI patches patches for 2022-09-07
 2022-09-30 17:20 UTC  (7+ messages)

[PATCH] Revert "qapi: fix examples of blockdev-add with qcow2"
 2022-09-30 17:19 UTC 

[PULL 00/18] Block layer patches
 2022-09-30 16:52 UTC  (19+ messages)
` [PULL 01/18] qcow2: fix memory leak in qcow2_read_extensions
` [PULL 02/18] block/qcow2-bitmap: Add missing cast to silent GCC error
` [PULL 03/18] qemu-img: Wean documentation and help output off '?' for help
` [PULL 04/18] block: pass OnOffAuto instead of bool to block_acct_setup()
` [PULL 05/18] block: add missed block_acct_setup with new block device init procedure
` [PULL 06/18] block: use bdrv_is_sg() helper instead of raw bs->sg reading
` [PULL 07/18] block: make serializing requests functions 'void'
` [PULL 08/18] gluster: stop using .bdrv_needs_filename
` [PULL 09/18] block/qcow2: Keep auto_backing_file if possible
` [PULL 10/18] block/qed: "
` [PULL 11/18] iotests/backing-file-invalidation: Add new test
` [PULL 12/18] block: move bdrv_qiov_is_aligned to file-posix
` [PULL 13/18] block: use the request length for iov alignment
` [PULL 14/18] piix_ide_reset: Use pci_set_* functions instead of direct access
` [PULL 15/18] tests/qtest/ide-test.c: Create disk image for use as a secondary
` [PULL 16/18] hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC
` [PULL 17/18] tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zero
` [PULL 18/18] hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command

[PATCH v3] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
 2022-09-30 16:25 UTC  (6+ messages)

[PATCH v1 1/1] hw/block/m25p80: Micron Xccela mt35xu01g flash Octal command support
 2022-09-30 16:25 UTC 

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-30 16:23 UTC  (11+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v3] hyperv: fix SynIC SINT assertion failure on guest reset
 2022-09-30 15:52 UTC 

[PATCH v2 for-7.2 0/2] pci *_by_mask() coverity fix
 2022-09-30 15:51 UTC  (4+ messages)

[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
 2022-09-30 15:45 UTC  (10+ messages)
` [PATCH 1/2] linux-aio: use LinuxAioState from the running thread
` [PATCH 2/2] thread-pool: use ThreadPool "

[PATCH 0/4] Qemu SEV reduced-phys-bits fixes
 2022-09-30 15:14 UTC  (5+ messages)
` [PATCH 1/4] qapi, i386/sev: Change the reduced-phys-bits value from 5 to 1
` [PATCH 2/4] qemu-options.hx: Update the reduced-phys-bits documentation
` [PATCH 3/4] i386/sev: Update checks and information related to reduced-phys-bits
` [PATCH 4/4] i386/cpu: Update how the EBX register of CPUID 0x8000001F is set

[PATCH v2 1/7] piix_ide_reset: Use pci_set_* functions instead of direct access
 2022-09-30 15:17 UTC  (2+ messages)

[PATCH 0/2] ast2600: Disable NEON and VFPv4-D32
 2022-09-30 15:10 UTC  (5+ messages)
` [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available

[PATCH qemu] mips/malta: pass RNG seed to to kernel via env var
 2022-09-30 15:06 UTC  (3+ messages)

[PATCH v2 0/5] pci-ids: virtio cleanup
 2022-09-30 14:44 UTC  (10+ messages)
` [PATCH v2 1/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU
` [PATCH v2 2/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM
` [PATCH v2 3/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM
` [PATCH v2 4/5] pci-ids: drop PCI_DEVICE_ID_VIRTIO_VSOCK
` [PATCH v2 5/5] pci-ids: drop list of modern virtio devices

[PATCH v3] win32: set threads name
 2022-09-30 14:09 UTC  (2+ messages)

[PATCH v4 0/2] Add memmap and fix bugs for LoongArch
 2022-09-30 14:08 UTC  (4+ messages)
` [PATCH v4 1/2] hw/intc: Fix LoongArch extioi function
` [PATCH v4 2/2] hw/intc: Fix LoongArch ipi device emulation

[PATCH v3 0/3] Fix some loongarch tcg bugs
 2022-09-30 14:02 UTC  (5+ messages)
` [PATCH v3 1/3] target/loongarch: bstrins.w src register need EXT_NONE
` [PATCH v3 3/3] softfloat: logB(0) should raise divideByZero exception

[PATCH v2] win32: set threads name
 2022-09-30 14:00 UTC  (2+ messages)

[PATCH] win32: set threads name
 2022-09-30 13:55 UTC  (6+ messages)

[PULL 00/10] target-arm queue
 2022-09-30 13:35 UTC  (11+ messages)
` [PULL 01/10] target/arm: Mark registers which call pmu_op_start() as ARM_CP_IO
` [PULL 02/10] target/arm: Make writes to MDCR_EL3 use PMU start/finish calls
` [PULL 03/10] target/arm: Update SDCR_VALID_MASK to include SCCD
` [PULL 04/10] target/arm: Rearrange cpu64.c so all the CPU initfns are together
` [PULL 05/10] hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
` [PULL 06/10] hw/arm/virt: Fix devicetree warning about the root node
` [PULL 07/10] hw/arm/virt: Fix devicetree warning about the GIC node
` [PULL 08/10] hw/arm/virt: Use "msi-map" devicetree property for PCI
` [PULL 09/10] hw/arm/virt: Fix devicetree warning about the SMMU node
` [PULL 10/10] target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEP

[PATCH v2] docs: add firmware feature flags
 2022-09-30 13:32 UTC 

[PATCH v2 0/7] qga: Add FreeBSD support
 2022-09-30 13:11 UTC  (6+ messages)
` [PATCH 5/7] qga: Add support for user password setting in FreeBSD

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-09-30 11:52 UTC  (2+ messages)

[PATCH v2 0/2] Enhance maximum priority support of PLIC
 2022-09-30 13:09 UTC  (5+ messages)
` [PATCH v2 1/2] hw/intc: sifive_plic: fix hard-coded max priority level
` [PATCH v2 2/2] hw/intc: sifive_plic: change interrupt priority register to WARL field

[PATCH v3] target/arm/kvm: Retry KVM_CREATE_VM call if it fails EINTR
 2022-09-30 12:59 UTC  (4+ messages)

[PATCH] MAINTAINERS: step back from PPC
 2022-09-30  1:34 UTC  (3+ messages)

[PATCH v7 0/5] improve error handling for module load
 2022-09-30 11:50 UTC  (5+ messages)
` [PATCH v7 3/5] module: add Error arguments to module_load and module_load_qom

[PATCHv3 0/2] qemu direct io alignment fix
 2022-09-30 10:18 UTC  (2+ messages)

[PATCH v5 1/2] block: Ignore close() failure in get_tmp_filename()
 2022-09-30 10:13 UTC  (3+ messages)
` [PATCH v5 2/2] block: Refactor get_tmp_filename()

[PATCH 0/2] Fix some problems with vvfat in R/W mode
 2022-09-30  9:57 UTC  (5+ messages)
` [PATCH 1/2] vvfat: allow some writes to bootsector

[PATCH] pci-ids: sync docs + header
 2022-09-30  9:54 UTC  (4+ messages)

[PATCH] docs: add firmware feature flags
 2022-09-30  9:34 UTC  (2+ messages)

[PATCH v2] scsi-disk: support setting CD-ROM block size via device options
 2022-09-30  9:12 UTC  (2+ messages)

[PATCH v1 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-09-30  9:17 UTC  (4+ messages)
` [PATCH v1 4/7] util: Add write-only "node-affinity" property for ThreadContext


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