qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-08 09:55:56 to 2019-10-08 20:27:34 UTC [more...]

[PATCH 2/2] riscv: sifive_u: Add ethernet0 to the aliases node
 2019-10-08 20:26 UTC  (2+ messages)

[PATCH v2 4/7] riscv/sifive_u: Add the start-in-flash property
 2019-10-08 20:12 UTC  (2+ messages)

[PATCH v2 4/7] riscv/sifive_u: Add the start-in-flash property
 2019-10-08 20:12 UTC  (2+ messages)

[PATCH v9 00/13] TCG code quality tracking and perf integration
 2019-10-08 19:46 UTC  (30+ messages)
` [PATCH v9 01/13] accel/tcg: introduce TBStatistics structure
` [PATCH v9 02/13] accel: collecting TB execution count
` [PATCH v9 03/13] accel: collecting JIT statistics
` [PATCH v9 04/13] accel: replacing part of CONFIG_PROFILER with TBStats
` [PATCH v9 05/13] accel: adding TB_JIT_TIME and full replacing CONFIG_PROFILER
` [PATCH v9 06/13] debug: add -d tb_stats to control TBStatistics collection:
` [PATCH v9 07/13] monitor: adding tb_stats hmp command
` [PATCH v9 08/13] tb-stats: reset the tracked TBs on a tb_flush
` [PATCH v9 09/13] Adding info [tb-list|tb] commands to HMP (WIP)
` [PATCH v9 10/13] tb-stats: dump hot TBs at the end of the execution
` [PATCH v9 11/13] accel/tcg: adding integration with linux perf
` [PATCH v9 12/13] tb-stats: adding TBStatistics info into perf dump
` [PATCH v9 13/13] configure: remove the final bits of --profiler support

[PATCH 0/3] migration/postcopy: replace have_listen_thread check with PostcopyState check
 2019-10-08 19:15 UTC  (7+ messages)
` [PATCH 1/3] migration/postcopy: mis->have_listen_thread check will never be touched
` [PATCH 2/3] migration/postcopy: postpone setting PostcopyState to END
` [PATCH 3/3] migration/postcopy: replace have_listen_thread check with PostcopyState check

[PATCH 0/4] hw/i386: pass "MachineState.smp.max_cpus" to OVMF
 2019-10-08 18:58 UTC  (12+ messages)
` [PATCH 1/4] fw_cfg: bump file slots to 40
` [PATCH 2/4] target/i386: remove useless enable_compat_apic_id_mode() prototype
` [PATCH 3/4] hw/i386: add facility to expose CPU topology over fw-cfg
` [PATCH 4/4] hw/i386/pc: "

[Qemu-devel] [PATCH v1 28/28] target/riscv: Allow enabling the Hypervisor extension
 2019-10-08 18:53 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v1 26/28] target/riscv: Add support for the 32-bit MSTATUSH CSR
 2019-10-08 18:36 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v1 27/28] target/riscv: Add the MSTATUS_MPV_ISSET helper macro
 2019-10-08 18:36 UTC  (2+ messages)
`  "

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-08 18:24 UTC  (18+ messages)
` [PATCH v4 01/31] errp: rename errp to errp_in where it is IN-argument
` [PATCH v4 02/31] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [PATCH v4 03/31] net/net: fix local variable shadowing in net_client_init
` [PATCH v4 04/31] error: auto propagated local_err

[PATCH v2] Makefile: Remove generated files when doing 'distclean' (and 'clean')
 2019-10-08 18:19 UTC  (8+ messages)

[PATCH 0/4] migration: trivial cleanup and refine
 2019-10-08 17:57 UTC  (5+ messages)
` [PATCH 1/4] migration/ram: only possible bit set in invalid_flags is RAM_SAVE_FLAG_COMPRESS_PAGE
` [PATCH 3/4] migration: pass in_postcopy instead of check state again

[Qemu-devel] [PATCH v1 25/28] target/riscv: Call the second stage MMU in virtualisation mode
 2019-10-08 17:54 UTC  (2+ messages)
`  "

[PULL 0/4] Block patches
 2019-10-08 17:21 UTC  (6+ messages)
` [PULL 1/4] util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended
` [PULL 2/4] virtio-blk: schedule virtio_notify_config to run on main context
` [PULL 3/4] block: Skip COR for inactive nodes
` [PULL 4/4] iotests/262: Switch source/dest VM launch order

[PATCH v2 00/21] transaction-based ptimer API
 2019-10-08 17:17 UTC  (22+ messages)
` [PATCH v2 01/21] ptimer: Rename ptimer_init() to ptimer_init_with_bh()
` [PATCH v2 02/21] ptimer: Provide new transaction-based API
` [PATCH v2 03/21] tests/ptimer-test: Switch to transaction-based ptimer API
` [PATCH v2 04/21] hw/timer/arm_timer.c: "
` [PATCH v2 05/21] hw/arm/musicpal.c: "
` [PATCH v2 06/21] hw/timer/allwinner-a10-pit.c: "
` [PATCH v2 07/21] hw/timer/arm_mptimer.c: "
` [PATCH v2 08/21] hw/timer/cmsdk-apb-dualtimer.c: "
` [PATCH v2 09/21] hw/timer/cmsdk-apb-timer.c: "
` [PATCH v2 10/21] hw/timer/digic-timer.c: "
` [PATCH v2 11/21] hw/timer/exynos4210_mct.c: Switch GFRC "
` [PATCH v2 12/21] hw/timer/exynos4210_mct.c: Switch LFRC "
` [PATCH v2 13/21] hw/timer/exynos4210_mct.c: Switch ltick "
` [PATCH v2 14/21] hw/timer/exynos4210_pwm.c: Switch "
` [PATCH v2 15/21] hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based API
` [PATCH v2 16/21] hw/timer/exynos4210_rtc.c: Switch main "
` [PATCH v2 17/21] hw/timer/imx_epit.c: Switch to transaction-based ptimer API
` [PATCH v2 18/21] hw/timer/imx_gpt.c: "
` [PATCH v2 19/21] hw/timer/mss-timerc: "
` [PATCH v2 20/21] hw/watchdog/cmsdk-apb-watchdog.c: "
` [PATCH v2 21/21] hw/net/lan9118.c: "

[PATCH 0/2] migration/postcopy: map tmp and large zero page in setup stage
 2019-10-08 17:24 UTC  (5+ messages)
` [PATCH 1/2] migration/postcopy: allocate tmp_page "
` [PATCH 2/2] migration/postcopy: map large zero page in postcopy_ram_incoming_setup()

[PATCH] Test netmap on FreeBSD
 2019-10-08 17:12 UTC  (6+ messages)

[PATCH v3 0/3] target/riscv: Expose "priv" register for GDB
 2019-10-08 16:49 UTC  (11+ messages)
` [PATCH v3 1/3] target/riscv: Tell gdbstub the correct number of CSRs
` [PATCH v3 2/3] target/riscv: Expose priv register for GDB for reads
` [PATCH v3 3/3] target/riscv: Make the priv register writable by GDB

[PATCH v2] target/riscv: Expose "priv" register for GDB
 2019-10-08 16:42 UTC  (4+ messages)

[PATCH 0/3] migration/postcopy: cleanup related to postcopy
 2019-10-08 16:40 UTC  (7+ messages)
` [PATCH 1/3] migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup
` [PATCH 2/3] migration/postcopy: not necessary to do postcopy_ram_incoming_cleanup when state is ADVISE
` [PATCH 3/3] migration/postcopy: handle POSTCOPY_INCOMING_RUNNING corner case properly

[PATCH v2 0/7] fw_cfg: Run tests on big-endian
 2019-10-08 15:56 UTC  (17+ messages)
` [PATCH v2 1/7] tests/libqos/fw_cfg: Document io_fw_cfg_init to drop io_fw_cfg_uninit
` [PATCH v2 2/7] tests/libqos/fw_cfg: Document mm_fw_cfg_init to drop mm_fw_cfg_uninit
` [PATCH v2 3/7] tests/libqos/fw_cfg: Document pc_fw_cfg_init to drop pc_fw_cfg_uninit
` [PATCH v2 4/7] tests/fw_cfg: Let the tests use a context
` [PATCH v2 5/7] tests/libqos/fw_cfg: Pass QTestState as argument
` [PATCH v2 6/7] tests/fw_cfg: Declare one QFWCFG for all tests
` [PATCH v2 7/7] tests/fw_cfg: Run the tests on big-endian targets

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-10-08 15:35 UTC  (26+ messages)
` [PATCH 04/19] hw/arm/bcm2835: Rename some definitions
` [PATCH 05/19] hw/arm/bcm2835: Add various unimplemented peripherals
` [PATCH 06/19] hw/char/bcm2835_aux: Add trace events
` [PATCH 07/19] hw/misc/bcm2835_mbox: "
` [PATCH 08/19] hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor
` [PATCH 10/19] hw/timer/bcm2835: Add the BCM2835 SYS_timer
` [PATCH 11/19] hw/arm/bcm2835_peripherals: Use the SYS_timer
` [PATCH 13/19] hw/arm/raspi: Define various blocks base addresses
` [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper
` [PATCH 16/19] tests/boot_linux_console: Add a test for the Raspberry Pi 2
` [PATCH 17/19] tests/boot_linux_console: Test the raspi2 UART1 (16550 based)

gdbstub and gbd segfaults on different instructions in userspaceemulation
 2019-10-08 15:29 UTC 

[PATCH v2 0/8] hw: Convert various reset() handler to DeviceReset
 2019-10-08 15:23 UTC  (10+ messages)
` [PATCH v2 1/8] hw/acpi/piix4: Convert reset "
` [PATCH v2 2/8] hw/isa/piix4: "
` [PATCH v2 3/8] hw/ide/piix: "
` [PATCH v2 4/8] hw/ide/sii3112: "
` [PATCH v2 5/8] hw/ide/via82c: "
` [PATCH v2 6/8] hw/isa/vt82c686: "
` [PATCH v2 7/8] hw/input/lm832x: "
` [PATCH v2 8/8] hw/misc/vmcoreinfo: Add comment about reset handler

[PULL 0/4] 9p patches 2019-10-08
 2019-10-08 15:19 UTC  (5+ messages)
` [PULL 1/4] 9p: unsigned type for type, version, path
` [PULL 2/4] 9p: Simplify error path of v9fs_device_realize_common()
` [PULL 3/4] fsdev: Add return value to fsdev_throttle_parse_opts()
` [PULL 4/4] 9p: Treat multiple devices on one export as an error

[Qemu-devel] [Bug 1633508] [NEW] libvirt cannot hot insert interfaces to qemu
 2019-10-08 14:47 UTC  (2+ messages)
` [Bug 1633508] "

[Qemu-devel] [PATCH v7 0/3] 9p: Fix file ID collisions
 2019-10-08 14:45 UTC  (7+ messages)

[PATCH v4 0/7] s390x/mmu: DAT translation rewrite
 2019-10-08 14:24 UTC  (5+ messages)
` [PATCH v4 6/7] s390x/mmu: DAT table definition overhaul
` [PATCH v4 7/7] s390x/mmu: Convert to non-recursive page table walk

[Bug 1847232] [NEW] qemu TCG in s390x mode issue with calculating HASH
 2019-10-08 14:11 UTC  (7+ messages)
` [Bug 1847232] "

[PATCH] migration: Don't try and recover return path in non-postcopy
 2019-10-08 14:14 UTC  (2+ messages)

[PULL 0/5] edk2-next patches for 2019-10-07
 2019-10-08 14:08 UTC  (2+ messages)

[PATCH v7 00/12] Introduce the microvm machine type
 2019-10-08 13:55 UTC  (13+ messages)
` [PATCH v7 01/12] hw/virtio: Factorize virtio-mmio headers
` [PATCH v7 02/12] hw/i386/pc: rename functions shared with non-PC machines
` [PATCH v7 03/12] hw/i386/pc: fix code style issues on functions that will be moved out
` [PATCH v7 04/12] hw/i386/pc: move shared x86 functions to x86.c and export them
` [PATCH v7 05/12] hw/i386: split PCMachineState deriving X86MachineState from it
` [PATCH v7 06/12] hw/i386: make x86.c independent from PCMachineState
` [PATCH v7 07/12] fw_cfg: add "modify" functions for all types
` [PATCH v7 08/12] hw/intc/apic: reject pic ints if isa_pic == NULL
` [PATCH v7 09/12] roms: add microvm-bios (qboot) as binary and git submodule
` [PATCH v7 10/12] docs/microvm.rst: document the new microvm machine type
` [PATCH v7 11/12] hw/i386: Introduce the "
` [PATCH v7 12/12] MAINTAINERS: add microvm related files

[PATCH] qemu-nbd: Document benefit of --pid-file
 2019-10-08 13:56 UTC  (7+ messages)

[PATCH 0/3] eliminate remaining places that abuse memory_region_allocate_system_memory()
 2019-10-08 13:55 UTC  (10+ messages)
` [PATCH 1/3] sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAM
` [PATCH 2/3] ppc: rs6000_mc: drop usage of memory_region_allocate_system_memory()
` [PATCH 3/3] hppa: drop usage of memory_region_allocate_system_memory() for ROM

[PATCH] target/mips: add gdb xml files
 2019-10-08 13:37 UTC  (3+ messages)

[PATCH 00/11] hw: Convert various reset() handler to DeviceReset
 2019-10-08 13:32 UTC  (4+ messages)
` [PATCH 11/11] hw/misc/vmcoreinfo: Convert reset "

[Qemu-devel] [PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-10-08 13:25 UTC  (12+ messages)
` [Qemu-devel] [PATCH v18 2/6] docs: APEI GHES generation and CPER record description
` [Qemu-devel] [PATCH v18 3/6] ACPI: Add APEI GHES table generation support
  `  "
` [Qemu-devel] [PATCH v18 6/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
  `  "

[RFC PATCH] virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is also advertised
 2019-10-08 13:24 UTC  (2+ messages)

[PATCH v6 00/10] Introduce the microvm machine type
 2019-10-08 13:14 UTC  (3+ messages)

[PATCH 00/97] Patch Round-up for stable 4.0.1, freeze on 2019-10-10
 2019-10-08 13:04 UTC  (2+ messages)

Peculiar reply from mail list handler???
 2019-10-08 12:54 UTC  (5+ messages)

[Qemu-devel] [PATCH] migration: use migration_is_active to represent active state
 2019-10-08 12:21 UTC  (2+ messages)
`  "

[Qemu-devel] Is network backend netmap worth keeping?
 2019-10-08 11:57 UTC  (9+ messages)
` [PATCH] netmap: support git-submodule build otption

[PATCH v7 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-10-08 11:51 UTC  (9+ messages)
` [PATCH v7 7/8] bootdevice: FW_CFG interface for LCHS values
  ` [SeaBIOS] "

[PULL 0/1] slirp update
 2019-10-08 11:29 UTC  (2+ messages)

gdbstub and gbd segfaults on different instructions in user spaceemulation
 2019-10-08  9:57 UTC  (2+ messages)

[PATCH 0/6] block-copy: memory limit
 2019-10-08  9:57 UTC  (9+ messages)
` [PATCH 5/6] block/block-copy: add "


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