index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-30
milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report
Philippe Mathieu-Daudé
1
-5
/
+10
2018-10-30
ppc: move at24c to its own CONFIG_ symbol
Paolo Bonzini
2
-1
/
+2
2018-10-29
iotests: 169: add cases for source vm resuming
Vladimir Sementsov-Ogievskiy
2
-3
/
+61
2018-10-29
iotests: improve 169
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2018-10-29
dirty-bitmaps: clean-up bitmaps loading and migration logic
Vladimir Sementsov-Ogievskiy
6
-31
/
+109
2018-10-29
bitmap: Update count after a merge
Eric Blake
1
-0
/
+3
2018-10-29
nbd: forbid use of frozen bitmaps
John Snow
1
-2
/
+2
2018-10-29
block/backup: prohibit backup from using in use bitmaps
John Snow
1
-6
/
+6
2018-10-29
block/dirty-bitmaps: prohibit enable/disable on locked/frozen bitmaps
John Snow
1
-6
/
+20
2018-10-29
block/dirty-bitmaps: allow clear on disabled bitmaps
John Snow
2
-9
/
+0
2018-10-29
block/dirty-bitmaps: fix merge permissions
John Snow
1
-3
/
+3
2018-10-29
block/dirty-bitmaps: add user_locked status checker
John Snow
4
-29
/
+17
2018-10-29
bloc/qcow2: drop dirty_bitmaps_loaded state variable
Vladimir Sementsov-Ogievskiy
2
-18
/
+2
2018-10-29
block/qcow2: improve error message in qcow2_inactivate
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2018-10-29
iotests: 169: drop deprecated 'autoload' parameter
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2018-10-29
qapi: add transaction support for x-block-dirty-bitmap-merge
Vladimir Sementsov-Ogievskiy
2
-0
/
+37
2018-10-29
blockdev: rename block-dirty-bitmap-clear transaction handlers
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2018-10-29
dirty-bitmap: make it possible to restore bitmap after merge
Vladimir Sementsov-Ogievskiy
5
-17
/
+40
2018-10-29
dirty-bitmap: rename bdrv_undo_clear_dirty_bitmap
Vladimir Sementsov-Ogievskiy
3
-4
/
+4
2018-10-29
dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2
-12
/
+13
2018-10-29
blockdev-backup: add bitmap argument
John Snow
2
-2
/
+23
2018-10-29
linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations
Stefan Markovic
3
-4
/
+62
2018-10-29
linux-user: Determine the desired FPU mode from MIPS.abiflags
Stefan Markovic
1
-0
/
+75
2018-10-29
linux-user: Read and set FP ABI value from MIPS abiflags
Stefan Markovic
1
-0
/
+4
2018-10-29
linux-user: Extract MIPS abiflags from ELF file
Stefan Markovic
1
-0
/
+33
2018-10-29
linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields
Stefan Markovic
1
-0
/
+4
2018-10-29
elf: Define MIPS_ABI_FP_UNKNOWN macro
Stefan Markovic
1
-0
/
+2
2018-10-29
spice: prepare for upcoming spice-server change
Gerd Hoffmann
1
-4
/
+22
2018-10-29
SDL: set a hint to not bypass the window compositor
Sebastian Krzyszkowiak
1
-0
/
+3
2018-10-29
nvdimm: Add docs hint for Linux driver name
Kees Cook
1
-2
/
+3
2018-10-29
util: aio-posix: fix a typo
Li Qiang
1
-1
/
+1
2018-10-29
target/mips: Amend MXU ASE overview note
Aleksandar Markovic
1
-10
/
+74
2018-10-29
target/mips: Move MXU_EN check one level higher
Aleksandar Markovic
1
-271
/
+238
2018-10-29
target/mips: Add emulation of MXU instructions S32LDD and S32LDDR
Craig Janeczek
1
-7
/
+47
2018-10-29
target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSU
Craig Janeczek
1
-7
/
+94
2018-10-29
target/mips: Add emulation of MXU instruction D16MAC
Craig Janeczek
1
-3
/
+87
2018-10-29
target/mips: Add emulation of MXU instruction D16MUL
Craig Janeczek
1
-3
/
+63
2018-10-29
target/mips: Add emulation of MXU instruction S8LDD
Craig Janeczek
1
-3
/
+87
2018-10-29
target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switch
Aleksandar Markovic
1
-18
/
+23
2018-10-29
target/mips: Add emulation of MXU instructions S32I2M and S32M2I
Craig Janeczek
1
-6
/
+85
2018-10-29
target/mips: Add emulation of non-MXU MULL within MXU decoding engine
Craig Janeczek
1
-1
/
+18
2018-10-29
target/mips: Add bit encoding for MXU operand getting pattern 'optn3'
Craig Janeczek
1
-0
/
+10
2018-10-29
target/mips: Add bit encoding for MXU operand getting pattern 'optn2'
Craig Janeczek
1
-0
/
+6
2018-10-29
target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'
Aleksandar Markovic
1
-0
/
+6
2018-10-29
target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'
Craig Janeczek
1
-0
/
+6
2018-10-29
target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'
Aleksandar Markovic
1
-0
/
+6
2018-10-29
target/mips: Add MXU decoding engine
Aleksandar Markovic
1
-2
/
+1141
2018-10-29
target/mips: Add and integrate MXU decoding engine placeholder
Aleksandar Markovic
1
-0
/
+8
2018-10-29
target/mips: Amend MXU instruction opcodes
Aleksandar Markovic
1
-91
/
+69
2018-10-29
target/mips: Define a bit for MXU in insn_flags
Craig Janeczek
1
-0
/
+1
[next]