messages from 2022-06-24 00:37:54 to 2022-06-28 04:49:30 UTC [more...]
[PATCH v4 00/45] target/arm: Scalable Matrix Extension
2022-06-28 4:21 UTC (30+ messages)
` [PATCH v4 01/45] target/arm: Handle SME in aarch64_cpu_dump_state
` [PATCH v4 02/45] target/arm: Add infrastructure for disas_sme
` [PATCH v4 03/45] target/arm: Trap non-streaming usage when Streaming SVE is active
` [PATCH v4 04/45] target/arm: Mark ADR as non-streaming
` [PATCH v4 05/45] target/arm: Mark RDFFR, WRFFR, SETFFR "
` [PATCH v4 06/45] target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL "
` [PATCH v4 07/45] target/arm: Mark PMULL, FMMLA "
` [PATCH v4 08/45] target/arm: Mark FTSMUL, FTMAD, FADDA "
` [PATCH v4 09/45] target/arm: Mark SMMLA, UMMLA, USMMLA "
` [PATCH v4 10/45] target/arm: Mark string/histo/crypto "
` [PATCH v4 11/45] target/arm: Mark gather/scatter load/store "
` [PATCH v4 12/45] target/arm: Mark gather prefetch "
` [PATCH v4 13/45] target/arm: Mark LDFF1 and LDNF1 "
` [PATCH v4 14/45] target/arm: Mark LD1RO "
` [PATCH v4 15/45] target/arm: Add SME enablement checks
` [PATCH v4 16/45] target/arm: Handle SME in sve_access_check
` [PATCH v4 17/45] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v4 18/45] target/arm: Implement SME ZERO
` [PATCH v4 19/45] target/arm: Implement SME MOVA
` [PATCH v4 20/45] target/arm: Implement SME LD1, ST1
` [PATCH v4 22/45] target/arm: Implement SME LDR, STR
` [PATCH v4 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PATCH v4 24/45] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v4 25/45] target/arm: Implement BFMOPA, BFMOPS
` [PATCH v4 27/45] target/arm: Implement SME integer outer product
` [PATCH v4 28/45] target/arm: Implement PSEL
` [PATCH v4 29/45] target/arm: Implement REVD
` [PATCH v4 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH v4 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
[PATCH] target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmem
2022-06-27 22:53 UTC (3+ messages)
[PATCH 00/14] aspeed: Add I2C new register DMA slave mode support
2022-06-27 22:27 UTC (15+ messages)
` [PATCH 01/14] hw/i2c: support multiple masters
` [PATCH 02/14] hw/i2c: add asynchronous send
` [PATCH 03/14] hw/i2c/aspeed: add slave device in old register mode
` [PATCH 04/14] aspeed: i2c: Fix DMA len write-enable bit handling
` [PATCH 05/14] aspeed: i2c: Fix R_I2CD_FUN_CTRL reference
` [PATCH 07/14] aspeed: Add PECI controller
` [PATCH 08/14] hw/misc: Add fby35-cpld
` [PATCH 09/14] pmbus: Reset out buf after switching pages
` [PATCH 10/14] pmbus: Add read-only IC_DEVICE_ID support
` [PATCH 11/14] aspeed: Add oby35-cl machine
` [PATCH 12/14] hw/misc: Add intel-me
` [PATCH 13/14] aspeed: Add intel-me on i2c6 instead of BMC
` [PATCH 14/14] aspeed: Add I2C new register DMA slave mode support
[PATCH 0/2] Add Block Protect (BP) and Top Bottom (TB) bits for write protect
2022-06-27 18:52 UTC (3+ messages)
` [PATCH 1/2] hw: m25p80: Add Block Protect and Top Bottom "
` [PATCH 2/2] hw: m25p80: add tests for BP and TB bit "
[PATCH v2 0/7] Add Qualcomm BMC machines
2022-06-27 16:50 UTC (17+ messages)
` [PATCH v2 1/7] hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 board
` [PATCH v2 2/7] hw/arm/aspeed: add Qualcomm Firework BMC machine
` [PATCH v2 3/7] hw/i2c: pmbus: Page #255 is valid page for read requests
` [PATCH v2 4/7] hw/sensor: add Maxim MAX31785 device
` [PATCH v2 5/7] hw/arm/aspeed: Add MAX31785 Fan controllers
` [PATCH v2 6/7] hw/arm/aspeed: firework: Add Thermal Diodes
` [PATCH v2 7/7] hw/arm/aspeed: firework: add I2C MUXes for VR channels
[PATCH 0/9] Add Qualcomm BMC machines
2022-06-27 15:57 UTC (12+ messages)
` [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device
` [PATCH 4/9] hw/arm/aspeed: add Qualcomm Firework machine and "
[PATCH] aspeed/hace: Accumulative mode supported
2022-06-27 13:14 UTC (2+ messages)
[PATCH v4] aspeed: Set the dram container at the SoC level
2022-06-27 13:13 UTC
[PATCH v3] aspeed: Set the dram container at the SoC level
2022-06-27 13:01 UTC
[PATCH v4] hw: m25p80: add tests for write protect (WP# and SRWD bit)
2022-06-27 9:44 UTC (2+ messages)
[PATCH v2 00/54] PS2 device QOMification - part 1
2022-06-26 10:14 UTC (67+ messages)
` [PATCH v2 01/54] ps2: checkpatch fixes
` [PATCH v2 02/54] ps2: QOMify PS2State
` [PATCH v2 03/54] ps2: QOMify PS2KbdState
` [PATCH v2 04/54] ps2: QOMify PS2MouseState
` [PATCH v2 05/54] ps2: move QOM type definitions from ps2.c to ps2.h
` [PATCH v2 06/54] ps2: improve function prototypes in ps2.c and ps2.h
` [PATCH v2 07/54] ps2: introduce PS2DeviceClass
` [PATCH v2 08/54] ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_reset()
` [PATCH v2 09/54] ps2: remove duplicate setting of scancode_set in ps2_kbd_init()
` [PATCH v2 10/54] ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handler
` [PATCH v2 11/54] ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handler
` [PATCH v2 12/54] ps2: don't use vmstate_register() in ps2_kbd_init()
` [PATCH v2 13/54] ps2: don't use vmstate_register() in ps2_mouse_init()
` [PATCH v2 14/54] pl050: checkpatch fixes
` [PATCH v2 15/54] pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_update_irq() functions
` [PATCH v2 16/54] lasips2: spacing fixes
` [PATCH v2 17/54] lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq()
` [PATCH v2 18/54] pckbd: checkpatch fixes
` [PATCH v2 19/54] pckbd: move KBDState from pckbd.c to i8042.h
` [PATCH v2 20/54] pckbd: move ISAKBDState "
` [PATCH v2 21/54] pckbd: introduce new I8042_MMIO QOM type
` [PATCH v2 22/54] pckbd: implement i8042_mmio_reset() for I8042_MMIO device
` [PATCH v2 23/54] pckbd: add mask qdev property to "
` [PATCH v2 24/54] pckbd: add size "
` [PATCH v2 25/54] pckbd: implement i8042_mmio_realize() function
` [PATCH v2 26/54] pckbd: implement i8042_mmio_init() function
` [PATCH v2 27/54] pckbd: alter i8042_mm_init() to return a I8042_MMIO device
` [PATCH v2 28/54] pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
` [PATCH v2 29/54] pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
` [PATCH v2 30/54] pckbd: move ps2_kbd_init() and ps2_mouse_init() "
` [PATCH v2 31/54] ps2: make ps2_raise_irq() function static
` [PATCH v2 32/54] ps2: use ps2_raise_irq() instead of calling update_irq() directly
` [PATCH v2 33/54] ps2: introduce ps2_lower_irq() "
` [PATCH v2 34/54] ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq()
` [PATCH v2 35/54] pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
` [PATCH v2 36/54] pl050: switch over from update_irq() function to PS2 device gpio
` [PATCH v2 37/54] pl050: add QEMU interface comment
` [PATCH v2 38/54] lasips2: QOMify LASIPS2State
` [PATCH v2 39/54] lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
` [PATCH v2 40/54] lasips2: rename lasips2_init() to lasips2_initfn() and update it to return the LASIPS2 device
` [PATCH v2 41/54] lasips2: implement lasips2_init() function
` [PATCH v2 42/54] lasips2: move mapping of LASIPS2 registers to HPPA machine
` [PATCH v2 43/54] lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()
` [PATCH v2 44/54] lasips2: add base property
` [PATCH v2 45/54] lasips2: implement lasips2_realize()
` [PATCH v2 46/54] lasips2: use sysbus IRQ for output IRQ
` [PATCH v2 47/54] lasips2: switch over from update_irq() function to PS2 device gpio
` [PATCH v2 48/54] lasips2: add QEMU interface comment
` [PATCH v2 49/54] pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio
` [PATCH v2 50/54] pckbd: add QEMU interface comment for I8042_MMIO device
` [PATCH v2 51/54] pckbd: add i8042_reset() function to I8042 device
` [PATCH v2 52/54] pckbd: switch I8042 device from update_irq() function to PS2 device gpio
` [PATCH v2 53/54] pckbd: add QEMU interface comment for I8042 device
` [PATCH v2 54/54] ps2: remove update_irq() function and update_arg parameter
[PATCH v3 00/51] target/arm: Scalable Matrix Extension
2022-06-26 3:37 UTC (26+ messages)
` [PATCH v3 22/51] target/arm: Trap AdvSIMD usage when Streaming SVE is active
` [PATCH v3 26/51] target/arm: Implement SME LD1, ST1
` [PATCH v3 30/51] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH v3 33/51] target/arm: Implement SME integer outer product
` [PATCH v3 34/51] target/arm: Implement PSEL
` [PATCH v3 35/51] target/arm: Implement REVD
` [PATCH v3 36/51] target/arm: Implement SCLAMP, UCLAMP
` [PATCH v3 37/51] target/arm: Reset streaming sve state on exception boundaries
` [PATCH v3 38/51] target/arm: Enable SME for -cpu max
[PATCH] aspeed: i2c: Fix DMA len write-enable bit handling
2022-06-24 21:30 UTC (3+ messages)
[PATCH v11 0/2] arm/virt: CXL support via pxb_cxl
2022-06-24 17:59 UTC (14+ messages)
` [PATCH v11 1/2] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v11 2/2] qtest/cxl: Add aarch64 virt test for CXL
[PATCH 0/2] target/arm: Fix issue 1078
2022-06-24 17:42 UTC (7+ messages)
` [PATCH 1/2] target/arm: Extend arm_pamax to more than aarch64
` [PATCH 2/2] target/arm: Check V7VE as well as LPAE in arm_pamax
[PATCH 12/14] aspeed: Make aspeed_board_init_flashes public
2022-06-24 16:50 UTC (3+ messages)
[PATCH v2 0/8] aspeed: Add multi-SoC machine
2022-06-24 14:00 UTC (17+ messages)
` [PATCH v2 1/8] aspeed: Set CPU memory property explicitly
` [PATCH v2 2/8] aspeed: Add memory property to Aspeed SoC
` [PATCH v2 3/8] aspeed: Remove usage of sysbus_mmio_map
` [PATCH v2 4/8] aspeed: Map unimplemented devices in SoC memory
` [PATCH v2 5/8] aspeed: Remove use of qemu_get_cpu
` [PATCH v2 6/8] aspeed: Add fby35 skeleton
` [PATCH v2 7/8] aspeed: Make aspeed_board_init_flashes public
` [PATCH v2 8/8] aspeed: Add AST2600 (BMC) to fby35
[PATCH 00/50] PS2 device QOMification - part 1
2022-06-24 13:32 UTC (13+ messages)
` [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device
` [PATCH 45/50] lasips2: use qdev gpio for output IRQ
[PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
2022-06-24 8:55 UTC (2+ messages)
[PATCH v3 2/2] hw: m25p80: add tests for write protect (WP# and SRWD bit)
2022-06-24 6:04 UTC (2+ messages)
[RFC PATCH] include/qemu/host-utils: Remove the *_overflow wrappers
2022-06-24 5:40 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).