Age | Commit message (Expand) | Author |
2018-02-06 | hw/xen*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF() | Alistair Francis |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/openrisc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/moxie: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/mips: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/lm32: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/dma: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-06 | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into staging | Peter Maydell |
2018-02-05 | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1... | Peter Maydell |
2018-02-04 | hw/hppa: Use qemu_log_mask instead of fprintf to stderr | Richard Henderson |
2018-02-03 | tpm: tis: move one-line function into caller | Stefan Berger |
2018-02-03 | tpm: wrap stX_be_p in tpm_cmd_set_XYZ functions | Stefan Berger |
2018-02-03 | tpm: Split off tpm_crb_reset function | Stefan Berger |
2018-02-02 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' ... | Peter Maydell |
2018-02-02 | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging | Peter Maydell |
2018-02-02 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180202-pull-request... | Peter Maydell |
2018-02-02 | Merge remote-tracking branch 'remotes/cminyard/tags/for-release-20180201' int... | Peter Maydell |
2018-02-02 | tests: virtio-9p: add FLUSH operation test | Greg Kurz |
2018-02-02 | virtio-gpu: disallow vIOMMU | Peter Xu |
2018-02-02 | hw/audio/sb16.c: change dolog() to qemu_log_mask() | John Arbuckle |
2018-02-02 | hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h | Philippe Mathieu-Daudé |
2018-02-01 | tests: virtio-9p: add WRITE operation test | Greg Kurz |
2018-02-01 | tests: virtio-9p: add LOPEN operation test | Greg Kurz |
2018-02-01 | tests: virtio-9p: use the synth backend | Greg Kurz |
2018-02-01 | 9pfs: Correctly handle cancelled requests | Keno Fischer |
2018-02-01 | 9pfs: drop v9fs_register_transport() | Greg Kurz |
2018-01-31 | hw/hppa: Implement DINO system board | Helge Deller |
2018-01-30 | ipmi: Allow BMC device properties to be set | Corey Minyard |
2018-01-30 | ipmi: disable IRQ and ATN on an external disconnect | Corey Minyard |
2018-01-30 | ipmi: Fix macro issues | Corey Minyard |
2018-01-30 | ipmi: Add the platform event message command | Corey Minyard |
2018-01-30 | ipmi: Don't set the timestamp on add events that don't have it | Corey Minyard |
2018-01-30 | ipmi: Fix SEL get/set time commands | Corey Minyard |
2018-01-30 | target/hppa: Skeleton support for hppa-softmmu | Helge Deller |
2018-01-30 | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-01-26-2... | Peter Maydell |
2018-01-29 | tpm: add CRB device | Marc-André Lureau |
2018-01-29 | tpm: report backend request error | Marc-André Lureau |
2018-01-29 | tpm: lookup cancel path under tpm device class | Marc-André Lureau |
2018-01-29 | tpm: fix alignment issues | Marc-André Lureau |
2018-01-29 | tpm: Set the flags of the CMD_INIT command to 0 | Stefan Berger |
2018-01-29 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-requ... | Peter Maydell |
2018-01-29 | hw: convert virtio-input-hid device to keycodemapdb | Daniel P. Berrange |
2018-01-29 | hw: convert the escc device to keycodemapdb | Daniel P. Berrange |
2018-01-29 | hw: convert ps2 device to keycodemapdb | Daniel P. Berrange |
2018-01-29 | ps2: check PS2Queue pointers in post_load routine | Prasad J Pandit |
2018-01-29 | input: virtio: don't send mouse wheel event twice | Miika S |