Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-05 | x86: split MTRRVar union | Juan Quintela | 1 | -4/+6 |
2009-10-05 | x86: split FPReg union | Juan Quintela | 1 | -8/+10 |
2009-10-05 | x86: mcg_cap is never 0 | Juan Quintela | 1 | -12/+8 |
2009-10-05 | x86: send mce_banks as an array | Juan Quintela | 1 | -10/+4 |
2009-10-05 | x86: mce_banks always have the same size | Juan Quintela | 3 | -5/+4 |
2009-10-05 | x86: add fpregs_format_vmstate | Juan Quintela | 2 | -7/+6 |
2009-10-05 | x86: add pending_irq_vmstate to the state | Juan Quintela | 2 | -9/+8 |
2009-10-05 | x86: add fptag_vmstate to the state | Juan Quintela | 2 | -9/+10 |
2009-10-05 | x86: fpus is uint16_t not unsigned int | Juan Quintela | 2 | -9/+10 |
2009-10-05 | x86: fpuc is uint16_t not unsigned int | Juan Quintela | 2 | -7/+5 |
2009-10-05 | x86: make a20_mask int32_t | Juan Quintela | 3 | -11/+6 |
2009-10-05 | x86: hflags is not modified at all, just save it directly | Juan Quintela | 1 | -8/+3 |
2009-10-05 | vmstate: remove i2c_slave_load/save | Juan Quintela | 2 | -13/+0 |
2009-10-05 | vmstate: port lm832x device | Juan Quintela | 1 | -70/+37 |
2009-10-05 | lm832x: make fields to have the same types that they are saved/loaded | Juan Quintela | 1 | -19/+22 |
2009-10-05 | vmstate: add support for arrays of pointers | Juan Quintela | 2 | -0/+18 |
2009-10-05 | vmstate: port twl92230 device | Juan Quintela | 1 | -110/+88 |
2009-10-05 | twl92230: change pwrbtn_state to uint8_t | Juan Quintela | 1 | -1/+1 |
2009-10-05 | vmstate: port tmp105 device | Juan Quintela | 1 | -31/+25 |
2009-10-05 | tmp105: change len and alorm to uint8_t | Juan Quintela | 1 | -2/+2 |
2009-10-05 | vmstate: create VMSTATE_INT16_ARRAY | Juan Quintela | 1 | -0/+6 |
2009-10-05 | vmstate: port ssd0303 device | Juan Quintela | 1 | -43/+22 |
2009-10-05 | vmstate: port pxa2xx_i2c device | Juan Quintela | 1 | -28/+26 |
2009-10-05 | vmstate: create VMSTATE_STRUCT_POINTER | Juan Quintela | 1 | -0/+9 |
2009-10-05 | vmstate: port max7310 device | Juan Quintela | 1 | -33/+18 |
2009-10-05 | vmstate: port wm8750 device | Juan Quintela | 1 | -75/+45 |
2009-10-05 | vmstate: create VMSTATE_I2C_SLAVE | Juan Quintela | 2 | -1/+12 |
2009-10-05 | vmstate: add uint8 array | Juan Quintela | 1 | -0/+6 |
2009-10-05 | vmstate: port i2c_slave device | Juan Quintela | 1 | -7/+26 |
2009-10-05 | vmstate: port i2c_bus device | Juan Quintela | 1 | -12/+19 |
2009-10-05 | i2c: addresses are load/save as uint8_t values, change types to reflect this | Juan Quintela | 6 | -34/+35 |
2009-10-05 | qdev: Add support for uint8_t | Juan Quintela | 2 | -0/+38 |
2009-10-05 | vmstate: Add support for sending partial arrays | Juan Quintela | 1 | -0/+12 |