aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13sdhci: check Spec v2 capabilities (DMA and 64-bit bus)Philippe Mathieu-Daudé2-9/+19
2018-02-13sdhci: Fix 64-bit ADMA2Sai Pavan Boddu1-2/+2
2018-02-13sdhci: replace DMA magic value by BLOCK_SIZE_MASKPhilippe Mathieu-Daudé1-8/+10
2018-02-13sdhci: check the Spec v1 capabilities correctnessPhilippe Mathieu-Daudé3-2/+116
2018-02-13sdhci: simplify sdhci_get_fifolen()Philippe Mathieu-Daudé2-16/+8
2018-02-13sdhci: use a numeric value for the default CAPAB registerPhilippe Mathieu-Daudé1-58/+16
2018-02-13sdhci: add a 'spec_version property' (default to v2)Philippe Mathieu-Daudé3-6/+27
2018-02-13sdhci: add qtest to check the SD Spec versionPhilippe Mathieu-Daudé1-0/+24
2018-02-13sdhci: add a check_capab_sdma() qtestPhilippe Mathieu-Daudé1-0/+11
2018-02-13sdhci: add a check_capab_baseclock() qtestPhilippe Mathieu-Daudé1-0/+14
2018-02-13sdhci: add check_capab_readonly() qtestPhilippe Mathieu-Daudé1-0/+24
2018-02-13sdhci: add qtest to check the SD capabilities registerPhilippe Mathieu-Daudé2-0/+146
2018-02-13sdhci: use error_propagate(local_err) in realize()Philippe Mathieu-Daudé1-2/+6
2018-02-13build-sys: check static linking of UBSANMarc-André Lureau1-1/+9
2018-02-13build-sys: remove useless extra*flags variablesMarc-André Lureau1-6/+0
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini2-41/+45
2018-02-13net/can: documentationPavel Pisa1-0/+107
2018-02-13hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren2-0/+263
2018-02-13hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulationDeniz Eren2-0/+264
2018-02-13hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulationPavel Pisa3-0/+321
2018-02-13hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa6-1/+1099
2018-02-13net/can: support for connecting to Linux host SocketCAN interface.Pavel Pisa2-0/+287
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa8-0/+433
2018-02-13hax: Support guest RAM sizes of 4GB or moreYu Ning9-26/+89
2018-02-13make: fix help message reference to bogus V=0 variableDaniel P. Berrange1-1/+2
2018-02-13Revert "build-sys: silence make by default or V=0"Daniel P. Berrange2-3/+1
2018-02-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180212' int...Peter Maydell10-69/+722
2018-02-12Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell18-44/+68
2018-02-12Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-02-09' into st...Peter Maydell10-39/+40
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland5-0/+668
2018-02-11cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland1-9/+16
2018-02-11cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland1-5/+5
2018-02-11cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland1-1/+0
2018-02-11cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland1-11/+12
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland3-5/+5
2018-02-11cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland1-5/+5
2018-02-10spapr: set vsmt to MAX(8, smp_threads)Laurent Vivier1-1/+1
2018-02-10tests/qapi: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10tests/qapi: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10tests/hbitmap: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+3
2018-02-10async: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-10cuda: don't allow writes to port output pinsMark Cave-Ayland1-2/+2
2018-02-10MAINTAINERS: Add qemu-binfmt-conf.sh scriptThomas Huth1-0/+1
2018-02-10cuda: do not use old_mmio accessesMark Cave-Ayland1-32/+8
2018-02-10oslib-posix: check for posix_memalign in configure scriptAndreas Gustafsson2-1/+20
2018-02-10maint: Mention web site maintenance in READMEEric Blake1-0/+4
2018-02-10build: fix typo in error messageLaurent Vivier1-1/+1
2018-02-10configure: Allow capstone=git only if git update is not disabledAlexey Kardashevskiy1-1/+1
2018-02-10scripts/make-release: Don't archive .git filesCole Robinson1-3/+2