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
2017-07-18
commit: Add NULL check for overlay_bs
Kevin Wolf
1
-1
/
+3
2017-07-18
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-4
/
+10
2017-07-18
Merge remote-tracking branch 'remotes/aurel/tags/pull-target-mips-20170717' i...
Peter Maydell
2
-6
/
+14
2017-07-18
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...
Peter Maydell
24
-24
/
+1673
2017-07-18
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
11
-48
/
+265
2017-07-17
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
24
-74
/
+137
2017-07-17
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' ...
Peter Maydell
1
-0
/
+5
2017-07-17
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20170717-pull-request' ...
Peter Maydell
1
-1
/
+3
2017-07-17
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170717-pull-request' i...
Peter Maydell
4
-33
/
+77
2017-07-17
block: fix shadowed variable in bdrv_co_pdiscard
Denis V. Lunev
1
-1
/
+0
2017-07-17
util/aio-win32: Only select on what we are actually waiting for
Alistair Francis
1
-3
/
+10
2017-07-17
target/mips: optimize WSBH, DSBH and DSHD
Aurelien Jarno
1
-6
/
+12
2017-07-17
mips: set CP0 Debug DExcCode for SDBBP instruction
Pavel Dovgalyuk
1
-0
/
+2
2017-07-17
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170717-pull-request...
Peter Maydell
4
-19
/
+26
2017-07-17
Merge remote-tracking branch 'remotes/kraxel/tags/ipxe-pull-request' into sta...
Peter Maydell
9
-0
/
+0
2017-07-17
PPC: E500: Update u-boot to v2017.07
Alexander Graf
2
-0
/
+0
2017-07-17
MAINTAINERS: Add entries for MPS2 board
Peter Maydell
1
-1
/
+13
2017-07-17
hw/arm/mps2: Add ethernet
Peter Maydell
1
-1
/
+9
2017-07-17
hw/arm/mps2: Add SCC
Peter Maydell
1
-1
/
+16
2017-07-17
hw/misc/mps2_scc: Implement MPS2 Serial Communication Controller
Peter Maydell
5
-0
/
+364
2017-07-17
hw/arm/mps2: Add timers
Peter Maydell
1
-0
/
+4
2017-07-17
hw/char/cmsdk-apb-timer: Implement CMSDK APB timer device
Peter Maydell
5
-0
/
+319
2017-07-17
hw/arm/mps2: Add UARTs
Peter Maydell
2
-1
/
+89
2017-07-17
hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UART
Peter Maydell
5
-0
/
+493
2017-07-17
hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board models
Peter Maydell
3
-0
/
+272
2017-07-17
target/arm: use DISAS_EXIT for eret handling
Alex Bennée
2
-3
/
+6
2017-07-17
target/arm: use gen_goto_tb for ISB handling
Alex Bennée
2
-3
/
+3
2017-07-17
target/arm/translate: ensure gen_goto_tb sets exit flags
Alex Bennée
1
-1
/
+5
2017-07-17
target/arm/translate.h: expand comment on DISAS_EXIT
Alex Bennée
1
-1
/
+4
2017-07-17
target/arm/translate: make DISAS_UPDATE match declared semantics
Alex Bennée
2
-10
/
+10
2017-07-17
include/exec/exec-all: document common exit conditions
Alex Bennée
1
-3
/
+26
2017-07-17
target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions
Peter Maydell
1
-1
/
+11
2017-07-17
qdev: support properties which don't set a default value
Peter Maydell
3
-1
/
+31
2017-07-17
qdev-properties.h: Explicitly set the default value for arraylen properties
Peter Maydell
1
-0
/
+1
2017-07-17
virtio-net: fix offload ctrl endian
Jason Wang
1
-0
/
+2
2017-07-17
virtion-net: Prefer is_power_of_2()
Michal Privoznik
1
-1
/
+1
2017-07-17
docs/colo-proxy.txt: Update colo-proxy usage of net driver with vnet_header
Zhang Chen
1
-0
/
+26
2017-07-17
net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_len
Zhang Chen
2
-3
/
+38
2017-07-17
net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare
Zhang Chen
1
-2
/
+6
2017-07-17
net/colo.c: Add vnet packet parse feature in colo-proxy
Zhang Chen
1
-3
/
+3
2017-07-17
net/colo-compare.c: Make colo-compare support vnet_hdr_len
Zhang Chen
2
-9
/
+55
2017-07-17
net/colo-compare.c: Introduce parameter for compare_chr_send()
Zhang Chen
1
-7
/
+7
2017-07-17
net/colo.c: Make vnet_hdr_len as packet property
Zhang Chen
4
-5
/
+12
2017-07-17
net/filter-mirror.c: Add new option to enable vnet support for filter-redirector
Zhang Chen
2
-3
/
+26
2017-07-17
net/filter-mirror.c: Make filter mirror support vnet support.
Zhang Chen
2
-4
/
+43
2017-07-17
trace: update old trace events in docs
Stefan Hajnoczi
1
-2
/
+1
2017-07-17
trace: [trivial] Statically enable all guest events
Lluís Vilanova
1
-3
/
+3
2017-07-17
trace: [tcg, trivial] Re-align generated code
Lluís Vilanova
6
-28
/
+29
2017-07-17
trace: [tcg] Do not generate TCG code to trace dynamically-disabled events
Lluís Vilanova
4
-14
/
+41
2017-07-17
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
9
-10
/
+33
[next]