qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 18:05:48 to 2021-08-17 19:37:10 UTC [more...]

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-17 19:36 UTC  (14+ messages)
` [PATCH v3 07/25] python/aqmp: Add logging utility helpers
` [PATCH v3 08/25] python/aqmp: add logging to AsyncProtocol
` [PATCH v3 09/25] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v3 10/25] python/aqmp: add configurable read buffer limit
` [PATCH v3 11/25] python/aqmp: add _cb_inbound and _cb_outbound logging hooks
` [PATCH v3 12/25] python/aqmp: add AsyncProtocol._readline() method

[PATCH v4] vga: don't abort when adding a duplicate isa-vga device
 2021-08-17 19:26 UTC 

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-17 19:06 UTC  (9+ messages)
` [PATCH v3 07/13] python: add optional pygments dependency
` [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting
` [PATCH v3 09/13] python/aqmp-tui: Add QMP connection manager

Using loadvm with snapshot
 2021-08-17 18:53 UTC  (4+ messages)

[PATCH v3] vga: don't abort when adding a duplicate isa-vga device
 2021-08-17 18:51 UTC  (5+ messages)

[PATCH] migration: Don't sync dirty bitmap when init
 2021-08-17 18:06 UTC 

[PATCH 0/3] MAINTAINERS: Split Audio section
 2021-08-17 17:57 UTC  (10+ messages)
` [PATCH 1/3] MAINTAINERS: Split Audio backends VS frontends
` [PATCH 2/3] MAINTAINERS: Remove SPICE from Audio backends section
` [PATCH 3/3] MAINTAINERS: Split Audio backends sections

[PATCH] multifd: Implement yank for multifd send side
 2021-08-17 17:55 UTC  (3+ messages)

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-17 16:32 UTC  (11+ messages)
` [RFC PATCH 01/13] machine: Add mirrorvcpus=N suboption to -smp

[PATCH v4 0/3] Add support for Fujitsu A64FX processor
 2021-08-17 16:28 UTC  (10+ messages)
` [PATCH v4 1/3] target-arm: Add support for Fujitsu A64FX

[PATCH] target/arm: Take an exception if PSTATE.IL is set
 2021-08-17 16:21 UTC 

Bootloading within QEMU?
 2021-08-17 16:18 UTC  (3+ messages)

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-17 16:14 UTC  (40+ messages)
` [PATCH for-6.2 01/25] arm: Move M-profile RAS register block into its own device
` [PATCH for-6.2 02/25] arm: Move systick device creation from NVIC to ARMv7M object
` [PATCH for-6.2 03/25] arm: Move system PPB container handling to armv7m
` [PATCH for-6.2 04/25] hw/timer/armv7m_systick: Add usual QEMU interface comment
` [PATCH for-6.2 05/25] hw/timer/armv7m_systick: Add input clocks
` [PATCH for-6.2 06/25] hw/arm/armv7m: Create "
` [PATCH for-6.2 07/25] armsse: Wire up systick cpuclk clock
` [PATCH for-6.2 08/25] hw/arm/mps2.c: Connect up armv7m clocks
` [PATCH for-6.2 09/25] clock: Provide builtin multiplier/divider
` [PATCH for-6.2 10/25] hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize
` [PATCH for-6.2 11/25] hw/arm/stm32f100: Wire up sysclk and refclk
` [PATCH for-6.2 12/25] hw/arm/stm32f205: "
` [PATCH for-6.2 13/25] hw/arm/stm32f405: "
` [PATCH for-6.2 14/25] hw/arm/stm32vldiscovery: Delete trailing blank line
` [PATCH for-6.2 20/25] hw/arm/msf2-soc: Wire up refclk
` [PATCH for-6.2 21/25] hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale
` [PATCH for-6.2 23/25] hw/arm/stellaris: Split stellaris-gptm into its own file

[PATCH RESEND 0/2] memory: Add tracepoints for log_sync
 2021-08-17 16:07 UTC  (7+ messages)
` [PATCH RESEND 1/2] memory: Name all the memory listeners
` [PATCH RESEND 2/2] memory: Add tracepoint for dirty sync

[PATCH-for-6.1 v2] softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
 2021-08-17 15:51 UTC  (5+ messages)

[PATCH] qapi/machine.json: Remove zero value reference from SMPConfiguration documentation
 2021-08-17 15:48 UTC  (6+ messages)

[PULL 00/27] tcg patch queue for rc0
 2021-08-17 15:39 UTC  (4+ messages)
` [PULL 24/27] accel/tcg: Move breakpoint recognition outside translation

[PATCH v3 0/6] block-status cache for data regions
 2021-08-17 15:03 UTC  (6+ messages)
` [PATCH v3 2/6] block: "
` [PATCH v3 3/6] block: Clarify that @bytes is no limit on *pnum

[PATCH 0/6] virtio-iommu: Add ACPI support
 2021-08-17 14:58 UTC  (6+ messages)
` [PATCH 4/6] hw/arm/virt: Remove device tree restriction for virtio-iommu
` [PATCH 6/6] pc: Allow instantiating a virtio-iommu device

[PATCH 0/8] target/mips: Housekeeping in gen_helper() macros
 2021-08-17 14:52 UTC  (10+ messages)
` [PATCH 1/8] target/mips: Remove gen_helper_0e3i()
` [PATCH 2/8] target/mips: Remove gen_helper_1e2i()
` [PATCH 3/8] target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
` [PATCH 4/8] target/mips: Simplify gen_helper() macros by using tcg_constant_i32()
` [PATCH 5/8] target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros
` [PATCH 6/8] target/mips: Inline gen_helper_0e0i()
` [PATCH 7/8] target/mips: Use tcg_constant_i32() in generate_exception_err()
` [PATCH 8/8] target/mips: Define gen_helper() macros in translate.h

[PATCH 0/2] 9pfs: v9fs_walk() cleanup
 2021-08-17 14:10 UTC  (4+ messages)
` [PATCH 1/2] hw/9pfs: avoid 'path' copy in v9fs_walk()
` [PATCH 2/2] hw/9pfs: use g_autofree in v9fs_walk() where possible

[PATCH for-6.2 0/2] target/ppc: Fix vector registers access in gdbstub for little-endian
 2021-08-17 13:55 UTC  (7+ messages)
` [PATCH for-6.2 1/2] include/qemu/int128.h: introduce bswap128s
` [PATCH for-6.2 2/2] target/ppc: Don't swap 64-bit elements of AVR in gdbstub for user mode

[PATCH for-6.2 v5 0/5] hw/arm/virt: Introduce cpu topology support
 2021-08-17 13:54 UTC  (5+ messages)
` [PATCH for-6.2 v5 3/5] hw/arm/virt: Add cpu-map to device tree

[PULL 0/1] Last minute fix for -rc4
 2021-08-17 13:29 UTC  (10+ messages)
` [PULL 1/1] machine: Disallow specifying topology parameters as zero

[PATCH 0/7] floppy: build as modules
 2021-08-17 13:19 UTC  (6+ messages)

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

[PATCH] include/block.h: remove outdated comment in bdrv_drained_begin
 2021-08-17 13:14 UTC  (2+ messages)

[PATCH 0/2] Two chardev with fdset fixes
 2021-08-17 11:46 UTC  (7+ messages)
` [PATCH 1/2] chardev: Propagate error from logfile opening
` [PATCH 2/2] monitor: Report EBADFD if fdset contains invalid FD

[qemu-web PATCH] (typo)
 2021-08-17 11:19 UTC  (2+ messages)

[PATCH] block/file-win32: add reopen handlers
 2021-08-17 10:23 UTC  (2+ messages)

[PATCH] hw: ppc: sam460ex: Disable Ethernet devicetree nodes
 2021-08-17  9:42 UTC  (10+ messages)

[PATCH v2] tests/acceptance: Test powernv machines
 2021-08-17  9:30 UTC 

[PATCH 00/19] PMU-EBB support for PPC64 TCG
 2021-08-17  9:30 UTC  (6+ messages)
` [PATCH 04/19] target/ppc: PMU Book3s basic insns count for pseries TCG

[PATCH 0/7] Add vmnet.framework based network backend
 2021-08-17  9:28 UTC  (6+ messages)
` [PATCH 2/7] net/vmnet: add new netdevs to qapi/net

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2021-08-17  9:01 UTC  (2+ messages)
` [Bug 1846816] "

Picture missing in About dialog on cocoa ui
 2021-08-17  8:59 UTC  (7+ messages)

[Qemu-devel] [PULL 00/30] ppc patch queue 2015-07-07 for 2.4
 2021-08-17  8:42 UTC  (10+ messages)
` [Qemu-devel] [PULL 24/30] spapr_pci: populate ibm,loc-code
  `  "

[PATCH] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
 2021-08-17  8:28 UTC  (3+ messages)

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

[PATCH v2] hw/intc/sifive_clint: Fix overflow in sifive_clint_write_timecmp()
 2021-08-17  7:59 UTC  (3+ messages)

[PATCH] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-08-17  7:37 UTC  (4+ messages)

[PULL 00/11] Optional gitlab-CI and doc fixes for -rc4
 2021-08-17  7:23 UTC  (5+ messages)

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-08-17  5:49 UTC  (4+ messages)

[PATCH v2] hw/i386/acpi-build: Get NUMA information from struct NumaState
 2021-08-17  5:39 UTC  (3+ messages)

[PATCH] hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG explicitly
 2021-08-17  4:44 UTC  (2+ messages)

[PATCH RFC v6 00/12] Add riscv kvm accel support
 2021-08-17  3:24 UTC  (13+ messages)
` [PATCH RFC v6 01/12] linux-header: Update linux/kvm.h
` [PATCH RFC v6 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v6 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v6 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v6 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v6 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v6 07/12] target/riscv: Support setting external interrupt "
` [PATCH RFC v6 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v6 09/12] target/riscv: Add host cpu type
` [PATCH RFC v6 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v6 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v6 12/12] target/riscv: Support virtual time context synchronization

[PATCH 0/2] memory: Add tracepoints for log_sync
 2021-08-17  1:31 UTC  (3+ messages)
` [PATCH 1/2] memory: Name all the memory listeners
` [PATCH 2/2] memory: Add tracepoint for dirty sync

[PATCH 0/3] hw/mips/boston: ELF kernel support
 2021-08-16 20:30 UTC  (9+ messages)
` [PATCH 1/3] hw/mips/boston: Massage memory map information
` [PATCH 2/3] hw/mips/boston: Allow loading elf kernel and dtb
` [PATCH 3/3] hw/mips/boston: Add FDT generator

[PATCH v4 00/14] Add SEV guest live migration support
 2021-08-16 18:44 UTC  (3+ messages)
` [PATCH v4 01/14] doc: update AMD SEV API spec web link

[PATCH v3] accel/tcg: Clear PAGE_WRITE before translation
 2021-08-16 18:23 UTC  (2+ messages)

[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
 2021-08-16 18:16 UTC  (3+ messages)
` [PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()

[PATCH] hw/intc/sifive_clint: Fix overflow in sifive_clint_write_timecmp()
 2021-08-16 17:30 UTC 

[PATCH 0/2] target/arm: Implement remaining HSTR functionality
 2021-08-16 18:03 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Implement HSTR.TTEE
` [PATCH 2/2] target/arm: Implement HSTR.TJDBX


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