qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-15 15:58:11 to 2020-10-16 06:56:17 UTC [more...]

[PATCH V14 0/8] mips: Add Loongson-3 machine support
 2020-10-16  6:51 UTC  (4+ messages)
` [PATCH V14 1/8] target/mips: Fix PageMask with variable page size
` [PATCH V14 2/8] target/mips: Add loongson-ext lswc2 group of instructions (Part 1)
` [PATCH V14 6/8] hw/mips: Add Loongson-3 boot parameter helpers

[PATCH v2 0/3] ppc: Mac machine updates
 2020-10-16  6:53 UTC  (17+ messages)
` [PATCH v2 1/3] macio: don't reference serial_hd() directly within the device
` [PATCH v2 2/3] grackle: use qdev gpios for PCI IRQs
` [PATCH v2 3/3] uninorth: "

[PULL 00/37] Build system + accel + record/replay patches for 2020-10-06
 2020-10-16  6:48 UTC  (3+ messages)
` [PULL 07/37] cpus: extract out hax-specific code to target/i386/

[Bug 1856834] [NEW] softmmu qemu-system-ppc freezes at virtio vda
 2020-10-16  6:16 UTC  (2+ messages)
` [Bug 1856834] Re: PCI broken in qemu ppc e500 in v2.12.0 and other versions

[PATCH V2 00/10] COLO project queued patches 20-Oct
 2020-10-16  5:52 UTC  (11+ messages)
` [PATCH V2 01/10] net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanup
` [PATCH V2 02/10] Optimize seq_sorter function for colo-compare
` [PATCH V2 03/10] Reduce the time of checkpoint for COLO
` [PATCH V2 04/10] Fix the qemu crash when guest shutdown in COLO mode
` [PATCH V2 05/10] colo-compare: fix missing compare_seq initialization
` [PATCH V2 06/10] colo-compare: check mark in mutual exclusion
` [PATCH V2 07/10] net/colo-compare.c: Fix compare_timeout format issue
` [PATCH V2 08/10] net/colo-compare.c: Change the timer clock type
` [PATCH V2 09/10] net/colo-compare.c: Add secondary old packet detection
` [PATCH V2 10/10] net/colo-compare.c: Increase default queued packet scan frequency

[PULL 0/3] Usb 20201016 patches
 2020-10-16  5:24 UTC  (4+ messages)
` [PULL 1/3] usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)
` [PULL 2/3] usb/hcd-ehci: Fix error handling on missing device for iTD
` [PULL 3/3] hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()

[PATCH 00/10] COLO project queued patches 20-Oct
 2020-10-16  5:22 UTC  (5+ messages)

[RFC PATCH] contrib/gitdm: Add more individual contributors
 2020-10-16  5:10 UTC  (4+ messages)

[PATCH v2 1/2] vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup
 2020-10-16  3:09 UTC  (2+ messages)
` [PATCH v2 2/2] net: Add vhost-vdpa in show_netdevs()

[PATCH v4 0/4] Fixes docs building on msys2/mingw
 2020-10-16  3:07 UTC  (7+ messages)
` [PATCH v4 1/4] docs: Fixes build docs "
` [PATCH v4 2/4] configure: the docdir option should passed to meson as is
` [PATCH v4 3/4] meson: Move the detection logic for sphinx to meson
` [PATCH v4 4/4] cirrus: Enable doc build on msys2/mingw

[PATCH v2] virtio-net: Set mac address to hardware if the peer is vdpa
 2020-10-16  2:17 UTC  (2+ messages)

[PATCH v2 0/2] hw/rtc/m48t59: Simplify m48t59_init()
 2020-10-16  0:44 UTC  (4+ messages)
` [PATCH v2 1/2] hw/rtc/m48t59: Simplify m48t59_init() removing 'io_base' argument
` [PATCH v2 2/2] hw/rtc/m48t59: Simplify m48t59_init() passing MemoryRegion argument

[RFC PATCH v2 0/8] block-backend: Introduce I/O hang
 2020-10-16  1:12 UTC  (3+ messages)

[PATCH] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
 2020-10-16  0:42 UTC  (4+ messages)

[PATCH] hw/net: move allocation to the heap due to very large stack frame
 2020-10-16  0:32 UTC  (9+ messages)

[PATCH] ppc/spapr: re-assert IRQs during event-scan if there are pending
 2020-10-15 23:58 UTC  (3+ messages)

[PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
 2020-10-15 23:47 UTC  (6+ messages)
` [PATCH v8 4/5] mac_oldworld: Drop some variables
` [PATCH v8 1/5] mac_oldworld: Allow loading binary ROM image
` [PATCH v8 5/5] mac_oldworld: Change PCI address of macio to match real hardware
` [PATCH v8 3/5] mac_oldworld: Drop a variable, use get_system_memory() directly
` [PATCH v8 2/5] mac_newworld: Allow loading binary ROM image

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

[RFC PATCH v2 0/4] target/mips: Make the number of TLB entries a CPU property
 2020-10-15 22:47 UTC  (5+ messages)
` [RFC PATCH v2 1/4] target/mips: Make cpu_mips_realize_env() propagate Error
` [RFC PATCH v2 2/4] target/mips: Store number of TLB entries in CPUMIPSState
` [RFC PATCH v2 3/4] target/mips: Make the number of TLB entries a CPU property
` [RFC PATCH v2 4/4] target/mips: Allow using the 34Kf with 16/32/64 preset TLB entries

[PATCH v2 0/4] Fixes docs building on msys2/mingw
 2020-10-15 21:55 UTC  (13+ messages)
` [PATCH v2 1/4] docs: Fixes build docs "
` [PATCH v2 2/4] configure: the docdir option should passed to meson as is
` [PATCH v2 3/4] meson: Move the detection logic for sphinx to meson
` [PATCH v2 4/4] cirrus: Enable doc build on msys2/mingw

[PATCH v3 0/4] Fixes docs building on msys2/mingw
 2020-10-15 21:53 UTC  (5+ messages)
` [PATCH v3 1/4] docs: Fixes build docs "
` [PATCH v3 2/4] configure: the docdir option should passed to meson as is
` [PATCH v3 3/4] meson: Move the detection logic for sphinx to meson
` [PATCH v3 4/4] cirrus: Enable doc build on msys2/mingw

[PATCH v2 0/5] spapr: Fix and cleanups for sPAPR CPU core
 2020-10-15 21:18 UTC  (6+ messages)
` [PATCH v2 1/5] spapr: Fix leak of CPU machine specific data
` [PATCH v2 2/5] spapr: Unrealize vCPUs with qdev_unrealize()
` [PATCH v2 3/5] spapr: Drop spapr_delete_vcpu() unused argument
` [PATCH v2 4/5] spapr: Make spapr_cpu_core_unrealize() idempotent
` [PATCH v2 5/5] spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()

[PULL 0/3] microblaze patch queue
 2020-10-15 21:20 UTC  (2+ messages)

ide: Linux reports drive diagnostic failures on boot
 2020-10-15 21:10 UTC  (4+ messages)

[PULL 0/5] 9p queue 2020-10-15
 2020-10-15 14:14 UTC  (6+ messages)
` [PULL 3/5] tests/9pfs: wipe local 9pfs test directory
` [PULL 1/5] tests/9pfs: change qtest name prefix to synth
` [PULL 5/5] tests/9pfs: add local Tmkdir test
` [PULL 4/5] tests/9pfs: add virtio_9p_test_path()
` [PULL 2/5] tests/9pfs: introduce local tests

[PATCH 0/3] hw/misc/mac_via: Factor generic via_irq_request() out
 2020-10-15 20:50 UTC  (2+ messages)

[PATCH V1 00/32] Live Update
 2020-10-15 20:36 UTC  (11+ messages)
` [PATCH V1 18/32] osdep: import MADV_DOEXEC

[PATCH] meson: Only install icons and qemu.desktop if have_system
 2020-10-15 20:18 UTC 

[PATCH v3 0/2] Fixes building nfs on msys2/mingw
 2020-10-15 20:13 UTC  (3+ messages)
` [PATCH v3 1/2] block: Fixes nfs compiling error "
` [PATCH v3 2/2] block: enable libnfs on msys2/mingw in cirrus.yml

[PATCH v5] hw/avr: Add limited support for avr gpio registers
 2020-10-15 20:01 UTC  (2+ messages)

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

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

[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: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 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 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  (11+ messages)
` [PATCH v2 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode
` [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  (9+ messages)
` [RFC 1/5] block/nvme: use some NVME_CAP_* macros

[PATCH v11 00/13] Apply COR-filter to the block-stream permanently
 2020-10-15 17:37 UTC  (9+ messages)
` [PATCH v11 05/13] copy-on-read: limit COR operations to base in COR driver
` [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  (14+ messages)
` [PATCH v2 02/20] fuse: "
` [PATCH v2 03/20] fuse: Implement standard FUSE operations

[PATCH v3] qom: code hardening - have bound checking while looping with integer value
 2020-10-15 16:52 UTC  (2+ 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)


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