qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-03 03:45:37 to 2023-07-03 13:49:20 UTC [more...]

[PULL 00/38] maintainer updates for 8.1: testing, fuzz, plugins, docs, gdbstub
 2023-07-03 13:44 UTC  (9+ messages)
` [PULL 02/38] gitlab: ensure coverage job also publishes meson log
` [PULL 03/38] gitlab: reduce testing scope of check-gcov
` [PULL 05/38] tests/tcg: add mechanism to handle plugin arguments
` [PULL 06/38] qemu-keymap: properly check return from xkb_keymap_mod_get_index
` [PULL 09/38] tests/docker: add test-fuzz
` [PULL 12/38] tests/lcitool: Bump fedora container versions
` [PULL 14/38] tests/lcitool: introduce qemu-minimal
` [PULL 17/38] tests/avocado: Make the test_arm_bpim2u_gmac test more reliable

[PATCH 00/32] hw/sd: eMMC support
 2023-07-03 13:25 UTC  (33+ messages)
` [PATCH 01/32] hw/sd: When card is in wrong state, log which state it is
` [PATCH 02/32] hw/sd: When card is in wrong state, log which spec version is used
` [PATCH 03/32] hw/sd: Move proto_name to SDProto structure
` [PATCH 04/32] hw/sd: Introduce sd_cmd_handler type
` [PATCH 05/32] hw/sd: Add sd_cmd_illegal() handler
` [PATCH 06/32] hw/sd: Add sd_cmd_unimplemented() handler
` [PATCH 07/32] hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
` [PATCH 08/32] hw/sd: Add sd_cmd_SEND_OP_CMD() handler
` [PATCH 09/32] hw/sd: Add sd_cmd_ALL_SEND_CID() handler
` [PATCH 10/32] hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
` [PATCH 11/32] hw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
` [PATCH 12/32] hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
` [PATCH 13/32] hw/sd: Introduce a "sd-card" SPI variant model
` [PATCH 14/32] hw/sd: Basis for eMMC support
` [PATCH 15/32] hw/sd: Add emmc_cmd_SEND_OP_CMD() handler
` [PATCH 16/32] hw/sd: Add emmc_cmd_ALL_SEND_CID() handler
` [PATCH 17/32] hw/sd: Add emmc_cmd_SEND_RELATIVE_ADDR() handler
` [PATCH 18/32] hw/sd: Add emmc_cmd_APP_CMD() handler
` [PATCH 19/32] hw/sd: add emmc_cmd_SEND_TUNING_BLOCK() handler
` [PATCH 20/32] hw/sd: Add CMD21 tuning sequence
` [PATCH 21/32] hw/sd: Add mmc switch function support
` [PATCH 22/32] hw/sd: Add emmc_cmd_SEND_EXT_CSD() handler
` [PATCH 23/32] hw/sd: Support boot area in emmc image
` [PATCH 24/32] hw/sd: Subtract bootarea size from blk
` [PATCH 25/32] hw/sd: Add boot config support
` [PATCH 26/32] hw/sd: Fix SET_BLOCK_COUNT command argument
` [PATCH 27/32] hw/sd: Update CMD1 definition for MMC
` [PATCH 28/32] hw/arm/aspeed: Add eMMC device
` [PATCH 29/32] hw/arm/aspeed: Load eMMC first boot area as a boot rom
` [PATCH 30/32] hw/arm/aspeed: Set boot device to emmc
` [PATCH 31/32] aspeed: Set bootconfig
` [PATCH 32/32] aspeed: Introduce a 'boot-emmc' property for AST2600 based machines

[PATCH v3] target/ppc: Make checkstop actually stop the system
 2023-07-03 13:26 UTC  (5+ messages)

[PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port
 2023-07-03 13:31 UTC  (13+ messages)

[PATCH qemu v3] aspeed add montblanc bmc reference from fuji
 2023-07-03 13:31 UTC  (2+ messages)

[PATCH] aspeed: Introduce helper for 32-bit hosts limitation
 2023-07-03 13:14 UTC  (2+ messages)

[PATCH 0/4] ppc/pnv: SMT support for powernv
 2023-07-03 13:02 UTC  (12+ messages)
` [PATCH 1/4] target/ppc: Add LPAR-per-core vs per-thread mode flag
` [PATCH 2/4] target/ppc: SMT support for the HID SPR
` [PATCH 3/4] ppc/pnv: SMT support for powernv
` [PATCH 4/4] tests/avocado: Add powernv machine test script

[PATCH qemu v2] aspeed add montblanc bmc reference from fuji
 2023-07-03 12:51 UTC  (2+ messages)

[RISC-V] ERROR:../accel/tcg/cpu-exec.c:1028:cpu_exec_setjmp: assertion failed: (cpu == current_cpu)
 2023-07-03 12:42 UTC  (4+ messages)

[RFC v3 00/10] Native Library Calls
 2023-07-03 12:13 UTC  (3+ messages)
` [RFC v3 09/10] target/arm: Add support for native library calls

[PATCH v4 00/37] crypto: Provide aes-round.h and host accel
 2023-07-03 12:08 UTC  (39+ messages)
` [PATCH v4 01/37] util: Add cpuinfo-ppc.c
` [PATCH v4 02/37] tests/multiarch: Add test-aes
` [PATCH v4 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH v4 04/37] crypto/aes: Add AES_SH, AES_ISH macros
` [PATCH v4 05/37] crypto: Add aesenc_SB_SR_AK
` [PATCH v4 06/37] crypto: Add aesdec_ISB_ISR_AK
` [PATCH v4 07/37] crypto: Add aesenc_MC
` [PATCH v4 08/37] crypto: Add aesdec_IMC
` [PATCH v4 09/37] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH v4 10/37] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH v4 11/37] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH v4 12/37] host/include/i386: Implement aes-round.h
` [PATCH v4 13/37] host/include/aarch64: "
` [PATCH v4 14/37] host/include/ppc: "
` [PATCH v4 15/37] target/ppc: Use aesenc_SB_SR_AK
` [PATCH v4 16/37] target/ppc: Use aesdec_ISB_ISR_AK
` [PATCH v4 17/37] target/ppc: Use aesenc_SB_SR_MC_AK
` [PATCH v4 18/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v4 19/37] target/i386: Use aesenc_SB_SR_AK
` [PATCH v4 20/37] target/i386: Use aesdec_ISB_ISR_AK
` [PATCH v4 21/37] target/i386: Use aesdec_IMC
` [PATCH v4 22/37] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH v4 23/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH v4 24/37] target/arm: Demultiplex AESE and AESMC
` [PATCH v4 25/37] target/arm: Use aesenc_SB_SR_AK
` [PATCH v4 26/37] target/arm: Use aesdec_ISB_ISR_AK
` [PATCH v4 27/37] target/arm: Use aesenc_MC
` [PATCH v4 28/37] target/arm: Use aesdec_IMC
` [PATCH v4 29/37] target/riscv: Use aesenc_SB_SR_AK
` [PATCH v4 30/37] target/riscv: Use aesdec_ISB_ISR_AK
` [PATCH v4 31/37] target/riscv: Use aesdec_IMC
` [PATCH v4 32/37] target/riscv: Use aesenc_SB_SR_MC_AK
` [PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK
` [PATCH v4 34/37] crypto: Remove AES_shifts, AES_ishifts
` [PATCH v4 35/37] crypto: Implement aesdec_IMC with AES_imc_rot
` [PATCH v4 36/37] crypto: Remove AES_imc
` [PATCH v4 37/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN

[PATCH v3] target/ppc: Machine check on invalid real address access on POWER9/10
 2023-07-03 12:03 UTC 

[PULL 00/33] UI patches
 2023-07-03 11:45 UTC  (3+ messages)
` [PULL 22/33] virtio-gpu/win32: allocate shareable 2d resources/images

[PATCH v2 00/46] Add LoongArch LASX instructions
 2023-07-03 11:43 UTC  (7+ messages)
` [PATCH v2 06/46] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v2 09/46] target/loongarch: Implement xvhaddw/xvhsubw

[PATCH for-8.1? 00/24] linux-user: mmap range fixes
 2023-07-03 11:36 UTC  (24+ messages)
` [PATCH 01/24] linux-user: Use assert in mmap_fork_start
` [PATCH 02/24] linux-user: Fix formatting of mmap.c
` [PATCH 03/24] linux-user/strace: Expand struct flags to hold a mask
` [PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PATCH 05/24] linux-user: Split TARGET_PROT_* "
` [PATCH 06/24] linux-user: Populate more bits in mmap_flags_tbl
` [PATCH 07/24] accel/tcg: Introduce page_check_range_empty
` [PATCH 09/24] linux-user: Implement MAP_FIXED_NOREPLACE
` [PATCH 10/24] linux-user: Split out target_to_host_prot
` [PATCH 11/24] linux-user: Widen target_mmap offset argument to off_t

[PATCH v16 0/9] TCG code quality tracking
 2023-07-03 11:21 UTC  (2+ messages)

Emulation of 'System OFF' mode in ARM nRF51 SoCs
 2023-07-03 11:20 UTC  (4+ messages)

[PULL 00/42] target-arm queue
 2023-07-03 11:14 UTC  (10+ messages)
` [PULL 18/42] tests: avocado: boot_linux_console: Add test case for bpim2u

[PATCH] block/blkio: fix module_block.py parsing
 2023-07-03 10:54 UTC  (2+ messages)

[RESEND][PATCH v1 2/2] xen_arm: Initialize RAM and add hi/low memory regions
 2023-07-03  6:14 UTC  (2+ messages)
` [PATCH "

[PATCH v2 0/5] Misc fixes for throttle
 2023-07-03 10:31 UTC  (11+ messages)
` [PATCH v2 1/5] throttle: introduce enum ThrottleType
` [PATCH v2 2/5] test-throttle: use "
` [PATCH v2 3/5] throttle: support read-only and write-only
` [PATCH v2 4/5] test-throttle: test read only and write only
` [PATCH v2 5/5] cryptodev: use NULL throttle timer cb for read direction

[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
 2023-07-03 10:09 UTC  (8+ messages)

[PATCH v2 0/2] Fix PSIHB interrupts init PQ state
 2023-07-03  9:50 UTC  (6+ messages)
` [PATCH v2 1/2] pnv/xive: Add property on xive sources to define PQ state on reset
` [PATCH v2 2/2] pnv/psi: Initialize the PSIHB interrupts to match hardware

[PATCH v4] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
 2023-07-03  9:35 UTC  (2+ messages)

[PATCH] ui: Link dbus-display with pixman again
 2023-07-03  9:29 UTC  (3+ messages)

[PATCH] net: add initial support for AF_XDP network backend
 2023-07-03  9:03 UTC  (16+ messages)

[PATCH] qemu-options.hx: Fix indentation of some option descriptions
 2023-07-03  8:45 UTC  (2+ messages)

[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
 2023-07-03  8:30 UTC  (11+ messages)
` [PATCH 01/21] q800-glue.c: convert to Resettable interface
` [PATCH 03/21] q800: add machine id register
` [PATCH 06/21] q800: allow accesses to RAM area even if less memory is available
` [PATCH 11/21] swim: add trace events for IWM and ISM registers
` [PATCH 14/21] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK

[PATCH v5 0/2] vhost: register and change IOMMU flag depending on ATS state
 2023-07-03  8:25 UTC  (2+ messages)

[PATCH v2] pnv/xive2: Fix TIMA offset for indirect access
 2023-07-03  8:23 UTC  (2+ messages)

How do you represent a host gcc and a cross gcc in lcitool?
 2023-07-03  8:22 UTC  (6+ messages)

[PATCH v4 00/38] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
 2023-07-03  8:00 UTC  (9+ messages)
` [PATCH v4 08/38] tests/qtests: clean-up and fix leak in generic_fuzz
` [PATCH v4 14/38] tests/lcitool: introduce qemu-minimal
` [PATCH v4 15/38] tests/docker: convert riscv64-cross to lcitool
` [PATCH v4 28/38] gdbstub: lightly refactor connection to avoid snprintf

[PATCH v2] hw/ide/piix: properly initialize the BMIBA register
 2023-07-03  7:59 UTC  (3+ messages)

[PATCH] riscv: Generate devicetree only after machine initialization is complete
 2023-07-03  7:46 UTC  (2+ messages)

[PATCH v2] os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option
 2023-07-03  7:44 UTC 

[PATCH v6 0/7] VFIO migration related refactor and bug fix
 2023-07-03  7:15 UTC  (6+ messages)
` [PATCH v6 3/7] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v6 4/7] vfio/migration: Change vIOMMU blocker from global to per device
` [PATCH v6 5/7] vfio/migration: Free resources when vfio_migration_realize fails
` [PATCH v6 6/7] vfio/migration: Remove print of "Migration disabled"
` [PATCH v6 7/7] vfio/migration: Return bool type for vfio_migration_realize()

[PATCH v3 0/1] target/riscv: Add support for BF16 extensions
 2023-07-03  7:17 UTC  (2+ messages)
` [PATCH v3 1/1] target/riscv: Add disas "

[PATCH RFC v2 0/2] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX_EXTRA commands support
 2023-07-03  6:59 UTC  (3+ messages)
` [PATCH RFC v2 1/2] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature
` [PATCH RFC v2 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ

[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
 2023-07-03  6:54 UTC  (2+ messages)

[PATCH v5 0/7] VFIO migration related refactor and bug fix
 2023-07-03  6:28 UTC  (9+ messages)
` [PATCH v5 3/7] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v5 4/7] vfio/migration: Return bool type for some vfio migration related functions
` [PATCH v5 5/7] vfio/migration: Change vIOMMU blocker from global to per device

[PATCH v7] riscv: Add support for the Zfa extension
 2023-07-03  6:26 UTC 

[PATCH v7 0/9] net: Pad short frames for network backends
 2023-07-03  6:24 UTC  (3+ messages)

[PATCH v6] riscv: Add support for the Zfa extension
 2023-07-03  6:21 UTC  (3+ messages)

[PATCH] hw/vfio/pci-quirks: Sanitize capability pointer
 2023-07-03  6:07 UTC  (2+ messages)

[Bug 2025586] [NEW] Align the iov length to the logical block size
 2023-07-03  5:36 UTC  (3+ messages)
` [Bug 2025586] "

[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask
 2023-07-03  5:20 UTC  (7+ messages)

[PATCH 0/3] pci: Fix ARI next function numbers
 2023-07-03  5:15 UTC  (2+ messages)

[PATCH v3 0/2] pcie: Fix ARI next function numbers
 2023-07-03  4:54 UTC  (5+ messages)

QEMU RISC-V
 2023-07-03  4:15 UTC  (2+ messages)

[PATCH] STM32F100: support different density lines
 2023-07-03  4:06 UTC  (6+ 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).