messages from 2018-08-22 19:01:45 to 2018-08-23 14:30:13 UTC [more...]
[Qemu-devel] [PATCH 00/22] MPS devices: FPGAIO, timer, watchdogs, MSC, DMA, SPI
2018-08-23 14:29 UTC (22+ messages)
` [Qemu-devel] [PATCH 02/22] hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER
` [Qemu-devel] [PATCH 03/22] hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
` [Qemu-devel] [PATCH 04/22] hw/arm/iotkit: Wire up the dualtimer
` [Qemu-devel] [PATCH 05/22] hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511
` [Qemu-devel] [PATCH 06/22] hw/arm/iotkit: Wire up the watchdogs
` [Qemu-devel] [PATCH 07/22] hw/arm/iotkit: Wire up the S32KTIMER
` [Qemu-devel] [PATCH 08/22] hw/misc/iotkit-sysctl: Implement IoTKit system control element
` [Qemu-devel] [PATCH 09/22] hw/misc/iotkit-sysinfo: Implement IoTKit system information block
` [Qemu-devel] [PATCH 10/22] hw/misc/iotkit: Wire up the sysctl and sysinfo register blocks
` [Qemu-devel] [PATCH 18/22] hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init
[Qemu-devel] [PATCH] tests/migration: Enable the migration test on s390x, too
2018-08-23 14:33 UTC (2+ messages)
[Qemu-devel] [PATCH for-3.1 00/10] Move virtio-ccw devices to separate files
2018-08-23 14:25 UTC (4+ messages)
` [Qemu-devel] [PATCH for-3.1 08/10] hw/s390x: Move vhost-vsock-ccw code to a separate file
[Qemu-devel] Live Migration between machines with different processor ids
2018-08-23 14:29 UTC (3+ messages)
` [Qemu-devel] [Query] "
[Qemu-devel] [PULL v5 00/46] MIPS queue August 2018 v5
2018-08-23 14:20 UTC (48+ messages)
` [Qemu-devel] [PULL v5 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v5 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v5 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v5 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v5 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v5 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v5 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v5 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v5 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v5 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v5 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v5 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v5 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v5 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v5 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v5 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v5 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v5 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v5 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v5 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v5 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v5 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v5 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v5 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v5 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v5 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v5 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v5 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v5 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v5 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v5 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v5 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v5 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v5 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v5 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v5 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v5 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v5 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v5 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v5 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v5 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v5 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v5 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v5 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v5 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v5 46/46] target/mips: Add definition of nanoMIPS I7200 CPU
[Qemu-devel] [PATCH] tests/vm: Increase timeout waiting for VM to boot to 5 minutes
2018-08-23 14:11 UTC (2+ messages)
[Qemu-devel] [PULL v2 00/73] Misc patches for 2018-08-21
2018-08-23 14:07 UTC (5+ messages)
[Qemu-devel] [PATCH] scripts: report on author emails that are mangled by the mailing list
2018-08-23 14:07 UTC (5+ messages)
[Qemu-devel] [PATCH] virtio: update MemoryRegionCaches when guest negotiates features
2018-08-23 14:06 UTC (2+ messages)
[Qemu-devel] [PATCH] target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp mode
2018-08-23 13:50 UTC
[Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices
2018-08-23 13:37 UTC
[Qemu-devel] [PULL v4 00/46] MIPS queue August 2018 v4
2018-08-23 13:34 UTC (47+ messages)
` [Qemu-devel] [PULL v4 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v4 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v4 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v4 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v4 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v4 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v4 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v4 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v4 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v4 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v4 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v4 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v4 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v4 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v4 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v4 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v4 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v4 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v4 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v4 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v4 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v4 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v4 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v4 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v4 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v4 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v4 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v4 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v4 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v4 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v4 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v4 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v4 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v4 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v4 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v4 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v4 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v4 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v4 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v4 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v4 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v4 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v4 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v4 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v4 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v4 46/46] target/mips: Add definition of nanoMIPS I7200 CPU
[Qemu-devel] [PULL v3 00/69] Misc patches for 2018-08-21
2018-08-23 13:35 UTC
[Qemu-devel] [PULL v3 00/46] MIPS queue August 21, 2018 v3
2018-08-23 13:06 UTC (3+ messages)
` [Qemu-devel] ?==?utf-8?q? "
[Qemu-devel] [PULL 0/7] Linux user for 3.1 patches
2018-08-23 12:40 UTC (2+ messages)
[Qemu-devel] [PATCH] pc: acpi: revert back to 1 SRAT entry for hotpluggable area
2018-08-23 12:34 UTC (7+ messages)
[Qemu-devel] virtio_stw_phys_cached crash
2018-08-23 12:15 UTC (4+ messages)
[Qemu-devel] [PULL 00/74] Misc patches for 2018-08-21
2018-08-23 11:25 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/10] Don't check disabled drivers
2018-08-23 11:06 UTC (10+ messages)
` [Qemu-devel] [PATCH v3 07/10] check: Only test boot-serial when sga is compiled in
[Qemu-devel] [RFC v6 00/27] QMP: out-of-band (OOB) execution support
2018-08-23 10:55 UTC (4+ messages)
` [Qemu-devel] [RFC v6 10/27] monitor: allow to use IO thread for parsing
[Qemu-devel] [PATCH v2] hw/intc/arm_gic: Document QEMU interface
2018-08-23 10:38 UTC
[Qemu-devel] [Bug 1775702] [NEW] High host CPU load and slower guest after upgrade guest OS Windows 10 to ver 1803
2018-08-23 10:23 UTC (4+ messages)
` [Qemu-devel] [Bug 1775702] "
[Qemu-devel] [PATCH 0/9] arm: Wire up GICv2 virt support on A15/A7 boards
2018-08-23 10:15 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/9] hw/intc/arm_gic: Document QEMU interface
[Qemu-devel] [PATCH v2 0/3] ui: remove deprecated UI frontends
2018-08-23 10:10 UTC (3+ messages)
[Qemu-devel] [PULL 00/12] Ui 20180821 v2 patches
2018-08-23 9:57 UTC (3+ messages)
[Qemu-devel] [PULL 00/12] Ui 20180823 v3 patches
2018-08-23 9:56 UTC (13+ messages)
` [Qemu-devel] [PULL 01/12] ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
` [Qemu-devel] [PULL 02/12] vnc: fix memleak of the "vnc-worker-output" name
` [Qemu-devel] [PULL 03/12] ui: use enum to string helpers
` [Qemu-devel] [PULL 04/12] sdl2: redraw correctly when scanout_mode enabled
` [Qemu-devel] [PULL 05/12] doc: switch to modern syntax for VNC TLS setup
` [Qemu-devel] [PULL 06/12] vnc: remove support for deprecated tls, x509, x509verify options
` [Qemu-devel] [PULL 07/12] spice-display: access ptr_x/ptr_y under Mutex
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking
` [Qemu-devel] [PULL 09/12] ui/sdl2: Fix broken -full-screen CLI option
` [Qemu-devel] [PULL 10/12] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
` [Qemu-devel] [PULL 11/12] dmabuf: add y0_top, pass it to spice
` [Qemu-devel] [PULL 12/12] util: promote qemu_egl_rendernode_open() to libqemuutil
[Qemu-devel] [PATCH V11 00/20] COLO: integrate colo frame with block replication and COLO proxy
2018-08-23 9:37 UTC (6+ messages)
` [Qemu-devel] [PATCH V11 15/20] net/net.c: Add net client type check function for COLO
[Qemu-devel] [PATCH 0/8] arm/raspi: Make fb handle virtual viewport
2018-08-23 9:37 UTC (2+ messages)
` [Qemu-devel] [Qemu-arm] "
[Qemu-devel] [Bug 1788582] [NEW] Race condition during shutdown
2018-08-23 9:11 UTC
[Qemu-devel] [PULL 0/7] Usb 20180821 patches
2018-08-23 9:19 UTC (2+ messages)
[Qemu-devel] KVM call for 2018-08-28
2018-08-23 9:08 UTC
[Qemu-devel] [PATCH] char-pty: remove unnecessary #ifdef
2018-08-23 8:39 UTC (3+ messages)
[Qemu-devel] [PATCH] postcopy: Synchronize usage of the balloon inhibitor
2018-08-23 8:21 UTC (4+ messages)
[Qemu-devel] [PULL 0/4] VFIO update 2018-08-17
2018-08-23 8:10 UTC (6+ messages)
` [Qemu-devel] [PULL 1/4] balloon: Allow multiple inhibit users
[Qemu-devel] [PATCH V3 0/4] introduce coalesced pio support
2018-08-23 16:14 UTC (5+ messages)
` [Qemu-devel] [PATCH V3 1/4] target-i386: introduce coalesced_pio kvm header update
` [Qemu-devel] [PATCH V3 2/4] target-i386:add coalesced_pio API
` [Qemu-devel] [PATCH V3 3/4] target-i386: add rtc 0x70 port as coalesced_pio
` [Qemu-devel] [PATCH V3 4/4] target-i386: add i440fx 0xcf8 "
[Qemu-devel] [PATCH v6 1/2] linux-headers: Update to kernel mainline commit 815f0ddb3
2018-08-23 15:45 UTC (2+ messages)
` [Qemu-devel] [PATCH v6 2/2] target: arm: Add support for VCPU event states
[Qemu-devel] [PATCH v3 0/3] x86: QEMU side support on MSR based features
2018-08-23 6:28 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 2/3] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
[Qemu-devel] [PATCH v4 0/3] Some improvements in z/Arch instructions support
2018-08-23 5:53 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 1/3] target/s390x: use regular spaces in translate.c
` [Qemu-devel] [qemu-s390x] "
[Qemu-devel] [PATCH] input-linux: toggle for lock keys
2018-08-23 1:23 UTC
[Qemu-devel] [PATCH 0/7] jobs: remove job_defer_to_main_loop
2018-08-22 23:40 UTC (25+ messages)
` [Qemu-devel] [PATCH 1/7] jobs: change start callback to run callback
` [Qemu-devel] [PATCH 2/7] jobs: canonize Error object
` [Qemu-devel] [PATCH 3/7] jobs: add exit shim
` [Qemu-devel] [PATCH 4/7] block/commit: utilize job_exit shim
` [Qemu-devel] [PATCH 5/7] block/mirror: "
` [Qemu-devel] [PATCH 6/7] jobs: "
[Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall
2018-08-22 22:58 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 10/16] linux-user: Split out some simple file syscalls
[Qemu-devel] [RFC PATCH v1 0/2] HMP/snapshot changes - do not use ID anymore
2018-08-22 22:06 UTC (4+ messages)
` [Qemu-devel] [PATCH v1 1/2] block/snapshot.c: eliminate use of ID input in snapshot operations
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).