qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-25 09:24:45 to 2022-10-25 20:28:07 UTC [more...]

[PATCH v2 0/3] Performance optimizations for PPC64
 2022-10-25 20:24 UTC  (2+ messages)
` [PATCH v2 3/3] target/ppc: Increment PMC5 with inline insns

[PATCH v2 00/36] tcg: Support for Int128 with helpers
 2022-10-25 20:14 UTC  (5+ messages)
` [PATCH v2 02/36] tcg: Tidy tcg_reg_alloc_op
` [PATCH v2 19/36] tcg: Use TCG_CALL_ARG_EVEN for TCI special case

question about assymetric network throughput when using qemu + vhost-net
 2022-10-25 16:42 UTC 

[PULL 00/28] QAPI patches patches for 2022-10-25
 2022-10-25 20:07 UTC  (4+ messages)

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-25 19:58 UTC  (3+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

[PATCH 00/24] accel/tcg: Rewrite user-only vma tracking
 2022-10-25 19:30 UTC  (26+ messages)
` [PATCH 01/24] util: Add interval-tree.c
` [PATCH 09/24] accel/tcg: Introduce tb_{set_}page_addr{0,1}
` [PATCH 10/24] accel/tcg: Rename tb_invalidate_phys_page
` [PATCH 11/24] accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
` [PATCH 12/24] accel/tcg: Unify declarations of tb_invalidate_phys_range
` [PATCH 14/24] accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
` [PATCH 15/24] accel/tcg: Use interval tree for TBs in user-only mode
` [PATCH 16/24] accel/tcg: Use page_reset_target_data in page_set_flags
` [PATCH 17/24] accel/tcg: Use tb_invalidate_phys_range "
` [PATCH 18/24] accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
` [PATCH 19/24] accel/tcg: Simplify page_get/alloc_target_data
` [PATCH 20/24] accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE

[PATCH 0/3] Performance optimizations for PPC64
 2022-10-25 19:29 UTC  (7+ messages)
` [PATCH 1/3] accel/tcg: Add a quicker check for breakpoints
` [PATCH 2/3] target/ppc: Add new PMC HFLAGS
` [PATCH 3/3] target/ppc: Increment PMC5 with inline insns

[PATCH v7 0/8] ppc4xx_sdram QOMify and clean ups
 2022-10-25 19:14 UTC  (6+ messages)
` [PATCH v7 6/8] ppc4xx_sdram: Generalise bank setup
` [PATCH v7 7/8] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling

[PATCH V2] hw/intc: Handle software disabling of APIC correctly
 2022-10-25 18:39 UTC  (2+ messages)

[PATCH v4 00/11] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-25 17:28 UTC  (21+ messages)
` [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading
` [PATCH v4 02/11] device-tree: add re-randomization helper function
` [PATCH v4 09/11] mips/malta: pass RNG seed via env var and re-randomize on reboot
      ` [PATCH v5] "

[PULL 00/30] target-arm queue
 2022-10-25 16:39 UTC  (31+ messages)
` [PULL 01/30] target/arm: Implement FEAT_E0PD
` [PULL 02/30] hw/arm/virt: Fix devicetree warnings about the virtio-iommu node
` [PULL 03/30] target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()
` [PULL 04/30] hw/core/resettable: fix reset level counting
` [PULL 05/30] hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()
` [PULL 06/30] target/imx: reload cmp timer outside of the reload ptimer transaction
` [PULL 07/30] target/arm: Introduce regime_is_stage2
` [PULL 08/30] target/arm: Add ptw_idx to S1Translate
` [PULL 09/30] target/arm: Add isar predicates for FEAT_HAFDBS
` [PULL 10/30] target/arm: Extract HA and HD in aa64_va_parameters
` [PULL 11/30] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
` [PULL 12/30] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PULL 13/30] target/arm: Remove loop from get_phys_addr_lpae
` [PULL 14/30] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PULL 15/30] target/arm: Don't shift attrs "
` [PULL 16/30] target/arm: Consider GP an attribute "
` [PULL 17/30] target/arm: Tidy merging of attributes from descriptor and table
` [PULL 18/30] target/arm: Implement FEAT_HAFDBS, access flag portion
` [PULL 19/30] target/arm: Implement FEAT_HAFDBS, dirty bit portion
` [PULL 20/30] target/arm: Use the max page size in a 2-stage ptw
` [PULL 21/30] reset: allow registering handlers that aren't called by snapshot loading
` [PULL 22/30] device-tree: add re-randomization helper function
` [PULL 23/30] x86: do not re-randomize RNG seed on snapshot load
` [PULL 24/30] arm: re-randomize rng-seed on reboot
` [PULL 25/30] riscv: "
` [PULL 26/30] m68k/virt: do not re-randomize RNG seed on snapshot load
` [PULL 27/30] m68k/q800: "
` [PULL 28/30] mips/boston: re-randomize rng-seed on reboot
` [PULL 29/30] openrisc: "
` [PULL 30/30] rx: "

[PATCH v4 00/19] Misc ppc/mac machines clean up
 2022-10-25 16:44 UTC  (20+ messages)
` [PATCH v4 01/19] mac_newworld: Drop some variables
` [PATCH v4 02/19] mac_oldworld: Drop some more variables
` [PATCH v4 03/19] mac_{old|new}world: Set tbfreq at declaration
` [PATCH v4 04/19] mac_{old|new}world: Avoid else branch by setting default value
` [PATCH v4 05/19] mac_{old|new}world: Simplify cmdline_base calculation
` [PATCH v4 06/19] mac_newworld: Clean up creation of Uninorth devices
` [PATCH v4 07/19] mac_{old|new}world: Reduce number of QOM casts
` [PATCH v4 08/19] hw/ppc/mac.h: Move newworld specific parts out from shared header
` [PATCH v4 09/19] hw/ppc/mac.h: Move macio "
` [PATCH v4 10/19] hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header
` [PATCH v4 11/19] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
` [PATCH v4 12/19] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
` [PATCH v4 13/19] mac_nvram: Use NVRAM_SIZE constant
` [PATCH v4 14/19] mac_{old|new}world: Code style fix adding missing braces to if-s
` [PATCH v4 15/19] mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum
` [PATCH v4 16/19] mac_newworld: Add machine types for different mac99 configs
` [PATCH v4 17/19] mac_newworld: Deprecate mac99 with G5 CPU
` [PATCH v4 18/19] mac_newworld: Deprecate mac99 "via" option
` [PATCH v4 19/19] mac_newworld: Document deprecation

[PATCH v3] kset: fix memory leak when kset_register() returns error
 2022-10-25 16:57 UTC  (3+ messages)

[PATCH v3 0/2] vhost-vdpa: add support for vIOMMU
 2022-10-25 16:55 UTC  (4+ messages)
` [PATCH v3 1/2] vfio: move the function vfio_get_xlat_addr() to memory.c
` [PATCH v3 2/2] vhost-vdpa: add support for vIOMMU

[PATCH] aspeed: Add Supermicro X11 SPI machine type
 2022-10-25 16:51 UTC 

[PATCH v4 1/3] util/main-loop: Fix maximum number of wait objects for win32
 2022-10-25 16:41 UTC  (2+ messages)

[RFC PATCH 0/4] MultiFD zero-copy improvements
 2022-10-25 16:36 UTC  (11+ messages)
` [RFC PATCH 1/4] migration/multifd/zero-copy: Create helper function for flushing
` [RFC PATCH 2/4] migration/multifd/zero-copy: Merge header & pages send in a single write
` [RFC PATCH 4/4] migration/multifd/zero-copy: Flush only the LRU half of the header array

[PATCH v6 0/7] hw/arm/virt: Improve address assignment for high memory regions
 2022-10-25 16:33 UTC  (8+ messages)
` [PATCH v6 5/7] hw/arm/virt: Improve high memory region address assignment
` [PATCH v6 6/7] hw/arm/virt: Add 'compact-highmem' property
` [PATCH v6 7/7] hw/arm/virt: Add properties to disable high memory regions

[PATCH v4 0/4] ui:hw: fix tab indentation
 2022-10-25 16:23 UTC  (7+ messages)
` [PATCH v4 1/4] ui: "
` [PATCH v4 2/4] hw/audio: "
` [PATCH v4 3/4] hw/display: "
` [PATCH v4 4/4] hw/usb: "

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-25 16:17 UTC  (11+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory
` [PATCH v9 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 00/16] hw/9pfs: Add 9pfs support for Windows
 2022-10-25 15:55 UTC  (3+ messages)
` [PATCH 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32

[PATCH 00/29] tcg: Fix x86 TARGET_TB_PCREL (#1269)
 2022-10-25 15:49 UTC  (11+ messages)
` [PATCH 24/29] accel/tcg: Introduce cpu_unwind_state_data
` [PATCH 26/29] target/openrisc: Always exit after mtspr npc
` [PATCH 28/29] accel/tcg: Remove will_exit argument from cpu_restore_state
` [PATCH 29/29] accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb

[PATCH v2] tests: Add sndio to the FreeBSD CI containers / VM
 2022-10-25 15:23 UTC  (6+ messages)

[PULL 00/16] aspeed queue
 2022-10-25 15:20 UTC  (17+ messages)
` [PULL 01/16] hw/i2c/aspeed: Fix old reg slave receive
` [PULL 02/16] tests/avocado/machine_aspeed.py: Fix typos on buildroot
` [PULL 03/16] ssi: cache SSIPeripheralClass to avoid GET_CLASS()
` [PULL 04/16] aspeed/smc: Cache AspeedSMCClass
` [PULL 05/16] ast2600: Drop NEON from the CPU features
` [PULL 06/16] hw/arm/aspeed: increase Bletchley memory size
` [PULL 07/16] m25p80: Add basic support for the SFDP command
` [PULL 08/16] m25p80: Add the n25q256a SFDP table
` [PULL 09/16] m25p80: Add erase size for mx25l25635e
` [PULL 10/16] m25p80: Add the mx25l25635e SFPD table
` [PULL 11/16] m25p80: Add the mx25l25635f "
` [PULL 12/16] m25p80: Add the mx66l1g45g SFDP table
` [PULL 13/16] m25p80: Add the w25q256 SFPD table
` [PULL 14/16] m25p80: Add the w25q512jv "
` [PULL 15/16] m25p80: Add the w25q01jvq "
` [PULL 16/16] arm/aspeed: Replace mx25l25635e chip model

[PATCH v6 00/14] target/arm: Implement FEAT_HAFDBS
 2022-10-25 15:16 UTC  (2+ messages)

[PATCH] tests/qtest/libqos/e1000e: Use e1000_regs.h
 2022-10-25 14:54 UTC  (2+ messages)

[PATCH] util/log: do not close and reopen log files when flags are turned off
 2022-10-25 14:38 UTC  (4+ messages)

[PATCH v3 0/4] ui:hw: fix tab indentation
 2022-10-25 14:32 UTC  (5+ messages)
` [PATCH v3 2/4] hw/audio: "

soc_name for supermicrox11-bmc machine: ast2400-a1 or ast2500-a1 ?
 2022-10-25 14:14 UTC  (4+ messages)

[PATCH] chardev/char-win-stdio: Pass Ctrl+C to guest with a multiplexed monitor
 2022-10-25 14:10 UTC 

[PATCH 0/4] atomic: Friendlier assertions, avoidance of __sync
 2022-10-25 13:47 UTC  (8+ messages)
` [PATCH 1/4] include/qemu/osdep: Add qemu_build_assert
` [PATCH 2/4] include/qemu/atomic: Use qemu_build_assert
` [PATCH 3/4] include/qemu/thread: Use qatomic_* functions

[PATCH] target/arm: Fixed Privileged Access Never (PAN) for aarch32
 2022-10-25 13:45 UTC  (2+ messages)

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-25 13:37 UTC  (3+ messages)
` [PATCH v3 13/26] fsdev/virtfs-proxy-helper: Use g_mkdir()

[PATCH v4 1/1] os-posix: asynchronous teardown for shutdown on Linux
 2022-10-25 13:12 UTC  (4+ messages)

[PATCH] seccomp: Get actual errno value from failed seccomp functions
 2022-10-25 13:13 UTC  (2+ messages)

[PULL 00/23] 9p queue 2022-10-24
 2022-10-24 21:07 UTC  (2+ messages)

[PULL 0/2] M68k for 7.2 patches
 2022-10-24 21:07 UTC  (2+ messages)

[PULL 0/4] x86 TCG patches for 2022-10-22
 2022-10-24 21:07 UTC  (2+ messages)

[PATCH] tests: Create fifo for test-io-channel-command
 2022-10-25 13:08 UTC  (3+ messages)

[RFC PATCH] main-loop: introduce WITH_QEMU_IOTHREAD_LOCK
 2022-10-25 12:45 UTC  (2+ messages)

[PATCH] target/arm: honor HCR_E2H for AT S1E2R and AT S1E2W address translation
 2022-10-25 12:25 UTC  (2+ messages)

[PATCH v2 00/17] pci: Abort if pci_add_capability fails
 2022-10-25 12:23 UTC  (5+ messages)
` [PATCH v2 02/17] hw/i386/amd_iommu: Omit errp for pci_add_capability
` [PATCH v2 16/17] virtio-pci: "

[PATCH qemu.git] target/imx: reload cmp timer outside of the reload ptimer transaction
 2022-10-25 12:04 UTC  (2+ messages)

[PATCH] hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()
 2022-10-25 11:55 UTC  (4+ messages)

[PATCH v9 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-25 10:56 UTC  (4+ messages)
` [PATCH v9 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange

[PATCH] target/arm: honor HCR_E2H and HCR_TGE in arm_excp_unmasked()
 2022-10-25 10:28 UTC  (3+ messages)

[PATCH v3 00/10] Refactor bdrv_try_set_aio_context using transactions
 2022-10-25 10:18 UTC  (2+ messages)

[PATCH v2] memory: prevent dma-reentracy issues
 2022-10-25 10:11 UTC  (7+ messages)

[PATCH 0/9] target/s390x: Use Int128 for float128 and retxl
 2022-10-25  9:59 UTC  (5+ messages)
` [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32
` [PATCH 8/9] target/s390x: Use Int128 for returning float128

[PATCH] avocado: use sha1 for fc31 imgs to avoid first time re-download
 2022-10-25  9:55 UTC  (3+ messages)

[PULL 00/11] Trivial branch for 7.2 patches
 2022-10-25  9:33 UTC  (2+ 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).