qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-27 10:04:37 to 2024-06-27 16:50:25 UTC [more...]

[PATCH 00/12] hw/sd/sdcard: Convert ACMD to sd_cmd_handler format
 2024-06-27 16:48 UTC  (2+ messages)
` [PATCH 01/12] hw/sd/sdcard: Add sd_acmd_SET_BUS_WIDTH handler (ACMD6)

[PATCH 00/21] hw/sd/sdcard: Convert CMD to sd_cmd_handler format
 2024-06-27 16:43 UTC  (22+ messages)
` [PATCH 01/21] hw/sd/sdcard: Add sd_cmd_SWITCH_FUNCTION handler (CMD6)
` [PATCH 02/21] hw/sd/sdcard: Add sd_cmd_DE/SELECT_CARD handler (CMD7)
` [PATCH 03/21] hw/sd/sdcard: Add sd_cmd_SEND_IF_COND handler (CMD8)
` [PATCH 04/21] hw/sd/sdcard: Add sd_cmd_SEND_CSD/CID handlers (CMD9 & CMD10)
` [PATCH 05/21] hw/sd/sdcard: Add spi_cmd_SEND_CSD/CID "
` [PATCH 06/21] hw/sd/sdcard: Add sd_cmd_STOP_TRANSMISSION handler (CMD12)
` [PATCH 07/21] hw/sd/sdcard: Add sd_cmd_SEND_STATUS handler (CMD13)
` [PATCH 08/21] hw/sd/sdcard: Add sd_cmd_GO_INACTIVE_STATE handler (CMD15)
` [PATCH 09/21] hw/sd/sdcard: Add sd_cmd_SET_BLOCKLEN handler (CMD16)
` [PATCH 10/21] hw/sd/sdcard: Add sd_cmd_READ_SINGLE_BLOCK handler (CMD17)
` [PATCH 11/21] hw/sd/sdcard: Add sd_cmd_WRITE_SINGLE_BLOCK handler (CMD24)
` [PATCH 12/21] hw/sd/sdcard: Add sd_cmd_PROGRAM_CSD handler (CMD27)
` [PATCH 13/21] hw/sd/sdcard: Add sd_cmd_SET/CLR_WRITE_PROT handler (CMD28 & CMD29)
` [PATCH 14/21] hw/sd/sdcard: Add sd_cmd_SEND_WRITE_PROT handler (CMD30)
` [PATCH 15/21] hw/sd/sdcard: Add sd_cmd_ERASE_WR_BLK_START/END handlers (CMD32 & CMD33)
` [PATCH 16/21] hw/sd/sdcard: Add sd_cmd_ERASE handler (CMD38)
` [PATCH 17/21] hw/sd/sdcard: Add sd_cmd_LOCK_UNLOCK handler (CMD42)
` [PATCH 18/21] hw/sd/sdcard: Add sd_cmd_APP_CMD handler (CMD55)
` [PATCH 19/21] hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
` [PATCH 20/21] hw/sd/sdcard: Add spi_cmd_READ_OCR handler (CMD58)
` [PATCH 21/21] hw/sd/sdcard: Add spi_cmd_CRC_ON_OFF handler (CMD59)

[PATCH v3 00/17] hw/sd/sdcard: Accumulation of cleanups and fixes
 2024-06-27 16:47 UTC  (19+ messages)
` [PATCH v3 01/17] hw/sd/sdcard: Deprecate support for spec v1.10
` [PATCH v3 02/17] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v3 03/17] hw/sd/sdcard: Track last command used to help logging
` [PATCH v3 04/17] hw/sd/sdcard: Trace block offset in READ/WRITE data accesses
` [PATCH v3 05/17] hw/sd/sdcard: Trace requested address computed by sd_req_get_address()
` [PATCH v3 06/17] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
` [PATCH v3 07/17] hw/sd/sdcard: Send WRITE_PROT bits MSB first (CMD30)
` [PATCH v3 08/17] hw/sd/sdcard: Send NUM_WR_BLOCKS bits MSB first (ACMD22)
` [PATCH v3 09/17] hw/sd/sdcard: Use READY_FOR_DATA definition instead of magic value
` [PATCH v3 10/17] hw/sd/sdcard: Assign SDCardStates enum values
` [PATCH v3 11/17] hw/sd/sdcard: Simplify sd_inactive_state handling
` [PATCH v3 12/17] hw/sd/sdcard: Restrict SWITCH_FUNCTION to sd_transfer_state (CMD6)
` [PATCH v3 13/17] hw/sd/sdcard: Add direct reference to SDProto in SDState
` [PATCH v3 14/17] hw/sd/sdcard: Extract sd_blk_len() helper
` [PATCH v3 15/17] tests/qtest: Disable npcm7xx_sdhci tests using hardcoded RCA
` [PATCH v3 16/17] hw/sd/sdcard: Generate random RCA value
` [PATCH v3 17/17] hw/sd/sdcard: Introduce definitions for EXT_CSD register

[PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
 2024-06-27 16:46 UTC  (10+ messages)

[PATCH 00/11] hw/sd/sdcard: Consolidate SDProto::cmd[] arrays
 2024-06-27 16:38 UTC  (12+ messages)
` [PATCH 01/11] hw/sd/sdcard: Move sd_[a]cmd_name() methods to sd.c
` [PATCH 02/11] hw/sd/sdcard: Pass SDState as argument to sd_[a]cmd_name()
` [PATCH 03/11] hw/sd/sdcard: Prepare SDProto to contain more fields
` [PATCH 04/11] hw/sd/sdcard: Store command name in SDProto
` [PATCH 05/11] hw/sd/sdcard: Store command type "
` [PATCH 06/11] hw/sd/sdcard: Store command class "
` [PATCH 07/11] hw/sd/sdcard: Remove SEND_DSR dead case (CMD4)
` [PATCH 08/11] hw/sd/sdcard: Register generic optional handlers (CMD11 and CMD20)
` [PATCH 09/11] hw/sd/sdcard: Register optional handlers from spec v6.00
` [PATCH 10/11] hw/sd/sdcard: Register SDIO optional handlers
` [PATCH 11/11] hw/sd/sdcard: Register Security Extension "

[PATCH 0/5] target/i386: SEV: fix compiler warnings on 32-bit hosts
 2024-06-27 16:37 UTC  (10+ messages)
` [PATCH 1/5] target/i386: SEV: rename sev_snp_guest->id_block
` [PATCH 2/5] target/i386: SEV: store pointer to decoded id_block in SevSnpGuest
` [PATCH 3/5] target/i386: SEV: rename sev_snp_guest->id_auth
` [PATCH 4/5] target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest
` [PATCH 5/5] target/i386: SEV: fix format strings for 32-bit hosts

[PATCH v2 0/7] hw/sd/sd: Introduce sd_cmd_to_receivingdata() / sd_generic_write_byte()
 2024-06-27 16:34 UTC  (8+ messages)
` [PATCH v2 1/7] hw/sd/sdcard: Introduce sd_cmd_to_receivingdata / sd_generic_write_byte
` [PATCH v2 2/7] hw/sd/sdcard: Duplicate WRITE_SINGLE_BLOCK / WRITE_MULTIPLE_BLOCK cases
` [PATCH v2 3/7] hw/sd/sdcard: Convert WRITE_SINGLE_BLOCK to generic_write_byte (CMD24)
` [PATCH v2 4/7] hw/sd/sdcard: Convert PROGRAM_CID to generic_write_byte (CMD26)
` [PATCH v2 5/7] hw/sd/sdcard: Convert PROGRAM_CSD to generic_write_byte (CMD27)
` [PATCH v2 6/7] hw/sd/sdcard: Convert LOCK_UNLOCK to generic_write_byte (CMD42)
` [PATCH v2 7/7] hw/sd/sdcard: Convert GEN_CMD to generic_write_byte (CMD56)

[PATCH v2 00/11] hw/sd/sd: Introduce sd_cmd_to_sendingdata() and sd_generic_read_byte()
 2024-06-27 16:27 UTC  (12+ messages)
` [PATCH v2 01/11] hw/sd/sdcard: Introduce sd_cmd_to_sendingdata and sd_generic_read_byte
` [PATCH v2 02/11] hw/sd/sdcard: Convert SWITCH_FUNCTION to generic_read_byte (CMD6)
` [PATCH v2 03/11] hw/sd/sdcard: Convert SEND_CSD/SEND_CID to generic_read_byte (CMD9 & 10)
` [PATCH v2 04/11] hw/sd/sdcard: Duplicate READ_SINGLE_BLOCK / READ_MULTIPLE_BLOCK cases
` [PATCH v2 05/11] hw/sd/sdcard: Convert READ_SINGLE_BLOCK to generic_read_byte (CMD17)
` [PATCH v2 06/11] hw/sd/sdcard: Convert SEND_TUNING_BLOCK to generic_read_byte (CMD19)
` [PATCH v2 07/11] hw/sd/sdcard: Convert SEND_WRITE_PROT to generic_read_byte (CMD30)
` [PATCH v2 08/11] hw/sd/sdcard: Convert GEN_CMD to generic_read_byte (CMD56)
` [PATCH v2 09/11] hw/sd/sdcard: Convert SD_STATUS to generic_read_byte (ACMD13)
` [PATCH v2 10/11] hw/sd/sdcard: Convert SEND_NUM_WR_BLOCKS to generic_read_byte (ACMD22)
` [PATCH v2 11/11] hw/sd/sdcard: Convert SEND_SCR to generic_read_byte (ACMD51)

[PATCH] hw/core/loader: gunzip(): fix memory leak on error path
 2024-06-27 16:25 UTC 

[PATCH v2] timer: Fix a race condition between timer's callback and destroying code
 2024-06-27 16:12 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] block/curl: explicitly assert that strchr returns non-NULL value
 2024-06-27 15:30 UTC 

[PATCH 0/3] vl.c: select_machine(): improve error message
 2024-06-27 15:21 UTC  (2+ messages)

[RFC PATCH 0/7] migration/multifd: Introduce storage slots
 2024-06-27 15:17 UTC  (5+ messages)
` [RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters

[PATCH 0/2] hw/intc/loongson_ipi: Fix for LoongArch
 2024-06-27 15:12 UTC  (5+ messages)

[PATCH v1 00/13] Multifd 🔀 device state transfer support with VFIO consumer
 2024-06-27 15:09 UTC  (11+ messages)

[PATCH v5 0/6] hw/ppc: SPI model
 2024-06-27 15:05 UTC  (5+ messages)
` [PATCH v5 2/6] hw/ssi: Add "
` [PATCH v5 3/6] hw/ssi: Extend "

[PATCH] target/i386/tcg: remove unused enum
 2024-06-27 14:59 UTC  (3+ messages)

[PATCH 0/3] target/i386/sev: Fix 32-bit host build issues
 2024-06-27 14:58 UTC  (2+ messages)

linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base
 2024-06-27 14:55 UTC  (9+ messages)

[PATCH 00/14] Fix check-qtest-ppc64 sanitizer errors
 2024-06-27 14:06 UTC  (6+ messages)
` [PATCH 05/14] ppc/vof: Fix unaligned FDT property access

[PATCH 0/2] target/i386: drop AMD machine check bits from Intel CPUID
 2024-06-27 14:06 UTC  (3+ messages)
` [PATCH 1/2] target/i386: pass X86CPU to x86_cpu_get_supported_feature_word
` [PATCH 2/2] target/i386: drop AMD machine check bits from Intel CPUID

[PULL 00/42] i386, scsi. hostmem fixes for 2024-06-08
 2024-06-27 14:00 UTC  (4+ messages)
` [PULL 39/42] i386: Add support for SUCCOR feature

[PATCH v2 0/6] tests/tcg/aarch64: Fix inline assemblies for clang
 2024-06-27 13:58 UTC  (7+ messages)
` [PATCH v2 1/6] tests/tcg/arm: Fix fcvt result messages
` [PATCH v2 2/6] tests/tcg/aarch64: Fix test architecture specification
` [PATCH v2 3/6] tests/tcg/aarch64: Explicitly specify register width
` [PATCH v2 4/6] tests/tcg/aarch64: Fix irg operand type
` [PATCH v2 5/6] tests/tcg/aarch64: Do not use x constraint
` [PATCH v2 6/6] tests/tcg/arm: Manually bit-cast half-precision numbers

[PATCH 0/7] VIRTIO-IOMMU/HostIOMMUDevice: Fixes and page size mask rework
 2024-06-27 13:57 UTC  (8+ messages)
` [PATCH 4/7] HostIOMMUDevice: Introduce get_page_size_mask() callback
` [PATCH 5/7] virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()

[PATCH v3 qemu 00/11] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-06-27 13:50 UTC  (19+ messages)
` [PATCH v3 01/11] hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle
` [PATCH v3 02/11] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH v3 03/11] hw/acpi: Move AML building code for Generic Initiators to aml_build.c
` [PATCH v3 04/11] hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_initiator()
` [PATCH v3 05/11] hw/pci: Add a bus property to pci_props and use for acpi/gi
` [PATCH v3 07/11] hw/pci-bridge: Add acpi_uid property to CXL PXB
` [PATCH v3 09/11] bios-tables-test: Allow for new acpihmat-generic-x test data

[v2 1/1] hw/i386/acpi-build: add OSHP method support for SHPC driver load
 2024-06-27 13:45 UTC  (2+ messages)

[PATCH v2 00/15] Fix check-qtest-ppc64 sanitizer errors
 2024-06-27 13:37 UTC  (16+ messages)
` [PATCH v2 01/15] cpu: Free cpu_ases
` [PATCH v2 02/15] hw/ide: Convert macio ide_irq into GPIO line
` [PATCH v2 03/15] hw/ide: Remove internal DMA qemu_irq
` [PATCH v2 04/15] hw/isa/vt82c686: Define a GPIO line between vt82c686 and i8259
` [PATCH v2 05/15] spapr: Free stdout path
` [PATCH v2 06/15] ppc/vof: Fix unaligned FDT property access
` [PATCH v2 07/15] hw/virtio: Free vqs after vhost_dev_cleanup()
` [PATCH v2 08/15] migration: Free removed SaveStateEntry
` [PATCH v2 09/15] memory: Do not create circular reference with subregion
` [PATCH v2 10/15] tests/qtest: Use qtest_add_data_func_full()
` [PATCH v2 11/15] tests/qtest: Free unused QMP response
` [PATCH v2 12/15] tests/qtest: Free old machine variable name
` [PATCH v2 13/15] tests/qtest: Delete previous boot file
` [PATCH v2 14/15] tests/qtest: Free paths
` [PATCH v2 15/15] tests/qtest: Free GThread

[PATCH 0/6] tests/tcg/aarch64: Fix inline assemblies for clang
 2024-06-27 13:28 UTC  (3+ messages)

[PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support
 2024-06-27 13:02 UTC  (6+ messages)
` [PATCH v3 1/4] hw/intc: Remove loongarch_ipi.c

[PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch
 2024-06-27 12:58 UTC  (2+ messages)
` [PATCH v2 1/1] hw/intc/loongson_ipi: Gate MMIO regions creation with property

[PATCH v3 00/15] Introduce support for IGVM files
 2024-06-27 12:53 UTC  (7+ messages)
` [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 10/15] docs/interop/firmware.json: Add igvm to FirmwareDevice

[RESEND PATCH 0/2] hw/intc: Restore loongarch_ipi for LoongArch
 2024-06-27 12:13 UTC  (3+ messages)
` [RESEND PATCH 1/2] Revert "hw/intc: Remove loongarch_ipi.c"
` [RESEND PATCH 2/2] hw/intc: Restore loongarch_ipi for LoongArch

[PATCH v5 0/9] Add MTE stubs for aarch64 user mode
 2024-06-27 12:26 UTC  (5+ messages)
` [PATCH v5 7/9] gdbstub: Make get cpu and hex conversion functions non-internal

[PATCH v4 00/16] Add support for RISC-V ACPI tests
 2024-06-27 12:18 UTC  (3+ messages)
` [PATCH v4 16/16] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V

[RFC PATCH v3 00/18] SMMUv3 nested translation support
 2024-06-27 11:50 UTC  (7+ messages)
` [RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS
` [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE

[PATCH v2 0/2] ui/cocoa: Adds native absolute pointer support
 2024-06-27 11:48 UTC  (3+ messages)
` [PATCH v2 2/2] ui/cocoa: Adds NSCursor "

[PATCH v2] Consider discard option when writing zeros
 2024-06-27 11:42 UTC  (7+ messages)

[PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-06-27 11:52 UTC  (3+ messages)

[PATCH v2 0/4] ui/cocoa: Add cursor composition
 2024-06-27 11:17 UTC  (5+ messages)
` [PATCH v2 1/4] ui/cocoa: Release CGColorSpace
` [PATCH v2 2/4] ui/console: Convert mouse visibility parameter into bool
` [PATCH v2 3/4] ui/cocoa: Add cursor composition
` [PATCH v2 4/4] ui/console: Remove dpy_cursor_define_supported()

[PATCH v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control)
 2024-06-27 11:08 UTC  (3+ messages)
` [PATCH v2 06/12] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time

[PATCH v2 00/21] qapi: convert "Note" and "Example" sections to rST
 2024-06-27 10:46 UTC  (11+ messages)
` [PATCH v2 03/21] docs/qapidoc: remove unused intersperse function
` [PATCH v2 05/21] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH v2 13/21] qapi/parser: don't parse rST markup as section headers

[PULL 00/32] riscv-to-apply queue
 2024-06-27 10:00 UTC  (18+ messages)
` [PULL 02/32] target/riscv: Move Guest irqs out of the core local irqs range
` [PULL 04/32] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
` [PULL 07/32] hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible'
` [PULL 08/32] hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation'
` [PULL 11/32] hw/riscv/virt.c: imsics DT: add '#msi-cells'
` [PULL 12/32] target/riscv/kvm: add software breakpoints support
` [PULL 14/32] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
` [PULL 15/32] target/riscv: Reuse the conversion function of priv_spec
` [PULL 16/32] target/riscv: Define macros and variables for ss1p13
` [PULL 21/32] hw/riscv/virt.c: Make block devices default to virtio
` [PULL 22/32] target/riscv: Fix froundnx.h nanbox check
` [PULL 24/32] target/riscv: Introduce extension implied rules definition
` [PULL 25/32] target/riscv: Introduce extension implied rule helpers
` [PULL 28/32] target/riscv: Add Zc extension implied rule
` [PULL 30/32] target/riscv: Add functions for common matching conditions of trigger
` [PULL 31/32] target/riscv: Apply modularized matching conditions for watchpoint
` [PULL 32/32] target/riscv: Apply modularized matching conditions for icount trigger


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