qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-14 11:01:07 to 2023-07-15 14:00:10 UTC [more...]

[PULL 00/47] tcg + linux-user patch queue
 2023-07-15 13:53 UTC  (43+ messages)
` [PULL 01/47] linux-user: Reformat syscall_defs.h
` [PULL 02/47] linux-user: Remove #if 0 block in syscall_defs.h
` [PULL 03/47] linux-user: Use abi_uint not uint32_t "
` [PULL 04/47] linux-user: Use abi_int not int32_t "
` [PULL 05/47] linux-user: Use abi_ullong not uint64_t "
` [PULL 06/47] linux-user: Use abi_llong not int64_t "
` [PULL 07/47] linux-user: Use abi_uint not unsigned int "
` [PULL 08/47] linux-user: Use abi_ullong not unsigned long long "
` [PULL 09/47] linux-user: Use abi_llong not "
` [PULL 10/47] linux-user: Use abi_int not int "
` [PULL 11/47] linux-user: Use abi_ushort not unsigned short "
` [PULL 13/47] linux-user: Use abi_uint not unsigned "
` [PULL 14/47] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
` [PULL 15/47] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
` [PULL 16/47] linux-user/syscall: Implement execve without execveat
` [PULL 17/47] linux-user: Fix do_shmat type errors
` [PULL 18/47] accel/tcg: Split out cpu_exec_longjmp_cleanup
` [PULL 19/47] tcg: Fix info_in_idx increment in layout_arg_by_ref
` [PULL 20/47] linux-user: Make sure initial brk(0) is page-aligned
` [PULL 21/47] linux-user: Fix formatting of mmap.c
` [PULL 22/47] linux-user/strace: Expand struct flags to hold a mask
` [PULL 23/47] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PULL 25/47] linux-user: Populate more bits in mmap_flags_tbl
` [PULL 26/47] accel/tcg: Introduce page_check_range_empty
` [PULL 27/47] bsd-user: Use page_check_range_empty for MAP_EXCL
` [PULL 28/47] linux-user: Implement MAP_FIXED_NOREPLACE
` [PULL 29/47] linux-user: Split out target_to_host_prot
` [PULL 30/47] linux-user: Widen target_mmap offset argument to off_t
` [PULL 31/47] linux-user: Rewrite target_mprotect
` [PULL 32/47] linux-user: Rewrite mmap_frag
` [PULL 33/47] accel/tcg: Introduce page_find_range_empty
` [PULL 34/47] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PULL 35/47] linux-user: "
` [PULL 37/47] linux-user: Rewrite mmap_reserve
` [PULL 38/47] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
` [PULL 39/47] linux-user: Simplify target_munmap
` [PULL 40/47] accel/tcg: Accept more page flags in page_check_range
` [PULL 41/47] accel/tcg: Return bool from page_check_range
` [PULL 44/47] linux-user: Drop uint and ulong
` [PULL 45/47] linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
` [PULL 46/47] accel/tcg: Always lock pages before translation
` [PULL 47/47] tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128

[PATCH] For curses display, recognize a few more control keys
 2023-07-15  3:27 UTC 

[PATCH for-8.2 6/7] target/riscv: add 'max' CPU type
 2023-07-15  9:12 UTC  (14+ messages)
              ` Boot failure after QEMU's upgrade to OpenSBI v1.3 (was Re: [PATCH for-8.2 6/7] target/riscv: add 'max' CPU type)

[PATCH for-8.2 v3 0/8] target/riscv: add 'max' CPU, deprecate
 2023-07-15  2:34 UTC  (11+ messages)
` [PATCH for-8.2 v3 1/8] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH for-8.2 v3 2/8] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH for-8.2 v3 3/8] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH for-8.2 v3 4/8] target/riscv/cpu.c: split non-ratified "
` [PATCH for-8.2 v3 5/8] target/riscv/cpu.c: add a ADD_CPU_PROPERTIES_ARRAY() macro
` [PATCH for-8.2 v3 6/8] target/riscv: add 'max' CPU type
` [PATCH for-8.2 v3 7/8] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH for-8.2 v3 8/8] target/riscv: deprecate the 'any' CPU type

[PATCH 0/6] Add nRF51 DETECT signal with test
 2023-07-14 23:27 UTC  (7+ messages)
` [PATCH 1/6] hw/gpio/nrf51: implement DETECT signal
` [PATCH 2/6] qtest: implement named interception of out-GPIO
` [PATCH 3/6] qtest: bail from irq_intercept_in if name is specified
` [PATCH 4/6] qtest: factor out qtest_install_gpio_out_intercepts
` [PATCH 5/6] qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
` [PATCH 6/6] qtest: microbit-test: add tests for nRF51 DETECT

[PULL 0/5] Patches for QEMU 8.1 hard freeze
 2023-07-14 23:04 UTC  (7+ messages)
` [PULL 1/5] hw/ide/piix: properly initialize the BMIBA register
` [PULL 2/5] kconfig: Add PCIe devices to s390x machines
` [PULL 3/5] scsi: fetch unit attention when creating the request
` [PULL 4/5] scsi: cleanup scsi_clear_unit_attention()
` [PULL 5/5] scsi: clear unit attention only for REPORT LUNS commands

[PATCH 0/3] vhost-user-gpu: support dmabuf modifiers
 2023-07-14 20:03 UTC  (5+ messages)
` [PATCH 1/3] docs: vhost-user-gpu: add protocol changes for "
` [PATCH 2/3] contrib/vhost-user-gpu: add support for sending "
` [PATCH 3/3] vhost-user-gpu: support "

[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
 2023-07-14 19:56 UTC  (31+ messages)
` [PATCH v2 04/11] tpm_crb: use a single read-as-mem/write-as-mmio mapping
` [PATCH v2 06/11] tpm_crb: move ACPI table building to device interface
` [PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
` [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
` [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
` [PATCH v2 11/11] tpm_crb: support restoring older vmstate

[PATCH] linux-user: Reserve space for brk
 2023-07-14 19:53 UTC  (3+ messages)

[PATCH, trivial 00/29] tree-wide spelling fixes in comments and some messages
 2023-07-14 19:50 UTC  (46+ messages)
` [PATCH, trivial 01/29] tree-wide spelling fixes in comments and some messages: block
` [PATCH] treewide: spelling fixes in comments and some strings
` [PATCH, trivial 02/29] tree-wide spelling fixes in comments and some messages: bsd-user
` [PATCH, trivial 03/29] tree-wide spelling fixes in comments and some messages: ui
` [PATCH, trivial 04/29] tree-wide spelling fixes in comments and some messages: util
` [PATCH, trivial 05/29] tree-wide spelling fixes in comments and some messages: tcg
` [PATCH, trivial 06/29] tree-wide spelling fixes in comments and some messages: docs
` [PATCH, trivial 07/29] tree-wide spelling fixes in comments and some messages: hw/9pfs
` [PATCH, trivial 08/29] tree-wide spelling fixes in comments and some messages: arm
` [PATCH, trivial 09/29] tree-wide spelling fixes in comments and some messages: i386
` [PATCH, trivial 10/29] tree-wide spelling fixes in comments and some messages: mips
` [PATCH, trivial 11/29] tree-wide spelling fixes in comments and some messages: ppc
` [PATCH, trivial 12/29] tree-wide spelling fixes in comments and some messages: riscv
` [PATCH, trivial 13/29] tree-wide spelling fixes in comments and some messages: s390x
` [PATCH, trivial 14/29] tree-wide spelling fixes in comments and some messages: hexagon
` [PATCH, trivial 15/29] tree-wide spelling fixes in comments and some messages: other architectures
` [PATCH, trivial 16/29] tree-wide spelling fixes in comments and some messages: hw/net
` [PATCH, trivial 17/29] tree-wide spelling fixes in comments and some messages: hw/pci
` [PATCH, trivial 18/29] tree-wide spelling fixes in comments and some messages: hw/tpm
` [PATCH, trivial 19/29] tree-wide spelling fixes in comments and some messages: hw/usb hw/ide hw/i2c
` [PATCH, trivial 20/29] tree-wide spelling fixes in comments and some messages: hw/display
` [PATCH, trivial 21/29] tree-wide spelling fixes in comments and some messages: xen
` [PATCH, trivial 22/29] tree-wide spelling fixes in comments and some messages: audio
` [PATCH, trivial 23/29] tree-wide spelling fixes in comments and some messages: hw/
` [PATCH, trivial 24/29] tree-wide spelling fixes in comments and some messages: migration/
` [PATCH, trivial 25/29] tree-wide spelling fixes in comments and some messages: include/
` [PATCH, trivial 26/29] tree-wide spelling fixes in comments and some messages: scripts/
` [PATCH, trivial 27/29] tree-wide spelling fixes in comments and some messages: tests/
` [PATCH, trivial 28/29] tree-wide spelling fixes in comments and some messages: qga/
` [PATCH, trivial 29/29] tree-wide spelling fixes in comments and some messages: other

[PATCH v2] plugins: Set final instruction count in plugin_gen_tb_end
 2023-07-14 18:32 UTC 

[PATCH] plugins: Set final instruction count in plugin_gen_tb_end
 2023-07-14 18:27 UTC  (3+ messages)

[PATCH] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
 2023-07-14 18:24 UTC 

[PULL v1 0/1] Merge tpm 2023/07/14 v1
 2023-07-14 18:04 UTC  (4+ messages)
` [PULL v1 1/1] hw/tpm: TIS on sysbus: Remove unsupport ppi command line option

[PATCH] target/sparc: Handle FPRS correctly on big-endian hosts
 2023-07-14 17:52 UTC  (3+ messages)

[PATCH 00/11] tpm: introduce TPM CRB SysBus device
 2023-07-14 17:38 UTC  (16+ messages)
` [PATCH 04/11] tpm_crb: use a single read-as-mem/write-as-mmio mapping

[PATCH 1/1] qemu-nbd: fix regression with qemu-nbd --fork run over ssh
 2023-07-14 16:55 UTC  (3+ messages)

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-14 16:30 UTC  (6+ messages)
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests

[PATCH 00/14] target/arm/ptw: Cleanups and a few bugfixes
 2023-07-14 15:46 UTC  (15+ messages)
` [PATCH 01/14] target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate fault
` [PATCH 02/14] target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faults
` [PATCH 03/14] target/arm/ptw: Set s1ns bit in fault info more consistently
` [PATCH 04/14] target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()
` [PATCH 05/14] target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()
` [PATCH 06/14] target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
` [PATCH 07/14] target/arm/ptw: Only fold in NSTable bit effects in Secure state
` [PATCH 08/14] target/arm/ptw: Remove last uses of ptw->in_secure
` [PATCH 09/14] target/arm/ptw: Remove S1Translate::in_secure
` [PATCH 10/14] target/arm/ptw: Drop S1Translate::out_secure
` [PATCH 11/14] target/arm/ptw: Set attributes correctly for MMU disabled data accesses
` [PATCH 12/14] target/arm/ptw: Check for block descriptors at invalid levels
` [PATCH 13/14] target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptw
` [PATCH 14/14] target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory types

QEMU assert (was: [xen-unstable test] 181558: regressions - FAIL)
 2023-07-14 15:34 UTC  (4+ messages)

[PATCH] thread-pool: signal "request_cond" while locked
 2023-07-14 15:27 UTC 

[PATCH v3] hw/mips: Improve the default USB settings in the loongson3-virt machine
 2023-07-14 14:36 UTC  (2+ messages)

[PATCH] target/i386: Check CR0.TS before enter_mmx
 2023-07-14 14:28 UTC  (2+ messages)

[PATCH] hw/tpm: TIS on sysbus: Remove unsupport ppi command line option
 2023-07-14 14:19 UTC  (5+ messages)

[Qemu-devel] [PATCH] acpi: Add emulated sleep button
 2023-07-14 14:04 UTC  (6+ messages)

[PATCH V2 00/10] fix migration of suspended runstate
 2023-07-14 12:57 UTC  (9+ messages)
` [PATCH V2 01/10] vl: start on wakeup request
` [PATCH V2 02/10] migration: preserve suspended runstate
` [PATCH V2 03/10] migration: add runstate function
` [PATCH V2 06/10] tests/qtest: migration events

[PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
 2023-07-14 12:56 UTC  (10+ messages)
` [PATCH 1/3] machine: Factor CPU type invalidation out into helper
` [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation

[PATCH v1] migration: refactor migration_completion
 2023-07-14 12:48 UTC 

[RFC PATCH 0/5] QEMU v7.2.0 aarch64 Nested Virtualization Support
 2023-07-14 12:45 UTC  (4+ messages)
` [RFC PATCH 4/5] target/arm: enable feature ARM_FEATURE_EL2 if EL2 is supported

[PATCH] linux-user/elfload: Fix /proc/cpuinfo features: on s390x
 2023-07-14 12:16 UTC  (3+ messages)
  ` [PATCH][PING] "

[PATCH] hw/tpm: TIS on sysbus: Remove unsupport ppi command line option
 2023-07-14 11:53 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).