aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-01hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGLPhilippe Mathieu-Daudé3-5/+5
2019-02-01configure: LM32 Milkymist Texture Mapping Unit (tmu2) also depends of X11Philippe Mathieu-Daudé1-0/+10
2019-02-01hw/display: Move Milkymist specific hardware out of common-obj listPhilippe Mathieu-Daudé1-2/+2
2019-01-31Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell63-107/+96
2019-01-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ...Peter Maydell10-88/+153
2019-01-31Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell15-21/+502
2019-01-31Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-5/+10
2019-01-30virtio-blk: remove duplicate definition of VirtIOBlock *s pointerStefano Garzarella1-2/+0
2019-01-30hw/block: clean up stale xen_disk trace entriesPaul Durrant1-7/+0
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth8-13/+13
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth9-9/+9
2019-01-30tcg: Fix LGPL version numberThomas Huth13-13/+13
2019-01-30target/tricore: Fix LGPL version numberThomas Huth10-10/+10
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth7-7/+7
2019-01-30COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.orgThomas Huth1-12/+10
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth7-31/+27
2019-01-30hw: sd: set category of the sd memory cardkumar sourav1-0/+1
2019-01-30hw: input: set category of the i8042 devicekumar sourav1-0/+1
2019-01-30typo: apci->acpiDr. David Alan Gilbert3-3/+3
2019-01-30hw: edu: set category of the edu devicekumar sourav1-0/+2
2019-01-30usb-mtp: replace the homebrew write with qemu_write_fullBandan Das1-11/+3
2019-01-30usb-mtp: breakup MTP write into smaller chunksBandan Das1-43/+91
2019-01-30usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das1-14/+13
2019-01-30usb: implement XHCI underrun/overrun eventsYuri Benditovich2-2/+16
2019-01-30usb: XHCI shall not halt isochronous endpointsYuri Benditovich1-0/+5
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth5-11/+10
2019-01-30usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang1-0/+1
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann2-11/+18
2019-01-30trace: rerun tracetool after ./configure changesStefan Hajnoczi1-8/+8
2019-01-29Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-1/+18
2019-01-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190129'...Peter Maydell28-242/+873
2019-01-29gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_indexPeter Maydell1-42/+4
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell3-1/+9
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell4-0/+78
2019-01-29hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell1-2/+2
2019-01-29aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater2-3/+115
2019-01-29aspeed/smc: Add dummy data registerCédric Le Goater1-3/+6
2019-01-29aspeed/smc: define registers for all possible CSCédric Le Goater1-1/+1
2019-01-29aspeed/smc: fix default read valueCédric Le Goater1-1/+1
2019-01-29xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell1-0/+5
2019-01-29checkpatch: Don't emit spurious warnings about block commentsPeter Maydell1-1/+1
2019-01-29tests/microbit-test: Check nRF51 UART functionalityJulia Suvorova1-0/+89
2019-01-29tests/microbit-test: Make test independent of global_qtestJulia Suvorova1-118/+129
2019-01-29tests/libqtest: Introduce qtest_init_with_serial()Julia Suvorova2-0/+36
2019-01-29memory: add memory_region_flush_rom_device()Stefan Hajnoczi2-0/+31
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS3-19/+22
2019-01-29MAINTAINERS: update microbit ARM board filesStefan Hajnoczi1-3/+5
2019-01-29accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writePeter Maydell1-14/+52
2019-01-29exec.c: Use correct attrs in cpu_memory_rw_debug()Peter Maydell1-4/+2
2019-01-29tests/microbit-test: add TWI stub device testStefan Hajnoczi1-0/+44