index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
8
-13
/
+296
2016-02-16
nbd: use "" as a default export name if none provided
Daniel P. Berrange
2
-2
/
+3
2016-02-16
nbd: always query export list in fixed new style protocol
Daniel P. Berrange
4
-5
/
+196
2016-02-16
nbd: allow setting of an export name for qemu-nbd server
Daniel P. Berrange
2
-2
/
+15
2016-02-16
nbd: make client request fixed new style if advertised
Daniel P. Berrange
1
-10
/
+17
2016-02-16
nbd: make server compliant with fixed newstyle spec
Daniel P. Berrange
1
-23
/
+46
2016-02-16
nbd: invert client logic for negotiating protocol version
Daniel P. Berrange
1
-31
/
+29
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
8
-151
/
+180
2016-02-16
nbd: convert blockdev NBD server to use I/O channels for connection setup
Daniel P. Berrange
1
-15
/
+34
2016-02-16
nbd: convert qemu-nbd server to use I/O channels for connection setup
Daniel P. Berrange
1
-38
/
+53
2016-02-16
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
7
-54
/
+79
2016-02-16
qemu-nbd: add support for --object command line arg
Daniel P. Berrange
2
-0
/
+40
2016-02-16
qom: add helpers for UserCreatable object types
Daniel P. Berrange
6
-175
/
+290
2016-02-16
ipmi: sensor number should not exceed MAX_SENSORS
Cédric Le Goater
1
-8
/
+8
2016-02-16
mptsas: fix wrong formula
Paolo Bonzini
1
-1
/
+1
2016-02-16
mptsas: fix memory leak
Paolo Bonzini
1
-0
/
+1
2016-02-16
mptsas: add missing va_end
Paolo Bonzini
1
-0
/
+1
2016-02-16
migration: fix incorrect memory_global_dirty_log_start outside BQL
Paolo Bonzini
1
-0
/
+4
2016-02-16
vl: fix migration from prelaunch state
Paolo Bonzini
1
-0
/
+2
2016-02-16
vl: change QEMU state machine for system reset
Denis V. Lunev
1
-2
/
+14
2016-02-16
build: Don't redefine 'inline'
Eric Blake
1
-12
/
+0
2016-02-16
char: fix handling of QIO_CHANNEL_ERR_BLOCK
Daniel P. Berrange
1
-3
/
+3
2016-02-16
Revert "qemu-char: Keep pty slave file descriptor open until the master is cl...
Paolo Bonzini
1
-3
/
+1
2016-02-15
checkpatch: Eliminate false positive in case of space before square bracket i...
Leonid Bloch
1
-0
/
+2
2016-02-15
checkpatch: Eliminate false positive in case of comma-space-square bracket
Leonid Bloch
1
-1
/
+3
2016-02-15
Merge remote-tracking branch 'remotes/rth/tags/pull-i386-20160215' into staging
Peter Maydell
14
-531
/
+1424
2016-02-15
target-i386: Implement FSGSBASE
Richard Henderson
4
-2
/
+50
2016-02-15
target-i386: Enable CR4/XCR0 features for user-mode
Richard Henderson
1
-2
/
+22
2016-02-15
target-i386: Clear bndregs during legacy near jumps
Richard Henderson
3
-0
/
+29
2016-02-15
target-i386: Implement BNDLDX, BNDSTX
Richard Henderson
3
-0
/
+158
2016-02-15
target-i386: Update BNDSTATUS for exceptions raised by BOUND
Richard Henderson
1
-0
/
+6
2016-02-15
target-i386: Implement BNDCL, BNDCU, BNDCN
Richard Henderson
3
-1
/
+53
2016-02-15
target-i386: Implement BNDMOV
Richard Henderson
1
-1
/
+72
2016-02-15
target-i386: Implement BNDMK
Richard Henderson
1
-1
/
+57
2016-02-13
target-i386: Split up gen_lea_modrm
Richard Henderson
1
-114
/
+85
2016-02-13
target-i386: Perform set/reset_inhibit_irq inline
Richard Henderson
3
-21
/
+28
2016-02-13
target-i386: Enable control registers for MPX
Richard Henderson
10
-26
/
+189
2016-02-13
target-i386: Implement XSAVEOPT
Richard Henderson
4
-11
/
+43
2016-02-13
target-i386: Add XSAVE extension
Richard Henderson
6
-24
/
+241
2016-02-13
target-i386: Rearrange processing of 0F AE
Richard Henderson
1
-52
/
+72
2016-02-13
target-i386: Rearrange processing of 0F 01
Richard Henderson
1
-223
/
+247
2016-02-13
target-i386: Split fxsave/fxrstor implementation
Richard Henderson
3
-82
/
+101
2016-02-12
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into s...
Peter Maydell
9
-375
/
+61
2016-02-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...
Peter Maydell
21
-154
/
+44
2016-02-11
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
5
-153
/
+214
2016-02-11
w32: include winsock2.h before windows.h
Paolo Bonzini
1
-1
/
+1
2016-02-11
Adds keycode 86 to the hid_usage_keys translation table.
Daniel Serpell
1
-1
/
+1
2016-02-11
s390x: remove s390-zipl.rom
Michael Tokarev
5
-7
/
+1
2016-02-11
Passthru CCID card: QOMify
Cao jin
1
-6
/
+8
2016-02-11
Emulated CCID card: QOMify
Cao jin
1
-10
/
+13
[next]