summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/pci-host/piix: Extract piix3_create()Philippe Mathieu-Daudé2019-11-051-20/+31
| * | | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé2019-11-054-154/+0Star
| * | | hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-055-30/+37
| * | | hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()Philippe Mathieu-Daudé2019-11-051-18/+29
| * | | hw/mips/mips_malta: Create IDE hard drive array dynamicallyPhilippe Mathieu-Daudé2019-11-051-2/+5
| * | | piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-059-19/+48
| * | | piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau2019-11-052-4/+4
| * | | piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau2019-11-052-2/+4
| * | | piix4: Rename PIIX4 object to piix4-isaHervé Poussineau2019-11-053-2/+3
| * | | Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé2019-11-052-19/+0Star
| * | | piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-053-30/+44
| * | | piix4: Add the Reset Control RegisterHervé Poussineau2019-11-051-3/+46
| * | | MAINTAINERS: Keep PIIX4 South Bridge separate from PC ChipsetsPhilippe Mathieu-Daudé2019-11-051-1/+6
| * | | Makefile: Fix config-devices.mak not regenerated when Kconfig updatedPhilippe Mathieu-Daudé2019-11-051-1/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell2019-11-061-8/+32
|\ \ \
| * | | q800: fix I/O memory mapLaurent Vivier2019-11-051-8/+32
* | | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-11-064-65/+63Star
|\ \ \ \
| * | | | image-fuzzer: Use OSerror.strerror instead of tuple subscriptEduardo Habkost2019-11-051-2/+2
| * | | | image-fuzzer: Use errors parameter of subprocess.Popen()Eduardo Habkost2019-11-051-7/+4Star
| * | | | image-fuzzer: Run using python3Eduardo Habkost2019-11-053-4/+1Star
| * | | | image-fuzzer: Encode file name and file format to bytesEduardo Habkost2019-11-051-2/+2
| * | | | image-fuzzer: Use bytes constant for field valuesEduardo Habkost2019-11-051-2/+2
| * | | | image-fuzzer: Return bytes objects on string fuzzing functionsEduardo Habkost2019-11-051-21/+21
| * | | | image-fuzzer: Use %r for all fiels at Field.__repr__()Eduardo Habkost2019-11-051-2/+2
| * | | | image-fuzzer: Use io.StringIOEduardo Habkost2019-11-051-5/+9
| * | | | image-fuzzer: Explicitly use integer division operatorEduardo Habkost2019-11-052-26/+26
| * | | | image-fuzzer: Write bytes instead of string to image fileEduardo Habkost2019-11-051-1/+1
| * | | | image-fuzzer: Open image files in binary modeEduardo Habkost2019-11-051-1/+1
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2019-11-04-tag' in...Peter Maydell2019-11-062-7/+8
|\ \ \ \
| * | | | qga: Add "guest-get-memory-block-info" to blacklistBasil Salman2019-11-042-2/+3
| * | | | qga-win: network-get-interfaces command name field bug fixBishara AbuHattoum2019-11-041-5/+5
| |/ / /
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-11-04' in...Peter Maydell2019-11-055-15/+73
|\ \ \ \ | |_|_|/ |/| | |
| * | | block/file-posix: Let post-EOF fallocate serializeMax Reitz2019-11-041-0/+36
| * | | block: Add bdrv_co_get_self_request()Max Reitz2019-11-042-0/+19
| * | | block: Make wait/mark serialising requests publicMax Reitz2019-11-042-12/+15
| * | | block/block-copy: fix s->copy_size for compressed clusterVladimir Sementsov-Ogievskiy2019-11-041-2/+2
| * | | nvme: fix NSSRS offset in CAP registerKlaus Jensen2019-11-041-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req...Peter Maydell2019-11-052-3/+25
|\ \ \ | |/ / |/| |
| * | tests/fw_cfg: Test 'reboot-timeout=-1' special valuePhilippe Mathieu-Daudé2019-11-011-0/+21
| * | fw_cfg: Allow reboot-timeout=-1 againDr. David Alan Gilbert2019-11-011-3/+4
* | | Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' ...Peter Maydell2019-11-021-2/+2
|\ \ \
| * | | MAINTAINERS: Change to my personal email addressPalmer Dabbelt2019-11-011-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191101-...Peter Maydell2019-11-0216-59/+1798
|\ \ \ | |/ / |/| |
| * | target/arm: Allow reading flags from FPSCR for M-profileChristophe Lyon2019-11-011-2/+3
| * | hw/arm/boot: Rebuild hflags when modifying CPUState at bootEdgar E. Iglesias2019-11-011-0/+1
| * | target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones2019-11-016-33/+55
| * | target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones2019-11-015-56/+377
| * | target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones2019-11-013-7/+25
| * | target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones2019-11-015-4/+69
| * | target/arm/kvm64: Add kvm_arch_get/put_sveAndrew Jones2019-11-011-28/+155