qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-31 14:29:47 to 2022-06-01 17:19:43 UTC [more...]

[PATCH v10 00/16] target/hexagon: introduce idef-parser
 2022-06-01 17:00 UTC  (14+ messages)
` [PATCH v10 01/16] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v10 02/16] target/hexagon: import README "
` [PATCH v10 03/16] target/hexagon: make slot number an unsigned
` [PATCH v10 04/16] target/hexagon: make helper functions non-static
` [PATCH v10 05/16] target/hexagon: introduce new helper functions
` [PATCH v10 06/16] target/hexagon: expose next PC in DisasContext
` [PATCH v10 08/16] target/hexagon: update libvirt-ci submodule
` [PATCH v10 09/16] target/hexagon: fix renamed package templates
` [PATCH v10 10/16] target/hexagon: add flex/bison/glib2 to qemu.yml
` [PATCH v10 11/16] target/hexagon: regenerate docker/cirrus files
` [PATCH v10 12/16] target/hexagon: manually add flex/bison/glib2 to remaining containers
` [PATCH v10 15/16] target/hexagon: call idef-parser functions
` [PATCH v10 16/16] target/hexagon: import additional tests

[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-01 16:42 UTC  (9+ messages)
` [PATCH v2 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH v2 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH v2 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH v2 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH v2 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH v2 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH v2 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH v2 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH v3] net: fix multicast support with BSD (macOS) socket implementations
 2022-06-01 16:45 UTC 

[PATCH v17 0/8] support dirty restraint on vCPU
 2022-06-01 16:15 UTC  (9+ messages)
` [PATCH v17 6/8] softmmu/dirtylimit: Implement virtual CPU throttle

[PATCH v2] tests/tcg/s390x: Test overflow conditions
 2022-06-01 15:52 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update s390 vhost entries
 2022-06-01 15:51 UTC  (2+ messages)

[PATCH v6 0/8] s390x/pci: zPCI interpretation support
 2022-06-01 15:11 UTC  (6+ messages)
` [PATCH v6 2/8] target/s390x: add zpci-interp to cpu models

[PATCH v1 00/33] testing/next (gitlab, junit, lcitool, x-compile)
 2022-06-01 14:43 UTC  (4+ messages)
` [PATCH v1 31/33] gitlab: convert build/container jobs to .base_job_template

[PATCH] target/ppc: fix vbpermd in big endian hosts
 2022-06-01 14:21 UTC  (2+ messages)

[PATCH] tcg: Add tcg_gen_mov_ptr
 2022-06-01 14:12 UTC  (2+ messages)

Types?
 2022-06-01 14:14 UTC  (2+ messages)

[PATCH] hw/intc: sifive_plic: Avoid overflowing the addr_config buffer
 2022-06-01 13:58 UTC  (3+ messages)

[PATCH v13 0/8] MSG_ZEROCOPY + multifd
 2022-06-01 13:58 UTC  (4+ messages)
` [PATCH v13 3/8] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
  ` [External] "

[RESEND PATCH] hw/dma: fix crash caused by race condition
 2022-06-01 13:55 UTC  (7+ messages)

[RFC PATCH v1 0/8] qapi: add generator for Golang interface
 2022-06-01 13:53 UTC  (10+ messages)

[PATCH v2] hw/nvme: clean up CC register write logic
 2022-06-01 13:28 UTC  (2+ messages)

[PATCH v2] vduse-blk: Add name option
 2022-06-01 13:10 UTC  (3+ messages)

Accelerating non-standard disk types
 2022-06-01 13:06 UTC  (6+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-01 12:11 UTC  (5+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v2 1/1] Fix the coredump when memory backend id conflicts with default_ram_id
 2022-06-01 12:25 UTC  (3+ messages)

[PATCH v6 00/43] Add LoongArch softmmu support
 2022-06-01 10:25 UTC  (44+ messages)
` [PATCH v6 01/43] target/loongarch: Add README
` [PATCH v6 02/43] target/loongarch: Add core definition
` [PATCH v6 03/43] target/loongarch: Add main translation routines
` [PATCH v6 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v6 05/43] target/loongarch: Add fixed point shift "
` [PATCH v6 06/43] target/loongarch: Add fixed point bit "
` [PATCH v6 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v6 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v6 09/43] target/loongarch: Add fixed point extra "
` [PATCH v6 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v6 11/43] target/loongarch: Add floating point comparison "
` [PATCH v6 12/43] target/loongarch: Add floating point conversion "
` [PATCH v6 13/43] target/loongarch: Add floating point move "
` [PATCH v6 14/43] target/loongarch: Add floating point load/store "
` [PATCH v6 15/43] target/loongarch: Add branch "
` [PATCH v6 16/43] target/loongarch: Add disassembler
` [PATCH v6 17/43] target/loongarch: Add target build suport
` [PATCH v6 18/43] target/loongarch: Add system emulation introduction
` [PATCH v6 19/43] target/loongarch: Add CSRs definition
` [PATCH v6 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v6 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v6 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v6 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v6 24/43] target/loongarch: Add constant timer support
` [PATCH v6 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v6 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v6 27/43] target/loongarch: Add TLB instruction support
` [PATCH v6 28/43] target/loongarch: Add other core instructions support
` [PATCH v6 29/43] target/loongarch: Add timer related "
` [PATCH v6 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v6 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v6 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v6 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v6 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v6 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v6 36/43] Enable common virtio pci support for LoongArch
` [PATCH v6 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v6 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v6 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v6 40/43] hw/loongarch: Add LoongArch power manager support
` [PATCH v6 41/43] target/loongarch: Add gdb support
` [PATCH v6 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v6 43/43] target/loongarch: 'make check-tcg' support

Outreachy project task: Adding QEMU block layer APIs resembling Linux ZBD ioctls
 2022-06-01 11:43 UTC  (7+ messages)

[RFC PATCH v5 0/3] Sysbus device generic QAPI plug support
 2022-06-01 10:45 UTC  (15+ messages)

[PATCH] target/ppc/cpu-models: Update max alias to power10
 2022-06-01 10:35 UTC  (10+ messages)

[PATCH 0/9] tests, python: prepare to expand usage of test venv
 2022-06-01 10:06 UTC  (9+ messages)
` [PATCH 8/9] tests: add python3-venv to debian10.docker

[PATCH] tests/Makefile.include: Fix 'make check-help' output
 2022-06-01 10:01 UTC  (2+ messages)

[PATCH 0/2] i386: fixup number of logical CPUs when host-cache-info=on
 2022-06-01 10:02 UTC  (3+ messages)

[PATCH v4 0/9] Record/replay refactoring and stuff
 2022-06-01 10:00 UTC  (2+ messages)

[PATCH v10 00/14] vfio-user server in QEMU
 2022-06-01  9:38 UTC  (9+ messages)
` [PATCH v10 13/14] vfio-user: handle device interrupts

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-01  8:04 UTC  (20+ messages)
` [PATCH v2 01/16] ppc/pnv: add PHB3 bus init helper
` [PATCH v2 02/16] ppc/pnv: add pnv_get_phb3_child()
` [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device
` [PATCH v2 04/16] ppc/pnv: change PnvPHB3 to be a PnvPHB backend
` [PATCH v2 05/16] ppc/pnv: user created pnv-phb for powernv8
` [PATCH v2 06/16] ppc/pnv: add PHB4 bus init helper
` [PATCH v2 07/16] ppc/pnv: change PnvPHB4 to be a PnvPHB backend
` [PATCH v2 08/16] ppc/pnv: user created pnv-phb for powernv9
` [PATCH v2 09/16] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PATCH v2 10/16] ppc/pnv: user creatable pnv-phb for powernv10
` [PATCH v2 11/16] ppc/pnv: add pnv-phb-root-port device
` [PATCH v2 12/16] ppc/pnv: remove pnv-phb3-root-port
` [PATCH v2 13/16] ppc/pnv: remove pnv-phb4-root-port
` [PATCH v2 14/16] ppc/pnv: remove 'phb_rootport_typename' in pnv_phb_realize()
` [PATCH v2 15/16] ppc/pnv: remove pecc->rp_model
` [PATCH v2 16/16] ppc/pnv: remove PnvPHB4.version

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-06-01  7:59 UTC  (9+ messages)
  `  "
            `  "

[RFC PATCH v4 00/36] TDX QEMU support
 2022-06-01  7:54 UTC  (7+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus

[RFC 0/1] i2c/aspeed: Add slave device handling in new register mode
 2022-06-01  7:10 UTC  (2+ messages)

[PATCH v2 00/25] hw/sd: Rework models for eMMC support
 2022-06-01  5:50 UTC  (4+ messages)

[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-06-01  5:09 UTC  (8+ messages)
` [PATCH 4/5] bios-tables-test: add test for number of cores > 255

[RFC PATCH 0/1] target/riscv: Make property names lowercase and add capitalized aliases
 2022-06-01  4:05 UTC  (4+ messages)
` [PATCH v2 0/3] target/riscv: Make CPU property names lowercase (w/ capitalized aliases)
  ` [PATCH v2 1/3] target/riscv: Reorganize riscv_cpu_properties

[PATCH] hw/riscv: virt: Generate fw_cfg DT node correctly
 2022-06-01  3:52 UTC  (3+ messages)

[PATCH v2] net: fix multicast support with BSD (macOS) socket implementations
 2022-06-01  2:43 UTC  (3+ messages)

[RFC 0/3] Introduce a new Qemu machine for RISC-V
 2022-06-01  2:01 UTC  (12+ messages)

[PATCH v3] target/riscv: add support for zmmul extension v0.1
 2022-06-01  1:45 UTC  (2+ messages)

Introduce akcipher service for virtio-crypto
 2022-06-01  1:36 UTC  (6+ messages)
` [PATCH v8 1/1] crypto: Introduce RSA algorithm
    `  "
        `  "

[PATCH v2] target/riscv: Don't expose the CPU properties on names CPUs
 2022-06-01  1:36 UTC 

[PATCH 1/2] hw/virtio/vhost-user: don't use uninitialized variable
 2022-06-01  0:58 UTC  (3+ messages)

[PATCH v5 00/17] target/m68k: Conditional traps + trap cleanup
 2022-05-31 21:14 UTC  (6+ messages)
` [PATCH v5 10/17] target/m68k: Implement TRAPcc

[PATCH] target/riscv: Wake on VS-level external interrupts
 2022-05-31 21:05 UTC 

[PATCH 0/3] ui/gtk: new options, monitor and detach-all
 2022-05-31 20:33 UTC  (2+ messages)

[PATCH 0/2] handling guest multiple displays
 2022-05-31 20:23 UTC  (3+ 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

[Qemu-devel] [PATCH v1] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon a disk hotplug
 2022-05-31 20:22 UTC 

[PATCH v5 0/3] Implement Sstc extension
 2022-05-31 18:03 UTC  (4+ messages)
` [PATCH v5 1/3] hw/intc: Move mtimer/mtimecmp to aclint
` [PATCH v5 2/3] target/riscv: Add stimecmp support
` [PATCH v5 3/3] target/riscv: Add vstimecmp support

[PATCH 0/1] hw/arm/aspeed: Add fby35 machine type
 2022-05-31 18:00 UTC  (5+ messages)

[PATCH] qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_set
 2022-05-31 16:31 UTC  (2+ messages)

[PATCH] target/arm: Implement FEAT_DoubleFault
 2022-05-31 16:04 UTC  (2+ messages)

[PATCH] hw/mem/nvdimm: fix error message for 'unarmed' flag
 2022-05-31 15:32 UTC  (2+ messages)

[PATCH v3 00/15] target/arm: SME prep patches
 2022-05-31 14:55 UTC  (5+ messages)
` [PATCH v3 03/15] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset

[PATCH] target/arm: Declare support for FEAT_RASv1p1
 2022-05-31 14:36 UTC  (2+ messages)

[PATCH 00/18] target/arm: tidy exception routing
 2022-05-31 14:34 UTC  (7+ messages)
` [PATCH 07/18] target/arm: Hoist arm_current_el in arm_generate_debug_exceptions
` [PATCH 17/18] target/arm: Add cur_el parameter to arm_generate_debug_exceptions


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