Age | Commit message (Expand) | Author |
2016-02-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1... | Peter Maydell |
2016-02-11 | qom: Correct object_property_get_int() description | Alistair Francis |
2016-02-11 | cpu: Add callback to check architectural watchpoint match | Sergey Fedorov |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qom: Use typedef for Visitor | Eric Blake |
2016-01-27 | gdb: provide the name of the architecture in the target.xml | David Hildenbrand |
2016-01-21 | qom/cpu: Add MemoryRegion property | Peter Crosthwaite |
2016-01-21 | cpu: Add new asidx_from_attrs() method | Peter Maydell |
2016-01-21 | cpu: Add new get_phys_page_attrs_debug() method | Peter Maydell |
2016-01-21 | exec.c: Allow target CPUs to define multiple AddressSpaces | Peter Maydell |
2016-01-18 | qom: Change object property iterator API contract | Daniel P. Berrange |
2016-01-18 | qom: Allow properties to be registered against classes | Daniel P. Berrange |
2015-12-03 | qom: Update documentation comment of struct Object | Cao jin |
2015-11-19 | qom: Replace object property list with GHashTable | Pavel Fedin |
2015-11-18 | qom: Introduce ObjectPropertyIterator struct for iteration | Daniel P. Berrange |
2015-11-06 | qom/object: fix 2 comment typos | Cao jin |
2015-10-12 | exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct | Peter Maydell |
2015-10-07 | target-*: Introduce and use cpu_breakpoint_test | Richard Henderson |
2015-09-30 | cpu: Provide vcpu throttling interface | Jason J. Herne |
2015-09-16 | cpu: Add crash_occurred flag into CPUState | Andrey Smetanin |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-09 | cpus: protect work list with work_mutex | Paolo Bonzini |
2015-09-09 | tcg: signal-free qemu_cpu_kick | Paolo Bonzini |
2015-09-09 | remove qemu/tls.h | Paolo Bonzini |
2015-09-08 | qom: Add recursive version of object_child_for_each | Peter Crosthwaite |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini |
2015-07-09 | disas: QOMify target specific setup | Peter Crosthwaite |
2015-07-09 | cpu: Add wrapper for the set_pc() hook | Peter Crosthwaite |
2015-07-09 | cpu: Convert cpu_index into a bitmap | Bharata B Rao |
2015-07-07 | cpus: Add a macro to walk CPUs in reverse | Bharata B Rao |
2015-06-19 | qom: Don't pass string table to object_get_enum() function | Daniel P. Berrange |
2015-06-19 | qom: Add an object_property_add_enum() helper function | Daniel P. Berrange |
2015-06-19 | qom: Make enum string tables const-correct | Daniel P. Berrange |
2015-06-19 | qom: Add object_new_with_props() / object_new_withpropv() helpers | Daniel P. Berrange |
2015-06-19 | qom: Add helper function for getting user objects root | Daniel P. Berrange |
2015-06-05 | qom: add object_property_add_const_link | Paolo Bonzini |
2015-04-26 | exec.c: Capture the memory attributes for a watchpoint hit | Peter Maydell |
2015-04-01 | qom: Add can_be_deleted callback to UserCreatableClass | Lin Ma |
2015-03-19 | Fix remaining warnings from Sparse (void return) | Stefan Weil |
2015-03-10 | cpu: Add missing documentation for some CPUClass methods | Peter Maydell |
2015-03-09 | Generalize QOM publishing of date and time from mc146818rtc.c | David Gibson |
2015-03-02 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell |
2015-02-16 | exec: make iotlb RCU-friendly | Paolo Bonzini |
2015-02-16 | qom: Fix typo, 'my_class_init' -> 'derived_class_init' | Zhoujian |
2014-10-15 | qom: Add description field in ObjectProperty struct | Gonglei |
2014-10-06 | gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag | Peter Maydell |
2014-09-25 | qom: Add cpu_exec_interrupt hook | Richard Henderson |
2014-09-25 | qom: Add cpu_exec_enter and cpu_exec_exit hooks | Richard Henderson |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell |
2014-09-12 | exec.c: Record watchpoint fault address and direction | Peter Maydell |