qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-15 11:54:37 to 2020-10-15 19:43:43 UTC [more...]

[PATCH v2 0/3] ppc: Mac machine updates
 2020-10-15 19:42 UTC  (6+ messages)
` [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs

[PULL 00/10] machine + QOM queue, 2020-10-14
 2020-10-15 19:30 UTC  (2+ messages)

[PATCH v2 00/10] softfloat: Implement float128_muladd
 2020-10-15 19:10 UTC  (6+ messages)
` [PATCH v2 01/10] softfloat: Use mulu64 for mul64To128
` [PATCH v2 02/10] softfloat: Use int128.h for some operations

[PATCH] configure: fix handling of --docdir parameter
 2020-10-15 19:07 UTC 

[PATCH] configure: fix handling of --docdir parameter
 2020-10-15 19:06 UTC  (2+ messages)

[PULL 00/10] migration queue
 2020-10-15 18:58 UTC  (5+ messages)

[RFC PATCH 0/3] target/mips: Make the number of TLB entries a CPU property
 2020-10-15 18:56 UTC  (7+ messages)

[PATCH 0/7] build: replace ninjatool with ninja
 2020-10-15 18:49 UTC  (7+ messages)

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation
 2020-10-15 18:34 UTC  (2+ messages)
` [PATCH 2/2] intel_iommu: Only allow interrupt remapping to be enabled if it's supported

[PATCH] ssi: Display chip select polarity in monitor 'info qtree'
 2020-10-15 18:16 UTC  (3+ messages)

[PATCH v2] hw/block/nand: Decommission the NAND museum
 2020-10-15 18:12 UTC  (3+ messages)

[PATCH 1/2] pci: Change error_report to assert(3)
 2020-10-15 18:14 UTC  (2+ messages)
` [PATCH v2 2/2] pci: Disallow improper BAR registration for type 1

[PATCH v11 00/19] Initial support for multi-process Qemu
 2020-10-15 18:05 UTC  (20+ messages)
` [PATCH v11 01/19] memory: alloc RAM from file at offset
` [PATCH v11 02/19] multi-process: Add config option for multi-process QEMU
` [PATCH v11 03/19] multi-process: setup PCI host bridge for remote device
` [PATCH v11 04/19] multi-process: setup a machine object for remote device process
` [PATCH v11 05/19] multi-process: add qio channel function to transmit
` [PATCH v11 06/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v11 07/19] multi-process: Initialize message handler in remote device
` [PATCH v11 08/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v11 09/19] multi-process: setup memory manager for remote device
` [PATCH v11 10/19] multi-process: introduce proxy object
` [PATCH v11 11/19] multi-process: add proxy communication functions
` [PATCH v11 12/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v11 13/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v11 14/19] multi-process: Synchronize remote memory
` [PATCH v11 15/19] multi-process: create IOHUB object to handle irq
` [PATCH v11 16/19] multi-process: Retrieve PCI info from remote process
` [PATCH v11 17/19] multi-process: perform device reset in the "
` [PATCH v11 18/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v11 19/19] multi-process: add configure and usage information

[PATCH v2 0/5] qapi: Restrict machine (and migration) specific commands
 2020-10-15 18:28 UTC  (2+ messages)

[PATCH] hw/intc: Rename NIOS2 kconfig as ALTERA_IIC
 2020-10-15 18:09 UTC  (2+ messages)

[PATCH v2 1/5] [RISCV_PM] Add J-extension into RISC-V
 2020-10-15 18:05 UTC  (12+ messages)
` [PATCH v2 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode
` [PATCH v2 3/5] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v2 4/5] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v2 5/5] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension

[RFC 0/5] NVMe passthrough: Support 64kB page host
 2020-10-15 18:01 UTC  (13+ messages)
` [RFC 1/5] block/nvme: use some NVME_CAP_* macros
` [RFC 2/5] block/nvme: Change size and alignment of IDENTIFY response buffer
` [RFC 3/5] block/nvme: Change size and alignment of queue
` [RFC 4/5] block/nvme: Change size and alignment of prp_list_pages
` [RFC 5/5] block/nvme: Align iov's va and size on host page size

[PATCH v11 00/13] Apply COR-filter to the block-stream permanently
 2020-10-15 17:37 UTC  (15+ messages)
` [PATCH v11 05/13] copy-on-read: limit COR operations to base in COR driver
` [PATCH v11 09/13] copy-on-read: skip non-guest reads if no copy needed
` [PATCH v11 13/13] block: apply COR-filter to block-stream jobs

[PATCH] meson.build: don't condition iconv detection on library detection
 2020-10-15 17:12 UTC  (2+ messages)

[PATCH v2] fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlers
 2020-10-15 17:10 UTC  (2+ messages)

[PATCH 0/9] qapi: untie 'if' conditions from C preprocessor
 2020-10-15 17:02 UTC  (11+ messages)
` [PATCH 1/9] qapi: replace List[str] by IfCond
` [PATCH 2/9] qapi: move gen_if/gen_endif to IfCond
` [PATCH 3/9] qapi: start building an 'if' predicate tree
` [PATCH 4/9] qapi: introduce IfPredicateList and IfAny
` [PATCH 5/9] qapi: add IfNot
` [PATCH 6/9] qapi: normalize 'if' condition to IfPredicate
` [PATCH 7/9] qapi: convert 'if' C expressions to literal form
` [PATCH 8/9] qapi: make 'if' condition strings simple identifiers
` [PATCH 9/9] docs: update the documentation about schema configuration

[PATCH v2 00/20] block/export: Allow exporting BDSs via FUSE
 2020-10-15 17:01 UTC  (23+ messages)
` [PATCH v2 02/20] fuse: "
` [PATCH v2 03/20] fuse: Implement standard FUSE operations
` [PATCH v2 04/20] fuse: Allow growable exports
` [PATCH v2 17/20] iotests: Give access to the qemu-storage-daemon
` [PATCH v2 18/20] iotests: Allow testing FUSE exports

[PATCH v3] qom: code hardening - have bound checking while looping with integer value
 2020-10-15 16:52 UTC  (4+ messages)

[PULL 0/9] x86 queue, 2020-10-15
 2020-10-15 16:45 UTC  (10+ messages)
` [PULL 1/9] i386: drop x86_cpu_get_supported_feature_word() forward declaration
` [PULL 2/9] i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough case
` [PULL 3/9] target/i386: Remove core_id assert check in CPUID 0x8000001E
` [PULL 4/9] i386/kvm: Require KVM_CAP_IRQ_ROUTING
` [PULL 5/9] i386/kvm: Remove IRQ routing support checks
` [PULL 6/9] i386/kvm: Delete kvm_allows_irq0_override()
` [PULL 7/9] kvm: Correct documentation of kvm_irqchip_*()
` [PULL 8/9] cpu: Introduce CPU model deprecation API
` [PULL 9/9] i386: Mark Icelake-Client CPU models deprecated

[PATCH v6 0/2] Add watchdog support for SbsaQemu
 2020-10-15 16:34 UTC  (3+ messages)
` [PATCH v6 1/2] hw/watchdog: Implement SBSA watchdog device
` [PATCH v6 2/2] hw/arm/sbsa-ref: add "

[PATCH v2 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys
 2020-10-15 16:15 UTC  (4+ messages)
` [PATCH v2 1/2] glib-compat: add g_unix_get_passwd_entry_qemu()
` [PATCH v2 2/2] qga: add ssh-{add,remove}-authorized-keys

[PATCH v2 0/5] RISC-V Pointer Masking implementation
 2020-10-15 16:18 UTC 

[PATCH] docs: Print warning when running Sphinx 3.x and newer
 2020-10-15 16:03 UTC  (3+ messages)

[PATCH 0/2] armv7m_systick: Rewrite to use ptimers
 2020-10-15 15:31 UTC  (4+ messages)
` [PATCH 1/2] hw/core/ptimer: Support ptimer being disabled by timer callback
` [PATCH 2/2] hw/timer/armv7m_systick: Rewrite to use ptimers

[PATCH 4/5] [RISCV_PM] Add address masking functions required for RISC-V Pointer Masking extension
 2020-10-15 15:23 UTC  (4+ messages)

[Bug 1872237] [NEW] SysTick reload behavior emulated incorrectly
 2020-10-15 15:23 UTC  (2+ messages)
` [Bug 1872237] "

[PATCH v5 0/2] Add watchdog support for SbsaQemu
 2020-10-15 15:21 UTC  (6+ messages)
` [PATCH v5 2/2] hw/arm/sbsa-ref: add SBSA watchdog device

[PATCH] build: add --enable/--disable-libudev
 2020-10-15 15:06 UTC 

[PATCH] Makefile: Ensure cscope.out/tags/TAGS are generated in the source tree
 2020-10-15 15:06 UTC  (2+ messages)

Kernel patch cases qemu live migration failed
 2020-10-15 14:57 UTC  (7+ messages)

[PATCH v2] Adding ani's email as an individual contributor
 2020-10-15 14:52 UTC  (4+ messages)

[PATCH v5] Add a comment in bios-tables-test.c to clarify the reason behind approach
 2020-10-15 14:53 UTC  (7+ messages)

[PULL 00/10] Block layer patches
 2020-10-15 14:49 UTC  (11+ messages)
` [PULL 01/10] keyval: Fix and clarify grammar
` [PULL 02/10] test-keyval: Demonstrate misparse of ', ' with implied key
` [PULL 03/10] keyval: Fix parsing of ',' in value of "
` [PULL 04/10] keyval: Parse help options
` [PULL 05/10] qom: Factor out helpers from user_creatable_print_help()
` [PULL 06/10] qom: Add user_creatable_print_help_from_qdict()
` [PULL 07/10] qemu-storage-daemon: Remove QemuOpts from --object parser
` [PULL 08/10] monitor: Fix order in monitor_cleanup()
` [PULL 09/10] block: drop moderated sheepdog mailing list from MAINTAINERS file
` [PULL 10/10] block: deprecate the sheepdog block driver

[PATCH v5] sev: add sev-inject-launch-secret
 2020-10-15 14:44 UTC  (2+ messages)

[PATCH v4 00/16] Add a General Virtual Device Fuzzer
 2020-10-15 14:36 UTC  (19+ messages)
` [PATCH v4 01/16] memory: Add FlatView foreach function
` [PATCH v4 02/16] fuzz: Add general virtual-device fuzzer
` [PATCH v4 03/16] fuzz: Add PCI features to the general fuzzer
` [PATCH v4 04/16] fuzz: Add DMA support to the generic-fuzzer
` [PATCH v4 05/16] fuzz: Declare DMA Read callback function
` [PATCH v4 06/16] fuzz: Add fuzzer callbacks to DMA-read functions
` [PATCH v4 07/16] fuzz: Add support for custom crossover functions
` [PATCH v4 08/16] fuzz: add a DISABLE_PCI op to general-fuzzer
` [PATCH v4 09/16] fuzz: add a crossover function to generic-fuzzer
` [PATCH v4 10/16] scripts/oss-fuzz: Add script to reorder a general-fuzzer trace
` [PATCH v4 11/16] scripts/oss-fuzz: Add crash trace minimization script
` [PATCH v4 12/16] fuzz: Add instructions for using general-fuzz
` [PATCH v4 13/16] fuzz: add an "opaque" to the FuzzTarget struct
` [PATCH v4 14/16] fuzz: add general-fuzz configs for oss-fuzz
` [PATCH v4 15/16] fuzz: register predefined general-fuzz configs
` [PATCH v4 16/16] scripts/oss-fuzz: remove the general-fuzz target

[PATCH v3 0/3] tcg-cpus: split into 3 tcg variants
 2020-10-15 14:32 UTC  (4+ messages)
` [PATCH v3 1/3] accel/tcg: split CpusAccel into three TCG variants
` [PATCH v3 2/3] accel/tcg: split tcg_start_vcpu_thread
` [PATCH v3 3/3] accel/tcg: rename tcg-cpus functions to match module name

[PATCH v3 00/16] Add a General Virtual Device Fuzzer
 2020-10-15 13:46 UTC  (7+ messages)
` [PATCH v3 09/16] fuzz: add a crossover function to generic-fuzzer
` [PATCH v3 11/16] scripts/oss-fuzz: Add general-fuzzer build script

[PATCH] s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset
 2020-10-15 13:45 UTC  (5+ messages)

[PATCH v3] introduce VFIO-over-socket protocol specificaion
 2020-10-15 13:36 UTC  (10+ messages)
` [PATCH v4] introduce vfio-user protocol specification

[PATCH v2 0/3] tcg-cpus: split into 3 tcg variants
 2020-10-15 13:28 UTC  (5+ messages)
` [PATCH v2 2/3] accel/tcg: split tcg_start_vcpu_thread

[PATCH] vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driver
 2020-10-15 13:11 UTC  (3+ messages)

[PATCH] pci: advertise a page aligned ATS
 2020-10-15 13:10 UTC  (3+ messages)

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-15 12:59 UTC  (4+ messages)
` [PATCH v4 7/7] nbd: Allow export of multiple bitmaps for one device

[PULL 0/8] Modules 20201015 patches
 2020-10-15 12:53 UTC  (9+ messages)
` [PULL 1/8] module: silence errors for module_load_qom_all()
` [PULL 2/8] modules: update qom object module comment
` [PULL 3/8] ui/spice-app: don't use qemu_chr_open_spice_port directly
` [PULL 4/8] chardev/spice: make qemu_chr_open_spice_port static
` [PULL 5/8] chardev/spice: simplify chardev setup
` [PULL 6/8] meson: add spice_headers dependency
` [PULL 7/8] meson: add spice dependency to core spice source files
` [PULL 8/8] chardev/spice: build spice chardevs as module

[PATCH] block/qcow2-cluster: remove dead code
 2020-10-15 12:45 UTC  (2+ messages)

[PATCH v3 0/2] block: deprecate the sheepdog driver
 2020-10-15 12:43 UTC  (2+ messages)

[PATCH 0/2] qemu-ga: add ssh-{add,remove}-authorized-keys
 2020-10-15 12:10 UTC  (3+ messages)
` [PATCH 2/2] qga: "


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