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
2015-07-27
tcg: correctly mark dead inputs for mov with a constant
Aurelien Jarno
1
-0
/
+3
2015-07-27
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
19
-143
/
+210
2015-07-27
axienet: Flush queued packets when rx is done
Fam Zheng
1
-4
/
+13
2015-07-27
dp8393x: Flush packets when link comes up
Fam Zheng
1
-0
/
+8
2015-07-27
stellaris_enet: Flush queued packets when read done
Fam Zheng
1
-9
/
+5
2015-07-27
mipsnet: Flush queued packets when receiving is enabled
Fam Zheng
1
-2
/
+7
2015-07-27
milkymist-minimac2: Flush queued packets when link comes up
Fam Zheng
2
-18
/
+16
2015-07-27
mcf_fec: Drop mcf_fec_can_receive
Fam Zheng
1
-8
/
+1
2015-07-27
etsec: Flush queue when rx buffer is consumed
Fam Zheng
3
-1
/
+15
2015-07-27
etsec: Move etsec_can_receive into etsec_receive
Fam Zheng
3
-17
/
+10
2015-07-27
usbnet: Drop usbnet_can_receive
Fam Zheng
1
-16
/
+4
2015-07-27
eepro100: Drop nic_can_receive
Fam Zheng
1
-11
/
+0
2015-07-27
pcnet: Drop pcnet_can_receive
Fam Zheng
4
-12
/
+0
2015-07-27
xgmac: Drop packets with eth_can_rx is false.
Fam Zheng
1
-4
/
+4
2015-07-27
hw/net: fix mcf_fec driver receiver
Greg Ungerer
1
-1
/
+3
2015-07-27
hw/net: add simple phy support to mcf_fec driver
Greg Ungerer
2
-2
/
+53
2015-07-27
hw/net: add ANLPAR bit definitions to generic mii
Greg Ungerer
1
-0
/
+7
2015-07-27
hw/net: create common collection of MII definitions
Greg Ungerer
2
-39
/
+65
2015-07-27
Merge remote-tracking branch 'remotes/jnsnow/tags/cve-2015-5154-pull-request'...
Peter Maydell
2
-4
/
+29
2015-07-27
crypto: extend unit tests to cover decryption too
Daniel P. Berrange
1
-8
/
+20
2015-07-27
crypto: fix built-in AES decrypt function
Daniel P. Berrange
1
-4
/
+4
2015-07-27
virtio: set any_layout in virtio core
Michael S. Tsirkin
5
-6
/
+25
2015-07-27
virtio-9p: fix any_layout
Michael S. Tsirkin
1
-6
/
+17
2015-07-27
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
1
-1
/
+2
2015-07-27
virtio: hide legacy features from modern guests
Michael S. Tsirkin
2
-1
/
+6
2015-07-26
ide: Clear DRQ after handling all expected accesses
Kevin Wolf
1
-4
/
+12
2015-07-26
ide/atapi: Fix START STOP UNIT command completion
Kevin Wolf
1
-0
/
+1
2015-07-26
ide: Check array bounds before writing to io_buffer (CVE-2015-5154)
Kevin Wolf
1
-0
/
+16
2015-07-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
23
-70
/
+216
2015-07-24
target-i386/FPU: a misprint in helper_fistll_ST0
Dmitry Poletaev
1
-1
/
+1
2015-07-24
qemu-doc: fix typos
Gonglei
3
-3
/
+3
2015-07-24
framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer
Paolo Bonzini
6
-51
/
+137
2015-07-24
memory: count number of active VGA logging clients
Paolo Bonzini
2
-0
/
+8
2015-07-24
vl: Fix compiler warning for builds without VNC
Stefan Weil
1
-1
/
+1
2015-07-24
scsi: Handle no media case for scsi_get_configuration
Matthew Rosato
1
-1
/
+15
2015-07-24
rcu: actually register threads that have RCU read-side critical sections
Paolo Bonzini
5
-0
/
+21
2015-07-24
scsi: fix buffer overflow in scsi_req_parse_cdb (CVE-2015-5158)
Paolo Bonzini
1
-1
/
+6
2015-07-24
vnc: fix memory leak
Gonglei
1
-1
/
+4
2015-07-24
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150723' into staging
Peter Maydell
3
-70
/
+109
2015-07-24
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20150723.0' in...
Peter Maydell
1
-8
/
+5
2015-07-23
tcg/optimize: fix tcg_opt_gen_movi
Aurelien Jarno
1
-1
/
+1
2015-07-23
tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation
Richard Henderson
1
-6
/
+6
2015-07-23
tcg/aarch64: use 32-bit offset for 32-bit user-mode emulation
Paolo Bonzini
1
-10
/
+16
2015-07-23
tcg/aarch64: add ext argument to tcg_out_insn_3310
Paolo Bonzini
1
-19
/
+22
2015-07-23
tcg/i386: Extend addresses for 32-bit guests
Richard Henderson
1
-42
/
+72
2015-07-23
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
1
-4
/
+4
2015-07-23
qemu-char: Fix missed data on unix socket
Nils Carlson
1
-8
/
+5
2015-07-23
qemu-char: handle EINTR for TCP character devices
Paolo Bonzini
1
-2
/
+11
2015-07-23
exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...
Peter Maydell
1
-1
/
+4
2015-07-22
vfio/pci: Fix bootindex
Alex Williamson
1
-1
/
+0
[prev]
[next]