index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
vvfat: correctly generate numeric-tail of short file names
Hervé Poussineau
2017-07-10
1
-34
/
+31
|
*
vvfat: correctly create base short names for non-ASCII filenames
Hervé Poussineau
2017-07-10
1
-28
/
+76
|
*
vvfat: correctly create long names for non-ASCII filenames
Hervé Poussineau
2017-07-10
1
-20
/
+18
|
*
vvfat: always create . and .. entries at first and in that order
Hervé Poussineau
2017-07-10
1
-2
/
+11
|
*
vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors
Hervé Poussineau
2017-07-10
1
-7
/
+14
|
*
vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir
Hervé Poussineau
2017-07-10
1
-27
/
+43
|
*
vvfat: rename useless enumeration values
Hervé Poussineau
2017-07-10
1
-5
/
+8
|
*
vvfat: fix typos
Hervé Poussineau
2017-07-10
1
-4
/
+4
|
*
vvfat: replace tabs by 8 spaces
Hervé Poussineau
2017-07-10
1
-1027
/
+1027
|
*
vvfat: fix qemu-img map and qemu-img convert
Hervé Poussineau
2017-07-10
1
-2
/
+1
|
*
blkdebug: Support .bdrv_co_get_block_status
Eric Blake
2017-07-10
2
-1
/
+15
|
*
block: Simplify use of BDRV_BLOCK_RAW
Eric Blake
2017-07-10
5
-7
/
+7
|
*
block: Guarantee that *file is set on bdrv_get_block_status()
Eric Blake
2017-07-10
3
-2
/
+8
|
*
qemu-io: Don't die on second open
Eric Blake
2017-07-10
4
-5
/
+14
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170709' into staging
Peter Maydell
2017-07-10
4
-21
/
+70
|
\
\
|
|
/
|
/
|
|
*
tcg/mips: Bugfix for crash when running program with qemu-i386.
Jiang Biao
2017-07-10
1
-4
/
+4
|
*
util/cacheinfo: Fix warning generated by clang
Pranith Kumar
2017-07-10
1
-1
/
+1
|
*
tcg/aarch64: Enable indirect jump path using LDR (literal)
Pranith Kumar
2017-07-10
1
-14
/
+28
|
*
tcg/aarch64: Use ADRP+ADD to compute target address
Pranith Kumar
2017-07-10
2
-7
/
+31
|
*
tcg/aarch64: Introduce and use long branch to register
Pranith Kumar
2017-07-10
1
-2
/
+13
*
|
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...
Peter Maydell
2017-07-10
5
-69
/
+30
|
\
\
|
|
/
|
/
|
|
*
xen/pt: Fixup addr validation in xen_pt_pci_config_access_check
Anoob Soman
2017-07-07
1
-1
/
+1
|
*
xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
Ross Lagerwall
2017-07-07
1
-0
/
+11
|
*
xenfb: remove xen_init_display "temporary" hack
Stefano Stabellini
2017-07-07
3
-68
/
+18
|
/
*
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...
Peter Maydell
2017-07-06
13
-253
/
+456
|
\
|
*
hw/s390x/ipl: Fix endianness problem with netboot_start_addr
Thomas Huth
2017-07-05
1
-1
/
+1
|
*
virtio-scsi-ccw: use ioeventfd even when KVM is disabled
QingFeng Hao
2017-07-05
2
-2
/
+6
|
*
s390x: return unavailable features via query-cpu-definitions
Viktor Mihajlovski
2017-07-05
1
-5
/
+57
|
*
s390x/MAINTAINERS: Update my email address
Cornelia Huck
2017-07-05
1
-4
/
+4
|
*
s390x: fix realize inheritance for kvm-flic
Halil Pasic
2017-07-05
2
-2
/
+19
|
*
s390x: fix error propagation in kvm-flic's realize
Halil Pasic
2017-07-05
1
-2
/
+10
|
*
s390x/3270: fix instruction interception handler
Dong Jia Shi
2017-07-05
1
-0
/
+1
|
*
s390x: vmstatify config migration for virtio-ccw
Halil Pasic
2017-07-05
7
-237
/
+358
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-07-06
60
-779
/
+1009
|
\
\
|
|
/
|
/
|
|
*
target/i386: add the CONFIG_TCG into Makefiles
Yang Zhong
2017-07-05
1
-5
/
+5
|
*
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
2017-07-05
4
-8
/
+16
|
*
target/i386: move TLB refill function out of helper.c
Paolo Bonzini
2017-07-05
2
-343
/
+344
|
*
target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
Yang Zhong
2017-07-05
3
-13
/
+24
|
*
target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Yang Zhong
2017-07-05
3
-20
/
+18
|
*
target/i386: move cpu_sync_bndcs_hflags() function
Yang Zhong
2017-07-05
2
-30
/
+30
|
*
tcg: add the CONFIG_TCG into Makefiles
Yang Zhong
2017-07-05
2
-3
/
+3
|
*
tcg: add CONFIG_TCG guards in headers
Yang Zhong
2017-07-05
2
-1
/
+6
|
*
exec: elide calls to tb_lock and tb_unlock
Paolo Bonzini
2017-07-04
1
-0
/
+3
|
*
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
2017-07-04
3
-5
/
+4
|
*
tcg: add the tcg-stub.c file into accel/stubs/
Yang Zhong
2017-07-04
2
-0
/
+23
|
*
vapic: use tcg_enabled
Paolo Bonzini
2017-07-04
1
-2
/
+3
|
*
monitor: disable "info jit" and "info opcount" if !TCG
Paolo Bonzini
2017-07-04
3
-0
/
+11
|
*
tcg: make tcg_allowed global
Yang Zhong
2017-07-04
4
-7
/
+9
|
*
cpu: move interrupt handling out of translate-common.c
Paolo Bonzini
2017-07-04
5
-65
/
+46
|
*
tcg: move page_size_init() function
Yang Zhong
2017-07-04
3
-21
/
+20
[prev]
[next]