qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-01 11:11:59 to 2022-06-02 10:56:55 UTC [more...]

[PULL 00/33] testing updates (gitlab, junit, lcitool, x-compile)
 2022-06-02 10:50 UTC  (36+ messages)
` [PULL 01/33] .gitlab-ci.d/container-cross: Fix RISC-V container dependencies / stages
` [PULL 02/33] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
` [PULL 03/33] gitlab-ci: add meson JUnit test result into report
` [PULL 04/33] meson.build: fix summary display of test compilers
` [PULL 05/33] tests/lcitool: fix up indentation to correct style
` [PULL 06/33] tests/docker: update debian-armhf-cross with lcitool
` [PULL 07/33] tests/docker: update debian-armel-cross "
` [PULL 08/33] tests/docker: update debian-mipsel-cross "
` [PULL 09/33] tests/docker: update debian-mips64el-cross "
` [PULL 10/33] tests/docker: update debian-ppc64el-cross "
` [PULL 11/33] tests/docker: update debian-amd64 "
` [PULL 12/33] configure: do not define or use the CPP variable
` [PULL 13/33] build: clean up ninja invocation
` [PULL 14/33] build: add a more generic way to specify make->ninja dependencies
` [PULL 15/33] build: do a full build before running TCG tests
` [PULL 16/33] configure, meson: move symlinking of ROMs to meson
` [PULL 17/33] tests/tcg: correct target CPU for sparc32
` [PULL 18/33] tests/tcg: merge configure.sh back into main configure script
` [PULL 19/33] configure: add missing cross compiler fallbacks
` [PULL 20/33] configure: handle host compiler in probe_target_compiler
` [PULL 21/33] configure: introduce --cross-prefix-*=
` [PULL 22/33] configure: include more binutils in tests/tcg makefile
` [PULL 23/33] configure: move symlink configuration earlier
` [PULL 24/33] configure: enable cross-compilation of s390-ccw
` [PULL 25/33] configure: enable cross-compilation of optionrom
` [PULL 26/33] configure: enable cross compilation of vof
` [PULL 27/33] configure: remove unused variables from config-host.mak
` [PULL 28/33] gitlab: introduce a common base job template
` [PULL 29/33] gitlab: convert Cirrus jobs to .base_job_template
` [PULL 30/33] gitlab: convert static checks "
` [PULL 31/33] gitlab: convert build/container jobs "
` [PULL 32/33] gitlab: don't run CI jobs in forks by default
` [PULL 33/33] docs/devel: clean-up the CI links in the docs

[PATCH 1/1] block: use 'unsigned' for in_flight field on driver state
 2022-06-02 10:45 UTC  (3+ messages)

[PATCH v2 1/1] nbd: trace long NBD operations
 2022-06-02 10:32 UTC  (2+ messages)

Outreachy project task: Adding QEMU block layer APIs resembling Linux ZBD ioctls
 2022-06-02 10:28 UTC  (10+ messages)

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

[PATCH] Remove Colin Xu's mail address from QEMU's MAINTAINERS files
 2022-06-02  9:59 UTC  (4+ messages)

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

[RFC PATCH v4 00/36] TDX QEMU support
 2022-06-02  9:27 UTC  (11+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list

Please update your QEMU branches to master if using gitlab.com
 2022-06-02  9:07 UTC 

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

[PATCH] target/ppc: fix vbpermd in big endian hosts
 2022-06-02  8:57 UTC  (3+ messages)

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-02  8:42 UTC  (13+ messages)
` [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 07/16] ppc/pnv: change PnvPHB4 "
` [PATCH v2 11/16] ppc/pnv: add pnv-phb-root-port device

[PATCH 1/2] hw/virtio/vhost-user: don't use uninitialized variable
 2022-06-02  8:27 UTC  (4+ messages)

[RFC PATCH v2 0/6] hw/i2c: i2c slave mode support
 2022-06-02  8:21 UTC  (18+ messages)
` [RFC PATCH v2 1/6] hw/i2c/aspeed: rework raise interrupt trace event
` [RFC PATCH v2 2/6] hw/i2c/aspeed: add DEV_ADDR in old register mode
` [RFC PATCH v2 3/6] hw/i2c: support multiple masters
` [RFC PATCH v2 4/6] hw/i2c: add asynchronous send
` [RFC PATCH v2 5/6] hw/i2c/aspeed: add slave device in old register mode
` [RFC PATCH v2 6/6] hw/misc: add a toy i2c echo device [DO NOT PULL]

[PATCH v6 00/17] target/m68k: Conditional traps + trap cleanup
 2022-06-02  7:35 UTC  (19+ messages)
` [PATCH v6 01/17] target/m68k: Raise the TRAPn exception with the correct pc
` [PATCH v6 02/17] target/m68k: Switch over exception type in m68k_interrupt_all
` [PATCH v6 03/17] target/m68k: Fix coding style "
` [PATCH v6 04/17] linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
` [PATCH v6 05/17] target/m68k: Remove retaddr in m68k_interrupt_all
` [PATCH v6 06/17] target/m68k: Fix address argument for EXCP_CHK
` [PATCH v6 07/17] target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
` [PATCH v6 08/17] target/m68k: Fix address argument for EXCP_TRACE
` [PATCH v6 09/17] target/m68k: Fix stack frame for EXCP_ILLEGAL
` [PATCH v6 10/17] target/m68k: Implement TRAPcc
` [PATCH v6 11/17] target/m68k: Implement TPF in terms of TRAPcc
` [PATCH v6 12/17] target/m68k: Implement TRAPV
` [PATCH v6 13/17] target/m68k: Implement FTRAPcc
` [PATCH v6 14/17] tests/tcg/m68k: Add trap.c
` [PATCH v6 15/17] linux-user/strace: Use is_error in print_syscall_err
` [PATCH v6 16/17] linux-user/strace: Adjust get_thread_area for m68k
` [PATCH v6 17/17] target/m68k: Mark helper_raise_exception as noreturn

[PATCH v5 0/3] Implement Sstc extension
 2022-06-02  6:57 UTC  (3+ messages)
` [PATCH v5 2/3] target/riscv: Add stimecmp support

[PATCH v2] tests/tcg/s390x: Test overflow conditions
 2022-06-02  6:42 UTC  (3+ messages)

[RESEND PATCH] hw/dma: fix crash caused by race condition
 2022-06-02  5:29 UTC  (9+ messages)

[RFC PATCH 00/13] Add a plugin to support out-of-band live migration for VFIO pass-through device
 2022-06-02  4:24 UTC  (5+ messages)

[PATCH] tcg/aarch64: Fix illegal insn from out-of-range shli
 2022-06-02  1:59 UTC  (2+ messages)

[RFC 0/1] i2c/aspeed: Add slave device handling in new register mode
 2022-06-02  1:54 UTC  (3+ messages)

[RFC PATCH 0/1] target/riscv: Make property names lowercase and add capitalized aliases
 2022-06-02  1:20 UTC  (8+ messages)
` [PATCH v2 0/3] target/riscv: Make CPU property names lowercase (w/ capitalized aliases)
  ` [PATCH v2 2/3] target/riscv: Make CPU property names lowercase
  ` [PATCH v2 3/3] target/riscv: Deprecate capitalized property names

[PATCH] loader: support loading large files (>=2GB)
 2022-06-02  1:15 UTC  (3+ messages)

[PATCH 0/2] Fix integer overflows in loading of large images
 2022-06-02  1:13 UTC  (3+ messages)
` [PATCH 1/2] hw/core/loader: return image sizes as ssize_t

[PATCH] hw/intc: sifive_plic: Avoid overflowing the addr_config buffer
 2022-06-02  1:05 UTC  (3+ messages)

[PATCH v3 0/4] xlnx-zcu102: fix the display port
 2022-06-02  0:36 UTC  (9+ messages)
` [PATCH v3 1/4] xlnx_dp: fix the wrong register size
` [PATCH v3 2/4] xlnx_dp: Introduce a vblank signal
` [PATCH v3 3/4] xlnx_dp: Fix the interrupt disable logic
` [PATCH v3 4/4] xlnx-zynqmp: fix the irq mapping for the display port and its dma

[PATCH] tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vec
 2022-06-01 23:27 UTC 

[RFC PATCH] RISC-V: Add Zawrs ISA extension support
 2022-06-01 21:39 UTC 

[RFC PATCH] RISC-V: Add Zawrs ISA extension support
 2022-06-01 21:51 UTC 

[PATCH v3 0/7] QOM'ify PIIX southbridge creation
 2022-06-01 21:39 UTC  (14+ messages)
` [PATCH v3 1/7] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names
` [PATCH v3 2/7] hw/isa/piix4: Use object_initialize_child() for embedded struct
` [PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation

[PATCH] tpm_crb: mark command buffer as dirty on request completion
 2022-06-01 20:55 UTC  (2+ messages)

[PATCH qemu] target/i386: Fix x86_cpu_get_supported_cpuid parameter error in cpu_x86_cpuid
 2022-06-01 17:12 UTC 

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

[PATCH v10 00/16] target/hexagon: introduce idef-parser
 2022-06-01 17:00 UTC  (17+ 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 07/16] target/hexagon: prepare input for the idef-parser
` [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 13/16] target/hexagon: import lexer for idef-parser
` [PATCH v10 14/16] target/hexagon: import parser "
` [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] MAINTAINERS: Update s390 vhost entries
 2022-06-01 15:51 UTC  (2+ messages)

[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] tcg: Add tcg_gen_mov_ptr
 2022-06-01 14:12 UTC  (2+ messages)

Types?
 2022-06-01 14:14 UTC  (2+ 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] "

[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 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  (11+ messages)
` [PATCH v6 10/43] target/loongarch: Add floating point arithmetic instruction translation
` [PATCH v6 12/43] target/loongarch: Add floating point conversion "
` [PATCH v6 14/43] target/loongarch: Add floating point load/store "
` [PATCH v6 16/43] target/loongarch: Add disassembler
` [PATCH v6 19/43] target/loongarch: Add CSRs definition
` [PATCH v6 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v6 24/43] target/loongarch: Add constant timer support
` [PATCH v6 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v6 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v6 41/43] target/loongarch: Add gdb support

[RFC PATCH v5 0/3] Sysbus device generic QAPI plug support
 2022-06-01 10:45 UTC  (15+ 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).