summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-0716-50/+55
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-0734-195/+229
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-075-23/+28
* build: add rules for nestingPaolo Bonzini2012-06-071-0/+39
* build: do not sprinkle around GENERATED_HEADERS dependenciesPaolo Bonzini2012-06-073-20/+13Star
* build: remove trace-nested-yPaolo Bonzini2012-06-071-9/+4Star
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-06-0649-247/+2685
|\
| * Add 'query-events' command to QMP to query async eventsDaniel P. Berrange2012-06-044-62/+108
| * qapi: convert netdev_delLuiz Capitulino2012-06-047-13/+31
| * qapi: convert netdev_addLuiz Capitulino2012-06-047-19/+78
| * net: net_client_init(): use error_set()Luiz Capitulino2012-06-044-21/+50
| * net: purge the monitor object from all init functionsLuiz Capitulino2012-06-0415-43/+27Star
| * qemu-config: introduce qemu_find_opts_err()Luiz Capitulino2012-06-042-0/+8
| * qemu-config: find_list(): use error_set()Luiz Capitulino2012-06-041-7/+25
| * qerror: introduce QERR_INVALID_OPTION_GROUPLuiz Capitulino2012-06-042-0/+7
| * qemu-option: qemu_opts_from_qdict(): use error_set()Luiz Capitulino2012-06-044-11/+35
| * qemu-option: introduce qemu_opt_set_err()Luiz Capitulino2012-06-042-0/+8
| * qemu-option: opt_set(): use error_set()Luiz Capitulino2012-06-041-11/+20
| * qemu-option: qemu_opts_validate(): use error_set()Luiz Capitulino2012-06-043-10/+11
| * qemu-option: qemu_opt_parse(): use error_set()Luiz Capitulino2012-06-041-19/+17Star
| * qemu-option: parse_option_size(): use error_set()Luiz Capitulino2012-06-041-9/+8Star
| * qemu-option: parse_option_bool(): use error_set()Luiz Capitulino2012-06-041-8/+16
| * qemu-option: parse_option_number(): use error_set()Luiz Capitulino2012-06-041-7/+19
| * qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino2012-06-049-32/+59
| * introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang2012-06-0410-0/+1050
| * make gdb_id() generally avialable and rename it to cpu_index()Wen Congyang2012-06-042-14/+14
| * target-i386: Add API to get note's sizeWen Congyang2012-06-042-0/+39
| * target-i386: add API to get dump infoWen Congyang2012-06-043-0/+64
| * target-i386: Add API to write cpu status to core fileWen Congyang2012-06-042-0/+167
| * target-i386: Add API to write elf notes to core fileWen Congyang2012-06-044-0/+260
| * Add API to get memory mapping without do pagingWen Congyang2012-06-042-0/+12
| * Add API to get memory mappingWen Congyang2012-06-042-0/+62
| * Add API to check whether paging mode is enabledWen Congyang2012-06-042-1/+12
| * implement cpu_get_memory_mapping()Wen Congyang2012-06-045-0/+288
| * Add API to check whether a physical address is I/O addressWen Congyang2012-06-042-0/+16
| * Add API to create memory mapping listWen Congyang2012-06-043-0/+214
* | Merge remote-tracking branch 'afaerber-or/qom-cpu-3' into stagingAnthony Liguori2012-06-0673-390/+517
|\ \
| * | Kill off cpu_state_reset()Andreas Färber2012-06-0413-61/+4Star
| * | linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber2012-06-042-2/+2
| * | bsd-user: Use cpu_reset() in after cpu_init()Andreas Färber2012-06-041-1/+1
| * | leon3: Store SPARCCPU in ResetDataAndreas Färber2012-06-041-4/+4
| * | leon3: Use cpu_sparc_init() to obtain SPARCCPUAndreas Färber2012-06-041-2/+4
| * | sun4u: Store SPARCCPU in ResetDataAndreas Färber2012-06-041-4/+4
| * | sun4u: Let cpu_devinit() return SPARCCPUAndreas Färber2012-06-041-3/+5
| * | sun4u: Use cpu_sparc_init() to obtain SPARCCPUAndreas Färber2012-06-041-3/+6
| * | sun4m: Pass SPARCCPU to {main,secondary}_cpu_reset()Andreas Färber2012-06-041-6/+8
| * | sun4m: Use cpu_sparc_init() to obtain SPARCCPUAndreas Färber2012-06-041-2/+4
| * | target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber2012-06-042-5/+16
| * | cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPCAndreas Färber2012-06-041-1/+4
| * | virtex_ml507: Pass PowerPCCPU to main_cpu_reset()Andreas Färber2012-06-041-3/+4