index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
gluster: default scheme to gluster:// and host to localhost.
Paolo Bonzini
2014-02-21
1
-2
/
+2
|
*
|
iscsi: correctly propagate errors in iscsi_open
Paolo Bonzini
2014-02-21
1
-50
/
+53
|
*
|
iscsi: fix indentation
Paolo Bonzini
2014-02-21
1
-22
/
+23
|
*
|
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
2014-02-21
3
-54
/
+52
|
*
|
nbd: inline tcp_socket_incoming_spec into sole caller
Paolo Bonzini
2014-02-21
2
-7
/
+2
|
*
|
nbd: correctly propagate errors
Paolo Bonzini
2014-02-21
4
-35
/
+18
|
*
|
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
2014-02-21
2
-7
/
+8
|
*
|
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
2014-02-21
4
-27
/
+8
|
*
|
block: Reuse success path from bdrv_open()
Max Reitz
2014-02-21
1
-34
/
+29
|
*
|
block: Handle bs->options in bdrv_open() only
Max Reitz
2014-02-21
1
-23
/
+15
|
*
|
block: Remove bdrv_new() from bdrv_file_open()
Max Reitz
2014-02-21
1
-11
/
+13
|
*
|
block: Reuse reference handling from bdrv_open()
Max Reitz
2014-02-21
1
-25
/
+7
|
*
|
block: Make bdrv_file_open() static
Max Reitz
2014-02-21
10
-24
/
+48
|
*
|
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
10
-27
/
+61
|
*
|
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
12
-57
/
+73
|
*
|
block: Fix bdrv_is_first_non_filter()
Kevin Wolf
2014-02-21
1
-5
/
+1
|
*
|
qcow2: Set zero flag for discarded clusters
Kevin Wolf
2014-02-21
2
-6
/
+34
*
|
|
Merge remote-tracking branch 'remotes/sstabellini/xen-140220' into staging
Peter Maydell
2014-02-24
4
-4
/
+16
|
\
\
\
|
*
|
|
xen_disk: fix io accounting
Olaf Hering
2014-02-20
1
-1
/
+12
|
*
|
|
Call pci_piix3_xen_ide_unplug from unplug_disks
Stefano Stabellini
2014-02-20
3
-3
/
+4
*
|
|
|
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
2014-02-24
21
-127
/
+541
|
\
\
\
\
|
*
|
|
|
build: softmmu targets do not have a "main.o" file
Paolo Bonzini
2014-02-20
1
-2
/
+0
|
*
|
|
|
configure: Disable libtool if -fPIE does not work with it (bug #1257099)
Don Slutz
2014-02-20
1
-1
/
+62
|
*
|
|
|
block: convert block drivers linked with libs to modules
Fam Zheng
2014-02-20
1
-5
/
+5
|
*
|
|
|
Makefile: introduce common-obj-m and block-obj-m for DSO
Fam Zheng
2014-02-20
3
-2
/
+10
|
*
|
|
|
Makefile: install modules with "make install"
Fam Zheng
2014-02-20
1
-0
/
+6
|
*
|
|
|
module: implement module loading
Fam Zheng
2014-02-20
7
-12
/
+217
|
*
|
|
|
rules.mak: introduce DSO rules
Fam Zheng
2014-02-20
4
-10
/
+64
|
*
|
|
|
darwin: do not use -mdynamic-no-pic
Paolo Bonzini
2014-02-20
1
-2
/
+0
|
*
|
|
|
block: use per-object cflags and libs
Fam Zheng
2014-02-20
2
-16
/
+22
|
*
|
|
|
rules.mak: allow per object cflags and libs
Fam Zheng
2014-02-20
1
-3
/
+16
|
*
|
|
|
rules.mak: fix $(obj) to a real relative path
Fam Zheng
2014-02-20
5
-25
/
+38
|
*
|
|
|
util: Split out exec_dir from os_find_datadir
Fam Zheng
2014-02-20
10
-56
/
+108
*
|
|
|
|
configure: check that C++ compiler actually works
Peter Maydell
2014-02-24
1
-0
/
+29
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'...
Peter Maydell
2014-02-21
17
-574
/
+1794
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
linux-user: AArch64: Fix exclusive store of the zero register
Janne Grunau
2014-02-20
1
-2
/
+4
|
*
|
|
target-arm: A64: Implement unprivileged load/store
Peter Maydell
2014-02-20
1
-32
/
+37
|
*
|
|
target-arm: A64: Implement narrowing three-reg-diff operations
Peter Maydell
2014-02-20
1
-1
/
+59
|
*
|
|
target-arm: A64: Implement the wide 3-reg-different operations
Peter Maydell
2014-02-20
1
-1
/
+40
|
*
|
|
target-arm: A64: Add most remaining three-reg-diff widening ops
Peter Maydell
2014-02-20
1
-21
/
+88
|
*
|
|
target-arm: A64: Add opcode comments to disas_simd_three_reg_diff
Peter Maydell
2014-02-20
1
-11
/
+11
|
*
|
|
target-arm: A64: Implement store-exclusive for system mode
Peter Maydell
2014-02-20
1
-6
/
+62
|
*
|
|
target-arm: Fix incorrect type for value argument to write_raw_cp_reg
Peter Maydell
2014-02-20
1
-1
/
+1
|
*
|
|
target-arm: Remove failure status return from read/write_raw_cp_reg
Peter Maydell
2014-02-20
1
-24
/
+12
|
*
|
|
target-arm: Remove unnecessary code now read/write fns can't fail
Peter Maydell
2014-02-20
2
-6
/
+0
|
*
|
|
target-arm: Drop success/fail return from cpreg read and write functions
Peter Maydell
2014-02-20
6
-238
/
+154
|
*
|
|
target-arm: Convert miscellaneous reginfo structs to accessfn
Peter Maydell
2014-02-20
1
-25
/
+19
|
*
|
|
target-arm: Convert generic timer reginfo to accessfn
Peter Maydell
2014-02-20
1
-56
/
+66
|
*
|
|
target-arm: Convert performance monitor reginfo to accessfn
Peter Maydell
2014-02-20
1
-42
/
+28
|
*
|
|
target-arm: Split cpreg access checks out from read/write functions
Peter Maydell
2014-02-20
5
-4
/
+66
[prev]
[next]