Age | Commit message (Expand) | Author |
2009-10-05 | x86: split MTRRVar union | Juan Quintela |
2009-10-05 | x86: split FPReg union | Juan Quintela |
2009-10-05 | x86: mcg_cap is never 0 | Juan Quintela |
2009-10-05 | x86: send mce_banks as an array | Juan Quintela |
2009-10-05 | x86: mce_banks always have the same size | Juan Quintela |
2009-10-05 | x86: add fpregs_format_vmstate | Juan Quintela |
2009-10-05 | x86: add pending_irq_vmstate to the state | Juan Quintela |
2009-10-05 | x86: add fptag_vmstate to the state | Juan Quintela |
2009-10-05 | x86: fpus is uint16_t not unsigned int | Juan Quintela |
2009-10-05 | x86: fpuc is uint16_t not unsigned int | Juan Quintela |
2009-10-05 | x86: make a20_mask int32_t | Juan Quintela |
2009-10-05 | x86: hflags is not modified at all, just save it directly | Juan Quintela |
2009-10-05 | vmstate: remove i2c_slave_load/save | Juan Quintela |
2009-10-05 | vmstate: port lm832x device | Juan Quintela |
2009-10-05 | lm832x: make fields to have the same types that they are saved/loaded | Juan Quintela |
2009-10-05 | vmstate: add support for arrays of pointers | Juan Quintela |
2009-10-05 | vmstate: port twl92230 device | Juan Quintela |
2009-10-05 | twl92230: change pwrbtn_state to uint8_t | Juan Quintela |
2009-10-05 | vmstate: port tmp105 device | Juan Quintela |
2009-10-05 | tmp105: change len and alorm to uint8_t | Juan Quintela |
2009-10-05 | vmstate: create VMSTATE_INT16_ARRAY | Juan Quintela |
2009-10-05 | vmstate: port ssd0303 device | Juan Quintela |
2009-10-05 | vmstate: port pxa2xx_i2c device | Juan Quintela |
2009-10-05 | vmstate: create VMSTATE_STRUCT_POINTER | Juan Quintela |
2009-10-05 | vmstate: port max7310 device | Juan Quintela |
2009-10-05 | vmstate: port wm8750 device | Juan Quintela |
2009-10-05 | vmstate: create VMSTATE_I2C_SLAVE | Juan Quintela |
2009-10-05 | vmstate: add uint8 array | Juan Quintela |
2009-10-05 | vmstate: port i2c_slave device | Juan Quintela |
2009-10-05 | vmstate: port i2c_bus device | Juan Quintela |
2009-10-05 | i2c: addresses are load/save as uint8_t values, change types to reflect this | Juan Quintela |
2009-10-05 | qdev: Add support for uint8_t | Juan Quintela |
2009-10-05 | vmstate: Add support for sending partial arrays | Juan Quintela |
2009-10-05 | vmstate: remove ps2_kbd_load_old() | Juan Quintela |
2009-10-05 | vmstate: remove const from pre_save() functions | Juan Quintela |
2009-10-05 | vmstate: add version_id argument to post_load | Juan Quintela |
2009-10-05 | vmstate: remove const for put operations | Juan Quintela |
2009-10-05 | vga: move back dirty_log functions to vga.c | Juan Quintela |
2009-10-05 | cirrus_vga: also assign gr0/1 when writting shadow_gr0/1 | Juan Quintela |
2009-10-05 | Revert "eepro100: Remove unused device status entries" | Aurelien Jarno |
2009-10-04 | target-i386: Fix exceptions for fxsave/fxrstor | Kevin Wolf |
2009-10-04 | tcg: allocate s->op_dead_iargs dynamically | Aurelien Jarno |
2009-10-04 | tcg: remove dead code | Aurelien Jarno |
2009-10-04 | bsd-user: fix "#if 0"'d printf() | Paul Bolle |
2009-10-04 | eepro100: Add more i825xx devices | Stefan Weil |
2009-10-04 | eepro100: Remove unused device status entries | Stefan Weil |
2009-10-04 | target-i386: add RDTSCP support | Andre Przywara |
2009-10-04 | target-i386: add SSE4a instruction support | Andre Przywara |
2009-10-04 | target-i386: add lock mov cr0 = cr8 | Andre Przywara |
2009-10-04 | tcg/i386: add support for ext{8,16}u_i32 TCG ops | Aurelien Jarno |