qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-02 16:09:29 to 2024-09-03 16:17:19 UTC [more...]

[PATCH for-9.2 00/53] arm: Drop deprecated boards
 2024-09-03 16:07 UTC  (54+ messages)
` [PATCH for-9.2 01/53] hw/arm: Remove deprecated akita, borzoi, spitz, terrier, tosa boards
` [PATCH for-9.2 02/53] hw/input: Drop ADS7846 device
` [PATCH for-9.2 03/53] hw/adc: Remove MAX111X device
` [PATCH for-9.2 04/53] hw/gpio: Remove MAX7310 device
` [PATCH for-9.2 05/53] hw/ide: Remove DSCM-1XXXX microdrive device model
` [PATCH for-9.2 06/53] hw/display: Remove tc6393xb device
` [PATCH for-9.2 07/53] hw/arm/KConfig: Replace ZAURUS with ZAURUS_SCOOP
` [PATCH for-9.2 08/53] hw/arm: Remove 'cheetah' machine
` [PATCH for-9.2 09/53] hw/arm: Remove 'connex' and 'verdex' machines
` [PATCH for-9.2 10/53] hw/arm: Remove 'mainstone' machine
` [PATCH for-9.2 11/53] hw/misc: Remove MAINSTONE_FPGA device
` [PATCH for-9.2 12/53] hw/arm: Remove 'z2' machine
` [PATCH for-9.2 13/53] hw/arm: Remove STRONGARM->PXA2XX dependency
` [PATCH for-9.2 14/53] hw/timer/pxa2xx_timer: Remove use of pxa.h header
` [PATCH for-9.2 15/53] hw/arm: Remove pxa2xx.c
` [PATCH for-9.2 16/53] hw/sd: Remove pxa2xx_mmci.c
` [PATCH for-9.2 17/53] hw/input: Remove pxa2xx_keypad
` [PATCH for-9.2 18/53] hw/display: Remove pxa2xx_lcd.c
` [PATCH for-9.2 19/53] hw/dma: Remove pxa2xx_dma
` [PATCH for-9.2 20/53] hw/pcmcia: Remove pxa2xx pcmcia device
` [PATCH for-9.2 21/53] hw/arm: Remove pxa2xx_gpio
` [PATCH for-9.2 22/53] hw/arm: Remove pxa2xx_pic
` [PATCH for-9.2 23/53] hw/timer: Remove pxa27x-timer
` [PATCH for-9.2 24/53] vl.c: Remove pxa2xx-specific -portrait and -rotate options
` [PATCH for-9.2 25/53] hw/arm: Remove 'n800' and 'n810' machines
` [PATCH for-9.2 26/53] hw/misc: Remove cbus
` [PATCH for-9.2 27/53] hw/display: Remove Blizzard display device
` [PATCH for-9.2 28/53] hw/input: Remove tsc2005 touchscreen controller
` [PATCH for-9.2 29/53] hw/input: Remove tsc210x device
` [PATCH for-9.2 30/53] hw/rtc: Remove twl92230 device
` [PATCH for-9.2 31/53] hw/input: Remove lm832x device
` [PATCH for-9.2 32/53] hw/block: Remove OneNAND device
` [PATCH for-9.2 33/53] hw/usb: Remove tusb6010 USB controller
` [PATCH for-9.2 34/53] hw/usb: Remove MUSB USB host controller
` [PATCH for-9.2 35/53] hw: Remove PCMCIA subsystem
` [PATCH for-9.2 36/53] docs: Document removal of old Arm boards
` [PATCH for-9.2 37/53] hw/arm: Remove omap2.c
` [PATCH for-9.2 38/53] hw/gpio: Remove TYPE_OMAP2_GPIO
` [PATCH for-9.2 39/53] hw/char: Remove omap2_uart
` [PATCH for-9.2 40/53] hw/intc: Remove omap2-intc device
` [PATCH for-9.2 41/53] hw/sd: Remove omap2_mmc device
` [PATCH for-9.2 42/53] hw/misc: Remove omap_sdrc device
` [PATCH for-9.2 43/53] hw/misc: Remove omap_gpmc
` [PATCH for-9.2 44/53] hw/timer: Remove omap_gptimer
` [PATCH for-9.2 45/53] hw/timer: Remove omap_synctimer
` [PATCH for-9.2 46/53] hw/block: Remove ecc
` [PATCH for-9.2 47/53] hw/ssi: Remove omap_mcspi
` [PATCH for-9.2 48/53] hw/misc: Remove omap_tap device
` [PATCH for-9.2 49/53] hw/display: Remove omap_dss
` [PATCH for-9.2 50/53] hw/misc: Remove omap_l4 device
` [PATCH for-9.2 51/53] hw/misc/omap_clk: Remove OMAP2-specifics
` [PATCH for-9.2 52/53] hw/dma: Remove omap_dma4 device
` [PATCH for-9.2 53/53] hw: Remove omap2 specific defines and enums

[PATCH] target/cris: Remove the deprecated CRIS target
 2024-09-03 16:13 UTC  (2+ messages)

[PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
 2024-09-03 15:39 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] hw/block: Remove TC58128 NAND EEPROM
` [PATCH 3/3] hw/sh4: Remove sh7750_register_io_device() helper

[RFC V1 0/6] Live Update: tap and vhost
 2024-09-03 15:38 UTC  (5+ messages)
` [RFC V1 1/6] Revert "vhost-backend: remove vhost_kernel_reset_device()"
` [RFC V1 4/6] migration: cpr_get_fd_param helper

[PATCH 1/1] allow using a higher icount
 2024-09-03 15:28 UTC  (12+ messages)

[PATCH v5] target/arm/tcg: refine cache descriptions with a wrapper
 2024-09-03 15:23 UTC  (2+ messages)

[PATCH 0/2] oslib: fix OSes support for qemu_close_all_open_fd()
 2024-09-03 15:21 UTC  (10+ messages)
` [PATCH 2/2] qemu/osdep: handle sysconf(_SC_OPEN_MAX) return value == -1

[PATCH v2 00/14] tcg/riscv: Add support for vector
 2024-09-03 15:15 UTC  (16+ messages)
` [PATCH v2 08/14] tcg/riscv: Implement vector cmp ops
` [PATCH v2 09/14] tcg/riscv: Implement vector neg ops
` [PATCH v2 10/14] tcg/riscv: Implement vector sat/mul ops
` [PATCH v2 11/14] tcg/riscv: Implement vector min/max ops
` [PATCH v2 12/14] tcg/riscv: Implement vector shs/v ops
` [PATCH v2 13/14] tcg/riscv: Implement vector roti/v/x shi ops
` [PATCH v2 14/14] tcg/riscv: Enable native vector support for TCG host

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-03 15:09 UTC  (18+ messages)
` [PATCH v2 05/17] thread-pool: Implement non-AIO (generic) pool support
` [PATCH v2 09/17] migration/multifd: Device state transfer support - receive side
` [PATCH v2 10/17] migration/multifd: Convert multifd_send()::next_channel to atomic
` [PATCH v2 13/17] migration/multifd: Add migration_has_device_state_support()

[PATCH v2] hw/arm/boot: Report error msg if loading elf/dtb failed
 2024-09-03 13:40 UTC  (6+ messages)

[PATCH] tests/qtest/hd-geo-test: Check for availability of "pc" machine before using it
 2024-09-03 13:42 UTC 

[PATCH v4] target/arm/tcg: refine cache descriptions with a wrapper
 2024-09-03 14:58 UTC  (3+ messages)

[PATCH v5 00/44] Convert avocado tests to normal Python unittests
 2024-09-03 14:14 UTC  (8+ messages)
` [PATCH v5 32/44] tests/functional: Convert the vnc test
` [PATCH v5 34/44] tests/functional: Convert Aarch64 SBSA-Ref avocado tests

[PATCH v5] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-09-03 13:56 UTC  (2+ messages)

[PATCH v3 00/11] support I2C for AST2700
 2024-09-03 14:11 UTC  (15+ messages)
` [PATCH v3 01/11] hw/i2c/aspeed: Support discontinuous register memory region of I2C bus
` [PATCH v3 02/11] hw/i2c/aspeed: Introduce a new bus pool buffer attribute in AspeedI2Cbus
` [PATCH v3 03/11] hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C bus
` [PATCH v3 04/11] hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in AspeedI2Cbus
` [PATCH v3 05/11] hw/i2c/aspeed: Add AST2700 support
` [PATCH v3 06/11] hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addresses
` [PATCH v3 07/11] hw/i2c/aspeed: Add support for "
` [PATCH v3 08/11] aspeed/soc: Introduce a new API to get the device irq
  ` [SPAM] "
` [PATCH v3 09/11] aspeed/soc: Support I2C for AST2700
  ` [SPAM] "
` [PATCH v3 10/11] aspeed: Add tmp105 in i2c bus 0 "
` [PATCH v3 11/11] machine_aspeed.py: Update to test I2C "
` [SPAM] [PATCH v3 00/11] support "

[PATCH] target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
 2024-09-03 14:14 UTC  (2+ messages)

[PATCH v2 00/11] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
 2024-09-03 14:53 UTC  (10+ messages)
` [PATCH v2 01/11] hw/s390/ccw-device: Convert to three-phase reset
` [PATCH v2 05/11] target/alpha, hppa: Remove unused parent_reset fields
` [PATCH v2 10/11] hw/core/qdev: Simplify legacy_reset handling
` [PATCH v2 11/11] hw/core/resettable: Remove transitional_function machinery

[PATCH v2] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
 2024-09-03 13:53 UTC  (2+ messages)

[PATCH] tests/functional/test_vnc: Reduce raciness in find_free_ports()
 2024-09-03 14:50 UTC  (2+ messages)

[PATCH] hw/arm/boot: Explain why load_elf_hdr() error is ignored
 2024-09-03 14:41 UTC 

[PATCH v3] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
 2024-09-03 14:00 UTC 

[PATCH v3] hw/arm/boot: Report error msg if loading elf/dtb failed
 2024-09-03 13:52 UTC  (2+ messages)

[PATCH] tests/qtest/boot-order-test: Make the machine name mandatory in this test
 2024-09-03 13:36 UTC 

[PATCH] kvm/i386: declare kvm_filter_msr() static
 2024-09-03 13:23 UTC  (2+ messages)

[PATCH] kvm/i386: refactor kvm_arch_init and split it into smaller functions
 2024-09-03 13:15 UTC  (2+ messages)

[PATCH] tests/qtest/migration: Add a check for the availability of the "pc" machine
 2024-09-03 13:03 UTC  (2+ messages)

[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-09-03 12:56 UTC  (8+ messages)
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH for-9.2 v6 12/12] docs/specs: add riscv-iommu

[PATCH] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
 2024-09-03  6:29 UTC 

[PATCH 0/2] kvm/i386: Some code refactoring and cleanups for kvm_arch_init
 2024-09-03 12:41 UTC  (3+ messages)
` [PATCH 1/2] kvm/i386: refactor kvm_arch_init and split it into smaller functions
` [PATCH 2/2] kvm/i386: do not initialize identity_base variable

[PATCH V2 1/1] virtio-pci: Add lookup subregion of VirtIOPCIRegion MR
 2024-09-03 10:19 UTC  (5+ messages)

[PATCH] escc: convert Sun mouse to use QemuInputHandler
 2024-09-03 11:38 UTC  (4+ messages)

QEMU/KVM Community Call (3/9/24) agenda items?
 2024-09-03 10:58 UTC 

[PATCH v3 1/1] virtio-pci: Add lookup subregion of VirtIOPCIRegion MR
 2024-09-03 12:03 UTC 

[PATCH] tests/qtest/cdrom-test: Improve the machine detection in the cdrom test
 2024-09-03 11:56 UTC 

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-09-03 11:54 UTC  (10+ messages)
` [RFC PATCH v2 1/5] vhost-user: Add VIRTIO Shared Memory map request

[PATCH] virtio/vhost-user: fix qemu crash when hotunplug vhost-user-net device
 2024-09-03 10:05 UTC  (4+ messages)

[Bug 2078790] Re: jammy qemu x86 int3: 0000 [#1] SMP NOPTI
 2024-09-03  9:37 UTC  (5+ messages)
` [Bug 2078790] [NEW] "

[PATCH v3] target/arm/tcg: refine cache descriptions with a wrapper
 2024-09-03  8:38 UTC  (3+ messages)

[PATCH] kvm/i386: fix a check that ensures we are running on host intel CPU
 2024-09-03  8:00 UTC  (3+ messages)

[PATCH v2] kvm/i386: fix return values of is_host_cpu_intel()
 2024-09-03  8:00 UTC 

[PATCH v4] chardev: add path option for pty backend
 2024-09-03  7:13 UTC  (2+ messages)

[PATCH v2 00/11] support I2C for AST2700
 2024-09-03  7:10 UTC  (15+ messages)
` [PATCH v2 04/11] hw/i2c/aspeed: introduce a new dma_dram_offset attribute in AspeedI2Cbus
` [PATCH v2 06/11] hw/i2c/aspeed: support Tx/Rx buffer 64 bits address
` [PATCH v2 07/11] hw/i2c/aspeed: support high part dram offset for DMA 64 bits
` [PATCH v2 08/11] aspeed/soc: introduce a new API to get the INTC orgate information

[PATCH] plugins: add two events for cpu_restore_state_from_tb() and cpu_io_recompile()
 2024-09-03  6:53 UTC  (6+ messages)

[PATCH 0/5] Introduce svukte ISA extension
 2024-09-03  6:17 UTC  (6+ messages)
` [PATCH 1/5] target/riscv: Add svukte extension capability variable
` [PATCH 2/5] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
` [PATCH 3/5] target/riscv: Support hstatus[HUKTE] "
` [PATCH 4/5] target/riscv: Check memory access to meet svuket rule
` [PATCH 5/5] target/riscv: Expose svukte ISA extension

tests/avocado/riscv_opensbi.py does not work reliable
 2024-09-03  5:55 UTC  (3+ messages)

[PATCH v2 0/2] riscv: char: Avoid dropped charecters
 2024-09-03  5:53 UTC  (5+ messages)
` [PATCH v2 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
` [PATCH v2 2/2] hw/char: sifive_uart: Print uart charecters async

[PATCH] tests/functional: Convert the multiprocess avocado test into a standalone test
 2024-09-03  5:13 UTC 

[PATCH] target/riscv: Stop timer with infinite timecmp
 2024-09-03  0:54 UTC  (2+ messages)

[PATCH 0/2] crypto: misc pbkdf fixes for testing & algorithm compat
 2024-09-02 19:45 UTC  (5+ messages)
` [PATCH 1/2] crypto: check gnutls & gcrypt support the requested pbkdf hash
` [PATCH 2/2] tests/unit: always build the pbkdf crypto unit test

[PATCH] contrib/plugins/Makefile: Add a 'distclean' target
 2024-09-02 18:58 UTC  (3+ 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).