messages from 2019-12-20 12:15:01 to 2019-12-20 18:08:51 UTC [more...]
[PATCH v2 00/28] cputlb: Remove support for MMU_MODE*_SUFFIX
2019-12-20 18:03 UTC (41+ messages)
` [PATCH v2 01/28] target/xtensa: Use probe_access for itlb_hit_test
` [PATCH v2 02/28] cputlb: Use trace_mem_get_info instead of trace_mem_build_info
` [PATCH v2 03/28] trace: Remove trace_mem_build_info_no_se_[bl]e
` [PATCH v2 04/28] cputlb: Move body of cpu_ldst_template.h out of line
` [PATCH v2 05/28] translator: Use cpu_ld*_code instead of open-coding
` [PATCH v2 06/28] cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
` [PATCH v2 07/28] cputlb: Provide cpu_(ld, st}*_mmuidx_ra for user-only
` [PATCH v2 08/28] target/i386: Use cpu_*_mmuidx_ra instead of templates
` [PATCH v2 09/28] target/s390x: Include tcg.h in mem_helper.c
` [PATCH v2 10/28] target/arm: Include tcg.h in sve_helper.c
` [PATCH v2 12/28] linux-user: Include tcg.h in syscall.c
` [PATCH v2 13/28] linux-user: Include trace-root.h in syscall-trace.h
` [PATCH v2 14/28] cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
` [PATCH v2 15/28] target/nios2: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH v2 16/28] target/alpha: "
` [PATCH v2 17/28] target/cris: "
` [PATCH v2 18/28] target/i386: Remove MMU_MODE{0,1,2}_SUFFIX
` [PATCH v2 19/28] target/microblaze: "
` [PATCH v2 19/28] target/microblaze: Remove MMU_MODE{0, 1, 2}_SUFFIX
` [PATCH v2 20/28] target/sh4: Remove MMU_MODE{0,1}_SUFFIX
` [PATCH v2 21/28] target/unicore32: "
[PULL 0/6] more s390x patches
2019-12-20 17:47 UTC (2+ messages)
[Bug 1856834] [NEW] softmmu qemu-system-ppc freezes at virtio vda
2019-12-20 17:20 UTC (4+ messages)
` [Bug 1856834] Re: Virtio broken in qemu ppc in 4.2.0 and other versions
[PATCH v2] target/m68k: only change valid bits in CACR
2019-12-20 17:24 UTC
[RFC v4 PATCH 00/49] Initial support of multi-process qemu
2019-12-20 17:15 UTC (18+ messages)
` [RFC v4 PATCH 00/49] Initial support of multi-process qemu - status update
[PATCH] block/rbd: Add support for ceph namespaces
2019-12-20 17:17 UTC (6+ messages)
[PATCH v4 0/6] HPPA: i82596, PS/2 and graphics emulation
2019-12-20 17:03 UTC (6+ messages)
` [PATCH v4 5/6] hppa: Add emulation of Artist graphics
[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
2019-12-20 17:00 UTC (14+ messages)
` [PATCH for-5.0 v11 05/20] virtio-iommu: Endpoint and domains structs and helpers
` [PATCH for-5.0 v11 08/20] virtio-iommu: Implement translate
[PULL 0/2] Require Python >= 3.5 to build QEMU
2019-12-20 16:53 UTC (4+ messages)
` [PULL 1/2] travis: Replace Python 3.4 build with 3.5
` [PULL 2/2] configure: Require Python >= 3.5
Can we retire Python 2 now?
2019-12-20 16:56 UTC (2+ messages)
[PATCH 0/2] ppc/pnv: Improve command line experience with multi-chip
2019-12-20 16:51 UTC (3+ messages)
` [PATCH 1/2] ppc/pnv: Exit gracefully if CPU topology doesn't match the machine capacities
` [PATCH 2/2] ppc/pnv: Use the CPU topology to compute the default number of chips
[PATCH v5 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
2019-12-20 16:39 UTC (39+ messages)
` [PATCH v5 01/37] hw/display/sm501: Always map the UART0
` [PATCH v5 02/37] sysbus: remove unused sysbus_try_create*
` [PATCH v5 03/37] sysbus: remove outdated comment
` [PATCH v5 04/37] chardev: generate an internal id when none given
` [PATCH v5 05/37] serial-pci-multi: factor out multi_serial_get_port_count()
` [PATCH v5 06/37] serial: initial qom-ification
` [PATCH v5 07/37] serial: register vmsd with DeviceClass
` [PATCH v5 08/37] serial: add "chardev" property
` [PATCH v5 09/37] serial: add "baudbase" property
` [PATCH v5 10/37] serial: realize the serial device
` [PATCH v5 11/37] serial: replace serial_exit_core() with unrealize
` [PATCH v5 12/37] serial: start making SerialMM a sysbus device
` [PATCH v5 13/37] serial-mm: add "regshift" property
` [PATCH v5 14/37] serial-mm: add endianness property
` [PATCH v5 15/37] serial-mm: use sysbus facilities
` [PATCH v5 16/37] serial: make SerialIO a sysbus device
` [PATCH v5 17/37] mips: inline serial_init()
` [PATCH v5 18/37] mips: baudbase is 115200 by default
` [PATCH v5 19/37] mips: use sysbus_add_io()
` [PATCH v5 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
` [PATCH v5 21/37] sm501: make SerialMM a child, export chardev property
` [PATCH v5 22/37] vmmouse: replace PROP_PTR with PROP_LINK
` [PATCH v5 23/37] lance: "
` [PATCH v5 24/37] etraxfs: remove PROP_PTR usage
` [PATCH v5 25/37] dp8393x: replace PROP_PTR with PROP_LINK
` [PATCH v5 26/37] leon3: use qemu_irq framework instead of callback as property
` [PATCH v5 27/37] leon3: use qdev gpio facilities for the PIL
` [PATCH v5 28/37] qdev: use g_strcmp0() instead of open-coding it
` [PATCH v5 29/37] mips/cps: fix setting saar property
` [PATCH v5 30/37] cris: improve passing PIC interrupt vector to the CPU
` [PATCH v5 31/37] smbus-eeprom: remove PROP_PTR
` [PATCH v5 32/37] omap-intc: "
` [PATCH v5 33/37] omap-i2c: "
` [PATCH v5 34/37] omap-gpio: "
` [PATCH v5 35/37] qdev: remove PROP_MEMORY_REGION
` [PATCH v5 36/37] qdev: remove QDEV_PROP_PTR
` [PATCH v5 37/37] qdev/qom: remove some TODO limitations now that PROP_PTR is gone
[PULL 00/25] testing and logging updates
2019-12-20 16:36 UTC (2+ messages)
Making QEMU easier for management tools and applications
2019-12-20 16:13 UTC
[PATCH 0/2] Speed up QMP stream reading
2019-12-20 16:09 UTC (2+ messages)
[PATCH v39 00/22] QEMU AVR 8 bit cores
2019-12-20 15:56 UTC (7+ messages)
` [PATCH v39 12/22] target/avr: Add limited support for USART peripheral
` [PATCH v39 15/22] target/avr: Add example board configuration
[PATCH v4 0/4] Improve default object property_add uint helpers
2019-12-20 15:55 UTC (3+ messages)
[PATCH v12 0/3] qcow2: advanced compression options
2019-12-20 15:45 UTC (5+ messages)
` [PATCH v12 1/3] block: introduce compress filter driver
[PATCH] hw/i386/x86-iommu: Add missing stubs
2019-12-20 15:42 UTC
[Bug 1857143] [NEW] VMs won't boot from external snapshots on qemu 4.2
2019-12-20 15:31 UTC
[BUG] No irqchip created after commit 11bc4a13d1f4 ("kvm: convert "-machine kernel_irqchip" to an accelerator property")
2019-12-20 15:39 UTC (2+ messages)
[PATCH v4 00/21] gdbstub refactor and SVE support (+check-tcg tweaks)
2019-12-20 15:23 UTC (18+ messages)
` [PATCH v4 05/21] gdbstub: add helper for 128 bit registers
` [PATCH v4 06/21] target/arm: use gdb_get_reg helpers
` [PATCH v4 08/21] gdbstub: extend GByteArray to read register helpers
` [PATCH v4 09/21] target/arm: prepare for multiple dynamic XMLs
` [PATCH v4 10/21] target/arm: explicitly encode regnum in our XML
` [PATCH v4 11/21] target/arm: default SVE length to 64 bytes for linux-user
` [PATCH v4 12/21] target/arm: generate xml description of our SVE registers
` [PATCH v4 13/21] tests/tcg: add a configure compiler check for ARMv8.1 and SVE
` [PATCH v4 14/21] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PATCH v4 15/21] tests/tcg/aarch64: userspace system register test
` [PATCH v4 16/21] tests/guest-debug: add a simple test runner
` [PATCH v4 17/21] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PATCH v4 18/21] tests/tcg/aarch64: add SVE iotcl test
` [PATCH v4 19/21] tests/tcg/aarch64: add test-sve-ioctl guest-debug test
` [PATCH v4 20/21] gdbstub: change GDBState.last_packet to GByteArray
` [PATCH v4 21/21] gdbstub: do not split gdb_monitor_write payload
[PULL 0/9] Add dbus-vmstate
2019-12-20 15:05 UTC (10+ messages)
` [PULL 1/9] vmstate: add qom interface to get id
` [PULL 2/9] vmstate: replace DeviceState with VMStateIf
` [PULL 3/9] docs: start a document to describe D-Bus usage
` [PULL 4/9] util: add dbus helper unit
` [PULL 5/9] Add dbus-vmstate object
` [PULL 6/9] configure: add GDBUS_CODEGEN
` [PULL 7/9] dockerfiles: add dbus-daemon to some of latest distributions
` [PULL 8/9] tests: add migration-helpers unit
` [PULL 9/9] tests: add dbus-vmstate-test
[PATCH 0/2] numa: stop abusing numa_mem_supported
2019-12-20 15:11 UTC (6+ messages)
[RFC PATCH 00/10] hw/avr: Introduce the Arduino board
2019-12-20 15:03 UTC (5+ messages)
` [RFC PATCH 06/10] hw/avr: Add ATmega microcontrollers
[PATCH 0/3] Raspi sd-bus cleanup and multiphase reset
2019-12-20 14:46 UTC (4+ messages)
` [PATCH 1/3] hw/arm/bcm2835: remove gpio/sd-bus
` [PATCH 2/3] hw/gpio/bcm2835_gpio: Isolate sdbus reparenting
` [PATCH 3/3] hw/gpio/bcm2835_gpio: Update to resettable
[PATCH] 9pfs: local: Fix possible memory leak in local_link()
2019-12-20 14:42 UTC (2+ messages)
[PATCH 0/7] console: screendump improvements
2019-12-20 14:36 UTC (2+ messages)
[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
2019-12-20 14:34 UTC (4+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] tests: add virtio-scsi and virtio-blk seg_max_adjust test
[PULL 00/12] target-arm queue
2019-12-20 14:26 UTC (13+ messages)
` [PULL 01/12] target/arm: Remove redundant scaling of nexttick
` [PULL 02/12] target/arm: Abstract the generic timer frequency
` [PULL 03/12] target/arm: Prepare generic timer for per-platform CNTFRQ
` [PULL 04/12] ast2600: Configure CNTFRQ at 1125MHz
` [PULL 05/12] hw/arm/smmuv3: Apply address mask to linear strtab base address
` [PULL 06/12] hw/arm/smmuv3: Correct SMMU_BASE_ADDR_MASK value
` [PULL 07/12] hw/arm/smmuv3: Check stream IDs against actual table LOG2SIZE
` [PULL 08/12] hw/arm/smmuv3: Align stream table base address to table size
` [PULL 09/12] hw/arm/smmuv3: Use correct bit positions in EVT_SET_ADDR2 macro
` [PULL 10/12] hw/arm/smmuv3: Report F_STE_FETCH fault address in correct word position
` [PULL 11/12] target/arm: Display helpful message when hflags mismatch
` [PULL 12/12] arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on()
[PATCH v7 0/9] Add dbus-vmstate
2019-12-20 14:28 UTC (12+ messages)
` [PATCH v7 3/9] docs: start a document to describe D-Bus usage
` [PATCH v7 4/9] util: add dbus helper unit
` [PATCH v7 5/9] Add dbus-vmstate object
` [PATCH v7 8/9] tests: add migration-helpers unit
` [PATCH v7 9/9] tests: add dbus-vmstate-test
[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
2019-12-20 14:09 UTC (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] tests: add virtio-scsi and virtio-blk seg_max_adjust test
[PATCH] target/arm: fix IL bit for data abort exceptions
2019-12-20 13:59 UTC (5+ messages)
[PULL 0/7] Trivial branch patches
2019-12-20 14:00 UTC (2+ messages)
[PATCH v3 00/20] gdbstub refactor and SVE support (+check-tcg tweaks)
2019-12-20 13:18 UTC (7+ messages)
` [PATCH v3 12/20] target/arm: generate xml description of our SVE registers
[PATCH] target/arm: Set ISSIs16Bit in make_issinfo
2019-12-20 13:48 UTC (3+ messages)
[RFC v2 00/14] Add SDEI support for arm64
2019-12-20 13:44 UTC (2+ messages)
[PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
2019-12-20 13:32 UTC (2+ messages)
[PATCH 00/18] block: Allow exporting BDSs via FUSE
2019-12-20 13:25 UTC (14+ messages)
` [PATCH 02/18] fuse: "
[PATCH v2 0/5] semihosting read console support
2019-12-20 13:22 UTC (6+ messages)
` [PATCH v2 1/5] target/arm: remove unused EXCP_SEMIHOST leg
` [PATCH v2 2/5] target/arm: only update pc after semihosting completes
` [PATCH v2 3/5] semihosting: add qemu_semihosting_console_inc for SYS_READC
` [PATCH v2 4/5] tests/tcg: add a dumb-as-bricks semihosting console test
` [PATCH v2 5/5] tests/tcg: add user version of dumb-as-bricks semiconsole test
[PATCH] replay: check other timers for icount limit
2019-12-20 13:14 UTC (2+ messages)
[PATCH] replay: record and replay random number sources
2019-12-20 13:14 UTC (2+ messages)
[Qemu-devel] [RFC PATCH] Implement qemu_thread_yield for posix, use it in mttcg to handle EXCP_YIELD
2019-12-20 13:11 UTC (2+ messages)
[PATCH 00/10] Fixes for DP8393X SONIC device emulation
2019-12-20 12:54 UTC (3+ messages)
[RFC PATCH] virtio: Change order of appling runstate to device and bus
2019-12-20 12:52 UTC
[PULL 00/87] Misc patches for 2019-12-18
2019-12-20 12:45 UTC (2+ messages)
[PATCH v7 0/6] Add vTPM emulator support for ppc64 platform
2019-12-20 12:42 UTC (4+ messages)
` [PATCH v7 1/6] tpm: Move tpm_tis_show_buffer to tpm_util.c
[PULL 0/6] QAPI patches for 2019-12-17
2019-12-20 12:36 UTC (5+ messages)
[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
2019-12-20 12:10 UTC (8+ messages)
` [PATCH for-5.0 v2 15/23] mirror: Prevent loops
[PATCH] 9p: init_in_iov_from_pdu can truncate the size
2019-12-20 12:31 UTC (4+ messages)
[PATCH v6 00/11] Multi-phase reset mechanism
2019-12-20 11:50 UTC (3+ messages)
` [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration
` [PATCH v6 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).