qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 12:36:06 to 2019-10-14 17:33:50 UTC [more...]

[PATCH for 4.2 v5 00/55] Support for TCG plugins
 2019-10-14 17:31 UTC  (40+ messages)
` [PATCH v5 01/55] trace: expand mem_info:size_shift to 4 bits
` [PATCH v5 02/55] trace: add mmu_index to mem_info
` [PATCH v5 14/55] plugin-gen: add module for TCG-related code
` [PATCH v5 17/55] plugins: implement helpers for resolving hwaddr
` [PATCH v5 23/55] translator: add translator_ld{ub,sw,uw,l,q}
` [PATCH v5 36/55] plugin: add API symbols to qemu-plugins.symbols
` [PATCH v5 39/55] tests/plugin: add sample plugins
` [PATCH v5 40/55] tests/tcg/Makefile.target: fix path to config-host.mak
` [PATCH v5 41/55] tests/tcg: set QEMU_OPTS for all cris runs
` [PATCH v5 42/55] tests/tcg: move "virtual" tests to EXTRA_TESTS
` [PATCH v5 43/55] tests/tcg: drop test-i386-fprem from TESTS when not SLOW
` [PATCH v5 44/55] tests/tcg: enable plugin testing
` [PATCH v5 45/55] tests/plugin: add a hotblocks plugin
` [PATCH v5 51/55] plugins: expand the plugin_init function to include an info block
` [PATCH v5 52/55] plugins: make howvec plugin more generic
` [PATCH v5 53/55] plugins: add sparc64 instruction classification table
` [PATCH v5 55/55] .travis.yml: add --enable-plugins tests

[PATCH v32 00/13] QEMU AVR 8 bit cores
 2019-10-14 16:18 UTC  (8+ messages)
` [PATCH v32 01/13] target/avr: Add outward facing interfaces and core CPU logic
` [PATCH v32 02/13] target/avr: Add instruction helpers
` [PATCH v32 03/13] target/avr: Add instruction decoding
` [PATCH v32 06/13] target/avr: Add instruction translation - Branch Instructions
` [PATCH v32 07/13] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH v32 09/13] target/avr: Add instruction translation - CPU main translation function
` [PATCH v32 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals

[PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa)
 2019-10-14 17:01 UTC  (23+ messages)
` [PATCH 01/20] vl: Add missing "hw/boards.h" include
` [PATCH 02/20] hw/southbridge/ich9: Removed unused headers
` [PATCH 03/20] hw/input/pckbd: Remove unused "hw/i386/pc.h" header
` [PATCH 04/20] hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header
` [PATCH 05/20] hw/timer: Remove unused "ui/console.h" header
` [PATCH 06/20] hw/usb/dev-storage: "
` [PATCH 07/20] hw/i386/intel_iommu: Remove unused includes
` [PATCH 08/20] hw/xen/xen_pt_load_rom: "
` [PATCH 09/20] hw/alpha/alpha_sys: Remove unused "hw/ide.h" header
` [PATCH 10/20] hw/alpha/dp264: Include "net/net.h"
` [PATCH 11/20] hw/hppa/machine: "
` [PATCH 12/20] hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"
` [PATCH 13/20] hw/timer/hpet: Include "exec/address-spaces.h"
` [PATCH 14/20] hw/pci-host/q35: Include "qemu/range.h"
` [PATCH 15/20] hw/i2c/smbus_ich9: "
` [PATCH 16/20] hw/pci-host/piix: "
` [PATCH 17/20] hw/acpi: Include "hw/mem/nvdimm.h"
` [PATCH 18/20] hw/i386: "
` [PATCH 19/20] hw/pci-host/q35: Remove unused includes
` [PATCH 20/20] hw/i386/pc: Clean up includes

[PULL 00/19] Bitmaps patches
 2019-10-14 16:11 UTC  (2+ messages)

Occasional VM soft lockup when a remote cdrom is attached
 2019-10-14 16:18 UTC  (4+ messages)

[PULL 00/68] target-arm queue
 2019-10-14 16:04 UTC  (69+ messages)
` [PULL 01/68] linux headers: update against v5.4-rc1
` [PULL 02/68] intc/arm_gic: Support IRQ injection for more than 256 vpus
` [PULL 03/68] ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256
` [PULL 04/68] ptimer: Rename ptimer_init() to ptimer_init_with_bh()
` [PULL 05/68] ptimer: Provide new transaction-based API
` [PULL 06/68] tests/ptimer-test: Switch to transaction-based ptimer API
` [PULL 07/68] hw/timer/arm_timer.c: "
` [PULL 08/68] hw/arm/musicpal.c: "
` [PULL 09/68] hw/timer/allwinner-a10-pit.c: "
` [PULL 10/68] hw/timer/arm_mptimer.c: "
` [PULL 11/68] hw/timer/cmsdk-apb-dualtimer.c: "
` [PULL 12/68] hw/timer/cmsdk-apb-timer.c: "
` [PULL 13/68] hw/timer/digic-timer.c: "
` [PULL 14/68] hw/timer/exynos4210_mct.c: Switch GFRC "
` [PULL 15/68] hw/timer/exynos4210_mct.c: Switch LFRC "
` [PULL 16/68] hw/timer/exynos4210_mct.c: Switch ltick "
` [PULL 17/68] hw/timer/exynos4210_pwm.c: Switch "
` [PULL 18/68] hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based API
` [PULL 19/68] hw/timer/exynos4210_rtc.c: Switch main "
` [PULL 20/68] hw/timer/imx_epit.c: Switch to transaction-based ptimer API
` [PULL 21/68] hw/timer/imx_gpt.c: "
` [PULL 22/68] hw/timer/mss-timerc: "
` [PULL 23/68] hw/watchdog/cmsdk-apb-watchdog.c: "
` [PULL 24/68] hw/net/lan9118.c: "
` [PULL 25/68] target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
` [PULL 26/68] target/arm/arm-semi: Always set some kind of errno for failed calls
` [PULL 27/68] target/arm/arm-semi: Correct comment about gdb syscall races
` [PULL 28/68] target/arm/arm-semi: Make semihosting code hand out its own file descriptors
` [PULL 29/68] target/arm/arm-semi: Restrict use of TaskState*
` [PULL 30/68] target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions
` [PULL 31/68] target/arm/arm-semi: Factor out implementation of SYS_CLOSE
` [PULL 32/68] target/arm/arm-semi: Factor out implementation of SYS_WRITE
` [PULL 33/68] target/arm/arm-semi: Factor out implementation of SYS_READ
` [PULL 34/68] target/arm/arm-semi: Factor out implementation of SYS_ISTTY
` [PULL 35/68] target/arm/arm-semi: Factor out implementation of SYS_SEEK
` [PULL 36/68] target/arm/arm-semi: Factor out implementation of SYS_FLEN
` [PULL 37/68] target/arm/arm-semi: Implement support for semihosting feature detection
` [PULL 38/68] target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extension
` [PULL 39/68] target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extension
` [PULL 40/68] aspeed/wdt: Check correct register for clock source
` [PULL 41/68] hw/sd/aspeed_sdhci: New device
` [PULL 42/68] hw: aspeed_scu: Add AST2600 support
` [PULL 43/68] aspeed/timer: Introduce an object class per SoC
` [PULL 44/68] aspeed/timer: Add support for control register 3
` [PULL 45/68] aspeed/timer: Add AST2600 support
` [PULL 46/68] aspeed/timer: Add support for IRQ status register on the AST2600
` [PULL 47/68] aspeed/sdmc: Introduce an object class per SoC
` [PULL 48/68] aspeed/sdmc: Add AST2600 support
` [PULL 49/68] watchdog/aspeed: Introduce an object class per SoC
` [PULL 50/68] hw: wdt_aspeed: Add AST2600 support
` [PULL 51/68] aspeed/smc: Introduce segment operations
` [PULL 52/68] aspeed/smc: Add AST2600 support
` [PULL 53/68] hw/gpio: Add in AST2600 specific implementation
` [PULL 54/68] aspeed/i2c: Introduce an object class per SoC
` [PULL 55/68] aspeed/i2c: Add AST2600 support
` [PULL 56/68] aspeed: Introduce an object class per SoC
` [PULL 57/68] aspeed/soc: Add AST2600 support
` [PULL 58/68] m25p80: Add support for w25q512jv
` [PULL 59/68] aspeed: Add an AST2600 eval board
` [PULL 60/68] aspeed: Parameterise number of MACs
` [PULL 61/68] aspeed: add support for the Aspeed MII controller of the AST2600
` [PULL 62/68] aspeed/soc: Add ASPEED Video stub
` [PULL 63/68] hw/arm/raspi: Use the IEC binary prefix definitions
` [PULL 64/68] hw/arm/bcm2835_peripherals: Improve logging
` [PULL 65/68] hw/arm/bcm2835_peripherals: Name various address spaces
` [PULL 66/68] hw/arm/bcm2835: Rename some definitions
` [PULL 67/68] hw/arm/bcm2835: Add various unimplemented peripherals
` [PULL 68/68] hw/misc/bcm2835_mbox: Add trace events

[PATCH v6 00/20] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-14 16:17 UTC  (11+ messages)
` [PATCH v6 02/20] target/arm: Split out rebuild_hflags_a64
` [PATCH v6 03/20] target/arm: Split out rebuild_hflags_common_32
` [PATCH v6 04/20] target/arm: Split arm_cpu_data_is_big_endian
` [PATCH v6 05/20] target/arm: Split out rebuild_hflags_m32
` [PATCH v6 06/20] target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state

[PULL 00/21] migration queue
 2019-10-14 16:08 UTC  (2+ messages)

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-10-14 16:07 UTC  (9+ messages)
` [PATCH 06/19] hw/char/bcm2835_aux: Add trace events
` [PATCH 08/19] hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor

[PULL 00/15] Block layer patches
 2019-10-14 16:03 UTC  (10+ messages)
` [PULL 01/15] block/vhdx: add check for truncated image files
` [PULL 02/15] block: implement bdrv_snapshot_goto for blkreplay
` [PULL 03/15] replay: disable default snapshot for record/replay
` [PULL 04/15] replay: update docs for record/replay with block devices
` [PULL 05/15] replay: don't drain/flush bdrv queue while RR is working
` [PULL 06/15] replay: finish record/replay before closing the disks
` [PULL 07/15] replay: add BH oneshot event for block layer
` [PULL 08/15] block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
` [PULL 09/15] iotests/028: Fix for long $TEST_DIRs

[PATCH v2 00/23] aspeed: Add support for the AST2600 SoC
 2019-10-14 15:46 UTC  (2+ messages)

[PATCH v4 0/3] target/riscv: Expose "priv" register for GDB
 2019-10-14 15:45 UTC  (4+ messages)
` [PATCH v4 1/3] target/riscv: Tell gdbstub the correct number of CSRs
` [PATCH v4 2/3] target/riscv: Expose "priv" register for GDB for reads
` [PATCH v4 3/3] target/riscv: Make the priv register writable by GDB

[PULL v2 0/8] 9p patches 2019-10-10
 2019-10-14 15:46 UTC  (3+ messages)

[PATCH v3 0/4] mirror: Do not dereference invalid pointers
 2019-10-14 15:39 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] blkdebug: Allow taking/unsharing permissions
` [PATCH v3 3/4] iotests: Add @error to wait_until_completed
` [PATCH v3 4/4] iotests: Add test for failing mirror complete

[PATCH 0/2] qcow2: Limit total allocation range to INT_MAX
 2019-10-14 15:12 UTC  (2+ messages)

[PULL 0/1] vfio update 2019-10-10
 2019-10-14 15:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] refine memory_device_get_free_addr
 2019-10-14 15:05 UTC  (5+ messages)

[Bug 1847793] [NEW] qemu 4.1.0 - Corrupt guest filesystem after new vm install
 2019-10-14 14:51 UTC  (2+ messages)
` [Bug 1847793] "

[PATCH v3] target/i386: Add Snowridge-v2 (no MPX) CPU model
 2019-10-14 15:02 UTC  (5+ messages)
  ` sphinx-build parallel build failures (was Re: [PATCH v3] target/i386: Add Snowridge-v2 (no MPX) CPU model)

[PATCH] sphinx: Use separate doctree directories for different builders
 2019-10-14 15:01 UTC 

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-14 15:00 UTC  (9+ messages)
` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics
` [PATCH v1 2/5] contrib/gitdm: add MontaVista to the domain map
` [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group
` [PATCH v1 4/5] contrib/gitdm: add Bin Meng "
` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map

[Qemu-devel] [PATCH v4 0/7] iotests: Selfish patches
 2019-10-14 14:59 UTC  (2+ messages)
`  "

[PATCH] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-14 14:57 UTC  (6+ messages)

[Bug 1846451] [NEW] K800 keyboard no longer works when attached to a VM
 2019-10-14 14:40 UTC  (2+ messages)
` [Bug 1846451] "

ideas towards requiring VPATH build
 2019-10-14 14:23 UTC  (2+ messages)

[PATCH v2] block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK
 2019-10-14 14:21 UTC  (4+ messages)

[PATCH] This patch fixes hanging up Cocoa display on macOS 10.15 (Catalina)
 2019-10-14 14:20 UTC  (7+ messages)

[PATCH 0/4] qemu-img/io/nbd: Support help options for --object
 2019-10-14 14:18 UTC  (5+ messages)
` [PATCH 1/4] vl: Split off user_creatable_print_help()

[PATCH 0/5] Enable more iotests during "make check-block"
 2019-10-14 14:17 UTC  (5+ messages)
` [PATCH 4/5] iotests: Skip "make check-block" if QEMU does not support virtio-blk

[PATCH v2] ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
 2019-10-14 14:16 UTC 

[PATCH v3 00/16] qcow2: Let check -r all repair some snapshot bits
 2019-10-14 14:09 UTC  (6+ messages)
` [PATCH v3 07/16] qcow2: Write v3-compliant snapshot list on upgrade

[RFC v5 000/126] error: auto propagated local_err
 2019-10-14 14:00 UTC  (5+ messages)
` [RFC v5 025/126] scripts: add coccinelle script to use auto propagated errp

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-14 13:49 UTC 

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-14 13:46 UTC 

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-14 13:48 UTC 

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-14 13:45 UTC 

[PATCH for 4.2 v1 0/5] gitdm updates
 2019-10-14 13:09 UTC 

[PATCH] exynos4210_gic: Suppress gcc9 format-truncation warnings
 2019-10-14 12:51 UTC  (2+ messages)

[PATCH v4 0/3] KVM/ARM: Fix >256 vcpus
 2019-10-14 12:48 UTC  (2+ messages)

[PULL 00/36] Block patches
 2019-10-14 12:34 UTC  (2+ 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).