aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-26os-posix: cleanup: Replace perror with error_reportIan Jackson
2018-04-26os-posix: cleanup: Replace fprintf with error_report in remaining call sitesIan Jackson
2018-04-26xen: Expect xenstore write to fail when restrictedRoss Lagerwall
2018-04-26xen: Remove now-obsolete xen_xc_domain_add_to_physmapIan Jackson
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall
2018-04-26os-posix: Provide new -runas <uid>:<gid> facilityIan Jackson
2018-04-26os-posix: cleanup: Replace fprintfs with error_report in change_process_uidIan Jackson
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson
2018-04-26xen: move xc_interface compatibility fallback further up the fileIan Jackson
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson
2018-04-26xen: restrict: use xentoolcore_restrict_allIan Jackson
2018-04-26xen: link against xentoolcoreAnthony PERARD
2018-04-26AccelClass: Introduce accel_setup_postIan Jackson
2018-04-26checkpatch: Add xendevicemodel_handle to the list of typesIan Jackson
2018-04-26vl.c: new function serial_max_hds()Peter Maydell
2018-04-26vl.c: Remove compile time limit on number of serial portsPeter Maydell
2018-04-26superio: Don't use MAX_SERIAL_PORTS for serial port limitPeter Maydell
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-04-26hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell
2018-04-26Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26vl.c: Provide accessor function serial_hd() for serial_hds[] arrayPeter Maydell
2018-04-26hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell
2018-04-26hw/char/serial: Allow disconnected chardevsPeter Maydell
2018-04-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180426'...Peter Maydell
2018-04-26Open 2.13 development treePeter Maydell
2018-04-26xilinx_spips: Correct SNOOP_NONE state when flushing the txfifoSai Pavan Boddu
2018-04-26timer/aspeed: fix vmstate version idCédric Le Goater
2018-04-26hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAMPeter Maydell
2018-04-26hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay
2018-04-26target/arm: Allow EL change hooks to do IOAaron Lindsay
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Support multiple EL change hooksAaron Lindsay
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell
2018-04-26target/arm: Remove stale TODO commentPeter Maydell
2018-04-26arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov
2018-04-26device_tree: Increase FDT_MAX_SIZE to 1 MiBGeert Uytterhoeven
2018-04-26Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180425a'...Peter Maydell