qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-03 19:39:50 to 2021-10-04 16:32:28 UTC [more...]

[RFC] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
 2021-10-04 16:30 UTC  (2+ messages)

[RFC PATCH] .github: move repo lockdown to the v2 configuration
 2021-10-04 16:25 UTC  (2+ messages)

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-04 15:57 UTC  (9+ messages)
` [PATCH v3 01/19] docs/devel: rename file for writing monitor commands
` [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v3 07/19] qapi: introduce x-query-roms QMP command

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-10-04 15:56 UTC  (2+ messages)

[PATCH 0/4] aspeed/smc: Improve support for the alternate boot function
 2021-10-04 15:46 UTC  (5+ messages)
` [PATCH 1/4] aspeed/wdt: Add trace events
` [PATCH 2/4] aspeed/smc: Dump address offset in "
` [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region
` [PATCH 4/4] aspeed/smc: Improve support for the alternate boot function

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-04 15:50 UTC  (6+ messages)

[PATCH v1 0/7] enabling RasperryPi 4 emulation - WIP state
 2021-10-04 15:43 UTC  (9+ messages)
` [PATCH v1 1/7] hw/misc/bcm2835_property: Add FIXME comment for uninitialized memory
` [PATCH v1 2/7] hw/misc/bcm2835_property: Handle the 'domain state' property
` [PATCH v1 3/7] hw/arm: fix the position of vcram for raspi
` [PATCH v1 4/7] hw/arm/bcm2835_peripherals: Map various BCM2711 blocks
` [PATCH v1 5/7] hw/arm/bcm2836: Add the BCM2711 which uses a GICv2
` [PATCH v1 6/7] hw/arm/bcm2838: Map the PCIe memory space
` [PATCH v1 7/7] hw/arm/raspi: Add the Raspberry Pi 4B board

[PATCH v0 0/2] virtio-blk and vhost-user-blk cross-device migration
 2021-10-04 15:16 UTC  (5+ messages)
` [PATCH v0 1/2] vhost-user-blk: add a new vhost-user-virtio-blk type
` [PATCH v0 2/2] vhost-user-blk-pci: add new pci device type to support vhost-user-virtio-blk

[PATCH 00/13] virtiofsd: Support notification queue and
 2021-10-04 15:07 UTC  (24+ messages)
` [PATCH 01/13] virtio_fs.h: Add notification queue feature bit
` [PATCH 02/13] virtiofsd: fuse.h header file changes for lock notification
` [PATCH 03/13] virtiofsd: Remove unused virtio_fs_config definition
` [PATCH 04/13] virtiofsd: Add a helper to send element on virtqueue
` [PATCH 05/13] virtiofsd: Add a helper to stop all queues
` [PATCH 06/13] vhost-user-fs: Use helpers to create/cleanup virtqueue
` [PATCH 08/13] virtiofsd: Create a notification queue
` [PATCH 09/13] virtiofsd: Specify size of notification buffer using config space
` [PATCH 10/13] virtiofsd: Custom threadpool for remote blocking posix locks requests
` [PATCH 11/13] virtiofsd: Shutdown notification queue in the end
` [PATCH 12/13] virtiofsd: Implement blocking posix locks

[PATCH 0/1] vmx: Fix <genid/> mapping
 2021-10-04 14:59 UTC  (11+ messages)

[PATCH 00/12] macfb: fixes for booting MacOS
 2021-10-04 14:41 UTC  (26+ messages)
` [PATCH 01/12] macfb: handle errors that occur during realize
` [PATCH 02/12] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH 03/12] macfb: fix overflow of color_palette array
` [PATCH 04/12] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH 05/12] macfb: add trace events for reading and writing the control registers
` [PATCH 06/12] macfb: implement mode sense to allow display type to be detected
` [PATCH 07/12] macfb: add qdev property to specify display type
` [PATCH 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH 09/12] macfb: fix up 1-bit pixel encoding
` [PATCH 10/12] macfb: fix 24-bit RGB "
` [PATCH 12/12] q800: wire macfb IRQ to separate video interrupt on VIA2

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-10-04 14:22 UTC  (5+ messages)
` [PATCH 09/11] qdev: Avoid QemuOpts in "

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-04 14:07 UTC  (11+ messages)

[PATCH v3] i386: docs: Briefly describe KVM PV features
 2021-10-04 14:04 UTC 

[PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2021-10-04 12:23 UTC  (15+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam
` [PATCH v2 2/5] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v2 3/5] hw/arm/virt: Honor highmem setting when computing the memory map
` [PATCH v2 4/5] hw/arm/virt: Use the PA range to compute "
` [PATCH v2 5/5] hw/arm/virt: Disable highmem devices that don't fit in the PA range

[PATCH v4 0/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
 2021-10-04 12:02 UTC  (8+ messages)
` [PATCH v4 1/7] util/oslib-posix: Let touch_all_pages() return an error
` [PATCH v4 2/7] util/oslib-posix: Support MADV_POPULATE_WRITE for os_mem_prealloc()
` [PATCH v4 3/7] util/oslib-posix: Introduce and use MemsetContext for touch_all_pages()
` [PATCH v4 4/7] util/oslib-posix: Don't create too many threads with small memory or little pages
` [PATCH v4 5/7] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE
` [PATCH v4 6/7] util/oslib-posix: Support concurrent os_mem_prealloc() invocation
` [PATCH v4 7/7] util/oslib-posix: Forward SIGBUS to MCE handler under Linux

[PATCH 0/1] hw: aspeed_gpio: Fix GPIO array indexing
 2021-10-04 11:43 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-04 11:35 UTC  (7+ messages)
` [PATCH v3 1/3] tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
` [PATCH v3 3/3] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test

virtio 4M limit
 2021-10-04 10:44 UTC  (6+ messages)
  ` [PATCH] virtio: increase VIRTQUEUE_MAX_SIZE to 32k

[RFC PATCH 0/4] Misc OHCI patches
 2021-10-04 10:08 UTC  (8+ messages)

[PULL 00/20] Q800 for 6.2 patches
 2021-10-04 10:16 UTC  (5+ messages)
` [PULL 03/20] nubus-device: expose separate super slot memory region

[PATCH] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-04 10:13 UTC  (2+ messages)

[PATCH 00/15] Switch iotests to using Async QMP
 2021-10-04 10:12 UTC  (15+ messages)
` [PATCH 03/15] python/aqmp: Return cleared events from EventListener.clear()
` [PATCH 10/15] python/machine: Add support for AQMP backend
` [PATCH 12/15] iotests: Disable AQMP logging under non-debug modes

[PATCH 0/5] Upgrade minimum Meson version to 0.58.2, recommended to 0.59.2
 2021-10-04 10:11 UTC  (7+ messages)
` [PATCH 1/5] meson: bump submodule "
` [PATCH 2/5] meson: switch minimum meson version to 0.58.2, minimum recommended "
` [PATCH 3/5] hexagon: use env keyword argument to pass PYTHONPATH
` [PATCH 4/5] target/xtensa: list cores in a text file
` [PATCH 5/5] meson: show library versions in the summary

[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-04  9:57 UTC  (44+ messages)
` [PATCH v3 01/22] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v3 02/22] qapi/misc-target: Group SEV QAPI definitions
` [PATCH v3 03/22] target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
` [PATCH v3 04/22] target/i386/kvm: Restrict SEV stubs to x86 architecture
` [PATCH v3 05/22] target/i386/monitor: Return QMP error when SEV is disabled in build
` [PATCH v3 06/22] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH v3 07/22] target/i386/sev_i386.h: Remove unused headers
` [PATCH v3 08/22] target/i386/sev: Remove sev_get_me_mask()
` [PATCH v3 09/22] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH v3 10/22] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH v3 11/22] target/i386/sev: Restrict SEV to system emulation
` [PATCH v3 12/22] target/i386/sev: Declare system-specific functions in 'sev_i386.h'
` [PATCH v3 13/22] target/i386/sev: Remove stubs by using code elision
` [PATCH v3 14/22] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v3 15/22] target/i386/sev: Move qmp_sev_inject_launch_secret() "
` [PATCH v3 16/22] target/i386/sev: Move qmp_query_sev_capabilities() "
` [PATCH v3 17/22] target/i386/sev: Move qmp_query_sev_launch_measure() "
` [PATCH v3 18/22] target/i386/sev: Move qmp_query_sev() & hmp_info_sev() "
` [PATCH v3 19/22] monitor: Restrict 'info sev' to x86 targets
` [PATCH v3 22/22] MAINTAINERS: Cover AMD SEV files

[PATCH 0/4] MAINTAINERS: Sanitize 'MIPS TCG CPUs' section
 2021-10-04  9:25 UTC  (5+ messages)
` [PATCH 1/4] MAINTAINERS: Add MIPS general architecture support entry
` [PATCH 2/4] MAINTAINERS: Add entries to cover MIPS CPS / GIC hardware
` [PATCH 3/4] MAINTAINERS: Split MIPS TCG frontend vs MIPS machines/hardware
` [PATCH 4/4] MAINTAINERS: Agree to maintain nanoMIPS TCG frontend

[PATCH v3 0/3] hw/virtio: Minor housekeeping patches
 2021-10-04  9:27 UTC  (11+ messages)
` [PATCH v3 1/3] hw/virtio: Comment virtqueue_flush() must be called with RCU read lock
` [PATCH v3 2/3] hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
` [PATCH v3 3/3] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees

Moving QEMU downloads to GitLab Releases?
 2021-10-04  9:01 UTC  (8+ messages)

[PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
 2021-10-04  8:38 UTC 

[PULL 0/5] Trivial branch for 6.2 patches
 2021-10-04  8:30 UTC  (6+ messages)
` [PULL 1/5] qemu-options: -chardev reconnect=seconds duplicated in help, tidy up
` [PULL 2/5] qemu-options: Tweak [, maxcpus=cpus] to [, maxcpus=maxcpus]
` [PULL 3/5] qemu-options: Add missing "sockets=2, maxcpus=2" to CLI "-smp 2"
` [PULL 4/5] target/sh4: Use lookup_symbol in sh4_tr_disas_log
` [PULL 5/5] hw/remote/proxy: Categorize Wireless devices as 'Network' ones

[PATCH v3 00/16] python/iotests: Run iotest linters during Python CI
 2021-10-04  8:35 UTC  (15+ messages)
` [PATCH v3 07/16] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH v3 11/16] iotests/297: return error code from run_linters()
` [PATCH v3 14/16] iotests/linters: Add workaround for mypy bug #9852

[PATCH] hw/misc: applesmc: use host osk as default on macs
 2021-10-04  8:37 UTC  (2+ messages)

[PATCH v2 0/2] hw/adc: Add basic Aspeed ADC model
 2021-10-04  7:49 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v4 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-10-04  8:03 UTC  (2+ messages)

[PULL 00/26] Linux user for 6.2 patches
 2021-10-04  7:44 UTC  (27+ messages)
` [PULL 01/26] linux-user: Add infrastructure for a signal trampoline page
` [PULL 02/26] linux-user/aarch64: Implement setup_sigtramp
` [PULL 03/26] linux-user/arm: Drop v1 signal frames
` [PULL 04/26] linux-user/arm: Drop "_v2" from symbols in signal.c
` [PULL 05/26] linux-user/arm: Implement setup_sigtramp
` [PULL 06/26] linux-user/alpha: "
` [PULL 07/26] linux-user/cris: "
` [PULL 08/26] linux-user/hexagon: "
` [PULL 09/26] linux-user/hppa: Document non-use of setup_sigtramp
` [PULL 10/26] linux-user/i386: Implement setup_sigtramp
` [PULL 11/26] linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
` [PULL 12/26] linux-user/m68k: Implement setup_sigtramp
` [PULL 13/26] linux-user/microblaze: "
` [PULL 14/26] linux-user/mips: Tidy install_sigtramp
` [PULL 15/26] linux-user/mips: Implement setup_sigtramp
` [PULL 16/26] linux-user/nios2: Document non-use of setup_sigtramp
` [PULL 17/26] linux-user/openrisc: Implement setup_sigtramp
` [PULL 18/26] linux-user/ppc: Simplify encode_trampoline
` [PULL 19/26] linux-user/ppc: Implement setup_sigtramp
` [PULL 20/26] linux-user/riscv: "
` [PULL 21/26] linux-user/s390x: "
` [PULL 22/26] linux-user/sh4: "
` [PULL 23/26] linux-user/sparc: "
` [PULL 24/26] linux-user/xtensa: "
` [PULL 25/26] linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
` [PULL 26/26] tests/tcg/multiarch: Re-enable signals test for most guests

[RFC PATCH] hw/arm: fix the position of vcram for raspi
 2021-10-04  7:53 UTC  (2+ messages)

Performance CI - real-world example
 2021-10-04  7:41 UTC 

[PATCH v2 1/2] tcg: add dup_const_tl wrapper
 2021-10-04  7:43 UTC  (5+ messages)
` [PATCH v2 2/2] target/riscv: Use dup_const_tl in orc.b to legalise truncation of constant

[PATCH v4 0/4] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-10-04  7:39 UTC  (3+ messages)

[PATCH] docs: build-system: rename "default-configs" to "configs"
 2021-10-04  7:21 UTC  (2+ messages)

[PULL 00/44] ppc-for-6.2 queue 20210930
 2021-10-04  6:54 UTC  (4+ messages)
` [PULL 33/44] target/ppc: Fix 64-bit decrementer

[PATCH 0/2] nubus: a couple of Coverity fixes
 2021-10-04  6:50 UTC  (3+ messages)
` [PATCH 2/2] nubus-device: ensure that name is freed after use in nubus_device_realize()

[PATCH 0/2] target/hexagon: Use tcg_constant_*
 2021-10-03 21:22 UTC  (6+ messages)
` [PATCH 1/2] target/hexagon: Remove unused TCG temporary from predicated loads
` [PATCH 2/2] target/hexagon: Use tcg_constant_*

[PATCH v3 0/3] hw/mips/boston: ELF kernel support
 2021-10-03 20:20 UTC  (4+ messages)
` [PATCH v3 3/3] hw/mips/boston: Add FDT generator

[PATCH 0/8] target/mips: Use tcg_constant_*
 2021-10-03 19:37 UTC  (3+ messages)
` [PATCH 8/8] target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()


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