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
2012-08-15
pseries: Rework irq assignment to avoid carrying qemu_irqs around
Alexey Kardashevskiy
10
-42
/
+50
2012-08-15
pseries: Remove extraneous prints
David Gibson
1
-18
/
+0
2012-08-15
pseries: Update SLOF
Benjamin Herrenschmidt
3
-1
/
+1
2012-08-15
PPC: spapr: Remove global variable
Alexander Graf
2
-3
/
+3
2012-08-15
PPC: spapr: Rework VGA select logic
Alexander Graf
1
-4
/
+9
2012-08-15
xbzrle: fix compilation on ppc32
Alexander Graf
1
-1
/
+1
2012-08-15
spapr: Add support for -vga option
zhlcindy@gmail.com
1
-1
/
+25
2012-08-15
Add one new file vga-pci.h and cleanup on all platforms
zhlcindy@gmail.com
11
-8
/
+21
2012-08-15
Revert "PPC: e500: Use new MPIC dt format"
Alexander Graf
1
-17
/
+14
2012-08-15
ppc: Fix bug in handling of PAPR hypercall exits
David Gibson
1
-1
/
+1
2012-08-15
PPC: e500: add generic e500 platform
Scott Wood
2
-1
/
+61
2012-08-15
PPC: e500: split mpc8544ds machine from generic e500 code
Scott Wood
4
-51
/
+114
2012-08-15
PPC: e500: change internal references away from mpc8544ds
Scott Wood
1
-13
/
+14
2012-08-15
PPC: e500: rename mpc8544ds into generic file
Scott Wood
2
-9
/
+11
2012-08-15
pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt
Alexey Kardashevskiy
3
-7
/
+7
2012-08-15
pseries pci: removed redundant busdev
Alexey Kardashevskiy
2
-3
/
+2
2012-08-14
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
25
-1792
/
+1978
2012-08-14
Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm
Blue Swirl
8
-92
/
+206
2012-08-14
linux-user: ARM: Ignore immediate value for svc in thumb mode
Alexander Graf
1
-2
/
+1
2012-08-14
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
3
-44
/
+56
2012-08-14
linux-user: Factor out guest space probing into a function
Meador Inge
2
-33
/
+90
2012-08-14
flatload: fix bss clearing
Mike Frysinger
1
-1
/
+1
2012-08-14
linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
Jing Huang
1
-4
/
+16
2012-08-14
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
Jing Huang
1
-0
/
+20
2012-08-14
linux-user: pass sockaddr from host to target
Jing Huang
1
-3
/
+13
2012-08-14
x86: switch to AREG0 free mode
Blue Swirl
11
-200
/
+151
2012-08-14
x86: avoid AREG0 in segmentation helpers
Blue Swirl
4
-160
/
+150
2012-08-14
x86: avoid AREG0 for misc helpers
Blue Swirl
4
-83
/
+84
2012-08-14
x86: use wrappers for memory access helpers
Blue Swirl
3
-103
/
+126
2012-08-14
x86: avoid AREG0 for SMM helpers
Blue Swirl
4
-13
/
+6
2012-08-14
x86: avoid AREG0 for SVM helpers
Blue Swirl
4
-115
/
+110
2012-08-14
x86: avoid AREG0 for integer helpers
Blue Swirl
5
-71
/
+88
2012-08-14
x86: avoid AREG0 for condition code helpers
Blue Swirl
10
-169
/
+179
2012-08-14
x86: avoid AREG0 for FPU helpers
Blue Swirl
8
-876
/
+968
2012-08-14
Merge remote-tracking branch 'kraxel/seabios-5a02306' into staging
Anthony Liguori
2
-0
/
+0
2012-08-14
MAINTAINERS: Update email address for Stefan Hajnoczi
Stefan Hajnoczi
1
-2
/
+2
2012-08-13
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
35
-1119
/
+689
2012-08-13
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
Anthony Liguori
16
-13
/
+1451
2012-08-13
Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging
Anthony Liguori
8
-57
/
+104
2012-08-13
target-ppc: add implementation of query-cpu-definitions (v2)
Anthony Liguori
1
-0
/
+26
2012-08-13
target-i386: add implementation of query-cpu-definitions (v2)
Anthony Liguori
1
-0
/
+22
2012-08-13
qapi: add query-cpu-definitions command (v2)
Anthony Liguori
3
-0
/
+35
2012-08-13
compiler: add macro for GCC weak symbols
Anthony Liguori
1
-0
/
+1
2012-08-13
qapi: add query-machines command
Anthony Liguori
3
-0
/
+65
2012-08-13
qapi: mark QOM commands stable
Anthony Liguori
1
-15
/
+4
2012-08-13
qmp: introduce device-list-properties command
Anthony Liguori
3
-0
/
+85
2012-08-13
qmp: add SUSPEND_DISK event
Luiz Capitulino
4
-0
/
+18
2012-08-13
qmp: qmp-events.txt: add missing doc for the SUSPEND event
Luiz Capitulino
1
-0
/
+12
2012-08-13
qmp: qmp-events.txt: put events in alphabetical order
Luiz Capitulino
1
-136
/
+130
2012-08-13
qmp: emit the WAKEUP event when the guest is put to run
Luiz Capitulino
2
-1
/
+14
[next]