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
/
include
/
qom
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
2015-10-12
1
-2
/
+5
*
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
2015-10-07
1
-0
/
+16
*
cpu: Provide vcpu throttling interface
Jason J. Herne
2015-09-30
1
-0
/
+42
*
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
2015-09-16
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-6
/
+8
|
\
|
*
cpus: protect work list with work_mutex
Paolo Bonzini
2015-09-09
1
-1
/
+5
|
*
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
1
-2
/
+2
|
*
remove qemu/tls.h
Paolo Bonzini
2015-09-09
1
-3
/
+1
*
|
qom: Add recursive version of object_child_for_each
Peter Crosthwaite
2015-09-08
1
-0
/
+15
|
/
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-1
/
+3
*
disas: QOMify target specific setup
Peter Crosthwaite
2015-07-09
1
-0
/
+4
*
cpu: Add wrapper for the set_pc() hook
Peter Crosthwaite
2015-07-09
1
-0
/
+14
*
cpu: Convert cpu_index into a bitmap
Bharata B Rao
2015-07-09
1
-0
/
+1
*
cpus: Add a macro to walk CPUs in reverse
Bharata B Rao
2015-07-07
1
-0
/
+2
*
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
2015-06-19
1
-2
/
+2
*
qom: Add an object_property_add_enum() helper function
Daniel P. Berrange
2015-06-19
1
-0
/
+19
*
qom: Make enum string tables const-correct
Daniel P. Berrange
2015-06-19
1
-1
/
+1
*
qom: Add object_new_with_props() / object_new_withpropv() helpers
Daniel P. Berrange
2015-06-19
1
-0
/
+128
*
qom: Add helper function for getting user objects root
Daniel P. Berrange
2015-06-19
1
-0
/
+12
*
qom: add object_property_add_const_link
Paolo Bonzini
2015-06-05
1
-0
/
+18
*
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
2015-04-26
1
-0
/
+2
*
qom: Add can_be_deleted callback to UserCreatableClass
Lin Ma
2015-04-01
1
-0
/
+13
*
Fix remaining warnings from Sparse (void return)
Stefan Weil
2015-03-19
1
-1
/
+1
*
cpu: Add missing documentation for some CPUClass methods
Peter Maydell
2015-03-10
1
-0
/
+12
*
Generalize QOM publishing of date and time from mc146818rtc.c
David Gibson
2015-03-09
1
-0
/
+14
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2015-03-02
1
-1
/
+1
|
\
|
*
qom: Fix typo, 'my_class_init' -> 'derived_class_init'
Zhoujian
2015-02-16
1
-1
/
+1
*
|
exec: make iotlb RCU-friendly
Paolo Bonzini
2015-02-16
1
-0
/
+1
|
/
*
qom: Add description field in ObjectProperty struct
Gonglei
2014-10-15
1
-0
/
+14
*
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
Peter Maydell
2014-10-06
1
-0
/
+3
*
qom: Add cpu_exec_interrupt hook
Richard Henderson
2014-09-25
1
-0
/
+2
*
qom: Add cpu_exec_enter and cpu_exec_exit hooks
Richard Henderson
2014-09-25
1
-0
/
+5
*
cpu-exec: Make debug_excp_handler a QOM CPU method
Peter Maydell
2014-09-12
1
-0
/
+2
*
exec.c: Record watchpoint fault address and direction
Peter Maydell
2014-09-12
1
-1
/
+5
*
exec.c: Relax restrictions on watchpoint length and alignment
Peter Maydell
2014-09-12
1
-1
/
+1
*
qom: add a generic mechanism to resolve paths
Paolo Bonzini
2014-07-01
1
-5
/
+29
*
qom: add object_property_add_alias()
Stefan Hajnoczi
2014-07-01
1
-0
/
+20
*
cpu: introduce CPUClass::virtio_is_big_endian()
Greg Kurz
2014-06-29
1
-0
/
+1
*
qom: introduce object_property_get_enum and object_property_get_uint16List
Hu Tao
2014-06-19
1
-0
/
+28
*
softmmu: make do_unaligned_access a method of CPU
Paolo Bonzini
2014-06-05
1
-2
/
+13
*
cpu: Avoid QOM casts for CPU()
Andreas Färber
2014-03-31
1
-1
/
+6
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta...
Peter Maydell
2014-03-19
1
-1
/
+6
|
\
|
*
cpu: Move tcg_exit_req to the end of CPUState
Richard Henderson
2014-03-19
1
-1
/
+6
*
|
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
1
-0
/
+18
*
|
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-19
1
-1
/
+10
|
/
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-0
/
+3
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-0
/
+15
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-0
/
+7
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+9
*
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+10
[next]