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-27
spapr: Add rtas_st_buffer utility function
Sam bobroff
1
-0
/
+13
2014-06-27
spapr: Define a 2.1 pseries machine
Alexey Kardashevskiy
1
-0
/
+16
2014-06-27
spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)
Alexey Kardashevskiy
1
-8
/
+7
2014-06-27
target-ppc: Add support for POWER8 pvr 0x4D0000
Alexey Kardashevskiy
3
-6
/
+24
2014-06-27
uninorth: Fix PCI hole size
BALATON Zoltan
1
-1
/
+1
2014-06-27
mac99: Add motherboard devices before PCI cards
BALATON Zoltan
1
-8
/
+10
2014-06-27
target-ppc: Remove unused gen_qemu_ld8s()
Peter Maydell
1
-5
/
+0
2014-06-27
target-ppc: Remove unused IMM and d extract helpers
Peter Maydell
1
-3
/
+0
2014-06-27
vfio: Enable for SPAPR
Alexey Kardashevskiy
1
-0
/
+36
2014-06-27
spapr_pci_vfio: Add spapr-pci-vfio-host-bridge to support vfio
Alexey Kardashevskiy
3
-0
/
+116
2014-06-27
vfio: Add vfio_container_ioctl()
Alexey Kardashevskiy
2
-0
/
+51
2014-06-27
spapr_iommu: Make in-kernel TCE table optional
Alexey Kardashevskiy
6
-9
/
+19
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
8
-64
/
+104
2014-06-27
PPC: Add support for Apple gdb in gdbstub
Alexander Graf
3
-0
/
+147
2014-06-27
target-ppc: fixed translation of mcrxr instruction
Sorav Bansal
1
-2
/
+3
2014-06-27
spapr: Add "qemu, boot-menu" property to /chosen
Avik Sil
1
-0
/
+3
2014-06-27
linux-user: Support HWCAP2 in PowerPC
Tom Musta
1
-0
/
+31
2014-06-27
linux-user: Identify Addition Hardware Capabilities for PowerPC
Tom Musta
1
-0
/
+8
2014-06-27
target-ppc: Add DFP to Emulated Instructions Flag
Tom Musta
1
-1
/
+1
2014-06-27
linux-user: Correct AUXV Cache Line Sizes for PowerPC
Tom Musta
1
-2
/
+3
2014-06-26
coroutine-win32.c: Add noinline attribute to work around gcc bug
Peter Maydell
1
-2
/
+11
2014-06-26
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.1' into sta...
Peter Maydell
6
-241
/
+357
2014-06-26
qemu-char: initialize chr_write_lock
Paolo Bonzini
1
-0
/
+1
2014-06-26
qemu-char: fix warning 'res' may be used uninitialized
Igor Mammedov
1
-1
/
+1
2014-06-25
target-i386: Broadwell CPU model
Eduardo Habkost
1
-0
/
+34
2014-06-25
target-i386: Fix indentation of CPU model definitions
Eduardo Habkost
1
-102
/
+102
2014-06-25
target-i386: Support "invariant tsc" flag
Marcelo Tosatti
2
-0
/
+29
2014-06-25
target-i386: block migration and savevm if invariant tsc is exposed
Marcelo Tosatti
3
-2
/
+17
2014-06-25
savevm: check vmsd for migratability status
Marcelo Tosatti
1
-4
/
+1
2014-06-25
target-i386: Set migratable=yes by default on "host" CPU mooel
Eduardo Habkost
1
-1
/
+1
2014-06-25
target-i386: Add "migratable" property to "host" CPU model
Eduardo Habkost
2
-9
/
+55
2014-06-25
target-i386: Support check/enforce flags in TCG mode, too
Eduardo Habkost
1
-18
/
+18
2014-06-25
target-i386: Loop-based feature word filtering in TCG mode
Eduardo Habkost
1
-8
/
+13
2014-06-25
target-i386: Loop-based copying and setting/unsetting of feature words
Eduardo Habkost
1
-25
/
+10
2014-06-25
target-i386: Define TCG_*_FEATURES earlier in cpu.c
Eduardo Habkost
1
-55
/
+56
2014-06-25
target-i386: Filter KVM and 0xC0000001 features on TCG
Eduardo Habkost
1
-0
/
+4
2014-06-25
target-i386: Filter FEAT_7_0_EBX TCG features too
Eduardo Habkost
1
-1
/
+2
2014-06-25
target-i386: Make TCG feature filtering more readable
Eduardo Habkost
1
-6
/
+10
2014-06-25
target-i386: Isolate KVM-specific code on CPU feature filtering logic
Eduardo Habkost
1
-9
/
+13
2014-06-25
target-i386: Pass FeatureWord argument to report_unavailable_features()
Eduardo Habkost
1
-2
/
+3
2014-06-25
target-i386: Merge feature filtering/checking functions
Eduardo Habkost
1
-34
/
+20
2014-06-25
target-i386: Simplify reporting of unavailable features
Eduardo Habkost
1
-10
/
+7
2014-06-25
target-i386: kvm: Don't enable MONITOR by default on any CPU model
Eduardo Habkost
1
-0
/
+7
2014-06-24
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...
Peter Maydell
23
-115
/
+43
2014-06-24
Add support for the arm breakpoint syscall
Hunter Laux
2
-0
/
+5
2014-06-24
Increase maximum number of session of the internal TFTP server.
Bernhard Übelacker
1
-1
/
+1
2014-06-24
target-s390x: Remove unused ld_code6() function
Peter Maydell
1
-5
/
+0
2014-06-24
hw/moxie/moxiesim.c: Remove unused moxie_intc_create()
Peter Maydell
1
-13
/
+0
2014-06-24
target-unicore: Remove unused functions
Peter Maydell
2
-50
/
+0
2014-06-24
build-sys: introduce install-prog macro to install&strip binaries and use it
Michael Tokarev
3
-14
/
+10
[next]