Age | Commit message (Expand) | Author | Files | Lines |
2009-10-05 | usb: hotplug windup | Gerd Hoffmann | 1 | -0/+2 |
2009-10-05 | qdev hotplug: infrastructure and monitor commands. | Gerd Hoffmann | 4 | -4/+109 |
2009-10-05 | switch qemu-config to qemu_error | Gerd Hoffmann | 1 | -4/+5 |
2009-10-05 | usb: hook unplug into qdev, cleanups + fixes. | Gerd Hoffmann | 8 | -15/+56 |
2009-10-05 | pci: move unregister from PCIDevice to PCIDeviceInfo | Gerd Hoffmann | 8 | -11/+13 |
2009-10-05 | pci: use qdev for device destruction. | Gerd Hoffmann | 3 | -5/+4 |
2009-10-05 | Implement scsi device destruction | Gerd Hoffmann | 3 | -11/+21 |
2009-10-05 | Add exit callback to DeviceInfo. | Gerd Hoffmann | 2 | -0/+4 |
2009-10-05 | qdev: device free fixups. | Gerd Hoffmann | 2 | -4/+38 |
2009-10-05 | parallel: convert isa to qdev | Gerd Hoffmann | 5 | -14/+57 |
2009-10-05 | update pc-bios/bios.bin | Gerd Hoffmann | 1 | -0/+0 |
2009-10-05 | update pcbios submodule to current master | Gerd Hoffmann | 1 | -0/+0 |
2009-10-05 | piix_pci: kill PIIX3IrqState | Gerd Hoffmann | 1 | -20/+17 |
2009-10-05 | convert pci bridge to qdev | Gerd Hoffmann | 1 | -18/+48 |
2009-10-05 | support inplace allocation for pci bus, split irq init. | Gerd Hoffmann | 2 | -10/+38 |
2009-10-05 | switch ide bus to inplace allocation. | Gerd Hoffmann | 4 | -39/+36 |
2009-10-05 | switch usb bus to inplace allocation. | Gerd Hoffmann | 5 | -15/+12 |
2009-10-05 | switch scsi bus to inplace allocation. | Gerd Hoffmann | 5 | -22/+19 |
2009-10-05 | allow qdev busses allocations be inplace | Gerd Hoffmann | 2 | -3/+15 |
2009-10-05 | temporary fix for on_vcpu | Glauber Costa | 1 | -0/+4 |
2009-10-05 | kvm: Fix guest single-stepping | Jan Kiszka | 1 | -1/+7 |
2009-10-05 | gdbstub: x86: Switch 64/32 bit registers dynamically | Jan Kiszka | 2 | -15/+47 |
2009-10-05 | Enable host-clock-based RTC | Jan Kiszka | 5 | -25/+49 |
2009-10-05 | Refactor RTC command line switches | Jan Kiszka | 4 | -57/+119 |
2009-10-05 | Introduce QEMU_CLOCK_HOST | Jan Kiszka | 2 | -11/+42 |
2009-10-05 | win32: Drop dead dyntick timer code | Jan Kiszka | 1 | -5/+1 |
2009-10-05 | Rename QEMU_TIMER_* to QEMU_CLOCK_* | Jan Kiszka | 1 | -21/+21 |
2009-10-05 | Fix exit on 'pci_add' Monitor command | Luiz Capitulino | 3 | -0/+16 |
2009-10-05 | Correctly free nd structure | Glauber Costa | 1 | -2/+7 |
2009-10-05 | do proper cpu_self check | Glauber Costa | 1 | -2/+7 |
2009-10-05 | bdf: Remove last users of FALSE/TRUE | Juan Quintela | 4 | -44/+40 |
2009-10-05 | Add -Wold-style-* flags | Juan Quintela | 1 | -0/+10 |
2009-10-05 | slirp: It needs to use QEMU_CFLAGS not CFLAGS | Juan Quintela | 1 | -1/+1 |
2009-10-05 | musicpal: Add VMState support | Jan Kiszka | 2 | -29/+192 |
2009-10-05 | musicpal: Make PIT emulation more robust | Jan Kiszka | 1 | -6/+28 |
2009-10-05 | musicpal: True reset support for audio device | Jan Kiszka | 1 | -2/+4 |
2009-10-05 | musicpal: True reset support for GPIO | Jan Kiszka | 1 | -3/+14 |
2009-10-05 | musicpal: Coding style fixes | Jan Kiszka | 2 | -41/+59 |
2009-10-05 | musicpal: Clean up typecasts | Jan Kiszka | 1 | -5/+5 |
2009-10-05 | musicpal: Rework GPIO input events | Jan Kiszka | 1 | -75/+75 |
2009-10-05 | musicpal: Catch null TX qeueues | Jan Kiszka | 1 | -1/+3 |
2009-10-05 | x86: port cpu to vmstate | Juan Quintela | 1 | -259/+240 |
2009-10-05 | vmstate: Add suppot for field_exist() test | Juan Quintela | 2 | -17/+49 |
2009-10-05 | x86: factor out cpu_get/put_fpreg() | Juan Quintela | 1 | -72/+137 |
2009-10-05 | x86: factor out cpu_get/put_mttr_var() | Juan Quintela | 1 | -4/+24 |
2009-10-05 | x86: factor out cpu_get/put_xmm_reg() | Juan Quintela | 1 | -4/+24 |
2009-10-05 | x86: factor out cpu_pre/post_load() | Juan Quintela | 1 | -18/+39 |
2009-10-05 | x86: factor out cpu_pre_save() | Juan Quintela | 1 | -21/+32 |
2009-10-05 | x86: port segments to vmstate | Juan Quintela | 1 | -8/+16 |
2009-10-05 | Add *TL functions to vmstate | Juan Quintela | 1 | -0/+19 |