Age | Commit message (Expand) | Author | Files | Lines |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+2 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -2/+2 |
2019-03-20 | hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-20 | hw/isa/Kconfig: i82378 SuperIO requires PC speaker device | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-03-12 | i386, acpi: check acpi_memory_hotplug capacity in pre_plug | Wei Yang | 1 | -0/+1 |
2019-03-07 | isa: express SuperIO dependencies with Kconfig | Paolo Bonzini | 1 | -0/+21 |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | i386: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+7 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+23 |
2019-02-27 | i2c: Split smbus into parts | Corey Minyard | 1 | -1/+0 |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini | 1 | -2/+2 |
2018-10-24 | configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device | Thomas Huth | 1 | -1/+2 |
2018-08-23 | i2c: pm_smbus: Add the ability to force block transfer enable | Corey Minyard | 1 | -1/+1 |
2018-06-16 | hw/isa/smc37c669: Change the parallel I/O base to 378H | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-06-01 | hw/isa/superio: Fix inconsistent use of Chardev->be | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell | 1 | -2/+2 |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+0 |
2018-03-13 | acpi: move ACPI_PORT_SMI_CMD define to header it belongs to | Igor Mammedov | 1 | -1/+0 |
2018-03-12 | hw/isa/superio: Add the SMC FDC37C669 Super I/O | Philippe Mathieu-Daudé | 2 | -1/+116 |
2018-03-12 | hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO | Philippe Mathieu-Daudé | 1 | -0/+20 |
2018-03-12 | hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-03-12 | hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c | Philippe Mathieu-Daudé | 1 | -0/+19 |
2018-03-12 | hw/isa/superio: Factor out the IDE code from pc87312.c | Philippe Mathieu-Daudé | 3 | -17/+43 |
2018-03-12 | hw/isa/superio: Add a keyboard/mouse controller (8042) | Philippe Mathieu-Daudé | 1 | -0/+3 |
2018-03-12 | hw/isa/superio: Factor out the floppy disc controller code from pc87312.c | Philippe Mathieu-Daudé | 3 | -28/+56 |
2018-03-12 | hw/isa/superio: Factor out the serial code from pc87312.c | Philippe Mathieu-Daudé | 3 | -32/+54 |
2018-03-12 | hw/isa/superio: Factor out the parallel code from pc87312.c | Philippe Mathieu-Daudé | 3 | -24/+83 |
2018-03-12 | hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIO | Philippe Mathieu-Daudé | 1 | -1/+10 |
2018-03-12 | hw/isa/superio: Add a Super I/O template based on the PC87312 device | Philippe Mathieu-Daudé | 2 | -0/+29 |
2018-03-12 | hw/isa/pc87312: Use 'unsigned int' for the irq value | Philippe Mathieu-Daudé | 1 | -3/+3 |
2018-03-12 | hw/isa/pc87312: Use uint16_t for the ISA I/O base address | Philippe Mathieu-Daudé | 1 | -7/+7 |
2018-03-12 | hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-03-12 | hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c | Philippe Mathieu-Daudé | 1 | -26/+0 |
2018-02-13 | lpc: drop pcie host dependency | Michael S. Tsirkin | 1 | -1/+0 |
2018-01-22 | hw/isa: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -3/+4 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -1/+1 |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2 | -3/+3 |
2017-12-18 | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé | 1 | -1/+2 |
2017-12-18 | hw/timer/i8254: rename pit_init() -> i8254_pit_init() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-12-18 | misc: remove old i386 dependency | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-12-05 | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 1 | -5/+5 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 4 | -0/+25 |
2017-10-15 | fw_cfg: add write callback | Marc-André Lureau | 1 | -2/+2 |
2017-09-26 | hw/isa/pc87312: Mark the device with user_creatable = false | Thomas Huth | 1 | -0/+2 |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -1/+1 |