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
...
|
*
|
translate-all: fix watchpoints if retranslation not possible
Aurelien Jarno
2015-06-17
1
-5
/
+15
|
*
|
target-s390x: PER instruction-fetch event support
Aurelien Jarno
2015-06-17
3
-0
/
+17
|
*
|
target-s390x: PER successful-branching event support
Aurelien Jarno
2015-06-17
3
-0
/
+51
|
*
|
target-s390x: basic PER event handling
Aurelien Jarno
2015-06-17
5
-20
/
+71
|
*
|
target-s390x: add get_per_in_range function
Aurelien Jarno
2015-06-17
1
-0
/
+11
|
*
|
target-s390x: add get_per_atmid function
Aurelien Jarno
2015-06-17
1
-0
/
+12
|
*
|
target-s390x: add PER related constants
Aurelien Jarno
2015-06-17
1
-0
/
+16
|
*
|
target-s390x: mvc_fast_memmove: access memory through softmmu
Aurelien Jarno
2015-06-17
1
-57
/
+27
|
*
|
target-s390x: mvc_fast_memset: access memory through softmmu
Aurelien Jarno
2015-06-17
1
-41
/
+32
|
*
|
target-s390x: function to adjust the length wrt page boundary
Aurelien Jarno
2015-06-17
1
-0
/
+11
|
*
|
softmmu: provide tlb_vaddr_to_host function for user mode
Aurelien Jarno
2015-06-17
1
-2
/
+6
|
*
|
target-s390x: wire up I/O instructions in TCG mode
Alexander Graf
2015-06-17
4
-14
/
+179
|
*
|
target-s390x: wire up DIAG REIPL in TCG mode
Aurelien Jarno
2015-06-17
1
-0
/
+6
|
*
|
target-s390x: wire up DIAG IPL in TCG mode
Aurelien Jarno
2015-06-17
4
-13
/
+20
|
*
|
target-s390x: fix s390_cpu_initial_reset
Aurelien Jarno
2015-06-17
1
-0
/
+1
|
*
|
target-s390x: initialize I/O interrupt queue
Aurelien Jarno
2015-06-17
1
-0
/
+8
|
*
|
target-s390x: correctly initialize ext interrupt queue
Aurelien Jarno
2015-06-17
1
-1
/
+2
|
*
|
target-s390x: fix setcc in TCG mode
Aurelien Jarno
2015-06-17
1
-0
/
+1
|
*
|
virtio-ccw: disable ioevent bit when ioeventfds are not enabled
Aurelien Jarno
2015-06-17
2
-5
/
+5
|
*
|
s390/ioinst: fix endianness in ioinst_schib_valid
Alexander Graf
2015-06-17
1
-3
/
+3
|
*
|
s390/ioinst: fix IO_INT_WORD_ISC macro
Aurelien Jarno
2015-06-17
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-1.8.2-20150617...
Peter Maydell
2015-06-17
10
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
update seabios and vgabios binaries
Gerd Hoffmann
2015-06-17
8
-0
/
+0
|
*
|
tag our seabios builds
Gerd Hoffmann
2015-06-17
1
-0
/
+5
|
*
|
update seabios submodule to release 1.8.2
Gerd Hoffmann
2015-06-17
1
-0
/
+0
*
|
|
Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...
Peter Maydell
2015-06-17
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtfs-proxy-helper: fail gracefully if socket path is too long
Stefan Hajnoczi
2015-06-16
1
-1
/
+6
|
*
|
virtfs-proxy-helper: add missing long option terminator
Stefan Hajnoczi
2015-06-16
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...
Peter Maydell
2015-06-16
16
-9
/
+301
|
\
\
|
*
|
virtio-vga: add vgabios configuration
Gerd Hoffmann
2015-06-12
3
-2
/
+8
|
*
|
virtio-vga: add '-vga virtio' support
Gerd Hoffmann
2015-06-12
5
-2
/
+22
|
*
|
virtio-vga: add virtio gpu device with vga compatibility
Gerd Hoffmann
2015-06-12
5
-4
/
+187
|
*
|
virtio-gpu-pci: add virtio pci support
Gerd Hoffmann
2015-06-12
3
-0
/
+83
|
*
|
virtio-gpu: fix error message
Gerd Hoffmann
2015-06-12
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150616' int...
Peter Maydell
2015-06-16
5
-33
/
+102
|
\
\
\
|
*
|
|
linux-user: ioctl() command type is int
Laurent Vivier
2015-06-16
1
-8
/
+8
|
*
|
|
linux-user: fix the breakpoint inheritance in spawned threads
Thierry Bultel
2015-06-16
1
-2
/
+2
|
*
|
|
linux-user: use __get_user and __put_user in cmsg conversions
Peter Maydell
2015-06-16
1
-9
/
+11
|
*
|
|
linux-user: Fix length handling in host_to_target_cmsg
Peter Maydell
2015-06-16
1
-8
/
+61
|
*
|
|
linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
Yongbok Kim
2015-06-15
1
-1
/
+2
|
*
|
|
linux-user: Allocate thunk size dynamically
Alexander Graf
2015-06-15
3
-5
/
+18
*
|
|
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150615'...
Peter Maydell
2015-06-15
22
-294
/
+572
|
\
\
\
\
|
*
|
|
|
hw/arm/virt-acpi-build: Add SPCR table
Andrew Jones
2015-06-15
1
-1
/
+42
|
*
|
|
|
ACPI: Add definitions for the SPCR table
Andrew Jones
2015-06-15
1
-0
/
+32
|
*
|
|
|
target-arm: Correct "preferred return address" for cpreg access exceptions
Peter Maydell
2015-06-15
1
-1
/
+1
|
*
|
|
|
hw/arm/boot: fix rom_reset notifier registration order
Eric Auger
2015-06-15
1
-9
/
+11
|
*
|
|
|
arm: helper: rename get_phys_addr_mpu
Peter Crosthwaite
2015-06-15
1
-5
/
+5
|
*
|
|
|
arm: Add has-mpu property
Peter Crosthwaite
2015-06-15
2
-0
/
+16
|
*
|
|
|
arm: Implement uniprocessor with MP config
Peter Crosthwaite
2015-06-15
2
-2
/
+7
|
*
|
|
|
arm: Refactor get_phys_addr FSR return mechanism
Peter Crosthwaite
2015-06-15
3
-64
/
+78
[prev]
[next]