qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-21 12:05:13 to 2024-06-22 16:56:22 UTC [more...]

[PULL 00/23] Misc changes for 2024-06-22
 2024-06-22 16:55 UTC  (25+ messages)
` [PULL 01/23] configure: detect --cpu=mipsisa64r6
` [PULL 02/23] target/i386: fix CC_OP dump
` [PULL 03/23] target/i386: use cpu_cc_dst for CC_OP_POPCNT
` [PULL 04/23] target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
` [PULL 05/23] target/i386: convert bit test instructions to new decoder
` [PULL 06/23] target/i386: try not to force EFLAGS computation for CC_OP_ADOX/ADCX
` [PULL 07/23] target/i386: decode address before going back to translate.c
` [PULL 08/23] target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoder
` [PULL 09/23] target/i386: do not check PREFIX_LOCK in old-style decoder
` [PULL 10/23] target/i386: list instructions still in translate.c
` [PULL 11/23] target/i386: assert that cc_op* and pc_save are preserved
` [PULL 12/23] target/i386: remove gen_ext_tl
` [PULL 13/23] Revert "host/i386: assume presence of POPCNT"
` [PULL 14/23] Revert "host/i386: assume presence of SSSE3"
` [PULL 15/23] Revert "host/i386: assume presence of SSE2"
` [PULL 16/23] meson: allow configuring the x86-64 baseline
` [PULL 17/23] meson: remove dead optimization option
` [PULL 18/23] block: make assertion more generic
` [PULL 19/23] block: do not check bdrv_file_open
` [PULL 20/23] block: remove separate bdrv_file_open callback
` [PULL 21/23] block: rename former bdrv_file_open callbacks
` [PULL 22/23] exec: avoid using C++ keywords in function parameters
` [PULL 23/23] exec: don't use void* in pointer arithmetic in headers

[PATCH] hw/usb/hcd-ohci: Set transfer error code with no dev
 2024-06-22  7:40 UTC 

[PULL 00/18] target-arm queue
 2024-06-22 12:06 UTC  (19+ messages)
` [PULL 01/18] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue
` [PULL 02/18] hw/arm/sbsa-ref: switch to 1GHz timer frequency
` [PULL 03/18] hw/intc/arm_gic: Fix deactivation of SPI lines
` [PULL 04/18] hw/arm/xilinx_zynq: Fix IRQ/FIQ routing
` [PULL 05/18] scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI
` [PULL 06/18] scripts/coverity-scan/COMPONENTS.md: Fix 'char' component
` [PULL 07/18] scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto component
` [PULL 08/18] scripts/coverity-scan/COMPONENTS.md: Fix monitor component
` [PULL 09/18] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs
` [PULL 10/18] hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpu
` [PULL 11/18] hw/usb/hcd-dwc2: Handle invalid address access in read and write functions
` [PULL 12/18] hw/arm/virt: Add serial aliases in DTB
` [PULL 13/18] hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]
` [PULL 14/18] hw/arm/virt: allow creation of a second NonSecure UART
` [PULL 15/18] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
` [PULL 16/18] hw/misc: Set valid access size for Exynos4210 RNG
` [PULL 17/18] hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1
` [PULL 18/18] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine

[PATCH v4 0/3] Check clock connection between STM32L4x5 RCC and peripherals
 2024-06-22  9:43 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH v4 2/3] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PATCH v4 3/3] tests/qtest: Check STM32L4x5 clock connections

[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
 2024-06-22  8:52 UTC  (19+ messages)
` [PATCH 04/13] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH 09/13] qapi: convert "Note" sections to plain rST

standardizing i2c device ids
 2024-06-22  8:43 UTC  (4+ messages)

[PATCH] docs/cxl: fix some typos
 2024-06-22  7:25 UTC  (3+ messages)

[RFC] vhost: Introduce packed vq and add buffer elements
 2024-06-22  4:33 UTC  (6+ messages)

[PATCH v3 00/16] migration/mapped-ram: Add direct-io support
 2024-06-22  4:21 UTC  (7+ messages)
` [PATCH v3 02/16] migration: Fix file migration with fdset
` [PATCH v3 16/16] tests/qtest/migration: Add a test for mapped-ram with passing of fds

[PULL 00/28] Migration patches for 2024-06-21
 2024-06-22  2:24 UTC  (30+ messages)
` [PULL 01/28] migration: Drop reference to QIOChannel if file seeking fails
` [PULL 02/28] migration: Fix file migration with fdset
` [PULL 03/28] tests/qtest/migration: Fix file migration offset check
` [PULL 04/28] tests/qtest/migration: Add a precopy file test with fdset
` [PULL 05/28] monitor: Drop monitor_fdset_dup_fd_find/_remove()
` [PULL 06/28] monitor: Introduce monitor_fdset_*free
` [PULL 07/28] monitor: Stop removing non-duplicated fds
` [PULL 08/28] monitor: Simplify fdset and fd removal
` [PULL 09/28] monitor: Report errors from monitor_fdset_dup_fd_add
` [PULL 10/28] io: Stop using qemu_open_old in channel-file
` [PULL 11/28] migration: Add direct-io parameter
` [PULL 12/28] migration/multifd: Add direct-io support
` [PULL 13/28] tests/qtest/migration: Add tests for file migration with direct-io
` [PULL 14/28] monitor: fdset: Match against O_DIRECT
` [PULL 15/28] migration: Add documentation for fdset with multifd + file
` [PULL 16/28] tests/qtest/migration: Add a test for mapped-ram with passing of fds
` [PULL 17/28] migration/multifd: Avoid the final FLUSH in complete()
` [PULL 18/28] migration: Rename thread debug names
` [PULL 19/28] migration: Use MigrationStatus instead of int
` [PULL 20/28] migration: Cleanup incoming migration setup state change
` [PULL 21/28] migration/postcopy: Add postcopy-recover-setup phase
` [PULL 22/28] migration/docs: Update postcopy recover session for SETUP phase
` [PULL 23/28] tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure tests
` [PULL 24/28] tests/migration-tests: Always enable migration events
` [PULL 25/28] tests/migration-tests: migration_event_wait()
` [PULL 26/28] tests/migration-tests: Verify postcopy-recover-setup status
` [PULL 27/28] tests/migration-tests: Cover postcopy failure on reconnect
` [PULL 28/28] migration: Remove unused VMSTATE_ARRAY_TEST() macro

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-22  1:34 UTC  (2+ messages)

[PATCH v14 00/14] Support blob memory and venus on qemu
 2024-06-21 22:25 UTC  (5+ messages)

[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
 2024-06-21 21:18 UTC  (6+ messages)
` [PATCH 05/20] qapi/parser: adjust info location for doc body section

[RFC PATCH 0/7] migration/multifd: Introduce storage slots
 2024-06-21 20:54 UTC  (9+ messages)
` [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages

[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
 2024-06-21 20:51 UTC  (2+ messages)

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-21 20:44 UTC  (8+ messages)

[RFC PATCH 1/1] hw/arm: FW first ARM processor error injection
 2024-06-21 18:33 UTC  (2+ messages)

command line syntax for connecting a chardev to a CPU
 2024-06-21 17:43 UTC 

[PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro
 2024-06-21 17:38 UTC  (4+ messages)

[PATCH v3 00/11] migration: New postcopy state, and some cleanups
 2024-06-21 17:38 UTC  (2+ messages)

[PATCH RFC v2 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-06-21 17:28 UTC  (2+ messages)

[PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
 2024-06-21 17:16 UTC  (7+ messages)

[PATCH 0/3] target/ppc: Update vector insns to use 128 bit
 2024-06-21 16:56 UTC  (4+ messages)
` [PATCH 2/3] target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128

[PATCH v2 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-21 16:50 UTC  (4+ messages)
` [PATCH v2 1/2] target/arm: Move initialization of debug ID registers
` [PATCH v2 2/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max

[PATCH] bswap: Add st24_be_p() to store 24 bits in big-endian order
 2024-06-21 16:47 UTC  (2+ messages)

[PATCH v2] exec: don't use void* in pointer arithmetic in headers
 2024-06-21 16:32 UTC  (2+ messages)

[PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes
 2024-06-21 16:22 UTC  (37+ messages)
` [PATCH 01/23] hw/sd/sdcard: Correct code indentation
` [PATCH 02/23] hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)
` [PATCH 03/23] hw/sd/sdcard: Fix typo in SEND_OP_COND command name
` [PATCH 04/23] hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic values
` [PATCH 05/23] hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definition
` [PATCH 06/23] hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registers
` [PATCH 07/23] hw/sd/sdcard: Remove ACMD6 handler for SPI mode
` [PATCH 08/23] hw/sd/sdcard: Remove explicit entries for illegal commands
` [PATCH 11/23] hw/sd/sdcard: Trace update of block count (CMD23)
` [PATCH 12/23] hw/sd/sdcard: Trace block offset in READ/WRITE data accesses
` [PATCH 13/23] hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean value
` [PATCH 14/23] hw/sd/sdcard: Factor sd_req_get_rca() method out
` [PATCH 15/23] hw/sd/sdcard: Only call sd_req_get_rca() where RCA is used
` [PATCH 16/23] hw/sd/sdcard: Factor sd_req_get_address() method out
` [PATCH 17/23] hw/sd/sdcard: Only call sd_req_get_address() where address is used
` [PATCH 18/23] hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode switch
` [PATCH 19/23] hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
` [PATCH 20/23] hw/sd/sdcard: Add comments around registers and commands

[PATCH v3 qemu 00/11] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-06-21 16:20 UTC  (2+ messages)

[PATCH RFC 0/3] Add DCC uart console support
 2024-06-21 15:46 UTC  (6+ messages)
` [PATCH RFC 1/3] target/arm: Add dcc uart support
` [PATCH RFC 3/3] target/arm/debug_helper: Add fieldoffset for MDCCSR_EL0 reg

[PATCH v5 0/1] ARM Sbsa-ref: Enable CPU cluster topology
 2024-06-21 15:26 UTC  (3+ messages)
` [PATCH v5 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine

[PATCH] hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL values
 2024-06-21 15:20 UTC  (4+ messages)

[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
 2024-06-21 15:10 UTC  (6+ messages)

[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
 2024-06-21 15:01 UTC  (4+ messages)

[PATCH v1 0/2] hw/net:ftgmac100: support AST2700
 2024-06-21 14:57 UTC  (3+ messages)
` [PATCH v1 2/2] hw/net:ftgmac100: support 64 bits dma dram address for AST2700

[PATCH v3] hw/misc: Set valid access size for Exynos4210 RNG
 2024-06-21 14:54 UTC  (2+ messages)

[PATCH 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-21 14:41 UTC  (4+ messages)
` [PATCH 1/2] target/arm: Move initialization of debug ID registers

[PATCH RFC 0/2] migration: introduce strict SLA
 2024-06-21 14:32 UTC  (3+ messages)
` [PATCH RFC 1/2] migration: abort when switchover limit exceeded
` [PATCH RFC 2/2] migration: abort on destination if "

[PATCH v3 00/15] Introduce support for IGVM files
 2024-06-21 14:29 UTC  (16+ messages)
` [PATCH v3 01/15] meson: Add optional dependency on IGVM library
` [PATCH v3 02/15] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v3 03/15] backends/igvm: Add IGVM loader and configuration
` [PATCH v3 04/15] hw/core/machine: Add igvm-cfg object and processing for IGVM files
` [PATCH v3 05/15] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v3 06/15] sev: Update launch_update_data functions to use Error handling
` [PATCH v3 07/15] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v3 08/15] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v3 09/15] docs/system: Add documentation on support for IGVM
` [PATCH v3 10/15] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v3 11/15] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v3 12/15] backends/igvm: Process initialization sections in IGVM file
` [PATCH v3 13/15] backends/igvm: Handle policy for SEV guests
` [PATCH v3 14/15] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v3 15/15] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[PATCH] target/arm/helper: Fix timer interrupt masking when HCR_EL2.E2H == 0
 2024-06-21 14:07 UTC  (5+ messages)

[PATCH v2 0/3] MIPS misc patches
 2024-06-21 13:11 UTC  (4+ messages)
` [PATCH v2 1/3] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PATCH v2 2/3] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PATCH v2 3/3] linux-user/mips64: Use MIPS64R2-generic as default CPU type

[PATCH] Add zh_TW Traditional Chinese translation
 2024-06-21 13:07 UTC  (9+ messages)

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-21 13:01 UTC  (2+ messages)

[PATCH v4 0/3] Add boot-mode property for zynq
 2024-06-21 12:59 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc/zynq_slcr: Add boot-mode property
` [PATCH v4 2/3] hw/arm/xilinx_zynq: "
` [PATCH v4 3/3] docs/system/arm: Add a doc for zynq board

[PATCH 0/3] MIPS misc patches
 2024-06-21 12:58 UTC  (4+ messages)
` [PATCH 1/3] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PATCH 2/3] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PATCH 3/3] linux-user/mips64: Use MIPS64R2-generic as default CPU type

[PATCH] docs: Fix title format errors in the multi-process.rst
 2024-06-21 12:28 UTC  (2+ messages)

[PATCH] mips: pass code of conditional trap
 2024-06-21 12:02 UTC  (4+ messages)

[PATCH v3 00/15] Add support for RISC-V ACPI tests
 2024-06-21 11:58 UTC  (3+ messages)
` [PATCH v3 03/15] tests/data/uefi-boot-images: Add RISC-V ISO image
` [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path


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