summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()Andreas Färber2013-06-131-11/+8
| * | | spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()Andreas Färber2013-06-121-7/+2
| * | | memory_mapping: Improve qemu_get_guest_memory_mapping() error reportingAndreas Färber2013-06-113-14/+11
| * | | dump: Abstract dump_init() with cpu_synchronize_all_states()Andreas Färber2013-06-111-2/+3
| * | | cpu: Change default for CPUClass::get_paging_enabled()Andreas Färber2013-06-111-1/+1
| * | | dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber2013-06-114-15/+1
| * | | memory_mapping: Drop qemu_get_memory_mapping() stubAndreas Färber2013-06-113-28/+1
| * | | cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber2013-06-118-16/+44
| * | | memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber2013-06-112-2/+5
| * | | cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2013-06-117-15/+34
| * | | monitor: Simplify do_inject_mce() with qemu_get_cpu()Andreas Färber2013-06-111-9/+5
| * | | target-i386: cpu: Fix potential buffer overrun in get_register_name_32()Igor Mammedov2013-06-101-1/+1
| * | | target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost2013-06-102-3/+15
| * | | target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost2013-06-104-3/+27
| * | | pc: Create pc-*-1.6 machine-typesEduardo Habkost2013-06-102-3/+23
| * | | pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov2013-06-101-0/+5
| * | | dump: Move stubs into libqemustub.aAndreas Färber2013-06-103-2/+1
| |/ /
* | | Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori2013-06-149-223/+1752
|\ \ \
| * | | MAINTAINERS: add tcg/aarch64 maintainerClaudio Fontana2013-06-121-0/+6
| * | | configure: permit compilation on arm aarch64Claudio Fontana2013-06-121-0/+8
| * | | tcg/aarch64: implement user mode qemu ld/stJani Kokkonen2013-06-122-6/+117
| * | | user-exec.c: aarch64 initial implementation of cpu_signal_handlerClaudio Fontana2013-06-121-0/+15
| * | | tcg/aarch64: implement sign/zero extend operationsClaudio Fontana2013-06-122-12/+66
| * | | tcg/aarch64: implement byte swap operationsClaudio Fontana2013-06-122-5/+37
| * | | tcg/aarch64: implement AND/TEST immediate patternClaudio Fontana2013-06-121-0/+34
| * | | tcg/aarch64: improve arith shifted regs operationsClaudio Fontana2013-06-121-18/+30
| * | | tcg/aarch64: implement new TCG target for aarch64Claudio Fontana2013-06-124-1/+1266
| * | | include/elf.h: add aarch64 ELF machine and relocsClaudio Fontana2013-06-121-0/+129
| * | | configure: Drop CONFIG_ATFILE testPeter Maydell2013-06-121-26/+0
| * | | linux-user: Drop direct use of openat etc syscallsPeter Maydell2013-06-121-194/+24
| * | | linux-user: Allow getdents to be provided by getdents64Peter Maydell2013-06-121-1/+60
| |/ /
* | | Merge remote-tracking branch 'pmaydell/target-arm.next' into stagingAnthony Liguori2013-06-141-1/+1
|\ \ \
| * | | Fix rfe instructionPeter Chubb2013-06-031-1/+1
* | | | Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori2013-06-144-20/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | tcg: Remove redundant tcg_target_init checksRichard Henderson2013-06-053-19/+0
| * | | tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITSRichard Henderson2013-06-051-1/+1
| | |/ | |/|
* | | qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-107-24/+26
* | | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-06-102-3/+26
|\ \ \
| * | | correct RTC_CHANGE_EVENT description (v2)Marcelo Tosatti2013-06-071-1/+2
| * | | MAINTAINERS: split Monitor (QMP/HMP) entryLuiz Capitulino2013-06-071-2/+17
| * | | MAINTAINERS: new maintainers for qapi-schema.jsonLuiz Capitulino2013-06-071-0/+7
* | | | Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2013-06-102-7/+13
|\ \ \ \
| * | | | tap: fix NULL dereference when passing invalid parameters to tapJason Wang2013-06-071-6/+12
| * | | | vmxnet3: fix NICState cleanupStefan Hajnoczi2013-06-051-1/+1
| | |/ / | |/| |
* | | | gtk: use better iconAnthony Liguori2013-06-103-2/+978
* | | | softfloat: Fix shift128Right for shift counts 64..127Peter Maydell2013-06-101-1/+1
* | | | gdbstub: let the debugger resume from guest panicked statePaolo Bonzini2013-06-102-0/+4
* | | | gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dcPaolo Bonzini2013-06-101-1/+1
* | | | xilinx_axidma: Do not set DMA .notify to NULL after notifyWendy Liang2013-06-101-1/+2
* | | | xilinx_axienet: Fix bit mask codeStefan Weil2013-06-101-1/+1
| |/ / |/| |
OpenPOWER on IntegriCloud