summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't talk about the LGPL if the file is licensed under the GPLThomas Huth2019-01-307-31/+27Star
| * | hw: sd: set category of the sd memory cardkumar sourav2019-01-301-0/+1
| * | hw: input: set category of the i8042 devicekumar sourav2019-01-301-0/+1
| * | typo: apci->acpiDr. David Alan Gilbert2019-01-303-3/+3
| * | hw: edu: set category of the edu devicekumar sourav2019-01-301-0/+2
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ...Peter Maydell2019-01-3110-88/+153
|\ \
| * | usb-mtp: replace the homebrew write with qemu_write_fullBandan Das2019-01-301-11/+3Star
| * | usb-mtp: breakup MTP write into smaller chunksBandan Das2019-01-301-43/+91
| * | usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das2019-01-301-14/+13Star
| * | usb: implement XHCI underrun/overrun eventsYuri Benditovich2019-01-302-2/+16
| * | usb: XHCI shall not halt isochronous endpointsYuri Benditovich2019-01-301-0/+5
| * | hw/usb: Fix LGPL information in the file headersThomas Huth2019-01-305-11/+10Star
| * | usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang2019-01-301-0/+1
| * | usb: assign unique serial numbers to hid devicesGerd Hoffmann2019-01-302-11/+18
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2019-01-3115-21/+502
|\ \
| * | trace: rerun tracetool after ./configure changesStefan Hajnoczi2019-01-301-8/+8
| * | trace: improve runstate tracingVladimir Sementsov-Ogievskiy2019-01-252-4/+7
| * | trace: add ability to do simple printf logging via systemtapDaniel P. Berrangé2019-01-247-1/+467
| * | trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2019-01-243-2/+6
| * | trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé2019-01-242-1/+3
| * | display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé2019-01-242-5/+11
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-01-313-5/+10
|\ \ \
| * | | hostmem: add more information in error messagesZhang Yi2019-01-282-5/+9
| * | | numa: Fixed the memory leak of numa error messageZhang Yi2019-01-281-0/+1
* | | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2019-01-292-1/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov2019-01-282-0/+16
| * | | i386: Update stepping of Cascadelake-ServerTao Xu2019-01-282-1/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190129'...Peter Maydell2019-01-2928-242/+873
|\ \ \
| * | | gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_indexPeter Maydell2019-01-291-42/+4Star
| * | | accel/tcg: Add cluster number to TCG TB hashPeter Maydell2019-01-293-1/+9
| * | | qom/cpu: Add cluster_index to CPUStatePeter Maydell2019-01-294-0/+78
| * | | hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell2019-01-291-2/+2
| * | | aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater2019-01-292-3/+115
| * | | aspeed/smc: Add dummy data registerCédric Le Goater2019-01-291-3/+6
| * | | aspeed/smc: define registers for all possible CSCédric Le Goater2019-01-291-1/+1
| * | | aspeed/smc: fix default read valueCédric Le Goater2019-01-291-1/+1
| * | | xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell2019-01-291-0/+5
| * | | checkpatch: Don't emit spurious warnings about block commentsPeter Maydell2019-01-291-1/+1
| * | | tests/microbit-test: Check nRF51 UART functionalityJulia Suvorova2019-01-291-0/+89
| * | | tests/microbit-test: Make test independent of global_qtestJulia Suvorova2019-01-291-118/+129
| * | | tests/libqtest: Introduce qtest_init_with_serial()Julia Suvorova2019-01-292-0/+36
| * | | memory: add memory_region_flush_rom_device()Stefan Hajnoczi2019-01-292-0/+31
| * | | target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS2019-01-293-19/+22
| * | | MAINTAINERS: update microbit ARM board filesStefan Hajnoczi2019-01-291-3/+5
| * | | accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writePeter Maydell2019-01-291-14/+52
| * | | exec.c: Use correct attrs in cpu_memory_rw_debug()Peter Maydell2019-01-291-4/+2Star
| * | | tests/microbit-test: add TWI stub device testStefan Hajnoczi2019-01-291-0/+44
| * | | arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz2019-01-296-0/+189
| * | | gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0Luc Michel2019-01-291-29/+43
| * | | target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth2019-01-291-9/+10