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-05-29
hw/arm/virt: Move common definitions to virt.h
Shannon Zhao
2
-20
/
+57
2015-05-29
hw/acpi/aml-build: Make enum values to be upper case to match coding style
Shannon Zhao
3
-69
/
+69
2015-05-29
target-arm: Add WFx instruction trap support
Greg Bellows
1
-1
/
+59
2015-05-29
target-arm: Don't halt on WFI unless we don't have any work
Peter Maydell
3
-0
/
+15
2015-05-29
target-arm: Move TB flags down to fill gap
Peter Maydell
1
-2
/
+2
2015-05-29
target-arm: Extend FP checks to use an EL
Greg Bellows
4
-37
/
+82
2015-05-29
target-arm: Make singlestate TB flags common between AArch32/64
Peter Maydell
2
-44
/
+29
2015-05-29
target-arm: Add AArch64 CPTR registers
Greg Bellows
2
-1
/
+44
2015-05-29
target-arm: Allow cp access functions to indicate traps to EL2 or EL3
Peter Maydell
2
-2
/
+19
2015-05-29
target-arm: Update interrupt handling to use target EL
Greg Bellows
4
-61
/
+50
2015-05-29
target-arm: Make raise_exception() take syndrome and target EL
Peter Maydell
1
-40
/
+28
2015-05-29
target-arm: Set exception target EL in tlb_fill
Peter Maydell
1
-0
/
+1
2015-05-29
target-arm: Move setting of exception info into tlb_fill
Peter Maydell
5
-44
/
+52
2015-05-29
target-arm: Set correct syndrome for faults on MSR DAIF*, imm
Peter Maydell
1
-0
/
+3
2015-05-29
target-arm: Extend helpers to route exceptions
Greg Bellows
1
-0
/
+21
2015-05-29
target-arm: Add exception target el infrastructure
Greg Bellows
6
-37
/
+83
2015-05-29
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150529-1' into ...
Peter Maydell
4
-1
/
+27
2015-05-29
spice: fix spice_chr_add_watch() pre-condition
Marc-André Lureau
1
-1
/
+1
2015-05-29
spice: don't update mm_time when spice-server is stopped.
Gerd Hoffmann
2
-0
/
+5
2015-05-29
spice-char: notify the server when chardev is writable
Marc-André Lureau
1
-0
/
+11
2015-05-29
virtio-console: notify chardev when writable
Marc-André Lureau
1
-0
/
+10
2015-05-28
Revert "gdbstub: Do not kill target in system emulation mode"
Fabien Chouteau
1
-2
/
+0
2015-05-28
Add GDB qAttached support
Jan Kiszka
1
-0
/
+10
2015-05-28
gdbstub: Introduce an is is_query_packet helper
Jan Kiszka
1
-2
/
+10
2015-05-28
gdbstub: Fix qOffsets packet detection
Jan Kiszka
1
-1
/
+1
2015-05-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150528' into staging
Peter Maydell
11
-43
/
+357
2015-05-28
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
19
-239
/
+331
2015-05-27
s390x: Enable vector processing capability
Eric Farman
1
-0
/
+1
2015-05-27
s390x: Migrate vector registers
Eric Farman
2
-0
/
+75
2015-05-27
s390x: Add vector registers to ELF dump
Eric Farman
1
-0
/
+39
2015-05-27
linux/elf.h update
Eric Farman
1
-0
/
+2
2015-05-27
s390x: Add vector registers to HMP output
Eric Farman
1
-0
/
+6
2015-05-27
s390x: gdb updates for vector registers
Eric Farman
2
-1
/
+47
2015-05-27
gdb-xml: Include XML for s390 vector registers
Eric Farman
1
-0
/
+59
2015-05-27
s390x: Store Additional Status SIGP order
Eric Farman
2
-0
/
+56
2015-05-27
s390x: Vector Register IOCTLs
Eric Farman
4
-35
/
+56
2015-05-27
s390x: Common access to floating point registers
Eric Farman
7
-10
/
+19
2015-05-27
net/net: Record usage status of mac address
Shannon Zhao
1
-4
/
+55
2015-05-27
tap: Improve -netdev/netdev_add/-net/... tap error reporting
Markus Armbruster
1
-23
/
+22
2015-05-27
tap: Finish conversion of tap_open() to Error
Markus Armbruster
1
-4
/
+0
2015-05-27
tap-solaris: Convert tap_open() to Error
Markus Armbruster
1
-29
/
+30
2015-05-27
tap-bsd: Convert tap_open() to Error
Markus Armbruster
1
-19
/
+14
2015-05-27
tap-linux: Convert tap_open() to Error
Markus Armbruster
1
-8
/
+9
2015-05-27
tap: Permit incremental conversion of tap_open() to Error
Markus Armbruster
7
-13
/
+22
2015-05-27
tap: Convert launch_script() to Error
Markus Armbruster
1
-12
/
+28
2015-05-27
tap: Convert net_init_tap_one() to Error
Markus Armbruster
1
-32
/
+38
2015-05-27
tap: Convert tap_set_sndbuf() to Error
Markus Armbruster
7
-14
/
+10
2015-05-27
tap: Improve -netdev/netdev_add/-net/... bridge error reporting
Markus Armbruster
1
-11
/
+19
2015-05-27
tap: net_tap_fd_init() can't fail, drop dead error handling
Markus Armbruster
1
-13
/
+1
2015-05-27
net/dump: Improve -net/host_net_add dump error reporting
Markus Armbruster
1
-6
/
+6
[next]