aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-26os-posix: Provide new -runas <uid>:<gid> facilityIan Jackson2-13/+67
2018-04-26os-posix: cleanup: Replace fprintfs with error_report in change_process_uidIan Jackson1-5/+5
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson2-0/+19
2018-04-26xen: move xc_interface compatibility fallback further up the fileIan Jackson1-7/+11
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson1-2/+3
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson2-8/+14
2018-04-26xen: restrict: use xentoolcore_restrict_allIan Jackson1-35/+11
2018-04-26xen: link against xentoolcoreAnthony PERARD1-2/+7
2018-04-26AccelClass: Introduce accel_setup_postIan Jackson3-0/+13
2018-04-26checkpatch: Add xendevicemodel_handle to the list of typesIan Jackson1-0/+1
2018-04-26vl.c: new function serial_max_hds()Peter Maydell3-3/+10
2018-04-26vl.c: Remove compile time limit on number of serial portsPeter Maydell2-10/+7
2018-04-26superio: Don't use MAX_SERIAL_PORTS for serial port limitPeter Maydell1-1/+3
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell6-9/+12
2018-04-26hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell1-20/+0
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell7-20/+8
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell65-143/+143
2018-04-26vl.c: Provide accessor function serial_hd() for serial_hds[] arrayPeter Maydell2-0/+12
2018-04-26hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devicesPeter Maydell1-4/+0
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell1-5/+0
2018-04-26hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell1-4/+0
2018-04-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell3-34/+3
2018-04-26hw/char/serial: Allow disconnected chardevsPeter Maydell1-5/+0
2018-04-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180426'...Peter Maydell16-78/+148
2018-04-26Open 2.13 development treePeter Maydell1-1/+1
2018-04-26xilinx_spips: Correct SNOOP_NONE state when flushing the txfifoSai Pavan Boddu1-1/+2
2018-04-26timer/aspeed: fix vmstate version idCédric Le Goater1-1/+1
2018-04-26hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAMPeter Maydell1-2/+1
2018-04-26hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell1-1/+1
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell1-1/+1
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell1-2/+0
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay2-4/+5
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay1-1/+1
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay2-0/+18
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay5-9/+58
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay3-18/+30
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay2-18/+2
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay1-9/+22
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay1-1/+1
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay1-1/+1
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell1-4/+5
2018-04-26target/arm: Remove stale TODO commentPeter Maydell1-7/+1
2018-04-26arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov1-1/+1
2018-04-26device_tree: Increase FDT_MAX_SIZE to 1 MiBGeert Uytterhoeven1-1/+1
2018-04-26Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180425a'...Peter Maydell11-215/+716
2018-04-25migration: remove ram_save_compressed_page()Xiao Guangrong1-37/+8
2018-04-25migration: introduce save_normal_page()Xiao Guangrong1-20/+30
2018-04-25migration: move calling save_zero_page to the common placeXiao Guangrong1-46/+59
2018-04-25migration: move calling control_save_page to the common placeXiao Guangrong1-8/+8
2018-04-25migration: move some code to ram_save_host_pageXiao Guangrong1-24/+19