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
2013-02-21
aio: support G_IO_HUP and G_IO_ERR
Stefan Hajnoczi
1
-10
/
+2
2013-02-21
aio: convert aio_poll() to g_poll(3)
Stefan Hajnoczi
3
-43
/
+29
2013-02-21
aio: extract aio_dispatch() from aio_poll()
Stefan Hajnoczi
1
-22
/
+35
2013-02-21
main-loop: drop rfds/wfds/xfds for good
Stefan Hajnoczi
1
-75
/
+2
2013-02-21
iohandler: switch to GPollFD
Stefan Hajnoczi
3
-14
/
+34
2013-02-21
slirp: switch to GPollFD
Stefan Hajnoczi
7
-74
/
+87
2013-02-21
slirp: slirp/slirp.c coding style cleanup
Stefan Hajnoczi
1
-297
/
+311
2013-02-21
main-loop: switch POSIX glib integration to GPollFD
Stefan Hajnoczi
1
-49
/
+22
2013-02-21
main-loop: switch to g_poll() on POSIX hosts
Stefan Hajnoczi
1
-8
/
+129
2013-02-21
main-loop: fix select_ret uninitialized variable warning
Stefan Hajnoczi
1
-1
/
+2
2013-02-21
check-qjson: More thorough testing of UTF-8 in strings
Markus Armbruster
1
-0
/
+664
2013-02-21
Merge remote-tracking branch 'kraxel/usb.78' into staging
Anthony Liguori
44
-291
/
+742
2013-02-21
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
5
-3
/
+14
2013-02-21
.gitignore: Ignore optionrom/*.asm
Cole Robinson
1
-0
/
+3
2013-02-21
ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c
Alin Tomescu
1
-1
/
+1
2013-02-21
Add some missing qtest binaries to .gitignore
David Gibson
1
-0
/
+7
2013-02-21
xilinx_axienet.c: Assert no error when making link
Peter Crosthwaite
1
-1
/
+3
2013-02-21
Remove forward declaration of non-existant variable
Hervé Poussineau
1
-1
/
+0
2013-02-19
target-i386: Use movcond to implement shiftd.
Richard Henderson
1
-141
/
+106
2013-02-19
target-i386: Discard CC_OP computation in set_cc_op also
Richard Henderson
1
-3
/
+11
2013-02-19
target-i386: Use movcond to implement rotate flags.
Richard Henderson
1
-116
/
+121
2013-02-19
target-i386: Use movcond to implement shift flags.
Richard Henderson
1
-52
/
+42
2013-02-19
target-i386: Add CC_OP_CLR
Richard Henderson
4
-3
/
+21
2013-02-19
target-i386: Implement tzcnt and fix lzcnt
Richard Henderson
3
-48
/
+54
2013-02-19
target-i386: Use clz/ctz for bsf/bsr helpers
Richard Henderson
2
-37
/
+14
2013-02-19
target-i386: Implement ADX extension
Richard Henderson
5
-5
/
+146
2013-02-19
uas-uas: usb3 streams
Gerd Hoffmann
1
-42
/
+205
2013-02-19
usb-xhci: usb3 streams
Gerd Hoffmann
2
-48
/
+226
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
14
-31
/
+37
2013-02-19
usb: fix endpoint descriptor ordering
Gerd Hoffmann
1
-4
/
+5
2013-02-19
usb-redir: simplify packet copy
Gerd Hoffmann
1
-14
/
+4
2013-02-19
usb: make usb_packet_copy operate on combined packets
Gerd Hoffmann
2
-5
/
+15
2013-02-19
usb: add usb_ep_set_halted
Gerd Hoffmann
2
-0
/
+7
2013-02-19
usb-host: remove usb_host_device_close
Gerd Hoffmann
5
-38
/
+3
2013-02-19
usb-host: move legacy cmd line bits
Gerd Hoffmann
5
-102
/
+191
2013-02-19
usb-storage: use scsi_req_enqueue return value
Gerd Hoffmann
1
-2
/
+3
2013-02-19
allow disabling usb smartcard support
Gerd Hoffmann
2
-1
/
+2
2013-02-19
make usb devices configurable
Gerd Hoffmann
17
-8
/
+35
2013-02-19
fix scripts/make_device_config.sh
Gerd Hoffmann
1
-1
/
+1
2013-02-19
usb: Makefile cleanup
Gerd Hoffmann
1
-7
/
+20
2013-02-18
target-i386: Implement RORX
Richard Henderson
1
-0
/
+32
2013-02-18
target-i386: Implement SHLX, SARX, SHRX
Richard Henderson
1
-0
/
+31
2013-02-18
target-i386: Implement PDEP, PEXT
Richard Henderson
3
-0
/
+71
2013-02-18
target-i386: Implement MULX
Richard Henderson
3
-0
/
+47
2013-02-18
target-i386: Implement BZHI
Richard Henderson
1
-0
/
+27
2013-02-18
target-i386: Implement BLSR, BLSMSK, BLSI
Richard Henderson
5
-1
/
+95
2013-02-18
target-i386: Implement BEXTR
Richard Henderson
1
-0
/
+40
2013-02-18
target-i386: Implement ANDN
Richard Henderson
2
-7
/
+22
2013-02-18
target-i386: Implement MOVBE
Richard Henderson
2
-28
/
+110
2013-02-18
target-i386: Decode the VEX prefixes
Richard Henderson
1
-4
/
+64
[prev]
[next]