qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-20 21:08:18 to 2020-06-22 10:05:28 UTC [more...]

[PATCH v4 0/9] pc-bios: s390x: Cleanup part 1
 2020-06-22 10:04 UTC  (13+ messages)
` [PATCH v4 1/9] pc-bios: s390x: cio.c cleanup and compile fix
` [PATCH v4 2/9] pc-bios: s390x: Consolidate timing functions into time.h
` [PATCH v4 3/9] pc-bios: s390x: Move sleep and yield to helper.h
` [PATCH v4 4/9] pc-bios: s390x: Get rid of magic offsets into the lowcore
` [PATCH v4 5/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
` [PATCH v4 6/9] pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR
` [PATCH v4 7/9] pc-bios: s390x: Move panic() into header and add infinite loop
` [PATCH v4 8/9] pc-bios: s390x: Use ebcdic2ascii table
` [PATCH v4 9/9] pc-bios: s390x: Make u32 ptr check explicit

[PATCH v4 0/8] hw/misc/pca9552: Trace GPIO change events
 2020-06-22  9:52 UTC  (21+ messages)
` [PATCH v4 1/8] hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()
` [PATCH v4 2/8] hw/misc/pca9552: Replace magic value by PCA9552_PIN_COUNT definition
` [PATCH v4 3/8] hw/misc/pca9552: Use the "
` [PATCH v4 4/8] hw/misc/pca9552: Add a 'description' property for debugging purpose
` [PATCH v4 5/8] hw/misc/pca9552: Trace GPIO High/Low events
` [PATCH v4 6/8] hw/arm/aspeed: Describe each PCA9552 device
` [PATCH v4 7/8] hw/misc/pca9552: Trace GPIO change events
` [PATCH v4 8/8] hw/misc/pca9552: Model qdev output GPIOs

[PATCH v2 00/16] Crazy shit around -global (pardon my french)
 2020-06-22  9:56 UTC  (18+ messages)
` [PATCH v2 01/16] iotests/172: Include "info block" in test output
` [PATCH v2 02/16] iotests/172: Cover empty filename and multiple use of drives
` [PATCH v2 03/16] iotests/172: Cover -global floppy.drive=
` [PATCH v2 04/16] fdc: Reject clash between -drive if=floppy and -global isa-fdc
` [PATCH v2 05/16] fdc: Open-code fdctrl_init_isa()
` [PATCH v2 06/16] fdc: Deprecate configuring floppies with -global isa-fdc
` [PATCH v2 07/16] docs/qdev-device-use.txt: Update section "Default Devices"
` [PATCH v2 08/16] blockdev: Deprecate -drive with bogus interface type
` [PATCH v2 09/16] qdev: Eliminate get_pointer(), set_pointer()
` [PATCH v2 10/16] qdev: Improve netdev property override error a bit
` [PATCH v2 11/16] qdev: Reject drive property override
` [PATCH v2 12/16] qdev: Reject chardev "
` [PATCH v2 13/16] qdev: Make qdev_prop_set_drive() match the other helpers
` [PATCH v2 14/16] arm/aspeed: Drop aspeed_board_init_flashes() parameter @errp
` [PATCH v2 15/16] sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() error
` [PATCH v2 16/16] sd/milkymist-memcard: Fix error API violation

[PATCH v4 0/5] vTPM/aarch64 ACPI support
 2020-06-22  9:47 UTC  (10+ messages)
` [PATCH v4 1/5] acpi: Convert build_tpm2() to build_append* API

[PATCH 0/2] qcow2: Force preallocation with data-file-raw
 2020-06-22  9:48 UTC  (7+ messages)
` [PATCH 1/2] "

[Bug 1884302] [NEW] disable automatic mouse grabbing
 2020-06-22  9:29 UTC  (2+ messages)
` [Bug 1884302] "

[PATCH 0/6] audio/jack: fixes to overall jack behaviour
 2020-06-22  9:27 UTC  (8+ messages)
` [PATCH 5/6] audio/jack: honour the enable state of the audio device

make test failure for iotest 267 on qemu-system-sparc64
 2020-06-22  9:25 UTC  (2+ messages)

[Bug 1884507] [NEW] 'none' machine should use 'none' display option
 2020-06-22  9:08 UTC 

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-22  9:09 UTC  (7+ messages)
` [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests

[PATCH v2 0/6] plugins/next (lockstep, api, hwprofile)
 2020-06-22  9:02 UTC  (4+ messages)
` [PATCH v2 3/6] cputlb: ensure we save the IOTLB data in case of reset

[PULL 0/8] Acceptance testing patches for 2020-06-22
 2020-06-22  8:59 UTC  (9+ messages)
` [PULL 1/8] MAINTAINERS: Add an entry to review Avocado based acceptance tests
` [PULL 2/8] tests/acceptance: add base class record/replay kernel tests
` [PULL 3/8] tests/acceptance: add kernel record/replay test for x86_64
` [PULL 4/8] tests/acceptance: add record/replay test for aarch64
` [PULL 5/8] tests/acceptance: add record/replay test for arm
` [PULL 6/8] tests/acceptance: add record/replay test for ppc64
` [PULL 7/8] tests/acceptance: add record/replay test for m68k
` [PULL 8/8] tests/acceptance: record/replay tests with advcal images

[PATCH v2] docs/devel: add some notes on tcg-icount for developers
 2020-06-22  8:58 UTC  (3+ messages)

[PATCH v3 00/11] Record/replay acceptance tests
 2020-06-22  8:54 UTC  (9+ messages)
` [PATCH v3 09/11] tests/acceptance: record/replay tests with advcal images
` [PATCH v3 11/11] tests/acceptance: Linux boot test for record/replay

[PATCH 0/7] misc: Reduce QEMUTimer pressure by using lower precision when possible
 2020-06-22  8:50 UTC  (9+ messages)
` [PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit
` [PATCH 7/7] hw/watchdog/wdt_aspeed: Reduce timer precision to micro-second

[PATCH] ppc/pnv: Silence missing BMC warning with qtest
 2020-06-22  8:46 UTC  (6+ messages)

[PATCH v5 0/6] block: seriously improve savevm performance
 2020-06-22  8:34 UTC  (2+ messages)

[PATCH v5 0/6] block: seriously improve savevm performance
 2020-06-22  8:33 UTC  (2+ messages)
` [PATCH 7/6] block/io: improve loadvm performance

qemu-pr-helper -v suppresses errors, isn't that weird?
 2020-06-22  8:28 UTC  (3+ messages)

[PULL 00/10] ppc-for-5.0 queue 20200407
 2020-06-22  8:27 UTC  (5+ messages)
` [PULL 10/10] ppc/pnv: Create BMC devices only when defaults are enabled

Memory leak in transfer_memory_block()?
 2020-06-22  8:23 UTC  (3+ messages)

[PATCH] .travis.yml: Build acceptance tests with -O2 compiler optimization
 2020-06-22  8:21 UTC  (5+ messages)

Memory leak in spapr_machine_init()?
 2020-06-22  8:19 UTC  (3+ messages)

[PATCH v2 0/2] A pair of HMAT docs fixes
 2020-06-22  8:12 UTC  (5+ messages)
` [PATCH v2 2/2] qemu-options.hx: Document hmat-lb and hmat-cache order

[PATCH 0/2] virtio-balloon: Free page hinting clean-ups
 2020-06-22  8:10 UTC  (3+ messages)
` [PATCH 1/2] virtio-balloon: Prevent guest from starting a report when we didn't request one

[PATCH v2] hmp: Make json format optional for qom-set
 2020-06-22  8:05 UTC  (4+ messages)

[Bug 1873338] [NEW] Dos on the fly CD image replacement is not Working with DOS
 2020-06-22  7:40 UTC  (2+ messages)
` [Bug 1873338] "

what are the requirements on target/ code for -icount to work correctly?
 2020-06-22  7:50 UTC  (6+ messages)

[PATCH] target/s390x: Fix SQXBR
 2020-06-22  7:17 UTC  (2+ messages)

[PATCH] target/arm: Remove unnecessary gen_io_end() calls
 2020-06-22  7:17 UTC  (2+ messages)

[PATCH V3 0/3] migration/colo: Optimize COLO framework code
 2020-06-22  6:52 UTC  (4+ messages)

[PATCH v2 0/7] riscv: Switch to use generic platform of opensbi bios images
 2020-06-22  6:33 UTC  (8+ messages)
` [PATCH v2 1/7] configure: Create symbolic links for pc-bios/*.elf files
` [PATCH v2 2/7] roms/opensbi: Upgrade from v0.7 to v0.8
` [PATCH v2 3/7] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
` [PATCH v2 4/7] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
` [PATCH v2 5/7] hw/riscv: spike: Change the default bios to use generic platform image
` [PATCH v2 6/7] gitlab-ci/opensbi: Update GitLab CI to build generic platform
` [PATCH v2 7/7] Makefile: Ship the generic platform bios images for RISC-V

[PATCH] target/xtensa: drop gen_io_end call
 2020-06-22  5:35 UTC 

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

[PATCH 0/6] virtio-console: notify about the terminal size
 2020-06-22  4:14 UTC  (8+ messages)
` [PATCH 1/6] main-loop: change the handling of SIGWINCH
` [PATCH 2/6] chardev: add support for retrieving the terminal size
` [PATCH 3/6] chardev: add support for notifying about terminal resizes
` [PATCH 4/6] char-stdio: add support for the terminal size
` [PATCH 5/6] virtio-serial-bus: add terminal resize messages
` [PATCH 6/6] virtio-console: notify the guest about terminal resizes

Error compiling Qemu-4.1 on Linux
 2020-06-22  3:23 UTC  (7+ messages)

[PATCH v3] migration: Count new_dirty instead of real_dirty
 2020-06-22  3:20 UTC 

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-22  2:28 UTC  (11+ messages)

[PATCH v3 0/7] hw/misc: Add LED device
 2020-06-21 22:25 UTC  (21+ messages)
` [PATCH v3 1/7] hw/misc: Add a "
` [PATCH v3 2/7] hw/misc/led: Add helper to connect LED to GPIO output
` [PATCH v3 3/7] hw/misc/led: Emit a trace event when LED intensity has changed
` [PATCH v3 4/7] hw/arm/aspeed: Add the 3 front LEDs drived by the PCA9552 #1
` [PATCH v3 5/7] hw/misc/mps2-fpgaio: Use the LED device
` [PATCH v3 6/7] hw/misc/mps2-scc: "
` [PATCH v3 7/7] hw/arm/tosa: Replace fprintf() calls by LED devices

[PATCH] tests/qht-bench: Adjust rate computation and comparisons
 2020-06-21 21:28 UTC  (2+ messages)

[PATCH] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
 2020-06-21 14:43 UTC 

[PATCH] chardev/tcp: fix error message double free error
 2020-06-21 14:53 UTC  (3+ messages)
  `  "

[PATCH v2] chardev/tcp: fix error message double free error
 2020-06-21 21:30 UTC 

(no subject)
 2020-06-21  7:31 UTC 

[PULL 00/15] Renesas hardware patches for 2020-06-21
 2020-06-21 12:48 UTC  (16+ messages)
` [PULL 01/15] MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections
` [PULL 02/15] MAINTAINERS: Add an entry for common Renesas peripherals
` [PULL 03/15] hw/sh4: Use MemoryRegion typedef
` [PULL 04/15] hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'
` [PULL 05/15] hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
` [PULL 06/15] hw/intc: RX62N interrupt controller (ICUa)
` [PULL 07/15] hw/timer: RX62N 8-Bit timer (TMR)
` [PULL 08/15] hw/timer: RX62N compare match timer (CMT)
` [PULL 09/15] hw/char: RX62N serial communication interface (SCI)
` [PULL 10/15] hw/rx: RX62N microcontroller (MCU)
` [PULL 11/15] hw/rx: Honor -accel qtest
` [PULL 12/15] hw/rx: Register R5F562N7 and R5F562N8 MCUs
` [PULL 13/15] hw/rx: Add RX GDB simulator
` [PULL 14/15] BootLinuxConsoleTest: Test the "
` [PULL 15/15] docs: Document the RX target

[Bug 1884425] [NEW] MIPS64EL emu hangs at reboot
 2020-06-21 11:38 UTC 

Is roms/vgabios/config.mak still needed?
 2020-06-21 11:20 UTC  (3+ messages)

[PATCH 0/3] Misc ati-vga fixes
 2020-06-21 11:12 UTC  (4+ messages)
` [PATCH 3/3] ati-vga: Add dummy MEM_SDRAM_MODE_REG
` [PATCH 1/3] ati-vga: Support unaligned access to hardware cursor registers
` [PATCH 2/3] ati-vga: Do not assert on error

[PATCH v1 0/1] COLO: migrate dirty ram pages before colo checkpoint
 2020-06-21  2:10 UTC  (2+ messages)
` [PATCH v1 1/1] migration/colo.c: "

[Qemu-devel] [Bug 1668041] [NEW] x86 Floating point exceptions - incorrect support?
 2020-06-21  1:43 UTC  (2+ messages)
` [Bug 1668041] "

[PATCH rc1 00/15] hw: Renesas patches (SH4 and RX)
 2020-06-20 23:25 UTC  (4+ messages)
` [PATCH rc1 12/15] hw/rx: Register R5F562N7 and R5F562N8 MCUs

[PATCH 00/78] Patch Round-up for stable 4.2.1, freeze on 2020-06-22
 2020-06-20 21:44 UTC  (2+ messages)

[PATCH v3 0/9] More sm501 fixes and optimisations
 2020-06-20 20:56 UTC  (8+ messages)
` [PATCH v3 2/9] sm501: Drop unneded variable
` [PATCH v3 6/9] sm501: Use stn_he_p/ldn_he_p instead of switch/case
` [PATCH v3 3/9] sm501: Ignore no-op blits
` [PATCH v3 4/9] sm501: Introduce variable for commonly used value for better readability
` [PATCH v3 5/9] sm501: Optimise 1 pixel 2d ops
` [PATCH v3 8/9] sm501: Convert debug printfs to traces
` [PATCH v3 7/9] sm501: Do not allow guest to set invalid format

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-06-20 20:21 UTC  (2+ messages)
` [PATCH QEMU v25 15/17] vfio: Add ioctl to get dirty pages bitmap during dma unmap


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