messages from 2022-06-09 20:53:17 to 2022-06-10 16:14:21 UTC [more...]
[PULL 00/28] target-arm queue
2022-06-10 16:07 UTC (7+ messages)
` [PULL 02/28] target/arm: Add coproc parameter to syn_fp_access_trap
` [PULL 03/28] target/arm: Move exception_target_el out of line
` [PULL 04/28] target/arm: Move arm_singlestep_active "
` [PULL 09/28] target/arm: Rename helper_exception_with_syndrome
` [PULL 12/28] target/arm: Introduce gen_exception_insn
` [PULL 15/28] target/arm: Move gen_exception to translate.c
[RFC PATCH] target/arm: de-duplicate our register XML definitions
2022-06-10 16:03 UTC (2+ messages)
[PULL 00/54] virtio,pc,pci: fixes,cleanups,features
2022-06-10 15:55 UTC (56+ messages)
` [PULL 01/54] acpi: add interface to build device specific AML
` [PULL 02/54] acpi: make isa_build_aml() support AcpiDevAmlIf interface
` [PULL 03/54] acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_aml
` [PULL 04/54] acpi: parallel port: "
` [PULL 05/54] acpi: serial-is: "
` [PULL 06/54] acpi: mc146818rtc: "
` [PULL 07/54] acpi: pckbd: "
` [PULL 08/54] isa-bus: drop no longer used ISADeviceClass::build_aml
` [PULL 09/54] tests: acpi: add and whitelist DSDT.ipmismbus expected blob
` [PULL 10/54] tests: acpi: q35: add test for smbus-ipmi device
` [PULL 11/54] tests: acpi: update expected blob DSDT.ipmismbus
` [PULL 12/54] tests: acpi: whitelist DSDT.ipmismbus expected blob
` [PULL 13/54] ipmi: acpi: use relative path to resource source
` [PULL 14/54] tests: acpi: update expected DSDT.ipmismbus blob
` [PULL 15/54] acpi: ich9-smb: add support for AcpiDevAmlIf interface
` [PULL 16/54] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors
` [PULL 17/54] q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi
` [PULL 18/54] tests: acpi: white-list to be re-factored pc/q35 DSDT
` [PULL 19/54] acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors
` [PULL 20/54] acpi: q35: "
` [PULL 21/54] tests: acpi: update expected blobs
` [PULL 22/54] tests: acpi: add and white-list DSDT.applesmc expected blob
` [PULL 23/54] tests: acpi: add applesmc testcase
` [PULL 24/54] acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PULL 25/54] tests: acpi: update expected blobs
` [PULL 26/54] tests: acpi: white-lists expected DSDT.pvpanic-isa blob
` [PULL 27/54] tests: acpi: add pvpanic-isa: testcase
` [PULL 28/54] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PULL 29/54] tests: acpi: update expected DSDT.pvpanic-isa blob
` [PULL 30/54] tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobs
` [PULL 31/54] acpi: pc/q35: tpm-tis: fix TPM device scope
` [PULL 32/54] acpi: pc/q35: remove not needed 'if' condition on pci bus
` [PULL 33/54] acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PULL 34/54] tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobs
` [PULL 35/54] x86: acpi-build: do not include hw/isa/isa.h directly
` [PULL 36/54] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PULL 37/54] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PULL 38/54] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PULL 39/54] tests/acpi: Allow modification of q35 CXL CEDT table
` [PULL 40/54] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PULL 41/54] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PULL 42/54] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PULL 43/54] hw/machine: Drop cxl_supported flag as no longer useful
` [PULL 44/54] pci: fix overflow in snprintf string formatting
` [PULL 45/54] hw/cxl: Fix missing write mask for HDM decoder target list registers
` [PULL 46/54] hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()
` [PULL 47/54] hw/acpi/viot: move the individual PCI host bridge entry generation to a new function
` [PULL 48/54] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table
` [PULL 49/54] tests/acpi: virt: allow VIOT acpi table changes
` [PULL 50/54] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_bus
` [PULL 51/54] tests/acpi: virt: update golden masters for VIOT
` [PULL 52/54] hw/virtio/vhost-user: don't use uninitialized variable
` [PULL 53/54] hw/vhost-user-scsi|blk: set `supports_config` flag correctly
` [PULL 54/54] crypto: Introduce RSA algorithm
[PATCH 00/50] PS2 device QOMification - part 1
2022-06-10 15:43 UTC (22+ messages)
` [PATCH 22/50] pckbd: implement i8042_mmio_reset() for I8042_MMIO device
` [PATCH 26/50] pckbd: implement i8042_mmio_init() function
` [PATCH 27/50] pckbd: alter i8042_mm_init() to return a I8042_MMIO device
` [PATCH 34/50] ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq()
` [PATCH 45/50] lasips2: use qdev gpio for output IRQ
` [PATCH 46/50] lasips2: switch over from update_irq() function to PS2 device gpio
[PATCH v4 00/11] target/mips: semihosting cleanup
2022-06-10 15:12 UTC (15+ messages)
` [PATCH v4 01/11] target/mips: Use an exception for semihosting
` [PATCH v4 02/11] target/mips: Add UHI errno values
` [PATCH v4 03/11] target/mips: Create report_fault for semihosting
` [PATCH v4 05/11] target/mips: Drop pread and pwrite syscalls from semihosting
` [PATCH v4 08/11] target/mips: Use error_report for UHI_assert
` [PATCH v4 09/11] semihosting: Remove qemu_semihosting_log_out
` [PATCH v4 11/11] target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING
[PATCH 0/7] Undeprecate nanoMIPS and fix multiple bugs
2022-06-10 14:41 UTC (8+ messages)
` [PATCH 5/7] target/mips: Fix handling of unaligned memory access for nanoMips ISA
` [PATCH 7/7] target/mips: Undeprecate nanoMips ISA support in QEMU
[PATCH 0/2] gdbstub: don't crash if no gdb attached and gdb syscall attempted
2022-06-10 14:40 UTC (3+ messages)
[RFC PATCH] linux-user: un-parent OBJECT(cpu) when closing thread
2022-06-10 14:38 UTC
[PATCH RFC 0/5] CPU: Detect put cpu register errors for migrations
2022-06-10 14:19 UTC (5+ messages)
` [PATCH RFC 4/5] cpu: Allow cpu_synchronize_all_post_init() to take an errp
[PATCH] hw/mips/boston: Initialize g_autofree pointers
2022-06-10 14:04 UTC (2+ messages)
[PATCH v3 0/3] QOM improvements for rtc/mc146818rtc
2022-06-10 13:59 UTC (3+ messages)
[PATCH] qsd: Do not use error_report() before monitor_init
2022-06-10 13:45 UTC (3+ messages)
[PATCH v4 0/3] target/nios2: semihosting cleanup
2022-06-10 13:33 UTC (5+ messages)
` [PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek
` [PATCH v4 2/3] target/nios2: Move nios2-semi.c to nios2_softmmu_ss
[PATCH v2 0/3] Cavium Octeon MIPS extensions
2022-06-10 13:28 UTC (3+ messages)
` [PATCH v2 1/3] target/mips: introduce Cavium Octeon CPU model
[PATCH] tests/qtest: Reduce npcm7xx_sdhci test image size
2022-06-10 13:10 UTC (3+ messages)
[PATCH v2 00/71] target/arm: Scalable Matrix Extension
2022-06-10 12:59 UTC (7+ messages)
` [PATCH v2 29/71] target/arm: Add the SME ZA storage to CPUARMState
` [PATCH v2 41/71] target/arm: Add infrastructure for disas_sme
[PATCH v5 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
2022-06-10 11:50 UTC (4+ messages)
[PULL 00/25] riscv-to-apply queue
2022-06-10 12:53 UTC (27+ messages)
` [PULL 01/25] MAINTAINERS: Cover hw/core/uboot_image.h within Generic Loader section
` [PULL 02/25] target/riscv: add support for zmmul extension v0.1
` [PULL 03/25] hw/riscv: virt: Generate fw_cfg DT node correctly
` [PULL 04/25] hw/intc: sifive_plic: Avoid overflowing the addr_config buffer
` [PULL 05/25] hw/core/loader: return image sizes as ssize_t
` [PULL 06/25] target/riscv: Wake on VS-level external interrupts
` [PULL 07/25] target/riscv/debug.c: keep experimental rv128 support working
` [PULL 08/25] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
` [PULL 09/25] target/riscv: rvv: Prune redundant access_type "
` [PULL 10/25] target/riscv: rvv: Rename ambiguous esz
` [PULL 11/25] target/riscv: rvv: Early exit when vstart >= vl
` [PULL 12/25] target/riscv: rvv: Add tail agnostic for vv instructions
` [PULL 13/25] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PULL 14/25] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PULL 15/25] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PULL 16/25] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PULL 17/25] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PULL 18/25] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PULL 19/25] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PULL 20/25] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PULL 21/25] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PULL 22/25] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PULL 23/25] target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnostic behavior
` [PULL 24/25] target/riscv: Don't expose the CPU properties on names CPUs
` [PULL 25/25] target/riscv: trans_rvv: Avoid assert for RV32 and e64
[PATCH v2 00/15] virtio-gpio and various virtio cleanups
2022-06-10 8:37 UTC (3+ messages)
` [PATCH v2 05/15] hw/virtio: add boilerplate for vhost-user-gpio device
[PATCH v2 0/2] target/arm: SCR_EL3 RES0, RAO/WI tweaks
2022-06-10 12:56 UTC (4+ messages)
` [PATCH v2 1/2] target/arm: Adjust format test in scr_write
` [PATCH v2 2/2] target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]
[PATCH v3 00/23] target/arm: tidy exception routing
2022-06-10 12:52 UTC (16+ messages)
` [PATCH v3 03/23] target/arm: Move exception_target_el out of line
` [PATCH v3 06/23] target/arm: Use is_a64 in arm_generate_debug_exceptions
` [PATCH v3 08/23] target/arm: Move arm_debug_exception_fsr to debug_helper.c
` [PATCH v3 12/23] target/arm: Introduce gen_exception_insn
` [PATCH v3 14/23] target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL
` [PATCH v3 15/23] target/arm: Move gen_exception to translate.c
` [PATCH v3 16/23] target/arm: Rename gen_exception to gen_exception_el
` [PATCH v3 17/23] target/arm: Introduce gen_exception
` [PATCH v3 18/23] target/arm: Introduce gen_exception_el_v
` [PATCH v3 19/23] target/arm: Introduce helper_exception_with_syndrome
` [PATCH v3 20/23] target/arm: Remove default_exception_el
` [PATCH v3 21/23] target/arm: Create raise_exception_debug
` [PATCH v3 22/23] target/arm: Move arm_debug_target_el to debug_helper.c
` [PATCH v3 23/23] target/arm: Fix Secure PL1 tests in fp_exception_el
[PATCH 0/4] Multiple interface support on top of Multi-FD
2022-06-10 12:28 UTC (3+ messages)
[PATCH] acpi/erst: fix fallthrough code upon validation failure
2022-06-10 11:27 UTC (4+ messages)
about QOP
2022-06-10 10:31 UTC (2+ messages)
[PATCH v3 0/4] In v3:
2022-06-10 10:23 UTC (4+ messages)
` [PATCH v3 2/4] docs: rSTify MailingLists wiki; move it to QEMU Git
[PULL 00/17] Kraxel 20220610 patches
2022-06-10 9:20 UTC (18+ messages)
` [PULL 01/17] ui/gtk-gl-area: implement GL context destruction
` [PULL 02/17] ui/gtk-gl-area: create the requested GL context version
` [PULL 03/17] ui/cocoa: Fix poweroff request code
` [PULL 04/17] hw/audio/cs4231a: Const'ify global tables
` [PULL 05/17] hw/usb: Add CanoKey Implementation
` [PULL 06/17] hw/usb/canokey: Add trace events
` [PULL 07/17] meson: Add CanoKey
` [PULL 08/17] docs: Add CanoKey documentation
` [PULL 09/17] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PULL 10/17] MAINTAINERS: add myself as CanoKey maintainer
` [PULL 11/17] hw/usb/hcd-ehci: fix writeback order
` [PULL 12/17] usbredir: avoid queuing hello packet on snapshot restore
` [PULL 13/17] virtio-gpu: update done only on the scanout associated with rect
` [PULL 14/17] ui: move 'pc-bios/keymaps' to 'ui/keymaps'
` [PULL 15/17] ui/console: Do not return a value with ui_info
` [PULL 16/17] ui: Deliver refresh rate via QemuUIInfo
` [PULL 17/17] virtio-gpu: Respect UI refresh rate for EDID
[PATCH v5] tests/qtest: add qtests for npcm7xx sdhci
2022-06-10 8:59 UTC (5+ messages)
[PATCH v2 1/2] QIOChannelSocket: Reduce ifdefs to improve readability
2022-06-10 8:25 UTC (4+ messages)
[RFC][PATCH] docs: note exception for PCIe IO port access
2022-06-10 7:00 UTC (4+ messages)
[PATCH v15 0/9] Add LoongArch linux-user emulation support
2022-06-10 6:53 UTC (7+ messages)
` [PATCH v15 4/9] linux-user: Add LoongArch syscall support
` [PATCH v15 8/9] target/loongarch: Adjust functions and structure to support user-mode
[PATCH v3 0/3] Misc AC97 clean ups
2022-06-10 6:07 UTC (8+ messages)
[PATCH 0/2] handling guest multiple displays
2022-06-10 6:11 UTC (5+ messages)
` [PATCH 1/2] ui/gtk: detach VCS for additional guest displays
` [PATCH 2/2] ui/gtk: a new array param monitor to specify the target displays
[PATCH v14 0/8] hmp,qmp: Add commands to introspect virtio devices
2022-06-10 5:41 UTC (5+ messages)
` [PATCH v14 5/8] qmp: decode feature & status bits in virtio-status
[PATCH 0/9] Improve RISC-V Debug support
2022-06-10 5:13 UTC (10+ messages)
` [PATCH 1/9] target/riscv: debug: Determine the trigger type from tdata1.type
` [PATCH 2/9] target/riscv: debug: Introduce build_tdata1() to build tdata1 register content
` [PATCH 3/9] target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
` [PATCH 4/9] target/riscv: debug: Restrict the range of tselect value can be written
` [PATCH 5/9] target/riscv: debug: Introduce tinfo CSR
` [PATCH 6/9] target/riscv: debug: Create common trigger actions function
` [PATCH 7/9] target/riscv: debug: Check VU/VS modes for type 2 trigger
` [PATCH 8/9] target/riscv: debug: Return 0 if previous value written to tselect >= number of triggers
` [PATCH 9/9] target/riscv: debug: Add initial support of type 6 trigger
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-10 0:11 UTC (8+ messages)
[PATCH] target/riscv: trans_rvv: Avoid assert for RV32 and e64
2022-06-09 23:43 UTC (2+ messages)
[RFC PATCH v2 0/8] qapi: net: add unix socket type support to netdev backend
2022-06-09 20:52 UTC (4+ messages)
` [RFC PATCH v2 2/8] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
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).