aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-12tcg: fix cpu_io_recompilePavel Dovgalyuk1-3/+15
2018-03-12replay: update documentationPavel Dovgalyuk1-20/+52
2018-03-12replay: save vmstate of the asynchronous eventsPavel Dovgalyuk3-23/+30
2018-03-12replay: don't process async events when warping the clockPavel Dovgalyuk2-1/+7
2018-03-12scripts/replay-dump.py: replay log dumperAlex Bennée1-0/+308
2018-03-12replay: avoid recursive call of checkpointsPavel Dovgalyuk1-1/+13
2018-03-12replay: check return values of fwritePavel Dovgalyuk1-2/+15
2018-03-12replay: push replay_mutex_lock up the call treeAlex Bennée10-76/+109
2018-03-12replay: don't destroy mutex at exitPavel Dovgalyuk3-7/+0
2018-03-12replay: make locking visible outside replay codeAlex Bennée4-4/+25
2018-03-12replay/replay-internal.c: track holding of replay_lockAlex Bennée1-0/+11
2018-03-12replay/replay.c: bump REPLAY_VERSION againAlex Bennée2-2/+2
2018-03-12replay: save prior value of the host clockPavel Dovgalyuk4-0/+31
2018-03-12replay: added replay log format descriptionPavel Dovgalyuk1-0/+69
2018-03-12replay: fix save/load vm for non-empty queuePavel Dovgalyuk3-0/+22
2018-03-12replay: fixed replay_enable_eventsPavel Dovgalyuk1-3/+5
2018-03-12replay: fix processing async eventsPavel Dovgalyuk1-2/+2
2018-03-12cpu-exec: fix exception_index handlingPavel Dovgalyuk1-1/+4
2018-03-12hw/i386/pc: Factor out the superio codePhilippe Mathieu-Daudé1-31/+41
2018-03-12hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIOPhilippe Mathieu-Daudé2-6/+7
2018-03-12hw/alpha/dp264: Add the ISA DMA controllerPhilippe Mathieu-Daudé2-0/+6
2018-03-12hw/isa/superio: Add the SMC FDC37C669 Super I/OPhilippe Mathieu-Daudé4-1/+118
2018-03-12MAINTAINERS: Split the Alpha TCG/machine sectionPhilippe Mathieu-Daudé1-1/+5
2018-03-12MAINTAINERS: Add entries for the VT82C686B Super I/OPhilippe Mathieu-Daudé1-0/+2
2018-03-12hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé3-12/+25
2018-03-12hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé3-3/+3
2018-03-12hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init()Philippe Mathieu-Daudé1-42/+41
2018-03-12hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé3-25/+31
2018-03-12hw/mips/malta: Code movementPhilippe Mathieu-Daudé1-7/+7
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé4-17/+45
2018-03-12hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé3-1/+4
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé5-32/+58
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé5-36/+56
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé5-28/+89
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé2-3/+14
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé4-0/+75
2018-03-12hw/isa/pc87312: Use 'unsigned int' for the irq valuePhilippe Mathieu-Daudé1-3/+3
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé2-8/+8
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé3-4/+4
2018-03-12MAINTAINERS: Fix the PC87312 include pathPhilippe Mathieu-Daudé1-1/+2
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé15-16/+43
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé11-18/+19
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé12-36/+59
2018-03-12membarrier: add --enable-membarrierPaolo Bonzini4-1/+102
2018-03-12membarrier: introduce qemu/sys_membarrier.hPaolo Bonzini3-7/+26
2018-03-12rcu: make memory barriers more explicitPaolo Bonzini2-5/+22
2018-03-12docs: document atomic_load_acquire and atomic_store_releasePaolo Bonzini1-27/+30
2018-03-12rcutorture: remove synchronize_rcu from readersPaolo Bonzini1-4/+0
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth3-13/+16
2018-03-12Polish the version strings containing the package versionThomas Huth11-19/+21