qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-15 15:48:48 to 2021-08-16 20:31:49 UTC [more...]

[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 v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-16 19:44 UTC  (9+ messages)
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-16 19:44 UTC  (5+ messages)
` [PATCH v3 07/13] python: add optional pygments dependency
` [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting

[PATCH for-6.2 0/2] target/ppc: Fix vector registers access in gdbstub for little-endian
 2021-08-16 19:13 UTC  (3+ 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 0/3] MAINTAINERS: Split Audio section
 2021-08-16 19:10 UTC  (4+ 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 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 v2] hw/intc/sifive_clint: Fix overflow in sifive_clint_write_timecmp()
 2021-08-16 18:36 UTC 

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

[PATCH] include/block.h: remove outdated comment in bdrv_drained_begin
 2021-08-16 18:23 UTC 

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

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

[PATCH] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
 2021-08-16 18:04 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

[PATCH 0/3] arm: Avoid asserting in cpu_address_space_init()
 2021-08-16 18:00 UTC  (8+ messages)
` [PATCH 1/3] raspi: Use error_fatal for SoC realize errors, not error_abort
` [PATCH 2/3] target/arm: Avoid assertion trying to use KVM and multiple ASes
` [PATCH 3/3] hw/arm/virt: Delete EL3 error checksnow provided in CPU realize

[PATCH 00/19] PMU-EBB support for PPC64 TCG
 2021-08-16 17:53 UTC  (17+ messages)
` [PATCH 04/19] target/ppc: PMU Book3s basic insns count for pseries TCG
` [PATCH 12/19] target/ppc/pmu_book3s_helper.c: enable PMC1 counter negative EBB

[PATCH] tcg: Remove tcg_global_reg_new defines
 2021-08-16 17:51 UTC  (3+ messages)

[PATCH] accel/tcg: remove redundant TCG_KICK_PERIOD define
 2021-08-16 17:48 UTC  (2+ messages)

[PATCH] Acceptance tests: add myself as a reviewer for the acceptance tests
 2021-08-16 17:47 UTC  (2+ messages)

[PATCH] tests/acceptance: Allow overwrite smp and memory
 2021-08-16 17:36 UTC  (2+ messages)

[PATCH for-6.2 0/7] linux-user: Clean up siginfo_t handling for arm, aarch64
 2021-08-16 17:27 UTC  (17+ messages)
` [PATCH for-6.2 1/7] linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
` [PATCH for-6.2 2/7] linux-user/arm: "
` [PATCH for-6.2 3/7] linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
` [PATCH for-6.2 4/7] linux-user: Zero out target_siginfo_t in force_sig()
` [PATCH for-6.2 5/7] linux-user: Provide new force_sig_fault() function
` [PATCH for-6.2 6/7] linux-user/arm: Use force_sig_fault()
` [PATCH for-6.2 7/7] linux-user/aarch64: "

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-16 17:23 UTC  (26+ messages)
` [RFC PATCH 01/13] machine: Add mirrorvcpus=N suboption to -smp
` [RFC PATCH 02/13] hw/boards: Add mirror_vcpu flag to CPUArchId
` [RFC PATCH 03/13] hw/i386: Mark mirror vcpus in possible_cpus
` [RFC PATCH 04/13] hw/acpi: Don't include mirror vcpus in ACPI tables
` [RFC PATCH 05/13] cpu: Add boolean mirror_vcpu field to CPUState
` [RFC PATCH 06/13] hw/i386: Set CPUState.mirror_vcpu=true for mirror vcpus
` [RFC PATCH 07/13] kvm: Add Mirror VM ioctl and enable cap interfaces
` [RFC PATCH 08/13] kvm: Add Mirror VM support
` [RFC PATCH 09/13] kvm: create Mirror VM and share primary VM's encryption context
` [RFC PATCH 10/13] softmmu/cpu: Skip mirror vcpu's for pause, resume and synchronization
` [RFC PATCH 11/13] kvm/apic: Disable in-kernel APIC support for mirror vcpu's
` [RFC PATCH 12/13] hw/acpi: disable modern CPU hotplug interface "
` [RFC PATCH 13/13] hw/i386/pc: reduce fw_cfg boot cpu count taking into account "

[PATCH] tests/acceptance: Test powernv machines
 2021-08-16 17:09 UTC  (6+ messages)

[PATCH RFC v2 00/16] vfio-user implementation
 2021-08-16 16:42 UTC  (17+ messages)
` [PATCH RFC v2 01/16] vfio-user: introduce vfio-user protocol specification
` [PATCH RFC v2 02/16] vfio-user: add VFIO base abstract class
` [PATCH RFC v2 03/16] vfio-user: Define type vfio_user_pci_dev_info
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server
` [PATCH RFC v2 05/16] vfio-user: define VFIO Proxy and communication functions
` [PATCH RFC v2 06/16] vfio-user: negotiate version with remote server
` [PATCH RFC v2 07/16] vfio-user: get device info
` [PATCH RFC v2 08/16] vfio-user: get region info
` [PATCH RFC v2 09/16] vfio-user: region read/write
` [PATCH RFC v2 10/16] vfio-user: pci_user_realize PCI setup
` [PATCH RFC v2 11/16] vfio-user: get and set IRQs
` [PATCH RFC v2 12/16] vfio-user: proxy container connect/disconnect
` [PATCH RFC v2 13/16] vfio-user: dma map/unmap operations
` [PATCH RFC v2 14/16] vfio-user: dma read/write operations
` [PATCH RFC v2 15/16] vfio-user: pci reset
` [PATCH RFC v2 16/16] vfio-user: migration support

[PATCH] qemu-nbd: Change default cache mode to writeback
 2021-08-16 15:50 UTC  (2+ messages)

[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction
 2021-08-16 15:44 UTC  (3+ messages)
` [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

[PATCH 0/2] gitlab: prepare for limited CI minutes by not running by default
 2021-08-16 15:16 UTC  (14+ messages)
` [PATCH 1/2] docs: split the CI docs into two files
` [PATCH 2/2] gitlab: don't run CI jobs by default on push to user forks

[PATCH] hw: ppc: sam460ex: Disable Ethernet devicetree nodes
 2021-08-16 15:13 UTC  (13+ messages)

[PATCH v2 00/13] s390x: skey related fixes, cleanups, and memory device preparations
 2021-08-16 15:12 UTC  (4+ messages)
` [PATCH v2 04/13] s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-16 15:07 UTC 

[RFC PATCH 0/6] virtio-net failover cleanup and new features
 2021-08-16 14:58 UTC  (7+ messages)
` [RFC PATCH 1/6] qdev: add an Error parameter to the DeviceListener hide_device() function
` [RFC PATCH 2/6] qdev/qbus: remove failover specific code
` [RFC PATCH 3/6] failover: virtio-net: remove failover_primary_hidden flag
` [RFC PATCH 4/6] failover: pci: move failover hotplug/unplug code into pci subsystem
` [RFC PATCH 5/6] failover: pci: unregister ROM on unplug
` [RFC PATCH 6/6] pci: automatically unplug a PCI card before migration

[PATCH v15] qapi: introduce 'query-x86-cpuid' QMP command
 2021-08-16 14:51 UTC 

[PATCH RFC 00/19] vfio-user implementation
 2021-08-16 14:10 UTC  (7+ messages)
` [PATCH RFC server 00/11] vfio-user server in QEMU
  ` [PATCH RFC server 05/11] vfio-user: run vfio-user context

[PATCH v3] vga: don't abort when adding a duplicate isa-vga device
 2021-08-16 13:55 UTC 

[PATCH v2] vga: don't abort when adding a duplicate isa-vga device
 2021-08-16 13:53 UTC  (3+ messages)

[PATCH] vga: don't abort when adding a duplicate isa-vga device
 2021-08-16 12:34 UTC  (4+ messages)

[FSL P50x0] lscpu reports wrong values since the RC1 of kernel 5.13
 2021-08-16 12:29 UTC  (2+ messages)

[RFC PATCH] target/ppc: fix vector registers access in gdbstub for little-endian
 2021-08-16 12:17 UTC  (4+ messages)

[PULL 00/11] Optional gitlab-CI and doc fixes for -rc4
 2021-08-16 12:00 UTC  (10+ messages)
` [PULL 02/11] gitlab: skip many more targets in windows cross builds

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-08-16 11:57 UTC  (3+ messages)

[PATCH v4] vhost: make SET_VRING_ADDR, SET_FEATURES send replies
 2021-08-16 11:50 UTC  (4+ messages)
` [PING] "
  ` [PING][PING] "

[PATCH v3] hw/dma/pl330: Add memory region to replace default
 2021-08-16 10:43 UTC  (3+ messages)

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

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-16  9:58 UTC  (16+ messages)
` [PATCH for-6.2 01/25] arm: Move M-profile RAS register block into its own device
` [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 v3 0/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-08-16  9:47 UTC  (8+ messages)
` [PATCH v3 1/7] util/oslib-posix: Let touch_all_pages() return an error
` [PATCH v3 2/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
` [PATCH v3 3/7] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PATCH v3 4/7] util/oslib-posix: Don't create too many threads with small memory or little pages
` [PATCH v3 5/7] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
` [PATCH v3 6/7] util/oslib-posix: Support concurrent os_mem_prealloc() invocation
` [PATCH v3 7/7] util/oslib-posix: Forward SIGBUS to MCE handler under Linux

[PATCH] hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
 2021-08-16  9:21 UTC  (2+ messages)

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

[PATCH for-6.2 v5 00/14] machine: smp parsing fixes and improvement
 2021-08-16  9:15 UTC  (7+ messages)
` [PATCH for-6.2 v5 06/14] machine: Prefer cores over sockets in smp parsing since 6.2

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

[PATCH v3] vhost-vdpa: Do not send empty IOTLB update batches
 2021-08-16  6:00 UTC  (4+ messages)

[PATCH] multifd: Implement yank for multifd send side
 2021-08-16  5:44 UTC  (2+ messages)

[PATCH 0/7] MAINTAINERS: review kraxel's entries
 2021-08-16  4:56 UTC  (6+ messages)
` [PATCH 3/7] MAINTAINERS: update audio entry

[PATCH] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-08-16  2:58 UTC  (2+ messages)

[PATCH for-6.1 v6 0/1] machine: Disallow specifying topology parameters as zero
 2021-08-16  2:45 UTC  (2+ messages)
` [PATCH for-6.1 v6 1/1] "

[PATCH 0/2] enable fsdax rdma migration
 2021-08-16  2:10 UTC  (2+ messages)

[PATCH] target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT
 2021-08-16  1:47 UTC  (2+ messages)

[PATCH v2] hw/virtio: Fix leak of host-notifier memory-region
 2021-08-16  1:32 UTC 

[PATCH] po: update turkish translation
 2021-08-15 20:24 UTC 

(no subject)
 2021-08-15 16:27 UTC  (2+ messages)
` [PATCH v2] hw/sensor: Add lsm303dlhc magnetometer device

[PATCH for-6.2 0/4] Zero sockaddr_in when initializing it
 2021-08-15 16:13 UTC  (5+ 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).