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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2012-08-04
configure: Don't run Xen compile checks in subshells
Peter Maydell
1
-15
/
+15
2012-08-04
Fixes related to processing of qemu's -numa option
Chegu Vinod
4
-25
/
+27
2012-08-04
build: Fix build breakage detected by buildbot
Dunrong Huang
2
-4
/
+7
2012-08-03
fips: fix build on !Linux
Anthony Liguori
2
-3
/
+5
2012-08-03
slirp: Handle whole 127.0.0.0/8 network as local addresses.
Anders Waldenborg
3
-2
/
+9
2012-08-03
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
8
-40
/
+161
2012-08-03
scsi: add support for ATA_PASSTHROUGH_xx scsi command
Cong Meng
2
-5
/
+87
2012-08-03
vnc: disable VNC password authentication (security type 2) when in FIPS mode
Paul Moore
6
-3
/
+63
2012-08-03
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
6
-13
/
+48
2012-08-03
Merge remote-tracking branch 'afaerber-or/qom-cpu-4' into staging
Anthony Liguori
6
-35
/
+46
2012-08-03
Merge remote-tracking branch 'sstabellini/xen-fixes-20120801' into staging
Anthony Liguori
1
-1
/
+0
2012-08-03
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
66
-827
/
+974
2012-08-03
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-16
/
+12
2012-08-03
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
1
-5
/
+10
2012-08-03
exec.c: Remove out of date comment
Peter Maydell
1
-8
/
+0
2012-08-03
exec.c: Use subpages for large unaligned mappings
Tyler Hall
1
-4
/
+9
2012-08-03
exec.c: Fix off-by-one error in register_subpage
Tyler Hall
1
-1
/
+1
2012-08-03
socket: clean up redundant assignment
Amos Kong
1
-1
/
+0
2012-08-03
hmp: show the backing file depth
Benoît Canet
1
-0
/
+2
2012-08-03
block: Use bdrv_get_backing_file_depth()
Benoît Canet
3
-3
/
+11
2012-08-03
block: create bdrv_get_backing_file_depth()
Benoît Canet
2
-0
/
+14
2012-08-03
qom: Clean libuser object and dependency files
Jan Kiszka
1
-1
/
+1
2012-08-03
usb: Clean common object and dependency files
Jan Kiszka
1
-1
/
+1
2012-08-03
esp: add missing const on TypeInfo structures
Hervé Poussineau
1
-2
/
+2
2012-08-03
esp: enable for all PCI machines
Paolo Bonzini
2
-1
/
+1
2012-08-03
Revert "megasas: disable due to build breakage"
Paolo Bonzini
1
-0
/
+1
2012-08-03
megasas: static SAS addresses
Hannes Reinecke
2
-17
/
+49
2012-08-03
scsi-disk: fix compilation with DEBUG_SCSI
Paolo Bonzini
1
-11
/
+12
2012-08-03
megasas: Update function megasys_scsi_uninit
Stefan Weil
1
-2
/
+1
2012-08-03
SCSI: STARTSTOPUNIT only eject/load media if powercondition is 0
Ronnie Sahlberg
1
-0
/
+6
2012-08-03
SCSI: Update the sense code for PREVENT REMOVAL errors
Ronnie Sahlberg
1
-2
/
+2
2012-08-02
Support 'help' as a synonym for '?' in command line options
Peter Maydell
17
-23
/
+70
2012-08-02
cpu: Move thread_kicked to CPUState
Andreas Färber
3
-6
/
+10
2012-08-02
cpu: Move thread field into CPUState
Andreas Färber
3
-18
/
+24
2012-08-02
cpu: Move CPU_COMMON_THREAD into CPUState
Andreas Färber
3
-12
/
+12
2012-08-02
qemu-thread: Let qemu_thread_is_self() return bool
Andreas Färber
3
-3
/
+4
2012-08-01
qapi: qapi.py: allow the "'" character to be escaped
Luiz Capitulino
1
-10
/
+21
2012-08-01
Replace 'struct siginfo' with 'siginfo_t'.
Richard W.M. Jones
2
-5
/
+5
2012-08-01
target-i386: move cpu_reset and reset callback to cpu.c
Igor Mammedov
2
-8
/
+15
2012-08-01
target-i386: move cpu halted decision into x86_cpu_reset
Igor Mammedov
6
-15
/
+36
2012-08-01
fix Xen compilation
Stefano Stabellini
1
-3
/
+1
2012-08-01
fix Xen compilation
Stefano Stabellini
1
-3
/
+1
2012-08-01
configure: Fix xen probe with Xen 4.2 and later
Anthony PERARD
1
-1
/
+0
2012-08-01
net: add the support for -netdev socket, listen
Zhi Yong Wu
1
-29
/
+47
2012-08-01
net: fix the coding style
Zhi Yong Wu
1
-1
/
+3
2012-08-01
hub: add the support for hub own flow control
Zhi Yong Wu
1
-3
/
+24
2012-08-01
net: determine if packets can be sent before net queue deliver packets
Zhi Yong Wu
4
-17
/
+5
2012-08-01
net: cleanup deliver/deliver_iov func pointers
Zhi Yong Wu
4
-48
/
+28
2012-08-01
net: Make "info network" output more readable info
Zhi Yong Wu
3
-7
/
+15
2012-08-01
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
11
-20
/
+20
[prev]
[next]