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
path:
root
/
hw
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete
Mark Cave-Ayland
2015-09-20
1
-7
/
+5
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-2
/
+1
|
\
|
*
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
2015-09-07
1
-2
/
+1
*
|
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-07
3
-5
/
+3
|
/
*
i.MX: Fix Coding style for CCM emulator
Jean-Christophe Dubois
2015-08-13
1
-6
/
+5
*
i.MX: Split CCM emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-67
/
+3
*
macio: remove nonexistent interrupt on pin 1
Cormac O'Brien
2015-07-07
1
-2
/
+0
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-19
1
-1
/
+0
|
\
|
*
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
2015-06-19
1
-1
/
+0
*
|
macio: Convert to realize()
Markus Armbruster
2015-06-03
1
-33
/
+38
|
/
*
misc: Fix new collection of typos
Stefan Weil
2015-04-30
1
-1
/
+1
*
sun4m: fix slavio sysctrl and led register sizes
Mark Cave-Ayland
2015-04-27
1
-2
/
+3
*
omap: Fix warnings from Sparse
Stefan Weil
2015-03-19
4
-4
/
+8
*
stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
Alistair Francis
2015-03-11
2
-0
/
+161
*
milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warning
Radim Krčmář
2015-03-10
1
-1
/
+1
*
macio: fix possible memory leak
Gonglei
2015-03-10
1
-1
/
+2
*
cuda.c: include adb_poll_timer in VMStateDescription
Mark Cave-Ayland
2015-03-09
1
-2
/
+3
*
macio.c: include parent PCIDevice state in VMStateDescription
Mark Cave-Ayland
2015-03-09
1
-0
/
+24
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-09
2
-7
/
+4
|
\
|
*
pc: export applesmc IO port/len
Igor Mammedov
2015-03-01
1
-3
/
+2
|
*
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-26
1
-4
/
+2
*
|
Give ivshmem its own config option
David Gibson
2015-02-27
1
-3
/
+1
|
/
*
hw: misc, add educational driver
Jiri Slaby
2015-01-26
2
-0
/
+409
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-1
/
+1
*
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
Kim Phillips
2014-12-19
2
-4480
/
+0
*
vfio: fix adding memory listener to the right address space
Frank Blaschka
2014-12-19
1
-1
/
+1
*
vfio: migration to trace points
Eric Auger
2014-12-19
1
-197
/
+206
*
vfio: use kvm_resamplefds_enabled()
Eric Auger
2014-12-15
1
-3
/
+2
*
ivshmem: use error_report
Andrew Jones
2014-10-31
1
-27
/
+25
*
ivshmem: Fix fd leak on error
Andreas Färber
2014-10-31
1
-0
/
+1
*
ivshmem: Fix potential OOB r/w access
Sebastian Krahmer
2014-10-31
1
-4
/
+23
*
ivshmem: validate incoming_posn value from server
Stefan Hajnoczi
2014-10-31
1
-0
/
+8
*
ivshmem: Check ivshmem_read() size argument
Stefan Hajnoczi
2014-10-31
1
-2
/
+28
*
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
2014-10-31
1
-0
/
+1
*
omap_gpmc.c: Remove duplicate assignment
Dr. David Alan Gilbert
2014-10-24
1
-2
/
+0
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
1
-1
/
+0
*
vfio: remove bootindex property from qdev to qom
Gonglei
2014-10-15
1
-1
/
+11
*
vfio: make rom read endian sensitive
Nikunj A Dadhania
2014-09-22
1
-3
/
+24
*
Revert "vfio: Make BARs native endian"
Alexey Kardashevskiy
2014-09-22
1
-31
/
+10
*
PPC: Cuda: Use cuda timer to expose tbfreq to guest
Alexander Graf
2014-09-08
2
-3
/
+30
*
PPC: mac99: Fix core99 timer frequency
Alexander Graf
2014-09-08
1
-2
/
+7
*
vfio: Enable NVIDIA 88000 region quirk regardless of VGA
Alex Williamson
2014-08-25
1
-2
/
+6
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-19
4
-15
/
+3
|
\
|
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
3
-12
/
+0
|
*
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
2014-08-18
2
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...
Peter Maydell
2014-08-15
1
-1
/
+5
|
\
\
|
*
|
ivshmem: check the value returned by fstat()
zhanghailiang
2014-08-15
1
-1
/
+5
*
|
|
ivshmem: fix building when debug mode is enabled
Levente Kurusa
2014-08-14
1
-2
/
+2
|
/
/
[next]