messages from 2018-08-21 12:37:29 to 2018-08-21 17:04:20 UTC [more...]
[Qemu-devel] [PULL 00/74] Misc patches for 2018-08-21
2018-08-21 17:02 UTC (50+ messages)
` [Qemu-devel] [PULL 01/74] tests: virtio: separate ccw tests from libqos
` [Qemu-devel] [PULL 02/74] scsi: mptsas: Mark as storage device
` [Qemu-devel] [PULL 03/74] es1370: simplify MemoryRegionOps
` [Qemu-devel] [PULL 04/74] fix "Missing break in switch" coverity reports
` [Qemu-devel] [PULL 05/74] checkpatch: fix filename detection when using -f
` [Qemu-devel] [PULL 06/74] qemu-pr-helper: Fix build on CentOS 7
` [Qemu-devel] [PULL 07/74] chardev/char-fe: Fix typos
` [Qemu-devel] [PULL 08/74] megasas: fix sglist leak
` [Qemu-devel] [PULL 09/74] MAINTAINERS: add maintainers for qtest
` [Qemu-devel] [PULL 10/74] tests/migration-test: Silence the kvm_hv message by default
` [Qemu-devel] [PULL 11/74] net: Silence 'has no peer' messages in testing mode
` [Qemu-devel] [PULL 12/74] hw/timer/mc146818rtc: White space clean-up
` [Qemu-devel] [PULL 13/74] hw/timer/mc146818rtc: Fix introspection problem
` [Qemu-devel] [PULL 14/74] tests: Skip old versioned machine types in quick testing mode
` [Qemu-devel] [PULL 15/74] tests/device-introspection: Check that the qom-tree and qtree do not change
` [Qemu-devel] [PULL 16/74] tests/device-introspect: Test with all machines, not only with "none"
` [Qemu-devel] [PULL 17/74] seqlock: constify seqlock_read_begin
` [Qemu-devel] [PULL 18/74] qsp: QEMU's Synchronization Profiler
` [Qemu-devel] [PULL 19/74] qsp: add sort_by option to qsp_report
` [Qemu-devel] [PULL 20/74] qsp: add qsp_reset
` [Qemu-devel] [PULL 21/74] qsp: support call site coalescing
` [Qemu-devel] [PULL 22/74] qsp: track BQL callers explicitly
` [Qemu-devel] [PULL 23/74] tests/atomic_add-bench: add -p to enable sync profiler
` [Qemu-devel] [PULL 24/74] vl: add -enable-sync-profile
` [Qemu-devel] [PULL 25/74] hmp-commands: add sync-profile
` [Qemu-devel] [PULL 26/74] hmp-commands-info: "
` [Qemu-devel] [PULL 27/74] checkpatch: allow space in more places before a bracket
` [Qemu-devel] [PULL 28/74] update-linux-headers.sh: add qemu_fw_cfg.h
` [Qemu-devel] [PULL 31/74] lsi_scsi: add support for PPR Extended Message
` [Qemu-devel] [PULL 32/74] kvm: add call to qemu_add_opts() for -overcommit option
` [Qemu-devel] [PULL 33/74] build-sys: remove glib_subprocess check
` [Qemu-devel] [PULL 34/74] target-i386: Fix lcall/ljmp to call gate in IA-32e mode
` [Qemu-devel] [PULL 36/74] rcu_queue: use atomic_set in QLIST_REMOVE_RCU
` [Qemu-devel] [PULL 37/74] rcu_queue: remove barrier from QLIST_EMPTY_RCU
` [Qemu-devel] [PULL 38/74] rcu_queue: add RCU QSIMPLEQ
` [Qemu-devel] [PULL 39/74] rcu_queue: add RCU QTAILQ
` [Qemu-devel] [PULL 41/74] test-rcu-list: access counters with atomics
` [Qemu-devel] [PULL 43/74] tests: add test-list-simpleq
` [Qemu-devel] [PULL 44/74] tests: add test-rcu-tailq
` [Qemu-devel] [PULL 45/74] spapr: do not use CPU_FOREACH_REVERSE
` [Qemu-devel] [PULL 46/74] qom: convert the CPU list to RCU
` [Qemu-devel] [PULL 47/74] hw/intc/apic: Switch away from old_mmio
` [Qemu-devel] [PULL 48/74] qemu-guest-agent: freeze-hook to ignore dpkg files as well
` [Qemu-devel] [PULL 49/74] module: Use QEMU_MODULE_DIR as a search path
` [Qemu-devel] [PULL 50/74] cpus: protect all icount computation with seqlock
` [Qemu-devel] [PULL 51/74] seqlock: add QemuLockable support
` [Qemu-devel] [PULL 52/74] cpus: protect TimerState writes with a spinlock
` [Qemu-devel] [PULL 53/74] cpus: allow cpu_get_ticks out of BQL
` [Qemu-devel] [PULL 54/74] vhost-user-scsi: move host_features into VHostSCSICommon
[Qemu-devel] [PULL 0/4] Vga 20180821 patches
2018-08-21 17:00 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/2] block: for jobs, do not clear user_paused until after the resume
2018-08-21 16:57 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 1/2] "
` [Qemu-devel] [PATCH v3 2/2] block: iotest to catch abort on forced blockjob cancel
[Qemu-devel] [PATCH v2 0/6] target/arm: Some pieces of support for 32-bit Hyp mode
2018-08-21 16:57 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] Detabify target/arm
2018-08-21 16:52 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] target/arm: Untabify translate.c
` [Qemu-devel] [PATCH 2/3] target/arm: Untabify iwmmxt_helper.c
` [Qemu-devel] [PATCH 3/3] target/arm: Remove a handful of stray tabs
[Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall
2018-08-21 16:35 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 06/16] linux-user: Propagate goto unimplemented to default
[Qemu-devel] [PULL 0/1] vfio coverity reported error fix
2018-08-21 16:47 UTC (2+ messages)
` [Qemu-devel] [PULL 1/1] vfio/pci: Handle subsystem realpath() returning NULL
[Qemu-devel] What does VM SIZE means when entering qemu-img info xx.qcow2
2018-08-21 16:25 UTC (2+ messages)
[Qemu-devel] [PATCH] qemu-io: Fix writethrough check in reopen
2018-08-21 16:18 UTC
[Qemu-devel] [PATCH v2 0/2] block: for jobs, do not clear user_paused until after the resume
2018-08-21 16:16 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] block: iotest to catch abort on forced blockjob cancel
[Qemu-devel] [PATCH] job: Fix nested aio_poll() hanging in job_txn_apply
2018-08-21 16:15 UTC (2+ messages)
[Qemu-devel] [PULL 00/26] ppc-for-3.1 queue 20180821
2018-08-21 14:57 UTC (3+ messages)
` [Qemu-devel] [PULL 02/26] pseries: Update SLOF firmware image
[Qemu-devel] [PATCH 0/7] arm: Instantiation of nRF51 SOC and bbc:microbit devices
2018-08-21 14:50 UTC (10+ messages)
` [Qemu-devel] [PATCH 3/7] arm: Add chip variant property to nRF51 SoC
` [Qemu-devel] [PATCH 6/7] arm: Instantiate nRF51 peripherals
[Qemu-devel] [PATCH v2 0/5] tcg: Reorg 128-bit atomic operations
2018-08-21 14:27 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] tcg: Split CONFIG_ATOMIC128
` [Qemu-devel] [PATCH v2 2/5] target/i386: Convert to HAVE_CMPXCHG128
` [Qemu-devel] [PATCH v2 3/5] target/arm: "
` [Qemu-devel] [PATCH v2 4/5] target/arm: Check HAVE_CMPXCHG128 at transate time
` [Qemu-devel] [PATCH v2 5/5] target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
[Qemu-devel] [PATCH 0/7] arm: nRF51 Devices and Microbit Support
2018-08-21 8:31 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/7] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
[Qemu-devel] [PATCH 0/4] Fix socket chardev regression
2018-08-21 14:16 UTC (7+ messages)
[Qemu-devel] [PATCH v2 0/9] synchronization profiler
2018-08-21 14:06 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/9] qsp: QEMU's Synchronization Profiler
[Qemu-devel] Modeling a device controlled by combination of GPIO and UART
2018-08-21 13:56 UTC (2+ messages)
[Qemu-devel] [PATCH] KVM: cleanup unnecessary #ifdef KVM_CAP_
2018-08-21 13:45 UTC (2+ messages)
[Qemu-devel] [PULL v3 00/46] MIPS queue August 21, 2018 v3
2018-08-21 13:31 UTC (47+ messages)
` [Qemu-devel] [PULL v3 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v3 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v3 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v3 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v3 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v3 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v3 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v3 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v3 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v3 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v3 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v3 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v3 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v3 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v3 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v3 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v3 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v3 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v3 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v3 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v3 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v3 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v3 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v3 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v3 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v3 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v3 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v3 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v3 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v3 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v3 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v3 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v3 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v3 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v3 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v3 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v3 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v3 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v3 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v3 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v3 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v3 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v3 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v3 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v3 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v3 46/46] target/mips: Add definition of nanoMIPS I7200 CPU
[Qemu-devel] [PATCH 0/9] arm: Wire up GICv2 virt support on A15/A7 boards
2018-08-21 13:28 UTC (10+ messages)
` [Qemu-devel] [PATCH 1/9] hw/intc/arm_gic: Document QEMU interface
` [Qemu-devel] [PATCH 2/9] hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes large
` [Qemu-devel] [PATCH 3/9] hw/arm/vexpress: Connect VIRQ and VFIQ
` [Qemu-devel] [PATCH 4/9] hw/arm/highbank: "
` [Qemu-devel] [PATCH 5/9] hw/arm/fsl-imx6ul: "
` [Qemu-devel] [PATCH 6/9] "
` [Qemu-devel] [PATCH 7/9] hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up
` [Qemu-devel] [PATCH 8/9] hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3
` [Qemu-devel] [PATCH 9/9] hw/arm/vexpress: Add "virtualization" property controlling presence of EL2
[Qemu-devel] [PATCH] qga: Support Unicode paths in guest-file-open on win32
2018-08-21 13:10 UTC (2+ messages)
[Qemu-devel] [PULL v2 00/46] MIPS queue August 21, 2018 v2
2018-08-21 13:07 UTC (47+ messages)
` [Qemu-devel] [PULL v2 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v2 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v2 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v2 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v2 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v2 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v2 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v2 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v2 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v2 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v2 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v2 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v2 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v2 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v2 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v2 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v2 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v2 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v2 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v2 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v2 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v2 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v2 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v2 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v2 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v2 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v2 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v2 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v2 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v2 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v2 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v2 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v2 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v2 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v2 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v2 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v2 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v2 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v2 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v2 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v2 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v2 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v2 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v2 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v2 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v2 46/46] target/mips: Add definition of nanoMIPS I7200 CPU
[Qemu-devel] [PATCH rebased] tests: virtio: separate ccw tests from libqos
2018-08-21 13:02 UTC (2+ messages)
` [Qemu-devel] [PATCH] "
[Qemu-devel] [PATCH] qapi/migration.json: fix the description for "query-migrate" output
2018-08-21 12:39 UTC
[Qemu-devel] [PATCH v2 0/8] Make the pm_smbus code more correct
2018-08-21 12:41 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 05/10] i2c:pm_smbus: Fix state transfer
[Qemu-devel] [PATCH v4 6/7] qmp: add pmemload command
2018-08-21 12:38 UTC (2+ messages)
` [Qemu-devel] [PATCH v5 5/6] "
[Qemu-devel] [PULL 00/46] MIPS queue August 21, 2018
2018-08-21 12:35 UTC (2+ messages)
` [Qemu-devel] [PULL 36/46] disas: Add support for nanoMIPS platform
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).