aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-07qemu-doc: merge qemu-tech and qemu-docPaolo Bonzini6-65/+21
2016-10-07qemu-tech: rewrite some partsPaolo Bonzini1-82/+42
2016-10-07qemu-tech: reorganize contentPaolo Bonzini1-97/+74
2016-10-07qemu-tech: move TCG test documentation to tests/tcg/READMEPaolo Bonzini2-35/+76
2016-10-07qemu-tech: move user mode emulation features from qemu-techPaolo Bonzini2-71/+34
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini6-25/+34
2016-10-07qemu-tech: move text from qemu-tech to tcg/READMEPaolo Bonzini2-10/+7
2016-10-07qemu-doc: drop installation and compilation notesPaolo Bonzini2-251/+0
2016-10-07qemu-doc: replace introduction with the one from the internals manualPaolo Bonzini2-128/+44
2016-10-07qemu-tech: drop indexPaolo Bonzini1-5/+0
2016-10-06test-qht: perform lookups under rcu_read_lockEmilio G. Cota1-0/+4
2016-10-06qht: fix unlock-after-free segfault upon resizingEmilio G. Cota1-21/+28
2016-10-06qht: simplify qht_reset_sizeEmilio G. Cota1-5/+3
2016-10-06qemu-nbd: Shrink image size by specified offsetTomáš Golembiovský1-0/+8
2016-10-04qemu_kill_report: Report PID name tooMichal Privoznik1-2/+6
2016-10-04util: Introduce qemu_get_pid_nameMichal Privoznik3-0/+44
2016-10-04char: update read handler in all casesMarc-André Lureau1-1/+1
2016-10-04char: use a fixed idx for child muxed chrMarc-André Lureau2-7/+16
2016-10-04i8259: give ISA device when registering ISA ioportsHervé Poussineau1-2/+3
2016-10-04.travis.yml: add gcc sanitizer buildAlex Bennée1-0/+45
2016-10-04qga/command: use QEMU atomic primitivesAlex Bennée1-8/+9
2016-10-04linux-user/syscall: extend lock around cpu-listAlex Bennée1-1/+6
2016-10-04util/qht: atomically set b->hashesAlex Bennée1-5/+5
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée2-6/+6
2016-10-04qom/cpu: atomically clear the tb_jmp_cacheAlex Bennée1-1/+5
2016-10-04qom/object: update class cache atomicallyAlex Bennée1-7/+8
2016-10-04seqlock: use atomic writes for the sequencePaolo Bonzini1-2/+2
2016-10-04tcg/optimize: move default return out of if statementAlex Bennée1-2/+1
2016-10-04atomic.h: comment on use of atomic_read/setAlex Bennée1-0/+6
2016-10-04atomic.h: fix __SANITIZE_THREAD__ buildAlex Bennée1-1/+1
2016-10-04intc: make HMP 'info irq' and 'info pic' commands available on all targetsHervé Poussineau1-4/+1
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau11-144/+68
2016-10-04intc/lm32_pic: implement InterruptStatsProvider interfaceHervé Poussineau1-4/+28
2016-10-04intc/slavio_intctl: implement InterruptStatsProvider interfaceHervé Poussineau1-0/+35
2016-10-04intc/i8259: implement InterruptStatsProvider interfaceHervé Poussineau1-0/+37
2016-10-04intc: add an interface to gather statistics/informations on interrupt control...Hervé Poussineau3-0/+75
2016-10-04hw/misc/edu: support MSI interruptPeter Xu2-3/+22
2016-10-04MC146818 RTC: coordinate guest clock base to destination host after migrationJunlian Bell1-1/+9
2016-10-04hw/iommu: Fix problems reported by Coverity scanDavid Kiarie1-9/+13
2016-09-30Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-2/+16
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya3-1/+13
2016-09-29MAINTAINERS: Add some more headers to the IDE sectionThomas Huth1-0/+1
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell15-60/+106
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell49-521/+1157
2016-09-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-10/+78
2016-09-28trace: Document the execution mode of guest eventsLluís Vilanova1-0/+3
2016-09-28trace: Add event "guest_cpu_reset"Lluís Vilanova2-0/+8
2016-09-28trace: Add event "guest_cpu_enter"Lluís Vilanova2-0/+11