qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 23:37:39 to 2020-09-03 11:10:36 UTC [more...]

[PATCH 0/1] Skip flatview_simplify() for specific cpu vendor
 2020-09-03 10:37 UTC  (3+ messages)
` [PATCH 1/1] "

[RFC PATCH 00/12] hw: Forbid DMA write accesses to MMIO regions
 2020-09-03 11:08 UTC  (3+ messages)
` [PATCH 01/12] pci: pass along the return value of dma_memory_rw
` [PATCH 04/12] dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument

[RFC v8 0/5] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-09-03 11:06 UTC  (11+ messages)
` [RFC v8 3/5] memory: Add IOMMU_DEVIOTLB_UNMAP IOMMUTLBNotificationType
` [RFC v8 4/5] intel_iommu: Do not notify regular iotlb to device-iotlb notifiers
` [RFC v8 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB type

[PATCH] hw/ide: check null block pointer before blk_drain
 2020-09-03 11:05 UTC  (3+ messages)

[RFC qemu 0/6] mirror: implement incremental and bitmap modes
 2020-09-03 11:04 UTC  (4+ messages)

[PATCH] 9pfs: log warning if msize <= 8192
 2020-09-03 10:57 UTC  (6+ messages)

[PATCH v7 00/16] QEMU cpus.c refactoring part2
 2020-09-03 10:56 UTC  (17+ messages)
` [PATCH v7 01/16] cpu-timers, icount: new modules
` [PATCH v7 02/16] icount: rename functions to be consistent with the module name
` [PATCH v7 03/16] cpus: prepare new CpusAccel cpu accelerator interface
` [PATCH v7 04/16] cpus: extract out TCG-specific code to accel/tcg
` [PATCH v7 05/16] cpus: extract out qtest-specific code to accel/qtest
` [PATCH v7 06/16] cpus: extract out kvm-specific code to accel/kvm
` [PATCH v7 07/16] cpus: extract out hax-specific code to target/i386/
` [PATCH v7 08/16] cpus: extract out whpx-specific "
` [PATCH v7 09/16] cpus: extract out hvf-specific code to target/i386/hvf/
` [PATCH v7 10/16] cpus: cleanup now unneeded includes
` [PATCH v7 11/16] cpus: remove checks for non-NULL cpus_accel
` [PATCH v7 12/16] cpus: add handle_interrupt to the CpusAccel interface
` [PATCH v7 13/16] hvf: remove hvf specific functions from global includes
` [PATCH v7 14/16] whpx: remove whpx "
` [PATCH v7 15/16] hax: remove hax "
` [PATCH v7 16/16] kvm: remove kvm "

[PATCH 00/12] hw/riscv: Clean up the directory
 2020-09-03 10:56 UTC  (14+ messages)
` [PATCH 01/12] hw/riscv: Move sifive_e_prci model to hw/misc
` [PATCH 02/12] hw/riscv: Move sifive_u_prci "
` [PATCH 03/12] hw/riscv: Move sifive_u_otp "
` [PATCH 04/12] hw/riscv: Move sifive_gpio model to hw/gpio
` [PATCH 05/12] hw/riscv: Move sifive_clint model to hw/intc
` [PATCH 06/12] hw/riscv: Move sifive_plic "
` [PATCH 07/12] hw/riscv: Move riscv_htif model to hw/char
` [PATCH 08/12] hw/riscv: Move sifive_uart "
` [PATCH 09/12] hw/riscv: Move sifive_test model to hw/misc
` [PATCH 10/12] hw/riscv: Always build riscv_hart.c
` [PATCH 11/12] hw/riscv: Drop CONFIG_SIFIVE
` [PATCH 12/12] hw/riscv: Sort the Kconfig options in alphabetical order

[PATCH v5 0/8] block: improve error reporting for unsupported O_DIRECT
 2020-09-03 10:54 UTC  (13+ messages)
` [PATCH v5 1/8] monitor: simplify functions for getting a dup'd fdset entry
` [PATCH v5 2/8] util: split off a helper for dealing with O_CLOEXEC flag
` [PATCH v5 3/8] util: rename qemu_open() to qemu_open_old()
` [PATCH v5 4/8] util: refactor qemu_open_old to split off variadic args handling
` [PATCH v5 5/8] util: add Error object for qemu_open_internal error reporting

[RFC 0/3] try to solve the DMA to MMIO issue
 2020-09-03 10:53 UTC  (11+ messages)
` [RFC 3/3] virtio-gpu: make the IO handler reentrant

[PULL v2 00/15] Cirrus-CI improvements, and other CI-related fixes, m68k
 2020-09-03 10:52 UTC  (6+ messages)

Thouhgs about cross-platform signals and process
 2020-09-03 10:51 UTC  (3+ messages)

[PATCH v6 00/12] monitor: Optionally run handlers in coroutines
 2020-09-03 10:49 UTC  (4+ messages)

[PATCH v3 0/7] migration: bring improved savevm/loadvm/delvm to QMP
 2020-09-03 10:44 UTC  (10+ messages)
` [PATCH v3 7/7] migration: introduce snapshot-{save, load, delete} QMP commands

[PATCH] ide:do nothing for identify cmd if no any device attached
 2020-09-03 10:40 UTC  (3+ messages)

[PATCH] Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
 2020-09-03 10:26 UTC  (6+ messages)

[PATCH] stubs: Move qemu_fd_register stub to util/main-loop.c
 2020-09-03 10:34 UTC  (7+ messages)

[PATCH v2] Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
 2020-09-03 10:25 UTC 

[PATCH 00/63] qom: Rename macros for consistency
 2020-09-03 10:33 UTC  (7+ messages)
` [PATCH 05/63] ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE
` [PATCH 40/63] filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITER
` [PATCH 55/63] vfio: Rename PCI_VFIO to VFIO_PCI

[Bug 1894071] [NEW] qemu-i386-static ioctl return -14 (Bad Address)
 2020-09-03 10:00 UTC  (8+ messages)
` [Bug 1894071] "

[PATCH v2 00/15] Add a General Virtual Device Fuzzer
 2020-09-03  9:28 UTC  (26+ messages)
` [PATCH v2 04/15] fuzz: Add DMA support to the generic-fuzzer
` [PATCH v2 05/15] fuzz: Declare DMA Read callback function
` [PATCH v2 06/15] fuzz: Add fuzzer callbacks to DMA-read functions
` [PATCH v2 07/15] fuzz: Add support for custom crossover functions
` [PATCH v2 08/15] fuzz: add a DISABLE_PCI op to general-fuzzer
` [PATCH v2 09/15] fuzz: add a crossover function to generic-fuzzer
` [PATCH v2 10/15] scripts/oss-fuzz: Add wrapper program for generic fuzzer
` [PATCH v2 11/15] scripts/oss-fuzz: Add general-fuzzer build script
` [PATCH v2 12/15] scripts/oss-fuzz: Add general-fuzzer configs for oss-fuzz
` [PATCH v2 13/15] scripts/oss-fuzz: build the general-fuzzer configs
` [PATCH v2 14/15] scripts/oss-fuzz: Add script to reorder a general-fuzzer trace
` [PATCH v2 15/15] scripts/oss-fuzz: Add crash trace minimization script

make -i check resut for msys2
 2020-09-03  9:18 UTC 

[PATCH v4 00/12] Green the msys2 CI make
 2020-09-03  8:31 UTC  (13+ messages)
` [PATCH v4 01/12] configure: fixes dtc not cloned when running msys2 CI
` [PATCH v4 02/12] meson: Convert undefsym.sh to undefsym.py
` [PATCH v4 03/12] tcg: Fixes dup_const link error
` [PATCH v4 04/12] tests: handling signal on win32 properly
` [PATCH v4 05/12] configure: Fix include and linkage issue on msys2
` [PATCH v4 06/12] block: Fixes nfs on msys2/mingw
` [PATCH v4 07/12] osdep: These function are only available on Non-Win32 system
` [PATCH v4 08/12] ci: fixes msys2 build by upgrading capstone to 4.0.2
` [PATCH v4 09/12] stubs: qemu_notify_event have no need to stub
` [PATCH v4 10/12] meson: Fixes qapi tests
` [PATCH v4 11/12] tests: Disable test-image-locking that not works under Win32
` [PATCH v4 12/12] ci: Enable msys2 ci in cirrus

[PATCH v3 00/12] Green the msys2 CI make
 2020-09-03  8:28 UTC  (20+ messages)
` [PATCH v3 01/12] configure: fixes dtc not cloned when running msys2 CI
` [PATCH v3 02/12] meson: Convert undefsym.sh to undefsym.py
` [PATCH v3 03/12] tcg: Fixes dup_const link error
` [PATCH v3 04/12] tests: handling signal on win32 properly
` [PATCH v3 05/12] configure: Fix include and linkage issue on msys2
` [PATCH v3 06/12] block: Fixes nfs on msys2/mingw
` [PATCH v3 07/12] osdep: These function are only available on Non-Win32 system
` [PATCH v3 08/12] ci: fixes msys2 build by upgrading capstone to 4.0.2
` [PATCH v3 09/12] stubs: qemu_notify_event have no need to stub
` [PATCH v3 10/12] meson: Fixes qapi tests
` [PATCH v3 11/12] tests: Disable test-image-locking that not works under Win32
` [PATCH v3 12/12] ci: Enable msys2 ci in cirrus

[Qemu-devel] [Bug 1731347] [NEW] VFIO Passthrough of SAS2008-based HBA card fails on E3-1225v3 due to failed DMA mapping (-14)
 2020-09-03  8:18 UTC  (2+ messages)
` [Bug 1731347] "

[PULL 0/8] QAPI patches patches for 2020-09-03
 2020-09-03  8:23 UTC  (9+ messages)
` [PULL 1/8] qapi: enable use of g_autoptr with QAPI types
` [PULL 2/8] qapi/block-core.json: Remove stale description of 'blockdev-add'
` [PULL 3/8] scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
` [PULL 4/8] scripts/qmp/qom-fuse: Port to current Python module fuse
` [PULL 5/8] scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
` [PULL 6/8] docs/interop/qmp-spec: Point to the QEMU QMP reference manual
` [PULL 7/8] qapi: Document event VSERPORT_CHANGE is rate-limited
` [PULL 8/8] docs/qdev-device-use: Don't suggest -drive and -net can do USB

[PATCH v2 00/12] target/microblaze improvements
 2020-09-03  7:26 UTC  (13+ messages)
` [PATCH v2 01/12] target/microblaze: Collected fixes for env->iflags
` [PATCH v2 02/12] target/microblaze: Renumber D_FLAG
` [PATCH v2 03/12] target/microblaze: Cleanup mb_cpu_do_interrupt
` [PATCH v2 04/12] target/microblaze: Rename mmu structs
` [PATCH v2 05/12] target/microblaze: Fill in VMStateDescription for cpu
` [PATCH v2 06/12] target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
` [PATCH v2 07/12] target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
` [PATCH v2 08/12] target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
` [PATCH v2 09/12] target/microblaze: Handle DISAS_EXIT_NEXT in delay slot
` [PATCH v2 10/12] target/microblaze: Force rtid, rted, rtbd to exit
` [PATCH v2 11/12] target/microblaze: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v2 12/12] target/microblaze: Diagnose invalid insns in delay slots

[PATCH v1] sd: sdhci: assert data_count is within fifo_buffer
 2020-09-03  7:08 UTC 

[PATCH v2 0/3] nbd: build qemu-nbd on Windows
 2020-09-03  7:06 UTC  (5+ messages)
` [PATCH v2 3/3] nbd: disable signals and forking on Windows builds

[PATCH 0/6] Green the msys2 CI make
 2020-09-03  7:00 UTC  (5+ messages)
` [PATCH 5/6] tests: handling signal on win32 properly

[PATCH v4 0/5] block: add block-dirty-bitmap-populate job
 2020-09-03  6:56 UTC  (6+ messages)
` [PATCH v4 2/5] blockdev: combine DriveBackupState and BlockdevBackupState
` [PATCH v4 4/5] iotests: move bitmap helpers into their own file

meson: how to determine which directory applies to the c_args during build?
 2020-09-03  6:46 UTC  (3+ messages)

[PATCH v1 0/6] CTU CAN FD core support
 2020-09-03  6:38 UTC  (10+ messages)
` [PATCH v1 1/6] net/can: Initial host SocketCan support for CAN FD
` [PATCH v1 3/6] net/can: Add can_dlc2len and can_len2dlc "

[Bug 1894029] [NEW] qemu-i386 malloc error
 2020-09-03  5:57 UTC  (3+ messages)
` [Bug 1894029] "

[PATCH 0/7] hppa power button support, graphics updates and firmware fixes
 2020-09-03  6:09 UTC  (8+ messages)
` [PATCH 6/7] hw/display/artist: Fix artist screen resolution

[Bug 1893758] [NEW] meson: scary KeyboardInterrupt backtrace displayed
 2020-09-03  5:42 UTC  (2+ messages)
` [Bug 1893758] "

[PATCH] usb-host: workaround libusb bug
 2020-09-03  5:33 UTC  (5+ messages)

[PATCH 1/2] net: forbid the reentrant RX
 2020-09-03  4:02 UTC  (5+ messages)

[PULL v2 00/76] target/microblaze improvements
 2020-09-03  2:12 UTC  (4+ messages)

[PATCH v2 0/7] pseries NUMA distance rework
 2020-09-03  1:56 UTC  (11+ messages)
` [PATCH v2 3/7] spapr: introduce SpaprMachineClass::numa_assoc_array
` [PATCH v2 5/7] spapr, spapr_numa: move lookup-arrays handling to spapr_numa.c
` [PATCH v2 6/7] spapr_numa: move NVLink2 associativity "
` [PATCH v2 7/7] spapr_hcall: h_home_node_associativity now reads numa_assoc_array

[PATCH V2 for-5.2] hw/null-machine: Add the kvm_type() hook for MIPS
 2020-09-03  0:58 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).