qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-12 04:10:29 to 2019-12-12 14:36:20 UTC [more...]

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2019-12-12 14:34 UTC  (10+ messages)
` [PATCH v3 1/7] gpiolib: Add GPIOCHIP_NAME definition
` [PATCH v3 2/7] gpiolib: Add support for gpiochipN-based table lookup
` [PATCH v3 3/7] gpiolib: Add support for GPIO line "
` [PATCH v3 5/7] gpio: Add GPIO Aggregator/Repeater driver

[PATCH 0/5] x86: allow building without PC machine types
 2019-12-12 14:30 UTC  (6+ messages)
` [PATCH 1/5] i386: conditionally compile more files
` [PATCH 2/5] fw_cfg: allow building without other devices
` [PATCH 3/5] x86: move more functions to X86MachineState and x86.c
` [PATCH 4/5] pci-stub: add more MSI functions
` [PATCH 5/5] kvm: check before accessing PCMachineState fields

[PATCH 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
 2019-12-12 14:27 UTC  (33+ messages)
` [PATCH 06/28] cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
` [PATCH 08/28] target/i386: Use cpu_*_mmuidx_ra instead of templates
` [PATCH 09/28] target/s390x: Include tcg.h in mem_helper.c
` [PATCH 11/28] accel/tcg: Include tcg.h in tcg-runtime.c
` [PATCH 12/28] linux-user: Include tcg.h in syscall.c
` [PATCH 13/28] linux-user: Include trace-root.h in syscall-trace.h
` [PATCH 14/28] cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
` [PATCH 16/28] target/alpha: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH 17/28] target/cris: "
` [PATCH 18/28] target/i386: Remove MMU_MODE{0,1,2}_SUFFIX
` [PATCH 19/28] target/microblaze: "
` [PATCH 20/28] target/sh4: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH 21/28] target/unicore32: "
` [PATCH 22/28] target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
` [PATCH 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0, 1}_SUFFIX
  ` [PATCH 23/28] target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
` [PATCH 24/28] target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
` [PATCH 25/28] target/s390x: "
` [PATCH 26/28] target/ppc: "
` [PATCH 27/28] cputlb: Remove support for MMU_MODE*_SUFFIX
` [PATCH 28/28] cputlb: Expand cpu_ldst_template.h in cputlb.c

[PATCH v2 0/2] gdbstub: allow sending packet of arbitrary length
 2019-12-12 14:15 UTC  (9+ messages)
` [PATCH v2 1/2] gdbstub: change GDBState.last_packet to GByteArray
` [PATCH v2 2/2] gdbstub: do not split gdb_monitor_write payload

[PATCH v2 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
 2019-12-12 14:13 UTC  (3+ messages)
` [PATCH v2 1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine

[PACTH v3 0/5] Add vTPM emulator supportfor ppc64 platform
 2019-12-12 13:22 UTC  (9+ messages)
` [PACTH v3 1/5] tpm_spapr: Support TPM for ppc64 using CRQ based interface
` [PACTH v3 3/5] tpm_spapr: Support suspend and resume
` [PACTH v3 5/5] docs: tpm: Add example command line for ppc64 and tpm-spapr

guest / host buffer sharing 
 2019-12-12 13:30 UTC  (14+ messages)
                  ` [virtio-dev] "

[PATCH v3 0/5] python/qemu: New accel module and improvements
 2019-12-12 12:58 UTC  (6+ messages)
` [PATCH v3 1/5] python/qemu: Move kvm_available() to its own module
` [PATCH v3 2/5] python/qemu: accel: Add list_accel() method
` [PATCH v3 3/5] python/qemu: accel: Strengthen kvm_available() checks
` [PATCH v3 4/5] python/qemu: accel: Add tcg_available() method
` [PATCH v3 5/5] python/qemu: Remove unneeded imports in __init__

[RFC PATCH v3 000/132] Proof of concept for Meson integration
 2019-12-12 12:52 UTC  (94+ messages)
` [PATCH 001/132] build-sys hack: ensure target directory is there
` [PATCH 002/132] configure: do not include $(...) variables in config-host.mak
` [PATCH 003/132] configure: expand path variables for meson configure
` [PATCH 004/132] configure: integrate Meson in the build system
` [PATCH 005/132] configure: generate Meson cross file
` [PATCH 006/132] build-sys: add meson submodule
` [PATCH 007/132] meson: enable pie
` [PATCH 008/132] meson: use coverage option
` [PATCH 009/132] libqemuutil: convert to meson
` [PATCH 010/132] meson: add remaining generated tcg trace helpers
` [PATCH 011/132] meson: add version.o
` [PATCH 012/132] contrib/libvhost-user: convert to Meson
` [PATCH 013/132] contrib/vhost-user-blk: "
` [PATCH 014/132] contrib/vhost-user-scsi: "
` [PATCH 015/132] contrib/rdmacm-mux: "
` [PATCH 016/132] contrib/vhost-user-input: convert to meson
` [PATCH 017/132] contrib/vhost-user-gpu: "
` [PATCH 018/132] contrib/ivshmem: "
` [PATCH 019/132] contrib/elf2dmp: "
` [PATCH 020/132] meson: convert qemu-ga
` [PATCH 021/132] meson: convert vss-win32
` [PATCH 022/132] meson: add msi generation
` [PATCH 023/132] meson: add qemu-bridge-helper
` [PATCH 024/132] meson: add qemu-keymap
` [PATCH 025/132] meson: add qemu-edid
` [PATCH 026/132] meson: add virtfs-proxy-helper
` [PATCH 027/132] meson: keymap-gen
` [PATCH 028/132] meson: generate qemu-version.h
` [PATCH 029/132] meson: generate shader headers
` [PATCH 030/132] meson: generate hxtool files
` [PATCH 031/132] meson: configure 50-qemu-gpu.json
` [PATCH 032/132] meson: uncompress edk2 bios
` [PATCH 033/132] build-sys hack: link with whole .fa archives
` [PATCH 034/132] meson: convert qom directory to Meson
` [PATCH 035/132] meson: convert authz "
` [PATCH 036/132] meson: convert crypto "
` [PATCH 037/132] meson: convert io "
` [PATCH 038/132] meson: infrastructure for building emulators
` [PATCH 039/132] meson: add macos dependencies
` [PATCH 040/132] meson: add modules infrastructure
` [PATCH 041/132] meson: convert chardev directory to Meson (tools part)
` [PATCH 042/132] meson: convert block
` [PATCH 043/132] meson: qemu-{img,io,nbd}
` [PATCH 044/132] meson: qemu-pr-helper
` [PATCH 045/132] configure, Makefile; remove TOOLS and HELPERS-y variable
` [PATCH 046/132] meson: convert chardev directory to Meson (emulator part)
` [PATCH 047/132] meson: convert audio directory to Meson
` [PATCH 048/132] meson: convert ui "
` [PATCH 049/132] meson: convert root "
` [PATCH 050/132] meson: convert trace/
` [PATCH 051/132] meson: convert qom/
` [PATCH 052/132] meson: convert block/
` [PATCH 053/132] meson: convert dump/
` [PATCH 054/132] meson: convert monitor directory to Meson
` [PATCH 055/132] meson: convert replay "
` [PATCH 056/132] meson: convert migration "
` [PATCH 057/132] meson: build softmmu-specific migration/ram.c
` [PATCH 058/132] meson: convert net directory to Meson
` [PATCH 059/132] meson: convert backends "
` [PATCH 060/132] meson: convert fsdev/
` [PATCH 061/132] meson: convert disas directory to Meson
` [PATCH 062/132] meson: convert qapi-specific to meson
` [PATCH 063/132] meson: convert hw/xen
` [PATCH 064/132] meson: convert hw/core
` [PATCH 065/132] meson: convert hw/semihosting
` [PATCH 066/132] meson: convert hw/smbios
` [PATCH 067/132] meson: convert hw/mem
` [PATCH 068/132] meson: convert hw/watchdog
` [PATCH 069/132] meson: convert hw/virtio
` [PATCH 070/132] meson: convert hw/vfio
` [PATCH 071/132] meson: convert hw/usb
` [PATCH 072/132] meson: convert hw/tpm
` [PATCH 073/132] meson: convert hw/timer
` [PATCH 074/132] meson: convert hw/ssi
` [PATCH 075/132] meson: convert hw/sd
` [PATCH 076/132] meson: convert hw/scsi
` [PATCH 077/132] meson: convert hw/pcmcia
` [PATCH 078/132] meson: convert hw/pci-host
` [PATCH 079/132] meson: convert hw/pci-bridge
` [PATCH 080/132] meson: convert hw/pci
` [PATCH 081/132] meson: convert hw/nvram
` [PATCH 082/132] meson: convert hw/rdma
` [PATCH 083/132] meson: convert hw/net
` [PATCH 084/132] meson: convert hw/misc
` [PATCH 085/132] meson: convert hw/isa
` [PATCH 086/132] meson: convert hw/ipmi
` [PATCH 087/132] meson: convert hw/ipack
` [PATCH 088/132] meson: convert hw/intc
` [PATCH 089/132] meson: convert hw/input
` [PATCH 090/132] meson: convert hw/ide
` [PATCH 091/132] meson: convert hw/i2c
` [PATCH 092/132] meson: convert hw/hyperv
` [PATCH 093/132] meson: convert hw/gpio

[PATCH 0/2] numa: stop abusing numa_mem_supported
 2019-12-12 12:48 UTC  (3+ messages)
` [PATCH 1/2] numa: remove not needed check
` [PATCH 2/2] numa: properly check if numa is supported

[PATCH v2 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-12 12:32 UTC  (7+ messages)
` [PATCH v2 ppc-for-5.0 1/2] linux-headers: Update
` [PATCH v2 ppc-for-5.0 2/2] ppc/spapr: Support reboot of secure pseries guest

[PATCH 0/2] tests/acceptance: Add boot vmlinux test
 2019-12-12 12:22 UTC  (3+ messages)
` [PATCH 2/2] .travis.yml: Add kernel build deps for acceptance tests

[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
 2019-12-12 12:17 UTC  (3+ messages)
` [PATCH for-5.0 v11 12/20] qapi: Introduce DEFINE_PROP_INTERVAL

[PATCH v6 0/8] Add dbus-vmstate
 2019-12-12 12:11 UTC  (13+ messages)
` [PATCH v6 3/8] docs: start a document to describe D-Bus usage
` [PATCH v6 4/8] util: add dbus helper unit
` [PATCH v6 5/8] Add dbus-vmstate object
` [PATCH v6 6/8] configure: add GDBUS_CODEGEN
` [PATCH v6 7/8] dockerfiles: add dbus-daemon to some of latest distributions
` [PATCH v6 8/8] tests: add dbus-vmstate-test

[PATCH v2] target/arm: ensure we use current exception state after SCR update
 2019-12-12 11:47 UTC 

[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when set running
 2019-12-12 11:24 UTC  (4+ messages)
` Re:[Qemu-devel] [PATCH v2] vhost-vsock: report QMP event when setrunning
  ` [Qemu-devel] "

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-12-12 11:16 UTC  (6+ messages)

[PATCH 0/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
 2019-12-12 10:35 UTC  (5+ messages)
` [PATCH 1/2] target/s390x: Split out helper_per_store_real
` [PATCH 2/2] target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline

[PATCH] qcow2: Use offset_into_cluster()
 2019-12-12 10:01 UTC 

[PATCH v38 00/22] QEMU AVR 8 bit cores
 2019-12-12  9:12 UTC  (7+ messages)
` [PATCH v38 11/22] target/avr: Add instruction disassembly function

[PATCH v3 0/3] ppc: spapr: virtual NVDIMM support
 2019-12-12  8:52 UTC  (8+ messages)
` [PATCH v3 2/3] spapr: Add NVDIMM device support

[PATCH v3 0/1] Fix bochs memory leak
 2019-12-12  8:30 UTC  (2+ messages)
` [PATCH v3 1/1] display/bochs-display: fix "

[PATCH v3 00/20] gdbstub refactor and SVE support (+check-tcg tweaks)
 2019-12-12  8:24 UTC  (4+ messages)
` [PATCH v3 12/20] target/arm: generate xml description of our SVE registers

[PATCH] object: Improve documentation of interfaces
 2019-12-12  8:12 UTC  (2+ messages)

QEMU VM crashes when enabling KVM
 2019-12-12  7:17 UTC  (4+ messages)

[PATCH v2] tests: use g_test_rand_int
 2019-12-12  7:14 UTC  (2+ messages)

[PATCH 0/1] tests/Makefile: Show check-report.tap in check-help
 2019-12-12  7:13 UTC  (3+ messages)
` [PATCH 1/1] tests/Makefile: Fix check-report.* targets shown "

[PATCH v2] configure: simplify vhost condition with Kconfig
 2019-12-12  7:10 UTC  (2+ messages)

[PATCH v3] net/imx_fec: Adding support for MAC filtering in the FEC IP implementation
 2019-12-12  6:59 UTC  (2+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-12  5:47 UTC  (11+ messages)

[PATCH v1 ppc-for-5.0 0/2] ppc/spapr: Support reboot of secure pseries guest
 2019-12-12  5:49 UTC  (11+ messages)
` [PATCH v1 ppc-for-5.0 2/2] "

[PATCH 0/2] ppc/pnv: HOMER fixes and improvements
 2019-12-12  5:11 UTC  (2+ messages)

[PATCH v5 0/3] target/ppc: single step for KVM HV
 2019-12-12  5:08 UTC  (7+ messages)
` [PATCH v5 1/3] linux-headers: Update kvm.h for ppc single step capability
` [PATCH v5 2/3] kvm-all: Introduce kvm_set_singlestep
` [PATCH v5 3/3] target/ppc: support single stepping with KVM HV

[PATCH v2 00/18] Complete the implementation of -accel
 2019-12-12  4:47 UTC  (7+ messages)
` [PATCH v2 01/18] memory: do not look at current_machine->accel
` [PATCH v2 02/18] vl: move icount configuration earlier
` [PATCH v2 03/18] tcg: move qemu_tcg_configure to accel/tcg/tcg-all.c


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