qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 13:25:58 to 2019-10-22 21:18:07 UTC [more...]

[PATCH v3 0/6] Enable more iotests during "make check-block"
 2019-10-22 21:16 UTC  (6+ messages)

[PATCH v3 0/6] HPPA: i82596, PS/2 and graphics emulation
 2019-10-22 20:59 UTC  (6+ messages)
` [PATCH v3 1/6] hw/hppa/dino.c: Improve emulation of Dino PCI chip
` [PATCH v3 2/6] hppa: Add support for LASI chip with i82596 NIC
` [PATCH v3 3/6] ps2: accept 'Set Key Make and Break' commands
` [PATCH v3 4/6] hppa: add emulation of LASI PS2 controllers
` [PATCH v3 5/6] hppa: Add emulation of Artist graphics

[RFC PATCH] iothread: add set_iothread_poll_* commands
 2019-10-22 20:40 UTC  (5+ messages)

[PATCH v2] Makefile: Remove generated files when doing 'distclean' (and 'clean')
 2019-10-22 20:35 UTC  (2+ messages)

[PATCH v5 0/7] ppc: reset the interrupt presenter from the CPU reset handler
 2019-10-22 20:26 UTC  (9+ messages)
` [PATCH v5 1/7] spapr: move CPU reset after presenter creation
` [PATCH v5 2/7] spapr_cpu_core: Implement DeviceClass::reset
` [PATCH v5 3/7] ppc/pnv: Introduce a PnvCore reset handler
` [PATCH v5 4/7] ppc/pnv: Add a PnvChip pointer to PnvCore
` [PATCH v5 5/7] ppc: Reset the interrupt presenter from the CPU reset handler
` [PATCH v5 6/7] ppc/pnv: Fix naming of routines realizing the CPUs
` [PATCH v5 7/7] spapr/xive: Set the OS CAM line at reset

[PATCH 00/10] image-fuzzer: Port to Python 3
 2019-10-22 20:26 UTC  (4+ messages)

[PATCH V3 0/2] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-22 20:14 UTC  (3+ messages)
  ` [PATCH V3 2/2] "

[PATCH] aspeed: Add an AST2600 eval board
 2019-10-22 20:07 UTC  (7+ messages)

[PATCH for 4.2 v1 00/19] testing/next before softfreeze
 2019-10-22 19:17 UTC  (20+ messages)
` [PATCH v1 01/19] travis.yml: reduce scope of the --enable-debug build
` [PATCH v1 02/19] travis.yml: Add libvdeplug-dev to compile-test net/vde.c
` [PATCH v1 03/19] travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image
` [PATCH v1 04/19] travis.yml: Use newer version of libgnutls and libpng
` [PATCH v1 05/19] travis.yml: Fix the ccache lines
` [PATCH v1 06/19] travis.yml: Test the release tarball
` [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build
` [PATCH v1 08/19] travis.yml: bump Xcode 10 to latest dot release
` [PATCH v1 09/19] cirrus.yml: add latest Xcode build target
` [PATCH v1 10/19] tests/vm: netbsd autoinstall, using serial console
` [PATCH v1 11/19] tests/vm: Let subclasses disable IPv6
` [PATCH v1 12/19] tests/vm/netbsd: Disable IPv6
` [PATCH v1 13/19] travis.yml: cache the clang sanitizer build
` [PATCH v1 14/19] iotests: remove 'linux' from default supported platforms
` [PATCH v1 15/19] iotests: Test 041 only works on certain systems
` [PATCH v1 16/19] iotests: Test 183 does not work on macOS and OpenBSD
` [PATCH v1 17/19] iotests: Skip "make check-block" if QEMU does not support virtio-blk
` [PATCH v1 18/19] iotests: Enable more tests in the 'auto' group to improve test coverage
` [PATCH v1 19/19] iotests: Remove 130 from the "auto" group

[PATCH v14 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-10-22 19:02 UTC  (2+ messages)

[PATCH v3 00/16] libqos: add VIRTIO PCI 1.0 support
 2019-10-22 18:48 UTC  (15+ messages)
` [PATCH v3 04/16] virtio-scsi-test: add missing feature negotiation
` [PATCH v3 07/16] libqos: enforce Device Initialization order
` [PATCH v3 08/16] libqos: implement VIRTIO 1.0 FEATURES_OK step
` [PATCH v3 09/16] libqos: access VIRTIO 1.0 vring in little-endian

Missing PVR setting capability
 2019-10-22 18:46 UTC  (5+ messages)

[PATCH] Semihost SYS_READC implementation
 2019-10-22 18:12 UTC  (3+ messages)

[PATCH 0/5] aspeed/i2c: Add support for pool and DMA transfer modes
 2019-10-22 18:10 UTC  (7+ messages)
` [PATCH 3/5] aspeed: Add a DRAM memory region at the SoC level
` [PATCH 5/5] aspeed/i2c: Add trace events

[PATCH v2 00/28] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-10-22 17:56 UTC  (35+ messages)
` [PATCH v2 01/28] chardev: generate an internal id when none given
` [PATCH v2 02/28] serial-pci-multi: factor out multi_serial_get_nr_ports
` [PATCH v2 03/28] serial: initial qom-ification
` [PATCH v2 04/28] serial: register vmsd with DeviceClass
` [PATCH v2 05/28] serial: add and set "chardev" property
` [PATCH v2 06/28] serial: make SerialMMState actually a different type
` [PATCH v2 07/28] serial: add and set "regshift" property
` [PATCH v2 08/28] serial: convert irq to qdev gpio properties
` [PATCH v2 09/28] serial: add "baudbase" property
` [PATCH v2 10/28] serial: add "base" property
` [PATCH v2 11/28] serial: realize the serial device
` [PATCH v2 12/28] serial: replace serial_exit_core() with unrealize
` [PATCH v2 13/28] serial: factor out serial_mm_connect
` [PATCH v2 14/28] sm501: embed the serial device
` [PATCH v2 15/28] vmmouse: replace PROP_PTR with PROP_LINK
` [PATCH v2 16/28] lance: "
` [PATCH v2 17/28] etraxfs: remove PROP_PTR usage
` [PATCH v2 18/28] dp8393x: replace PROP_PTR with PROP_LINK
` [PATCH v2 19/28] leon3: use qemu_irq framework instead of callback as property
` [PATCH v2 20/28] sparc: move PIL irq handling to cpu.c
` [PATCH v2 21/28] RFC: mips/cps: fix setting saar property
` [PATCH v2 22/28] cris: improve passing PIC interrupt vector to the CPU
` [PATCH v2 23/28] smbus-eeprom: remove PROP_PTR
` [PATCH v2 24/28] omap-intc: "
` [PATCH v2 25/28] omap-i2c: "
` [PATCH v2 26/28] omap-gpio: "
` [PATCH v2 27/28] qdev: remove PROP_MEMORY_REGION
` [PATCH v2 28/28] Remove QDEV_PROP_PTR

[RFC 0/3] acpi: cphp: add CPHP_GET_CPU_ID_CMD command to cpu hotplug MMIO interface
 2019-10-22 17:37 UTC  (13+ messages)
` [RFC 1/3] acpi: cpuhp: fix 'Command data' description is spec
` [RFC 3/3] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command

[PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()
 2019-10-22 17:32 UTC  (3+ messages)

[PATCH 0/4] mc146818rtc: Allow call object_initialize(MC146818_RTC) instead of rtc_init()
 2019-10-22 16:57 UTC  (2+ messages)

[PATCH RESEND v6 0/2] x86: Enable user wait instructions
 2019-10-22 16:50 UTC  (2+ messages)

[PATCH] hw/timer/mc146818rtc: Only include qapi-commands-misc on I386
 2019-10-22 16:48 UTC  (2+ messages)

[PULL v3 00/18] target-arm queue
 2019-10-22 16:45 UTC 

[PATCH v4 0/7] ppc: reset the interrupt presenter from the CPU reset handler
 2019-10-22 16:26 UTC  (12+ messages)
` [PATCH v4 1/7] spapr: move CPU reset after presenter creation
` [PATCH v4 2/7] spapr_cpu_core: Implement DeviceClass::reset
` [PATCH v4 3/7] ppc/pnv: Introduce a PnvCore reset handler
` [PATCH v4 4/7] ppc/pnv: Add a PnvChip pointer to PnvCore
` [PATCH v4 5/7] ppc: Reset the interrupt presenter from the CPU reset handler
` [PATCH v4 6/7] ppc/pnv: Fix naming of routines realizing the CPUs
` [PATCH v4 7/7] spapr/xive: Set the OS CAM line at reset

MIPS32 - 16550 UART implementation on custom board
 2019-10-22 16:16 UTC 

[PATCH v6 00/12] target/mips: Misc cleanups for September/October 2019
 2019-10-22 16:05 UTC  (2+ messages)

[PATCH v2] net: add tulip (dec21143) driver
 2019-10-22 16:00 UTC  (2+ messages)

[PULL v2 00/19] target-arm queue
 2019-10-22 15:56 UTC 

[PATCH v6 0/9] target/arm/kvm: enable SVE in guests
 2019-10-22 15:45 UTC  (19+ messages)
` [PATCH v6 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
` [PATCH v6 3/9] target/arm: Allow SVE to be disabled via a CPU property
` [PATCH v6 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v6 6/9] target/arm/kvm64: max cpu: Enable SVE when available
` [PATCH v6 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-22 15:49 UTC  (12+ messages)
` [PATCH v5 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion

[PATCH v8 00/22] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-22 15:38 UTC  (3+ messages)

[PATCH] vhost-user-scsi: implement handle_output
 2019-10-22 15:34 UTC  (7+ messages)

[PULL v3 00/12] QAPI patches for 2019-10-22
 2019-10-22 15:04 UTC  (2+ messages)
` [PULL v3 06/12] qapi: Split up scripts/qapi/common.py

[PULL v2 00/12] QAPI patches for 2019-10-22
 2019-10-22 15:01 UTC  (3+ messages)

[PATCH 0/5] ARM virt: Add NVDIMM support
 2019-10-22 14:05 UTC  (3+ messages)

[PATCH] translate-all: fix uninitialized tb->orig_tb
 2019-10-22 14:00 UTC 

[PATCH v5 0/4] qcow2: advanced compression options
 2019-10-22 14:28 UTC  (10+ messages)
` [PATCH v5 1/4] block: support compressed write at generic layer

[PATCH v4 0/6] ppc: reset the interrupt presenter from the CPU reset handler
 2019-10-22 13:45 UTC  (8+ messages)
` [PATCH v4 1/6] spapr_cpu_core: Implement DeviceClass::reset
` [PATCH v4 2/6] ppc/pnv: Introduce a PnvCore reset handler
` [PATCH v4 3/6] ppc/pnv: Add a PnvChip pointer to PnvCore
` [PATCH v4 4/6] ppc: Reset the interrupt presenter from the CPU reset handler
` [PATCH v4 5/6] ppc/pnv: Fix naming of routines realizing the CPUs
` [PATCH v4 6/6] spapr/xive: Set the OS CAM line at reset

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2019-10-22 13:27 UTC  (2+ messages)
` [Bug 1846427] "

[PATCH for 4.2 v6 00/54] Support for TCG plugins
 2019-10-22 14:12 UTC  (9+ messages)
` [PATCH v6 37/54] plugin: expand the plugin_init function to include an info block
` [PATCH v6 39/54] plugin: add qemu_plugin_outs helper
` [PATCH v6 54/54] scripts/checkpatch.pl: don't complain about (foo, /* empty */)

[PULL 00/41] target-arm queue
 2019-10-22 13:31 UTC  (42+ messages)
` [PULL 01/41] target/arm: Fix sign-extension for SMLAL*
` [PULL 02/41] aspeed: Add an AST2600 eval board
` [PULL 03/41] hw/timer/exynos4210_mct: Initialize ptimer before starting it
` [PULL 04/41] hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
` [PULL 05/41] hw/timer/puv3_ost.c: Switch to transaction-based ptimer API
` [PULL 06/41] hw/timer/sh_timer: "
` [PULL 07/41] hw/timer/lm32_timer: "
` [PULL 08/41] hw/timer/altera_timer.c: "
` [PULL 09/41] hw/watchdog/etraxfs_timer.c: "
` [PULL 10/41] hw/m68k/mcf5208.c: "
` [PULL 11/41] target/arm: Split out rebuild_hflags_common
` [PULL 12/41] target/arm: Split out rebuild_hflags_a64
` [PULL 13/41] target/arm: Split out rebuild_hflags_common_32
` [PULL 14/41] target/arm: Split arm_cpu_data_is_big_endian
` [PULL 15/41] target/arm: Split out rebuild_hflags_m32
` [PULL 16/41] target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state
` [PULL 17/41] target/arm: Split out rebuild_hflags_a32
` [PULL 18/41] target/arm: Split out rebuild_hflags_aprofile
` [PULL 19/41] target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state
` [PULL 20/41] target/arm: Simplify set of PSTATE_SS "
` [PULL 21/41] target/arm: Hoist computation of TBFLAG_A32.VFPEN
` [PULL 22/41] target/arm: Add arm_rebuild_hflags
` [PULL 23/41] target/arm: Split out arm_mmu_idx_el
` [PULL 24/41] target/arm: Hoist store to cs_base in cpu_get_tb_cpu_state
` [PULL 25/41] target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})
` [PULL 26/41] target/arm: Rebuild hflags at EL changes
` [PULL 27/41] target/arm: Rebuild hflags at MSR writes
` [PULL 28/41] target/arm: Rebuild hflags at CPSR writes
` [PULL 29/41] target/arm: Rebuild hflags at Xscale SCTLR writes
` [PULL 30/41] target/arm: Rebuild hflags for M-profile
` [PULL 31/41] target/arm: Rebuild hflags for M-profile NVIC
` [PULL 32/41] target/arm: Rely on hflags correct in cpu_get_tb_cpu_state
` [PULL 33/41] hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
` [PULL 34/41] hw/sd/sdhci: Add dummy Samsung SDHCI controller
` [PULL 35/41] hw/arm/exynos4210: Use the Samsung s3c "
` [PULL 36/41] hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
` [PULL 37/41] hw/arm/mps2: "
` [PULL 38/41] hw/arm/collie: Create the RAM in the board
` [PULL 39/41] hw/arm/omap2: "
` [PULL 40/41] hw/arm/omap1: "
` [PULL 41/41] hw/arm/digic4: Inline digic4_board_setup_ram() function

[PULL 0/9] more s390x fixes
 2019-10-22 13:52 UTC  (2+ messages)

[PATCH] blockdev: modify blockdev-change-medium to change non-removable device
 2019-10-22 13:24 UTC  (7+ 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).