summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-1123-52/+35Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-1123-33/+31Star
* mips_malta: Clean up definition of flash memory size somewhatMarkus Armbruster2019-03-111-1/+1
* hw/mips/malta: Restrict 'bios_size' variable scopePhilippe Mathieu-Daudé2019-03-111-1/+1
* hw/mips/malta: Remove fl_sectors variablePhilippe Mathieu-Daudé2019-03-111-2/+1Star
* mips_malta: Delete disabled, broken DEBUG_BOARD_INIT codeMarkus Armbruster2019-03-111-10/+0Star
* r2d: Fix flash memory size, sector size, width, device IDMarkus Armbruster2019-03-111-4/+12
* ppc405_boards: Don't size flash memory to match backing imageMarkus Armbruster2019-03-111-24/+12Star
* ppc405_boards: Delete stale, disabled DEBUG_BOARD_INIT codeMarkus Armbruster2019-03-111-60/+0Star
* sam460ex: Don't size flash memory to match backing imageMarkus Armbruster2019-03-111-15/+26
* hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster2019-03-116-11/+10Star
* pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster2019-03-113-15/+15
* pflash_cfi01: Log use of flawed "write to buffer"Markus Armbruster2019-03-111-0/+13
* pflash_cfi01: Do not exit() on guest aborting "write to buffer"Markus Armbruster2019-03-111-8/+5Star
* pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster2019-03-117-110/+125
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-1132-155/+286
|\
| * qemugdb: fix licensingPaolo Bonzini2019-03-114-20/+8Star
| * chardev: add support for authorization for TLS clientsDaniel P. Berrange2019-03-114-3/+28
| * qom: cpu: destroy work_mutex in cpu_common_finalizeLi Qiang2019-03-111-0/+3
| * exec.c: refactor function flatview_add_to_dispatch()Wei Yang2019-03-111-17/+31
| * lsi: 810/895A are always little endianSven Schnelle2019-03-111-4/+3Star
| * lsi: return dfifo valueSven Schnelle2019-03-111-1/+1
| * lsi: use SCSI phase names instead of numbers in traceSven Schnelle2019-03-112-11/+26
| * lsi: use enum type for s->msg_actionSven Schnelle2019-03-111-11/+16
| * lsi: use enum type for s->waitingSven Schnelle2019-03-111-19/+23
| * lsi: use ldn_le_p()/stn_le_p()Sven Schnelle2019-03-111-20/+4Star
| * scsi-disk: Fix crash if request is invaild or disk is no mediumZhengui Li2019-03-111-13/+24
| * configure: Disable W^X on OpenBSDPhilippe Mathieu-Daudé2019-03-111-0/+11
| * oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failurePhilippe Mathieu-Daudé2019-03-111-0/+12
| * accel: Allow to build QEMU without TCG or KVM supportAnthony PERARD2019-03-111-1/+3
| * build: clean trace/generated-helpers.cPaolo Bonzini2019-03-111-0/+1
| * build: remove unnecessary assignments from Makefile.targetPaolo Bonzini2019-03-112-4/+1Star
| * build: get rid of target-obj-yPaolo Bonzini2019-03-113-8/+4Star
| * update copyright noticeDavid Kiarie2019-03-112-2/+2
| * lsi: check if SIGP bit is already set in Wait reselectSven Schnelle2019-03-111-2/+4
| * lsi: implement basic SBCL functionalitySven Schnelle2019-03-111-4/+27
| * virtio-scsi: Fix build with gcc 9Greg Kurz2019-03-111-1/+7
| * i386: extended the cpuid_level when Intel PT is enabledLuwei Kang2019-03-113-0/+13
| * target-i386: add kvm stubs to user-mode emulatorsPaolo Bonzini2019-03-111-1/+1
| * configure: Enable werror for git worktreesAlexey Kardashevskiy2019-03-111-1/+1
| * contrib/elf2dmp: add kernel start address checkingViktor Prutyanov2019-03-111-0/+6
| * block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé2019-03-111-0/+7
| * hw/i386/pc: run the multiboot loader before the PVH loaderStefano Garzarella2019-03-111-6/+11
| * tests: test-qgraph: fix a memory leakLi Qiang2019-03-111-1/+2
| * riscv/Kconfig: enable PCI_DEVICESDavid Abdurachmanov2019-03-111-0/+3
| * vfio-pci: enable by defaultPaolo Bonzini2019-03-111-1/+2
| * memory: Do not update coalesced IO range in the case of NOPJagannathan Raman2019-03-111-4/+1Star
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-11-2019' ...Peter Maydell2019-03-11175-440/+9200
|\ \
| * | target/mips: Add tests for a variety of MSA integer subtract instructionsMateja Marjanovic2019-03-1120-0/+3022
| * | target/mips: Add tests for a variety of MSA integer multiply instructionsMateja Marjanovic2019-03-118-0/+1208