messages from 2023-01-30 18:27:22 to 2023-01-31 00:01:49 UTC [more...]
Display update issue on M1 Macs
2023-01-30 23:58 UTC (8+ messages)
[PATCH 00/27] tcg: Simplify temporary usage
2023-01-30 23:59 UTC (47+ messages)
` [PATCH] target/arm: Fix physical address resolution for Stage2
` [PATCH 01/27] tcg: Adjust TCGContext.temps_in_use check
` [PATCH 02/27] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
` [PATCH 03/27] accel/tcg: Use more accurate max_insns for tb_overflow
` [PATCH 04/27] tcg: Remove branch-to-next regardless of reference count
` [PATCH 05/27] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PATCH 06/27] tcg: Add liveness_pass_0
` [PATCH 07/27] tcg: Remove TEMP_NORMAL
` [PATCH 08/27] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH 09/27] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
` [PATCH 10/27] tcg: Add tcg_gen_movi_ptr
` [PATCH 11/27] tcg: Use tcg_temp_ebb_new_* in tcg/
` [PATCH 12/27] accel/tcg/plugin: Use tcg_temp_ebb_*
` [PATCH 13/27] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
` [PATCH 14/27] tcg: Don't re-use TEMP_TB temporaries
` [PATCH 15/27] tcg: Change default temp lifetime to TEMP_TB
` [PATCH 16/27] target/arm: Drop copies in gen_sve_{ldr,str}
` [PATCH 17/27] target/arm: Don't use tcg_temp_local_new_*
` [PATCH 18/27] target/cris: Don't use tcg_temp_local_new
` [PATCH 19/27] target/hexagon: Don't use tcg_temp_local_new_*
` [PATCH 20/27] target/hppa: Don't use tcg_temp_local_new
` [PATCH 21/27] target/i386: "
` [PATCH 22/27] target/mips: "
` [PATCH 23/27] target/ppc: "
` [PATCH 24/27] target/xtensa: Don't use tcg_temp_local_new_*
` [PATCH 25/27] exec/gen-icount: Don't use tcg_temp_local_new_i32
` [PATCH 26/27] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
` [PATCH 27/27] tcg: Update docs/devel/tcg-ops.rst for temporary changes
[PATCH] softmmu: Use memmove in flatview_write_continue
2023-01-30 23:49 UTC (5+ messages)
[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
2023-01-30 23:33 UTC (7+ messages)
[PATCH v6 00/36] tcg: Support for Int128 with helpers
2023-01-30 23:24 UTC (39+ messages)
` [PATCH v6 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v6 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v6 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v6 04/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v6 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v6 06/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v6 07/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v6 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v6 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v6 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v6 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v6 12/36] tcg: "
` [PATCH v6 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v6 14/36] tcg: Add basic data movement "
` [PATCH v6 15/36] tcg: Add guest load/store primitives "
` [PATCH v6 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v6 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v6 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PATCH v6 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PATCH v6 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PATCH v6 21/36] tests/tcg/s390x: Add div.c
` [PATCH v6 22/36] tests/tcg/s390x: Add clst.c
` [PATCH v6 23/36] tests/tcg/s390x: Add long-double.c
` [PATCH v6 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v6 25/36] target/s390x: Use a single return for helper_divs64/u64
` [PATCH v6 26/36] target/s390x: Use Int128 for return from CLST
` [PATCH v6 27/36] target/s390x: Use Int128 for return from CKSM
` [PATCH v6 28/36] target/s390x: Use Int128 for return from TRE
` [PATCH v6 29/36] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH v6 30/36] target/s390x: Use Int128 for returning float128
` [PATCH v6 31/36] target/s390x: Use Int128 for passing float128
` [PATCH v6 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v6 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PATCH v6 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PATCH v6 35/36] target/i386: Inline cmpxchg8b
` [PATCH v6 36/36] target/i386: Inline cmpxchg16b
[PATCH] hw/timer/hpet: Fix expiration time overflow
2023-01-30 22:55 UTC (2+ messages)
[PATCH] meson: Add missing libdw knobs
2023-01-30 22:52 UTC
[PATCH RFC 00/21] migration: Support hugetlb doublemaps
2023-01-30 22:50 UTC (10+ messages)
` [PATCH RFC 08/21] ramblock: Cache the length to do file mmap() on ramblocks
` [PATCH RFC 14/21] migration: Map hugetlbfs ramblocks twice, and pre-allocate
` [PATCH RFC 15/21] migration: Teach qemu about minor faults and doublemap
[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
2023-01-30 22:43 UTC (7+ messages)
` [PATCH 1/6] gitlab-ci.d/buildtest: Remove ppc-softmmu from the clang-system job
` [PATCH 3/6] tests/qtest/display-vga-test: Add proper checks if a device is available
` [PATCH 4/6] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
[PATCH v2] linux-user: Show 4th argument of rt_sigprocmask() in strace
2023-01-30 22:24 UTC (2+ messages)
[PATCH] target/ppc/translate: Add dummy implementation for dcblc instruction
2023-01-30 22:23 UTC (2+ messages)
[PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
2023-01-30 22:11 UTC (3+ messages)
[PATCH v2 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
2023-01-30 21:54 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] qemu-io: use BdrvRequestFlags instead of int
` [PATCH v2 3/4] qemu-io: add -r option to register I/O buffer
` [PATCH v2 4/4] iotests/detect-zeroes-registered-buf: add new test
[PATCH 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
2023-01-30 20:55 UTC (7+ messages)
` [PATCH 3/4] qemu-io: add -r option to register I/O buffer
` [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
[PULL 00/56] virtio,pc,pci: features, cleanups, fixes
2023-01-30 20:21 UTC (59+ messages)
` [PULL 01/56] shpc: disallow unplug when power indicator is blinking
` [PULL 02/56] hw/i386/acpi-build: Remove unused attributes
` [PULL 03/56] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
` [PULL 04/56] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
` [PULL 05/56] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu
` [PULL 06/56] vhost-user: Correct a reference of TARGET_AARCH64
` [PULL 07/56] hw/pci-host: Use register definitions from PCI standard
` [PULL 08/56] virtio-rng-pci: fix migration compat for vectors
` [PULL 09/56] intel-iommu: Document iova_tree
` [PULL 12/56] tests: acpi: cleanup arguments to make them more readable
` [PULL 13/56] tests: acpi: whitelist DSDT blobs for tests that use pci-bridges
` [PULL 14/56] tests: acpi: extend pcihp with nested bridges
` [PULL 15/56] tests: acpi: update expected blobs
` [PULL 16/56] tests: acpi: cleanup use_uefi argument usage
` [PULL 17/56] pci_bridge: remove whitespace
` [PULL 18/56] x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignment
` [PULL 19/56] pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
` [PULL 20/56] pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled
` [PULL 21/56] pci: acpihp: assign BSEL only to coldplugged bridges
` [PULL 22/56] x86: pcihp: fix invalid AML PCNT calls to hotplugged bridges
` [PULL 23/56] tests: boot_sector_test: avoid crashing if status is not available yet
` [PULL 10/56] x86: don't let decompressed kernel image clobber setup_data
` [PULL 11/56] tests: qtest: print device_add error before failing test
` [PULL 26/56] tests: acpi: add reboot cycle to bridge test
` [PULL 27/56] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
` [PULL 28/56] pcihp: drop pcihp_bridge_en dependency when composing PCNT method
` [PULL 29/56] tests: acpi: update expected blobs
` [PULL 30/56] tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machinery
` [PULL 24/56] tests: acpi: extend bridge tests with hotplugged bridges
` [PULL 31/56] pcihp: compose PCNT callchain right before its user _GPE._E01
` [PULL 25/56] tests: boot_sector_test(): make it multi-shot
` [PULL 32/56] pcihp: do not put empty PCNT in DSDT
` [PULL 33/56] tests: acpi: update expected blobs
` [PULL 34/56] whitelist DSDT before adding endpoint devices to bridge testcases
` [PULL 35/56] tests: acpi: add endpoint devices to bridges
` [PULL 36/56] tests: acpi: update expected blobs
` [PULL 37/56] x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridges
` [PULL 38/56] pci: acpi: wire up AcpiDevAmlIf interface to generic bridge
` [PULL 39/56] pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
` [PULL 40/56] pci: make sure pci_bus_is_express() won't error out with "discards ‘const’ qualifier"
` [PULL 41/56] pcihp: isolate rule whether slot should be described in DSDT
` [PULL 42/56] tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slots description
` [PULL 43/56] pcihp: acpi: decouple hotplug and generic "
` [PULL 44/56] tests: acpi: update expected blobs
` [PULL 45/56] tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges
` [PULL 46/56] pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slots
` [PULL 47/56] tests: acpi: update expected blobs
` [PULL 48/56] tests: acpi: whitelist DSDT before moving non-hotpluggble slots description from hotplug path
` [PULL 49/56] pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug path
` [PULL 50/56] tests: acpi: update expected blobs
` [PULL 51/56] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
` [PULL 52/56] hw: Use TYPE_PCI_BUS definition where appropriate
` [PULL 53/56] tests/qtest/bios-tables-test: Make the test less verbose by default
` [PULL 54/56] Revert "vhost-user: Monitor slave channel in vhost_user_read()"
` [PULL 55/56] Revert "vhost-user: Introduce nested event loop "
` [PULL 56/56] docs/pcie.txt: Replace ioh3420 with pcie-root-port
[PATCH v2 00/23] target/arm: Implement FEAT_FGT fine-grained traps
2023-01-30 19:47 UTC (17+ messages)
` [PATCH v2 05/23] target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 traps
` [PATCH v2 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
` [PATCH v2 07/23] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
` [PATCH v2 08/23] target/arm: Define the FEAT_FGT registers
` [PATCH v2 09/23] target/arm: Implement FGT trapping infrastructure
` [PATCH v2 14/23] target/arm: Mark up sysregs for HDFGRTR bits 0..11
` [PATCH v2 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
` [PATCH v2 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
` [PATCH v2 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
` [PATCH v2 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
` [PATCH v2 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
` [PATCH v2 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
` [PATCH v2 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
` [PATCH v2 23/23] target/arm: Enable FEAT_FGT on '-cpu max'
[PATCH qemu 0/1] vmxnet3: MAC address falls to permanent
2023-01-30 19:06 UTC (2+ messages)
` [PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
[PATCH qemu 1/1] vmxnet3: add mac address restore upon reset
2023-01-30 18:58 UTC (2+ messages)
Please review a important patch abort fix setting of CPUX86State::gdt::base
2023-01-30 19:31 UTC (4+ messages)
` "
[PATCH] target/riscv: set tval for triggered watchpoints
2023-01-30 19:10 UTC (2+ messages)
[PATCH 0/2] fix for #285
2023-01-30 19:09 UTC (7+ messages)
` [PATCH 2/2] tcg: use QTree instead of GTree
[PATCH] vhost-user-fs: Back up vqs before cleaning up vhost_dev
2023-01-30 19:09 UTC (2+ messages)
[PATCH v3 00/14] Add support for the T-Head vendor extensions
2023-01-30 19:03 UTC (7+ messages)
` [PATCH v3 08/14] RISC-V: Adding T-Head MemPair extension
[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
2023-01-30 18:36 UTC (3+ messages)
` [PATCH v3 5/9] virtio-gpu: Unrealize
[RFC v6 0/4] Add zoned storage emulation to virtio-blk driver
2023-01-30 18:30 UTC (5+ messages)
` [RFC v6 2/4] virtio-blk: add zoned storage emulation for zoned devices
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).