index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
MAINTAINERS: add Jason Wang as net subsystem maintainer
Stefan Hajnoczi
2015-02-05
1
-0
/
+1
*
softfloat: Clarify license status
Peter Maydell
2015-01-29
4
-4
/
+188
*
softfloat: Revert and reimplement remaining parts of b645bb4885 and 5a6932d51d
Peter Maydell
2015-01-29
1
-28
/
+29
*
softfloat: Revert and reimplement remaining portions of 75d62a5856 and 3430b0...
Peter Maydell
2015-01-29
2
-37
/
+67
*
softfloat: Apply patch corresponding to rebasing to softfloat-2a
Peter Maydell
2015-01-29
4
-73
/
+65
*
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150127' int...
Peter Maydell
2015-01-27
6
-75
/
+61
|
\
|
*
linux-user: support target-to-host SCM_CREDENTIALS
Alex Suykov
2015-01-27
1
-4
/
+14
|
*
linux-user: Fix broken m68k signal handling on 64 bit hosts
Peter Maydell
2015-01-27
1
-3
/
+3
|
*
mips64-linux-user: Fix definition of struct sigaltstack
Ed Swierk
2015-01-27
1
-1
/
+1
|
*
linux-user: Fix ioctl cmd type mismatch on 64-bit targets
Ed Swierk
2015-01-27
1
-1
/
+1
|
*
linux-user: translate resource also for prlimit64
Felix Janda
2015-01-27
1
-1
/
+2
|
*
linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
Peter Maydell
2015-01-27
1
-17
/
+11
|
*
linux-user/main.c: Mark end_exclusive() as possibly unused
Peter Maydell
2015-01-27
1
-1
/
+1
|
*
linux-user/main.c: Call cpu_exec_start/end on all target archs
Peter Maydell
2015-01-27
1
-0
/
+18
|
*
linux-user/arm/nwfpe: Delete unused aCC array
Peter Maydell
2015-01-27
1
-22
/
+0
|
*
linux-user/alpha: Add define for NR_shmat to enable shmat syscall
Peter Maydell
2015-01-27
1
-0
/
+4
|
*
linux-user/signal.c: Remove current_exec_domain_sig()
Peter Maydell
2015-01-27
1
-25
/
+6
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-01-27
24
-69
/
+268
|
\
|
*
pc-dimm: Add Error argument to pc_existing_dimms_capacity
Bharata B Rao
2015-01-27
3
-13
/
+25
|
*
pc-dimm: Make pc_existing_dimms_capacity global
Bharata B Rao
2015-01-27
3
-24
/
+26
|
*
pc: Fix DIMMs capacity calculation
Bharata B Rao
2015-01-27
1
-16
/
+10
|
*
smbios: Don't report unknown CPU speed (fix SVVP regression)
Eduardo Habkost
2015-01-27
1
-2
/
+3
|
*
smbios: Fix dimm size calculation when RAM is multiple of 16GB
Eduardo Habkost
2015-01-27
1
-1
/
+2
|
*
bios-linker-loader: move source to common location
Michael S. Tsirkin
2015-01-27
3
-1
/
+1
|
*
bios-linker-loader: move header to common location
Michael S. Tsirkin
2015-01-27
3
-2
/
+2
|
*
virtio: fix feature bit checks
Cornelia Huck
2015-01-27
2
-3
/
+3
|
*
bios-tables-test: split piix4 and q35 tests
Paolo Bonzini
2015-01-27
1
-2
/
+8
|
*
acpi: build_append_nameseg(): add padding if necessary
Igor Mammedov
2015-01-27
1
-5
/
+10
|
*
acpi: update generated hex files
Michael S. Tsirkin
2015-01-27
2
-15
/
+73
|
*
acpi-test: update expected DSDT
Michael S. Tsirkin
2015-01-27
3
-0
/
+0
|
*
pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled
Igor Mammedov
2015-01-26
1
-0
/
+1
|
*
pci: Split pcie_host_mmcfg_map()
Alexander Graf
2015-01-26
2
-2
/
+8
|
*
Add some trace calls to pci.c.
Don Koch
2015-01-26
2
-0
/
+13
|
*
ich9: add disable_s3, disable_s4, s4_val properties
Amit Shah
2015-01-26
2
-1
/
+101
*
|
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150127'...
Peter Maydell
2015-01-27
6
-34
/
+659
|
\
\
|
*
|
target-tricore: Add instructions of RRR opcode format
Bastian Koppelmann
2015-01-27
4
-1
/
+319
|
*
|
target-tricore: Add instructions of RRPW opcode format
Bastian Koppelmann
2015-01-27
1
-0
/
+70
|
*
|
target-tricore: Add instructions of RR2 opcode format
Bastian Koppelmann
2015-01-27
1
-0
/
+37
|
*
|
target-tricore: Add instructions of RR1 opcode format, that have 0x93 as firs...
Bastian Koppelmann
2015-01-27
1
-0
/
+182
|
*
|
target-tricore: split up suov32 into suov32_pos and suov32_neg
Bastian Koppelmann
2015-01-26
1
-15
/
+26
|
*
|
target-tricore: Fix bugs found by coverity
Bastian Koppelmann
2015-01-26
2
-1
/
+3
|
*
|
target-tricore: calculate av bits before saturation
Bastian Koppelmann
2015-01-26
1
-12
/
+16
|
*
|
target-tricore: Several translator and cpu model fixes
Bastian Koppelmann
2015-01-26
3
-4
/
+5
|
*
|
target-tricore: Add missing ULL suffix on 64 bit constant
Peter Maydell
2015-01-26
1
-1
/
+1
|
/
/
*
|
qemu-timer.c: Trim list of included headers
Peter Maydell
2015-01-26
1
-6
/
+2
*
|
Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-26' into staging
Peter Maydell
2015-01-26
1
-4
/
+9
|
\
\
|
*
|
fix QEMU build on Xen/ARM
Stefano Stabellini
2015-01-26
1
-4
/
+9
*
|
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-01-26
54
-192
/
+944
|
\
\
\
|
*
|
|
kvm_stat: Add RESET support for perf event ioctl
Wei Huang
2015-01-26
1
-0
/
+5
|
*
|
|
target-i386: Disable HLE and RTM on Haswell & Broadwell
Eduardo Habkost
2015-01-26
3
-5
/
+12
[next]