qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 02:44:32 to 2021-08-19 17:42:48 UTC [more...]

[PATCH v4 0/7] AQMP TUI Draft
 2021-08-19 17:38 UTC  (3+ messages)
` [PATCH v4 1/7] python: disable pylint errors for aqmp-tui
` [PATCH v4 4/7] python: Add entry point "

[PATCH v3 00/21] target/riscv: Use tcg_constant_*
 2021-08-19 17:23 UTC  (25+ messages)
` [PATCH v3 01/21] "
` [PATCH v3 02/21] target/riscv: Clean up division helpers
` [PATCH v3 03/21] target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
` [PATCH v3 04/21] target/riscv: Introduce DisasExtend and new helpers
` [PATCH v3 05/21] target/riscv: Add DisasExtend to gen_arith*
` [PATCH v3 06/21] target/riscv: Remove gen_arith_div*
` [PATCH v3 07/21] target/riscv: Use gen_arith for mulh and mulhu
` [PATCH v3 08/21] target/riscv: Move gen_* helpers for RVM
` [PATCH v3 09/21] target/riscv: Move gen_* helpers for RVB
` [PATCH v3 10/21] target/riscv: Add DisasExtend to gen_unary
` [PATCH v3 11/21] target/riscv: Use DisasExtend in shift operations
` [PATCH v3 12/21] target/riscv: Add gen_greviw
` [PATCH v3 13/21] target/riscv: Use get_gpr in branches
` [PATCH v3 14/21] target/riscv: Use {get, dest}_gpr for integer load/store
` [PATCH v3 15/21] target/riscv: Reorg csr instructions
` [PATCH v3 16/21] target/riscv: Use {get,dest}_gpr for RVA
` [PATCH v3 17/21] target/riscv: Use gen_shift_imm_fn for slli_uw
` [PATCH v3 18/21] target/riscv: Use {get,dest}_gpr for RVF
` [PATCH v3 19/21] target/riscv: Use {get,dest}_gpr for RVD
` [PATCH v3 20/21] target/riscv: Tidy trans_rvh.c.inc
` [PATCH v3 21/21] target/riscv: Use {get,dest}_gpr for RVV

[PATCH v2 0/3] hw/usb: Always expect 'dma' link property to be set to simplify
 2021-08-19 17:15 UTC  (4+ messages)
` [PATCH v2 1/3] hw/pci: Introduce pci_dma_memory_region() helper
` [PATCH v2 2/3] hw/usb/hcd-xhci-pci: Abort if setting link property failed
` [PATCH v2 3/3] hw/usb/xhci: Always expect 'dma' link property to be set

[PATCH 0/4] target/arm: Fix insn exception priorities
 2021-08-19 16:57 UTC  (9+ messages)
` [PATCH 2/4] target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn
` [PATCH 3/4] target/arm: Take an exception if PC is misaligned
` [PATCH 4/4] target/arm: Suppress bp for exceptions with more priority

[PATCH v3 00/66] Unaligned access for user-only
 2021-08-19 16:52 UTC  (38+ messages)
` [PATCH v3 01/66] util: Suppress -Wstringop-overflow in qemu_thread_start
` [PATCH v3 02/66] hw/core: Make do_unaligned_access noreturn
` [PATCH v3 06/66] target/hppa: Implement do_unaligned_access for user-only
` [PATCH v3 08/66] target/mips: "
` [PATCH v3 09/66] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v3 10/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v3 11/66] target/ppc: Implement do_unaligned_access for user-only
` [PATCH v3 15/66] target/sh4: "
` [PATCH v3 23/66] tcg: Expand MO_SIZE to 3 bits
` [PATCH v3 24/66] tcg: Rename TCGMemOpIdx to MemOpIdx
` [PATCH v3 26/66] trace/mem: Pass MemOpIdx to trace_mem_get_info
` [PATCH v3 35/66] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH v3 43/66] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v3 44/66] tcg/i386: Support raising sigbus for user-only
` [PATCH v3 45/66] tests/tcg/multiarch: Add sigbus.c
` [PATCH v3 46/66] linux-user: Split out do_prctl and subroutines
` [PATCH v3 50/66] hw/core/cpu: Move cpu properties to cpu-sysemu.c
` [PATCH v3 58/66] include/exec: Move cpu_signal_handler declaration

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-19 16:43 UTC  (7+ messages)
` [PATCH v3 09/25] python/aqmp: add AsyncProtocol.accept() method

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-19 16:38 UTC  (3+ messages)
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle

[PATCH 0/3] qcow2: relax subclusters allocation dependencies
 2021-08-19 16:37 UTC  (3+ messages)
` [PATCH 1/3] simplebench: add img_bench_templater.py

[PATCH v2 0/4] hw/dma: Always expect 'dma' link property to be set to simplify
 2021-08-19 16:34 UTC  (5+ messages)
` [PATCH v2 1/4] hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dma
` [PATCH v2 2/4] hw/dma/xlnx_csu_dma: Run trivial checks early in realize()
` [PATCH v2 3/4] hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be set
` [PATCH v2 4/4] hw/dma/xlnx-zdma "

[PATCH v3] hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitly
 2021-08-19 16:26 UTC 

[PATCH RFC v2 00/16] vfio-user implementation
 2021-08-19 16:26 UTC  (9+ messages)
` [PATCH RFC v2 01/16] vfio-user: introduce vfio-user protocol specification
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server

[qemu-web PATCH] Add a blog post about FUSE block exports
 2021-08-19 16:23 UTC  (6+ messages)

[PATCH v2] hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitly
 2021-08-19 16:21 UTC 

[PATCH] hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG explicitly
 2021-08-19 15:21 UTC  (7+ messages)

[PATCH] qemu-img: Allow target be aligned to sector size
 2021-08-19 15:14 UTC  (3+ messages)

[PULL 6/7] meson: fix meson 0.58 warning with libvhost-user subproject
 2021-08-19 15:11 UTC  (4+ messages)

[PATCH 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-08-19 15:08 UTC  (11+ messages)
` [PATCH 1/9] docs/system/arm: xlnx-versal-virt: BBRAM and eFUSE Usage
` [PATCH 2/9] hw/nvram: Introduce Xilinx eFuse QOM
` [PATCH 3/9] hw/nvram: Introduce Xilinx Versal eFuse device
` [PATCH 4/9] hw/nvram: Introduce Xilinx ZynqMP "
` [PATCH 5/9] hw/nvram: Introduce Xilinx battery-backed ram
` [PATCH 6/9] hw/arm: xlnx-versal: Add Xilinx BBRAM device
` [PATCH 7/9] hw/arm: xlnx-versal: Add Xilinx eFUSE device
` [PATCH 8/9] hw/arm: xlnx-zynqmp: Add Xilinx BBRAM device
` [PATCH 9/9] hw/arm: xlnx-zynqmp: Add Xilinx eFUSE device

[PATCH] hw/dma/xlnx_csu_dma: Fix ptimer resource leak
 2021-08-19 14:53 UTC  (4+ messages)

[PATCH 0/6] memory: Introduce address_space_create(), re-use &address_space_memory
 2021-08-19 14:41 UTC  (16+ messages)
` [PATCH 1/6] memory: Do not increase refcount on global system_memory region
` [PATCH 2/6] memory: Introduce address_space_create()
` [PATCH 3/6] memory: Have cpu_address_space_init() use address_space_create()
` [PATCH 4/6] hw/dma: Replace alloc() + address_space_init() by address_space_create()
` [PATCH 5/6] hw/usb: "
` [RFC PATCH 6/6] memory: Have address_space_create() re-use global &address_space_memory

[PATCH] qdev: Complete qdev_init_gpio_out() documentation
 2021-08-19 14:39 UTC  (2+ messages)

[RFC PATCH v2] hw/nvme:Adding Support for namespace management
 2021-08-19 14:32 UTC  (2+ messages)

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-19 14:28 UTC  (12+ messages)

[PATCH 0/7] Misc NPCM7XX patches
 2021-08-19 14:00 UTC  (6+ messages)
` [PATCH 5/7] hw/nvram: Add a new auxiliary function to init at24c eeprom
` [PATCH 6/7] hw/arm: quanta-gbs-bmc add i2c devices

[PATCH v6 00/16] machine: smp parsing fixes and improvement
 2021-08-19 13:50 UTC  (23+ messages)
` [PATCH v6 01/16] docs/about/removed-features: Remove duplicated doc about -smp
  ` [PATCH, updated 1/2] "
    ` [PATCH,updated "
  ` [PATCH,updated 2/2] docs/about: Unify the subject format
` [PATCH v6 02/16] machine: Deprecate "parameter=0" SMP configurations
` [PATCH v6 03/16] machine: Minor refactor/fix for the smp parsers
` [PATCH v6 04/16] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH v6 05/16] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH v6 06/16] machine: Improve the error reporting of smp parsing
` [PATCH v6 07/16] hw: Add compat machines for 6.2
` [PATCH v6 08/16] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH v6 09/16] machine: Use ms instead of global current_machine in sanity-check
` [PATCH v6 10/16] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH v6 11/16] machine: Make smp_parse generic enough for all arches
` [PATCH v6 12/16] machine: Remove smp_parse callback from MachineClass
` [PATCH v6 13/16] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH v6 14/16] machine: Put all sanity-check in the generic SMP parser
` [PATCH v6 15/16] machine: Split out the smp parsing code
` [PATCH v6 16/16] tests/unit: Add a unit test for smp parsing

[PATCH] raw-format: drop WRITE and RESIZE child perms when possible
 2021-08-19 13:37 UTC  (2+ messages)

[PATCH v8 00/10] GICv3 LPI and ITS feature implementation
 2021-08-19 13:27 UTC  (9+ messages)
` [PATCH v8 06/10] hw/intc: GICv3 redistributor ITS processing
` [PATCH v8 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC
` [PATCH v8 08/10] tests/data/acpi/virt: Add IORT files for ITS
` [PATCH v8 10/10] tests/data/acpi/virt: Update "

[PATCH] fsl-imx7: Instantiate SAI1/2/3 as unimplemented devices
 2021-08-19 13:14 UTC  (2+ messages)

[PATCH] block/monitor: Consolidate hmp_handle_error calls to reduce redundant code
 2021-08-19 13:11 UTC  (2+ messages)

[PATCH for-6.2] sbsa-ref: Rename SBSA_GWDT enum value
 2021-08-19 13:01 UTC  (2+ messages)

[PATCH for-6.2 v2 0/2] target/ppc: Fix vector registers access in gdbstub for little-endian
 2021-08-19 12:57 UTC  (7+ messages)
` [PATCH for-6.2 v2 1/2] include/qemu/int128.h: introduce bswap128s
` [PATCH for-6.2 v2 2/2] target/ppc: fix vector registers access in gdbstub for little-endian

[PATCH] hw/acpi: refactor acpi hp modules so that targets can just use what they need
 2021-08-19 12:52 UTC  (3+ messages)

[PATCH v3] block/file-win32: add reopen handlers
 2021-08-19 12:51 UTC  (2+ messages)

[PATCH v5] hw/dma/pl330: Add memory region to replace default
 2021-08-19 12:31 UTC  (2+ messages)

[PATCH v3] blog: add a post for the new TCG cache modelling plugin
 2021-08-19 11:07 UTC  (3+ messages)

Is QEMU's vmxnet3 still being used?
 2021-08-19  9:37 UTC  (5+ messages)

[PATCH v2 0/5] target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
 2021-08-19  9:16 UTC  (3+ messages)
` [PATCH v2 2/5] target/mips: Replace GET_LMASK() macro by get_lmask(32) function

[PATCH v2 00/21] target/riscv: Use tcg_constant_*
 2021-08-19  8:04 UTC  (31+ messages)
` [PATCH v2 03/21] target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
` [PATCH v2 04/21] target/riscv: Introduce DisasExtend and new helpers
` [PATCH v2 05/21] target/riscv: Add DisasExtend to gen_arith*
` [PATCH v2 06/21] target/riscv: Remove gen_arith_div*
` [PATCH v2 07/21] target/riscv: Use gen_arith for mulh and mulhu
` [PATCH v2 08/21] target/riscv: Move gen_* helpers for RVM
` [PATCH v2 09/21] target/riscv: Move gen_* helpers for RVB
` [PATCH v2 11/21] target/riscv: Use DisasExtend in shift operations
` [PATCH v2 13/21] target/riscv: Use get_gpr in branches
` [PATCH v2 14/21] target/riscv: Use {get, dest}_gpr for integer load/store
` [PATCH v2 15/21] target/riscv: Reorg csr instructions
` [PATCH v2 16/21] target/riscv: Use {get,dest}_gpr for RVA
` [PATCH v2 18/21] target/riscv: Use {get,dest}_gpr for RVF
` [PATCH v2 19/21] target/riscv: Use {get,dest}_gpr for RVD

[Patch 0/2] hw/arm/xlnx-versal: hw/arm/xlnx-zynqmp: Add unimplemented mmio
 2021-08-19  6:32 UTC  (5+ messages)
` [Patch 1/2] hw/arm/xlnx-versal: Add unimplemented APU mmio
` [Patch 2/2] hw/arm/xlnx-zynqmp: "

[PATCH RFC v6 00/12] Add riscv kvm accel support
 2021-08-19  6:13 UTC  (3+ messages)
` [PATCH RFC v6 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit

[PATCH v3] hw/intc/sifive_clint: Fix overflow in sifive_clint_write_timecmp()
 2021-08-19  5:12 UTC 

[PATCH v4 1/3] target-arm: Add support for Fujitsu A64FX
 2021-08-19  5:17 UTC  (12+ 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).