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
2014-06-16
target-ppc: Introduce DFP Round to Integer
Tom Musta
3
-0
/
+52
2014-06-16
target-ppc: Introduce DFP Reround
Tom Musta
3
-0
/
+103
2014-06-16
target-ppc: Introduce DFP Quantize
Tom Musta
3
-0
/
+144
2014-06-16
target-ppc: Introduce DFP Test Significance
Tom Musta
3
-0
/
+41
2014-06-16
target-ppc: Introduce DFP Test Exponent
Tom Musta
3
-0
/
+38
2014-06-16
target-ppc: Introduce DFP Test Data Group
Tom Musta
3
-0
/
+61
2014-06-16
target-ppc: Introduce DFP Test Data Class
Tom Musta
3
-0
/
+34
2014-06-16
target-ppc: Introduce DFP Compares
Tom Musta
3
-0
/
+70
2014-06-16
target-ppc: Introduce DFP Divide
Tom Musta
3
-0
/
+44
2014-06-16
target-ppc: Introduce DFP Multiply
Tom Musta
3
-0
/
+29
2014-06-16
target-ppc: Introduce DFP Subtract
Tom Musta
3
-1
/
+24
2014-06-16
target-ppc: Introduce DFP Add
Tom Musta
3
-5
/
+134
2014-06-16
target-ppc: Introduce DFP Post Processor Utilities
Tom Musta
1
-0
/
+31
2014-06-16
target-ppc: Introduce DFP Helper Utilities
Tom Musta
2
-0
/
+133
2014-06-16
target-ppc: Introduce Decoder Macros for DFP
Tom Musta
1
-0
/
+109
2014-06-16
target-ppc: Introduce Generator Macros for DFP Arithmetic Forms
Tom Musta
1
-0
/
+177
2014-06-16
target-ppc: Define FPR Pointer Type for Helpers
Tom Musta
1
-0
/
+4
2014-06-16
libdecnumber: Fix decNumberSetBCD
Tom Musta
1
-1
/
+1
2014-06-16
libdecnumber: Introduce decNumberIntegralToInt64
Tom Musta
4
-4
/
+51
2014-06-16
libdecnumber: Introduce decNumberFrom[U]Int64
Tom Musta
2
-0
/
+32
2014-06-16
target-ppc: Enable Building of libdecnumber
Tom Musta
7
-0
/
+12
2014-06-16
libdecnumber: Eliminate Unused Variable in decSetSubnormal
Tom Musta
1
-2
/
+0
2014-06-16
libdecnumber: Eliminate redundant declarations
Tom Musta
3
-6
/
+0
2014-06-16
libdecnumber: Change gstdint.h to stdint.h
Tom Musta
1
-1
/
+1
2014-06-16
libdecnumber: Modify dconfig.h to Integrate with QEMU
Tom Musta
1
-18
/
+6
2014-06-16
libdecnumber: Prepare libdecnumber for QEMU include structure
Tom Musta
10
-25
/
+25
2014-06-16
libdecnumber: Eliminate #include *Symbols.h
Tom Musta
7
-8
/
+0
2014-06-16
libdecnumber: Introduce libdecnumber Code
Tom Musta
15
-0
/
+13244
2014-06-16
mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already there
BALATON Zoltan
3
-2
/
+10
2014-06-16
target-ppc: Remove PVR check from migration
Alexey Kardashevskiy
1
-2
/
+6
2014-06-16
target-ppc: Eliminate Magic Number MSR Masks
Tom Musta
1
-54
/
+776
2014-06-16
spapr_pci: Fix number of returned vectors in ibm, change-msi
Alexey Kardashevskiy
1
-0
/
+15
2014-06-16
spapr-pci: remove io ports workaround
Greg Kurz
1
-11
/
+2
2014-06-16
target-ppc: Remove redundant POWER7 declarations
Alexey Kardashevskiy
2
-6
/
+0
2014-06-16
target-ppc: Move alias lookup after class lookup
Alexey Kardashevskiy
1
-7
/
+11
2014-06-16
target-ppc: Create versionless CPU class per family if KVM
Alexey Kardashevskiy
1
-0
/
+21
2014-06-16
target-ppc: gdbstub allow byte swapping for reading/writing registers
Thomas Falcon
1
-0
/
+19
2014-06-16
target-ppc: extract register length calculation in gdbstub
Thomas Falcon
1
-34
/
+71
2014-06-16
spapr_nvram: Correct max nvram size
Alexey Kardashevskiy
1
-1
/
+1
2014-06-16
Fix typo in eTSEC Ethernet controller
Fabien Chouteau
1
-1
/
+1
2014-06-16
monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode
Tom Musta
2
-2
/
+16
2014-06-16
target-ppc: Fix target_disas
Tom Musta
1
-3
/
+4
2014-06-16
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140616' i...
Peter Maydell
83
-332
/
+195
2014-06-16
migration: catch unknown flags in ram_load
Peter Lieven
2
-20
/
+24
2014-06-16
rdma: Fix block during rdma migration
Gonglei
1
-0
/
+1
2014-06-16
migration: Increase default max_downtime from 30ms to 300ms
Alexey Kardashevskiy
1
-1
/
+1
2014-06-16
vmstate: Refactor opening of files
Juan Quintela
1
-19
/
+19
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
65
-219
/
+113
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
14
-73
/
+37
2014-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into s...
Peter Maydell
1
-0
/
+13
[prev]
[next]